:root{--purple-dark:#4A148C;--purple-main:#6A1B9A;--purple-light:#8E24AA;--purple-accent:#AB47BC;--surface:#F8F5FC;--surface-alt:#F3E5F5;--white:#FFFFFF;--text-dark:#1A1A2E;--text-muted:#6B7280;--credit-green:#2E7D3E;--debit-red:#D32F2F;--radius-card:20px;--radius-btn:14px;--shadow-card:0 4px 24px rgba(74,20,140,0.10);--shadow-float:0 8px 32px rgba(74,20,140,0.18);}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:'Rubik',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--white);color:var(--text-dark);line-height:1.6;overflow-x:hidden;}.gradient-text{background:linear-gradient(135deg,var(--purple-main),var(--purple-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.gradient-text-light{background:linear-gradient(135deg,#CE93D8,#F3E5F5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.fade-up{opacity:0;transform:translateY(30px);transition:opacity 0.65s ease,transform 0.65s ease;}.fade-up.visible{opacity:1;transform:translateY(0);}.delay-1{transition-delay:0.12s;}.delay-2{transition-delay:0.24s;}.section-inner{max-width:1140px;margin:0 auto;padding:0 24px;}.section-tag{display:inline-block;background:var(--surface-alt);color:var(--purple-main);font-family:'Poppins',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:16px;}.section-title{font-family:'Poppins',sans-serif;font-size:clamp(26px,4vw,40px);font-weight:800;color:var(--text-dark);margin-bottom:16px;line-height:1.2;}.section-sub{font-size:17px;color:var(--text-muted);max-width:620px;margin-bottom:48px;}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(106,27,154,0.08);transition:box-shadow 0.3s;}.navbar.scrolled{box-shadow:0 2px 20px rgba(74,20,140,0.10);}.nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}.nav-logo-img{width:36px;height:36px;border-radius:10px;}.nav-logo-text{font-family:'Poppins',sans-serif;font-size:20px;font-weight:800;color:var(--purple-dark);}.nav-links{display:flex;align-items:center;gap:32px;list-style:none;}.nav-links a{font-size:15px;font-weight:500;color:var(--text-dark);text-decoration:none;transition:color 0.2s;}.nav-links a:hover{color:var(--purple-main);}.btn-nav{background:var(--purple-main)!important;color:var(--white)!important;padding:10px 22px!important;border-radius:var(--radius-btn)!important;font-weight:600!important;}.btn-nav:hover{background:var(--purple-dark)!important;transform:translateY(-1px);}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--purple-main);border-radius:2px;}.mobile-menu{display:none;flex-direction:column;padding:12px 24px 20px;background:var(--white);border-top:1px solid var(--surface-alt);}.mobile-menu.open{display:flex;}.mobile-link{font-size:16px;font-weight:500;color:var(--text-dark);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--surface);}.cta-mobile{background:var(--purple-main);color:var(--white)!important;text-align:center;border-radius:var(--radius-btn);padding:14px!important;margin-top:8px;font-weight:700;}.hero{position:relative;min-height:100vh;background:linear-gradient(160deg,#1A0033 0%,#2D0052 30%,#4A148C 65%,#6A1B9A 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding-top:68px;}.blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;}.blob-1{width:500px;height:500px;background:rgba(171,71,188,0.28);top:-100px;right:-100px;}.blob-2{width:350px;height:350px;background:rgba(225,190,231,0.14);bottom:80px;left:-80px;}.blob-3{width:220px;height:220px;background:rgba(74,20,140,0.4);top:50%;left:40%;transform:translate(-50%,-50%);}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:48px;max-width:1140px;width:100%;padding:60px 24px 80px;position:relative;z-index:1;}.hero-text{flex:1;max-width:540px;}.hero-badge{display:inline-block;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);color:#E1BEE7;font-size:13px;font-weight:600;padding:6px 16px;border-radius:100px;margin-bottom:20px;}.hero-title{font-family:'Poppins',sans-serif;font-size:clamp(32px,5vw,58px);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:20px;}.hero-sub{font-size:18px;color:rgba(255,255,255,0.78);line-height:1.65;margin-bottom:36px;}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:16px;}.store-btn{display:inline-flex;align-items:center;justify-content:center;transition:transform 0.2s,opacity 0.2s;}.store-btn:hover{transform:translateY(-2px);opacity:0.92;}.store-btn img{height:48px;width:auto;display:block;}.store-btn.store-lg img{height:58px;}.hero-disclaimer{font-size:13px;color:rgba(255,255,255,0.5);}.hero-phone{flex:1;display:flex;align-items:center;justify-content:center;position:relative;max-width:360px;}.phone-shell{width:280px;border-radius:40px;border:7px solid #1A1A2E;background:#fafafa;box-shadow:0 0 0 1px rgba(255,255,255,0.08),0 32px 80px rgba(0,0,0,0.55);position:relative;overflow:hidden;animation:float 4s ease-in-out infinite;}.phone-shell-sm{width:240px;}@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:80px;height:22px;background:#1a1a2e;border-radius:0 0 16px 16px;z-index:10;}.phone-screen{padding:0;display:flex;flex-direction:column;background:#F8F5FC;min-height:500px;overflow:hidden;position:relative;}.ss-img{width:100%;height:100%;object-fit:cover;display:block;}.ss-he{display:none;}html[dir="rtl"] .ss-he{display:block;}html[dir="rtl"] .ss-en{display:none;}
.float-badge{position:absolute;background:#fff;border-radius:14px;padding:8px 12px;font-size:12px;font-weight:600;color:var(--text-dark);box-shadow:var(--shadow-float);white-space:nowrap;animation:floatbadge 3.5s ease-in-out infinite;}.float-badge-1{top:15%;right:-20px;animation-delay:0s;}.float-badge-2{top:50%;left:-30px;animation-delay:0.6s;}.float-badge-3{bottom:18%;right:-10px;animation-delay:1.2s;}@keyframes floatbadge{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;text-decoration:none;animation:bounce 2s ease-in-out infinite;}.scroll-cue-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.45);}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0);}50%{transform:translateX(-50%) translateY(8px);}}.proof-strip{background:var(--white);border-bottom:1px solid #EDE7F6;padding:28px 24px;}.proof-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}.proof-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 24px;border-inline-end:1px solid #EDE7F6;}.proof-item:last-of-type{border-inline-end:none;}.proof-number{font-family:'Poppins',sans-serif;font-size:22px;font-weight:800;color:var(--purple-main);white-space:nowrap;}.proof-label{font-size:13px;color:var(--text-muted);text-align:center;}.proof-divider{display:none;}.features{background:var(--surface);padding:96px 0;}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.feature-card{background:var(--white);border-radius:var(--radius-card);padding:28px 24px;box-shadow:var(--shadow-card);transition:transform 0.25s,box-shadow 0.25s;}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float);}.feature-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px;}.feature-card h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:8px;}.feature-card p{font-size:14px;color:var(--text-muted);line-height:1.6;}.how-it-works{background:linear-gradient(160deg,#1A0033 0%,#2D0052 40%,#4A148C 75%,#6A1B9A 100%);padding:96px 0;position:relative;overflow:hidden;}.hiw-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;}.hiw-blob-1{width:400px;height:400px;background:rgba(171,71,188,0.25);top:-80px;right:-80px;}.hiw-blob-2{width:300px;height:300px;background:rgba(225,190,231,0.12);bottom:-60px;left:-60px;}.steps-grid{display:flex;align-items:flex-start;gap:0;position:relative;z-index:1;}.step-card{flex:1;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);border-radius:var(--radius-card);padding:32px 24px;text-align:center;backdrop-filter:blur(8px);transition:background 0.25s,transform 0.25s;}.step-card:hover{background:rgba(255,255,255,0.13);transform:translateY(-4px);}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--purple-accent);color:#fff;font-family:'Poppins',sans-serif;font-size:14px;font-weight:700;margin-bottom:16px;}.step-icon{font-size:40px;margin-bottom:12px;}.step-card h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:8px;}.step-card p{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.6;}.step-connector{flex-shrink:0;width:48px;height:2px;background:rgba(255,255,255,0.2);align-self:center;margin-bottom:10px;}.hiw-callout{margin-top:48px;display:flex;align-items:center;gap:16px;background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.18);border-radius:16px;padding:20px 28px;position:relative;z-index:1;backdrop-filter:blur(6px);}.hiw-callout-icon{font-size:32px;flex-shrink:0;}.hiw-callout strong{color:#fff;}.hiw-callout div{font-size:15px;color:rgba(255,255,255,0.78);}.child-view{background:var(--white);padding:96px 0;}.child-view-inner{display:flex;align-items:center;gap:64px;}.child-view-text{flex:1;}.child-view-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:8px;}.child-view-list li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-dark);}.cv-icon{width:36px;height:36px;background:var(--surface-alt);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}.child-phone-wrap{flex-shrink:0;position:relative;}.child-sim-header{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#4A148C,#8E24AA);margin:-28px -12px 8px;padding:28px 12px 14px;}.child-sim-avatar{font-size:24px;}.child-sim-name{font-size:13px;color:#fff;font-weight:700;}.child-sim-sub{font-size:10px;color:rgba(255,255,255,0.65);}.child-sim-cards{margin:0 0 8px;}.child-sim-card{border-radius:14px;padding:16px;text-align:center;}.spending-card{background:linear-gradient(135deg,#4A148C,#6A1B9A);color:#fff;}.csc-label{font-size:11px;opacity:0.8;margin-bottom:4px;}.csc-amount{font-size:28px;font-weight:800;}.csc-progress-label{font-size:10px;opacity:0.65;margin-top:4px;}.child-page-dots{display:flex;justify-content:center;gap:5px;margin-bottom:8px;}.dot{width:6px;height:6px;border-radius:50%;background:#DDD;}.dot.active{background:var(--purple-main);}.child-sim-txns{display:flex;flex-direction:column;gap:6px;}.child-txn{display:flex;align-items:center;gap:8px;background:#fff;border-radius:10px;padding:8px 10px;box-shadow:0 1px 4px rgba(74,20,140,0.06);}.txn-emoji{font-size:16px;flex-shrink:0;}.txn-label{flex:1;font-size:11px;color:var(--text-dark);}.txn-amt{font-size:12px;font-weight:700;white-space:nowrap;}.txn-credit{color:#2E7D3E;}.txn-debit{color:#D32F2F;}.testimonials{background:var(--surface);padding:96px 0;}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.testimonial-card{background:var(--white);border-radius:var(--radius-card);padding:28px 24px;box-shadow:var(--shadow-card);transition:transform 0.25s,box-shadow 0.25s;}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float);}.stars{color:#F59E0B;font-size:18px;margin-bottom:12px;}.testimonial-card p{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:20px;font-style:italic;}.testimonial-author{display:flex;align-items:center;gap:12px;}.t-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex-shrink:0;}.t-name{font-size:14px;font-weight:700;color:var(--text-dark);}.t-role{font-size:12px;color:var(--text-muted);}.download{background:linear-gradient(160deg,#1A0033 0%,#2D0052 40%,#4A148C 75%,#6A1B9A 100%);padding:96px 0;position:relative;overflow:hidden;text-align:center;}.dl-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;}.dl-blob-1{width:400px;height:400px;background:rgba(171,71,188,0.25);top:-80px;right:-80px;}.dl-blob-2{width:300px;height:300px;background:rgba(225,190,231,0.12);bottom:-60px;left:-60px;}.dl-inner{position:relative;z-index:1;}.dl-icon-wrap{margin-bottom:24px;}.dl-app-icon{width:96px;height:96px;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,0.4);}.dl-title{font-family:'Poppins',sans-serif;font-size:clamp(28px,4vw,44px);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2;}.dl-sub{font-size:18px;color:rgba(255,255,255,0.75);margin-bottom:36px;}.dl-stores{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:32px;}.dl-features{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;}.dl-feat{font-size:14px;color:rgba(255,255,255,0.8);font-weight:500;}.footer{background:#0D0020;padding:40px 24px;text-align:center;}.footer-inner{max-width:600px;margin:0 auto;}.footer-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px;}.footer-logo{width:32px;height:32px;border-radius:8px;}.footer-name{font-family:'Poppins',sans-serif;font-size:18px;font-weight:800;color:#fff;}.footer-tagline{font-size:13px;color:rgba(255,255,255,0.45);margin-bottom:16px;}.footer-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;}.footer-links a{font-size:13px;color:rgba(255,255,255,0.6);text-decoration:none;}.footer-links a:hover{color:#fff;}.footer-sep{color:rgba(255,255,255,0.3);}.footer-copy{font-size:12px;color:rgba(255,255,255,0.3);}@media(max-width:900px){.hero-inner{flex-direction:column;text-align:center;}.hero-text{max-width:100%;}.hero-phone{max-width:300px;}.hero-ctas{justify-content:center;}.float-badge{display:none;}.features-grid,.testimonial-grid{grid-template-columns:1fr 1fr;}.child-view-inner{flex-direction:column;text-align:center;}.child-view-list{align-items:center;}.steps-grid{flex-direction:column;align-items:center;}.step-connector{width:2px;height:32px;margin:0;}}@media(max-width:600px){.nav-links{display:none;}.nav-hamburger{display:flex;}.features-grid,.testimonial-grid{grid-template-columns:1fr;}.proof-item{padding:12px 20px;}.proof-divider{display:none;}}

/* ── Tech Showcase Section ───────────────────────────────────── */
.tech-showcase {
  padding: 100px 0;
  background: var(--white);
  overflow: hidden;
}
.charity-showcase, .tech-alt {
  background: var(--surface);
}
.tech-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.tech-grid-reverse {
  flex-direction: row-reverse;
}
.tech-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.tech-content {
  flex: 1.2;
}
.tech-feature {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.tf-icon {
  width: 48px;
  height: 48px;
  background: var(--surface-alt);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.tech-feature h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.tech-feature p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

@media(max-width: 900px) {
  .tech-grid, .tech-grid-reverse {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }
  .tech-feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

html[dir="rtl"] .tech-grid {
  flex-direction: row-reverse;
}
html[dir="rtl"] .tech-grid-reverse {
  flex-direction: row;
}
html[dir="rtl"] .tech-feature {
  text-align: right;
}
html[dir="rtl"] .tech-feature h4, html[dir="rtl"] .tech-feature p {
  text-align: right;
}
html[dir="rtl"] .tech-grid-reverse .tech-content {
  text-align: right;
}

.btn-lang {
  background: var(--surface-alt);
  color: var(--purple-main);
  border: 1.5px solid var(--purple-accent);
  border-radius: var(--radius-btn);
  padding: 5px 14px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-lang:hover {
  background: var(--purple-main);
  color: #fff;
}
.btn-lang-mobile {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 20px;
  text-align: center;
  border-radius: var(--radius-btn);
  font-size: 15px;
}

/* ── RTL Overrides ───────────────────────────────────────────── */
html[dir="rtl"] body {
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html[dir="rtl"] .nav-inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .nav-links {
  flex-direction: row-reverse;
}
html[dir="rtl"] .hero-inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .hero-text {
  text-align: right;
}
html[dir="rtl"] .hero-ctas {
  justify-content: flex-end;
}
html[dir="rtl"] .section-tag,
html[dir="rtl"] .section-title,
html[dir="rtl"] .section-sub {
  text-align: right;
}
html[dir="rtl"] .section-sub {
  margin-right: 0;
  margin-left: auto;
}
html[dir="rtl"] .hero-disclaimer {
  text-align: right;
}
html[dir="rtl"] .child-view-inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .child-view-text {
  text-align: right;
}
html[dir="rtl"] .child-view-list li {
  flex-direction: row;
}
html[dir="rtl"] .feature-icon {
  margin-right: 0;
  margin-left: auto;
}
html[dir="rtl"] .step-number {
  margin-right: auto;
  margin-left: auto;
}
html[dir="rtl"] .nav-hamburger {
  order: -1;
}
html[dir="rtl"] .hiw-callout {
  text-align: right;
}
html[dir="rtl"] .hiw-callout div {
  text-align: right;
  direction: rtl;
}
html[dir="rtl"] .testimonial-card p,
html[dir="rtl"] .testimonial-card .testimonial-author {
  text-align: right;
}
html[dir="rtl"] .testimonial-author {
  flex-direction: row;
}
html[dir="rtl"] .feature-card {
  text-align: right;
}
html[dir="rtl"] .step-card {
  text-align: right;
}
html[dir="rtl"] .footer-inner {
  text-align: center;
}
html[dir="rtl"] .t-name,
html[dir="rtl"] .t-role {
  text-align: right;
}
html[dir="rtl"] .footer-links {
  flex-direction: row;
}
html[dir="rtl"] .dl-inner {
  text-align: center;
}
html[dir="rtl"] .mobile-menu {
  text-align: right;
}
html[dir="rtl"] .proof-inner {
  direction: rtl;
}
/* ── Feature cards: "Learn more" link ────────────────────────── */
.feature-card{display:flex;flex-direction:column;}
.feature-card p{flex:1;}
.feature-card-link{display:inline-flex;align-self:flex-start;margin-top:14px;font-size:13px;font-weight:700;color:var(--purple-main);text-decoration:none;}
.feature-card-link:hover{color:var(--purple-dark);text-decoration:underline;}
.tech-feature-link{display:inline-block;margin-top:2px;font-size:13px;font-weight:700;color:var(--purple-main);text-decoration:none;}
.tech-feature-link:hover{color:var(--purple-dark);text-decoration:underline;}
html[dir="rtl"] .feature-card-link{align-self:flex-end;}

/* ── Feature detail pages ────────────────────────────────────── */
.feature-hero{min-height:auto;padding:148px 0 72px;}
.feature-back{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,0.65);font-size:14px;font-weight:600;text-decoration:none;margin-bottom:18px;}
.feature-back:hover{color:#fff;}
.feature-hero-tagline{font-family:'Poppins',sans-serif;font-size:19px;font-weight:600;color:#E1BEE7;margin-bottom:14px;line-height:1.4;}
.fpage-section{padding:80px 0;background:var(--white);}
.fpage-section.alt{background:var(--surface);}
.fpage-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.fpage-step{background:var(--white);border-radius:var(--radius-card);padding:28px 24px;box-shadow:var(--shadow-card);transition:transform 0.25s,box-shadow 0.25s;}
.fpage-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-float);}
.fpage-step .step-number{margin-bottom:16px;}
.fpage-step h3{font-family:'Poppins',sans-serif;font-size:16px;font-weight:700;margin-bottom:8px;color:var(--text-dark);}
.fpage-step p{font-size:14px;color:var(--text-muted);line-height:1.6;}
.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px;}
.tip-card{display:flex;gap:14px;background:var(--white);border-radius:16px;padding:20px 22px;box-shadow:var(--shadow-card);align-items:flex-start;}
.fpage-section.alt .tip-card{background:var(--white);}
.tip-emoji{font-size:20px;flex-shrink:0;line-height:1.4;}
.tip-card p{font-size:14px;color:var(--text-dark);line-height:1.6;}
.related-grid{display:flex;gap:16px;flex-wrap:wrap;}
.related-card{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid #EDE7F6;border-radius:16px;padding:16px 22px;text-decoration:none;color:var(--text-dark);font-weight:700;font-size:14px;transition:transform 0.2s,box-shadow 0.2s;box-shadow:var(--shadow-card);}
.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-float);}
.related-emoji{font-size:20px;}
@media(max-width:900px){.fpage-steps-grid{grid-template-columns:1fr;}.tips-grid{grid-template-columns:1fr;}}
html[dir="rtl"] .fpage-step,html[dir="rtl"] .tip-card{text-align:right;}
html[dir="rtl"] .related-grid{flex-direction:row;}

.chore-sim{padding:20px 14px;gap:12px;}
.chore-sim-head{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.chore-sim-title{font-family:'Poppins',sans-serif;font-size:13px;font-weight:700;color:var(--text-dark);}
.chore-sim-streak{font-size:11px;font-weight:700;color:var(--purple-main);background:var(--surface-alt);padding:4px 9px;border-radius:100px;white-space:nowrap;}
.chore-sim-list{display:flex;flex-direction:column;gap:8px;}
.chore-row{display:flex;align-items:center;gap:8px;background:#fff;border-radius:12px;padding:10px 10px;box-shadow:0 1px 4px rgba(74,20,140,0.06);}
.chore-row-emoji{font-size:18px;flex-shrink:0;}
.chore-row-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;}
.chore-row-title{font-size:12px;font-weight:600;color:var(--text-dark);}
.chore-row-sub{font-size:10px;color:var(--text-muted);}
.chore-row-badge{font-size:10px;font-weight:700;white-space:nowrap;padding:4px 8px;border-radius:100px;flex-shrink:0;}
.badge-approved{color:var(--credit-green);background:#E8F5E9;}
.badge-waiting{color:#B45309;background:#FFF3E0;}
.badge-pending{color:var(--text-muted);background:var(--surface-alt);}
html[dir="rtl"] .section-tag {
  letter-spacing: 0;
}