/* hilalpe.com — homepage styles
   Transcribed from the Claude Design handoff (Hilalpe Homepage).
   Brand tokens: assets/brand/brand-tokens.json */

/* ---------- Fonts (Outfit variable, self-hosted) ---------- */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/outfit-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/outfit-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #10122E;
  --green-deep: #0B7A52;
  --green: #2BB183;
  --mint: #5ED9A4;
  --mint-tint: #D6F2E3;
  --hero-bg: #DFF3E8;
  --surface: #FFFFFF;
  --text-muted: #4A5B52;
  --text-hero-muted: #3E5A4D;
}

/* ---------- Base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--surface); font-family: 'Outfit', sans-serif; color: var(--ink); }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--green-deep); }
img { max-width: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; }

.page { position: relative; width: 100%; background: var(--surface); }

/* ---------- Keyframes ---------- */
@keyframes heroFloat  { 0%, 100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-7deg) translateY(-10px); } }
@keyframes heroFloat2 { 0%, 100% { transform: rotate(-9deg) translateY(0); } 50% { transform: rotate(-9deg) translateY(-9px); } }
@keyframes heroFloat3 { 0%, 100% { transform: rotate(7deg) translateY(0); }  50% { transform: rotate(7deg) translateY(-12px); } }
@keyframes hpTicker   { to { transform: translateX(-50%); } }
@keyframes introMark  { 0% { opacity: 0; transform: scale(0.55); } 45% { opacity: 1; transform: scale(1); } 62% { transform: scale(1.1); } 78% { transform: scale(1); } 100% { opacity: 1; transform: scale(1); } }
@keyframes introGlow  { 0%, 48% { filter: drop-shadow(0 0 0 rgba(94,217,164,0)); } 62% { filter: drop-shadow(0 0 46px rgba(94,217,164,0.95)); } 100% { filter: drop-shadow(0 0 14px rgba(94,217,164,0.35)); } }
@keyframes introBurst { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes introFade  { to { opacity: 0; visibility: hidden; } }
@keyframes introRise  { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Intro overlay ---------- */
.intro {
  position: fixed; inset: 0; z-index: 10; background: #ffffff;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  animation: introFade 0.7s ease 2.1s forwards;
}
.intro-burst {
  position: absolute; width: 220vmax; height: 220vmax; border-radius: 50%;
  background: radial-gradient(circle, #EFFBF4 0%, #E4F6EC 40%, #DFF3E8 72%);
  transform: scale(0);
  animation: introBurst 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}
.intro-mark {
  position: relative;
  animation: introMark 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.15s backwards,
             introGlow 1.5s ease 0.15s backwards;
}
.hp-rise { animation: introRise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.7s backwards; }
.hero-inner.hp-rise { animation-duration: 0.8s; animation-delay: 1.85s; }
.no-intro .hp-rise { animation-delay: 0s; }

/* ---------- Reveal on scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(30px); }

@media (prefers-reduced-motion: reduce) {
  .intro { display: none !important; }
  .hp-rise { animation: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .ticker-track, .float-card, .hero-tile { animation: none !important; }
}

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.btn-nav { background: var(--ink); color: #ffffff; padding: 11px 26px; font-size: 15px; flex-shrink: 0; }
.btn-nav:hover { background: var(--green-deep); color: #ffffff; }
.btn-primary { background: var(--green-deep); color: #ffffff; padding: 16px 34px; font-size: 16.5px; font-weight: 700; }
.btn-primary:hover { background: #096644; color: #ffffff; }
.btn-mint { background: var(--mint); color: var(--ink); padding: 16px 36px; font-size: 16.5px; font-weight: 700; }
.btn-mint:hover { background: #7DE3B4; color: var(--ink); }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.35); color: #ffffff; padding: 15px 34px; font-size: 16.5px; font-weight: 700; }
.btn-outline:hover { border-color: var(--mint); color: var(--mint); }

/* ---------- Hero ---------- */
.hero { background: var(--hero-bg); overflow: hidden; }

.nav {
  position: sticky; top: 0; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  background: rgba(223,243,232,0.82);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 9px; }
.brand-name { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 15.5px; font-weight: 600; color: var(--ink); }

.hero-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 24px; padding: 28px clamp(24px, 5vw, 72px) 48px;
  max-width: 1440px; margin: 0 auto; width: 100%;
}
.hero-copy { flex: 1 1 380px; display: flex; flex-direction: column; gap: 26px; max-width: 580px; min-width: 320px; }
.hero-title {
  font-size: clamp(38px, 3.9vw, 50px); font-weight: 800; color: var(--ink);
  letter-spacing: -0.035em; line-height: 1.05; text-wrap: balance;
}
.hero-sub { font-size: 20px; font-weight: 500; color: var(--text-hero-muted); line-height: 1.5; max-width: 460px; }
.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.link-arrow { display: flex; align-items: center; gap: 8px; font-size: 16.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.link-arrow .arrow { font-size: 18px; }
.hero-stats { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; font-weight: 600; color: var(--text-hero-muted); }
.hero-stats strong { color: var(--ink); font-weight: 800; }

/* Hero visual: 740x700 stage, scaled to fit by js/main.js */
.hero-visual { flex: 0 1 auto; position: relative; width: min(740px, 94vw); height: 700px; overflow: visible; }
.hero-stage { position: absolute; left: 0; top: 0; width: 740px; height: 700px; transform-origin: top left; }

.hero-shadow-a { position: absolute; left: 40px; top: 618px; width: 340px; height: 80px; background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(11,59,41,0.28), rgba(11,59,41,0) 70%); filter: blur(6px); }
.hero-shadow-b { position: absolute; left: 296px; top: 556px; width: 460px; height: 92px; z-index: 1; background: radial-gradient(50% 50% at 50% 50%, rgba(20,50,35,0.16), transparent 70%); filter: blur(30px); }
.hero-shadow-c { position: absolute; left: 372px; top: 568px; width: 300px; height: 68px; z-index: 1; background: radial-gradient(50% 50% at 50% 50%, rgba(20,50,35,0.28), transparent 70%); filter: blur(22px); }

.hero-phone-img { position: absolute; left: -343px; top: -84px; width: 1365px; z-index: 2; pointer-events: none; }

/* Phone screen UI, projected onto the phone render */
.scr {
  position: absolute; left: 0; top: 0; width: 390px; height: 844px; z-index: 2;
  transform-origin: 0 0;
  transform: matrix3d(0.543444, -0.0609813, 0, 0.0001544, 0.06958, 0.3058527, 0, -0.0003541, 0, 0, 1, 0, 218.516, 146.76, 0, 1);
  pointer-events: none;
  background: #F7FBF9; border-radius: 54px; overflow: hidden;
  display: flex; flex-direction: column;
  font-family: 'Outfit', sans-serif;
}
.scr-status { display: flex; justify-content: space-between; align-items: center; padding: 20px 30px 0; font-size: 16px; font-weight: 600; color: var(--ink); position: relative; }
.scr-island { position: absolute; left: 50%; top: 14px; transform: translateX(-50%); width: 122px; height: 34px; border-radius: 20px; background: #05060F; }
.scr-status-icons { display: flex; align-items: center; gap: 5px; }
.scr-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px 6px; }
.scr-brand { display: flex; align-items: center; gap: 9px; }
.scr-brand span { font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.scr-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--mint-tint); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--green-deep); }
.scr-credit { margin: 16px 20px 0; background: var(--ink); border-radius: 24px; padding: 22px 24px; display: flex; flex-direction: column; gap: 12px; }
.scr-credit-label { font-size: 14px; font-weight: 500; color: #9BB8AB; }
.scr-credit-amount { font-size: 36px; font-weight: 800; color: #ffffff; letter-spacing: -0.025em; line-height: 1; }
.scr-bar { height: 9px; border-radius: 5px; background: rgba(255,255,255,0.14); overflow: hidden; }
.scr-bar-fill { width: 62%; height: 100%; border-radius: 5px; background: linear-gradient(90deg, var(--mint), var(--green)); }
.scr-credit-row { display: flex; justify-content: space-between; font-size: 13px; color: #9BB8AB; }
.scr-actions { display: flex; gap: 12px; margin: 16px 20px 0; }
.scr-action { flex: 1; border-radius: 20px; padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.scr-action span { font-size: 15px; font-weight: 700; }
.scr-action-primary { background: var(--green-deep); }
.scr-action-primary span { color: #ffffff; }
.scr-action-soft { background: var(--mint-tint); }
.scr-action-soft span { color: var(--green-deep); }
.scr-list-head { display: flex; justify-content: space-between; align-items: center; margin: 22px 24px 10px; }
.scr-list-head .title { font-size: 17px; font-weight: 700; color: var(--ink); }
.scr-list-head .more { font-size: 14px; font-weight: 600; color: var(--green-deep); }
.scr-list { display: flex; flex-direction: column; gap: 8px; padding: 0 20px; }
.scr-row { display: flex; align-items: center; gap: 13px; background: #ffffff; border-radius: 18px; padding: 14px 16px; }
.scr-badge { width: 42px; height: 42px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.scr-row-text { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.scr-row-text .name { font-size: 15px; font-weight: 600; color: var(--ink); }
.scr-row-text .sub { font-size: 13px; color: #8A9A92; }
.scr-row-amount { font-size: 15px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.scr-row-amount.settled { color: var(--green-deep); }
.scr-tabbar { margin-top: auto; display: flex; justify-content: space-around; align-items: flex-start; padding: 14px 14px 24px; border-top: 1px solid #E3EEE8; background: #ffffff; }
.scr-tab { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.scr-tab span { font-size: 11.5px; font-weight: 600; color: #8A9A92; }
.scr-tab.active span { font-weight: 700; color: var(--green-deep); }

/* Floating debit card */
.float-card {
  position: absolute; left: 28px; top: 206px; width: 266px; height: 424px; z-index: 1;
  border-radius: 24px;
  background: linear-gradient(165deg, #6FE0AF 0%, #34BC8B 55%, #23A377 100%);
  padding: 24px; display: flex; flex-direction: column; overflow: hidden;
  box-shadow: 0 11px 0 #1B8560, 30px 50px 80px rgba(11,59,41,0.30);
  animation: heroFloat2 8s ease-in-out infinite;
}
.float-card-watermark { position: absolute; right: -64px; bottom: -56px; opacity: 0.35; }
.float-card-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; }
.float-card-chip { width: 46px; height: 36px; border-radius: 8px; background: linear-gradient(180deg, #F2E3AC, #DDC177); box-shadow: inset 0 0 0 2px rgba(16,18,46,0.16); }
.float-card-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 8px; position: relative; }
.float-card-number { font-size: 19px; color: #ffffff; letter-spacing: 0.2em; font-weight: 600; }
.float-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; color: rgba(255,255,255,0.88); letter-spacing: 0.06em; font-weight: 600; }
.float-card-wordmark { font-size: 22px; font-weight: 700; color: #ffffff; letter-spacing: -0.02em; margin-top: 8px; }

/* Floating tiles */
.hero-tile { position: absolute; z-index: 3; display: flex; align-items: center; justify-content: center; }
.tile-mark {
  left: 64px; top: 56px; width: 104px; height: 104px; border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #F1F8F3 100%);
  box-shadow: 0 9px 0 #D3E2D8, 0 30px 46px rgba(11,59,41,0.20);
  animation: heroFloat2 6.5s ease-in-out infinite;
}
.tile-sood {
  left: 618px; top: 104px; width: 98px; height: 98px; border-radius: 26px;
  background: linear-gradient(180deg, #191C3E 0%, #10122E 100%);
  flex-direction: column; gap: 3px;
  box-shadow: 0 9px 0 #05060F, 0 30px 46px rgba(11,59,41,0.26);
  animation: heroFloat3 7.5s ease-in-out 0.6s infinite;
}
.tile-sood .pct { font-size: 33px; font-weight: 800; color: var(--mint); letter-spacing: -0.02em; line-height: 1; }
.tile-sood .label { font-size: 10px; font-weight: 700; color: #9BB8AB; letter-spacing: 0.16em; }
.tile-check {
  left: 612px; top: 414px; width: 94px; height: 94px; border-radius: 26px;
  background: linear-gradient(180deg, #0E8A5F 0%, #0B7A52 100%);
  box-shadow: 0 9px 0 #075C3D, 0 30px 46px rgba(11,59,41,0.24);
  animation: heroFloat2 7s ease-in-out 1.1s infinite;
}
.tile-sb {
  left: 6px; top: 506px; width: 88px; height: 88px; border-radius: 24px;
  background: linear-gradient(180deg, #FDF4E4 0%, #F7E8CC 100%);
  box-shadow: 0 9px 0 #E4CB9E, 0 30px 46px rgba(11,59,41,0.18);
  animation: heroFloat 6s ease-in-out 0.4s infinite;
}
.tile-sb span { font-size: 30px; font-weight: 800; color: #B07A2E; letter-spacing: -0.01em; }

/* ---------- Ticker ---------- */
.ticker { background: var(--ink); overflow: hidden; padding: 18px 0; }
.ticker-track { display: flex; width: max-content; animation: hpTicker 26s linear infinite; }
.ticker-group { display: flex; gap: 42px; padding-right: 42px; font-size: 15px; font-weight: 700; letter-spacing: 0.08em; color: #ffffff; white-space: nowrap; }
.ticker-group .star { color: var(--mint); }

/* ---------- Shared section shells ---------- */
.section { max-width: 1240px; margin: 0 auto; padding: 80px 48px 40px; display: flex; flex-direction: column; gap: 54px; }
.section-title { font-size: clamp(40px, 5vw, 60px); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.05; text-align: center; text-wrap: balance; }
.section-sub { font-size: 18px; color: var(--text-muted); text-align: center; max-width: 560px; margin: 0 auto; line-height: 1.55; }

/* ---------- 3-up features ---------- */
.features { padding: 110px 48px 40px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.feature { display: flex; flex-direction: column; gap: 18px; }
.feature h3 { font-size: 23px; font-weight: 700; color: var(--ink); }
.feature p { font-size: 16px; color: var(--text-muted); line-height: 1.55; }
.feature-fig { background: #EAF6EF; border-radius: 28px; height: 320px; }

.fig-credit { padding: 34px 30px 0; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.fig-credit-card { width: 240px; background: var(--ink); border-radius: 20px 20px 0 0; padding: 20px 22px 26px; display: flex; flex-direction: column; gap: 10px; }
.fig-credit-card .label { font-size: 12px; font-weight: 500; color: #9BB8AB; }
.fig-credit-card .amount { font-size: 28px; font-weight: 800; color: #ffffff; letter-spacing: -0.02em; }
.fig-credit-card .bar { height: 7px; border-radius: 4px; background: rgba(255,255,255,0.14); overflow: hidden; }
.fig-credit-card .bar-fill { width: 62%; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--mint), var(--green)); }
.fig-credit-card .note { font-size: 11px; color: #9BB8AB; }

.fig-settle { padding: 34px 26px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.fig-settle-row { background: #ffffff; border-radius: 16px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 22px rgba(11,59,41,0.08); }
.fig-settle-row .badge { width: 36px; height: 36px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; }
.fig-settle-row .text { display: flex; flex-direction: column; flex: 1; }
.fig-settle-row .name { font-size: 14px; font-weight: 600; color: var(--ink); }
.fig-settle-row .sub { font-size: 12px; color: #8A9A92; }
.fig-settle-row .amount { font-size: 13.5px; font-weight: 700; color: var(--green-deep); }

.fig-hilu { display: flex; align-items: center; justify-content: center; }

.badge-kd { background: #D6F2E3; color: #0B7A52; }
.badge-mf { background: #E8ECF9; color: #3B4A9F; }
.badge-sb { background: #FBEFE0; color: #B07A2E; }
.badge-tt { background: #EDE8F9; color: #6B4FB0; }

/* ---------- Two big cards ---------- */
.bigcards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 26px; }
.bigcard { border-radius: 32px; padding: 46px 44px 0; display: flex; flex-direction: column; gap: 16px; overflow: hidden; }
.bigcard .kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; }
.bigcard h3 { font-size: clamp(30px, 3vw, 40px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; }
.bigcard p { font-size: 16.5px; line-height: 1.55; max-width: 460px; }
.bigcard .learn { font-size: 16px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.bigcard-light { background: var(--mint-tint); }
.bigcard-light .kicker { color: var(--green-deep); }
.bigcard-light h3 { color: var(--ink); }
.bigcard-light p { color: var(--text-hero-muted); }
.bigcard-light .learn { color: var(--green-deep); }
.bigcard-light .hilu-duo { display: flex; justify-content: center; align-items: flex-end; gap: 4px; margin-top: 10px; }
.bigcard-dark { background: var(--ink); }
.bigcard-dark .kicker { color: var(--mint); }
.bigcard-dark h3 { color: #ffffff; }
.bigcard-dark p { color: #AEC5B9; }
.bigcard-dark .learn { color: var(--mint); }
.bigcard-dark .learn:hover { color: #7DE3B4; }
.bigcard-card-wrap { display: flex; justify-content: center; margin-top: 14px; }
.bigcard-card {
  width: 300px; height: 180px; border-radius: 20px 20px 0 0;
  background: linear-gradient(135deg, #1B2145 0%, #10122E 100%);
  border: 1px solid rgba(255,255,255,0.16); border-bottom: none;
  padding: 22px 24px; display: flex; flex-direction: column; justify-content: space-between;
}
.bigcard-card .top { display: flex; justify-content: space-between; align-items: flex-start; }
.bigcard-card .top span { font-size: 15px; font-weight: 700; color: #ffffff; }
.bigcard-card .bottom { display: flex; flex-direction: column; gap: 7px; }
.bigcard-card .number { font-size: 15px; color: #C9CBE0; letter-spacing: 0.16em; }
.bigcard-card .holder { font-size: 11px; color: #8B8FAD; }

/* ---------- Industries ---------- */
.industries { padding: 80px 48px; gap: 20px; }
.industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; margin-top: 24px; }
.industry { background: #F4FAF6; border-radius: 22px; padding: 28px 18px 22px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.industry span { font-size: 15px; font-weight: 700; color: var(--ink); }

/* ---------- Manifesto ---------- */
.manifesto { max-width: 1100px; padding: 90px 48px 60px; gap: 60px; }
.manifesto-statement { font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; color: var(--ink); letter-spacing: -0.025em; line-height: 1.18; text-align: center; text-wrap: balance; }
.manifesto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 26px; }
.manifesto-card { border-radius: 32px; padding: 40px 40px 46px; display: flex; flex-direction: column; gap: 10px; }
.manifesto-card .kicker { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--green-deep); }
.manifesto-card h3 { font-size: 30px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1.15; }
.manifesto-card p { font-size: 15.5px; color: var(--text-muted); line-height: 1.55; }
.manifesto-card .visual { display: flex; justify-content: center; margin-top: 18px; }
.manifesto-shariah { background: #EAF6EF; }
.manifesto-pace { background: #E4F6EC; }
.shariah-tile { width: 130px; height: 130px; border-radius: 36px; background: var(--green-deep); display: flex; align-items: center; justify-content: center; transform: rotate(-6deg); box-shadow: 0 18px 40px rgba(11,122,82,0.3); }
.week-card { width: 150px; height: 130px; border-radius: 24px; background: #ffffff; box-shadow: 0 18px 40px rgba(11,59,41,0.14); padding: 16px; display: flex; flex-direction: column; gap: 10px; transform: rotate(4deg); }
.week-card .head { height: 22px; border-radius: 8px; background: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #ffffff; letter-spacing: 0.08em; }
.week-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.week-cell { height: 16px; border-radius: 5px; background: var(--mint-tint); }
.week-cell.paid { background: var(--mint); }
.week-card .caption { font-size: 11px; font-weight: 600; color: var(--green-deep); text-align: center; }

/* ---------- The hilalpe effect ---------- */
.effect { background: #F7FBF9; }
.effect-inner { max-width: 1160px; margin: 0 auto; padding: 100px 48px; display: flex; flex-direction: column; gap: 18px; }
.effect-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 30px; }
.stat { background: var(--green-deep); border-radius: 24px; padding: 34px 30px; display: flex; flex-direction: column; gap: 40px; }
.stat .value { font-size: 56px; font-weight: 800; color: #ffffff; letter-spacing: -0.03em; line-height: 1; }
.stat .label { font-size: 16px; font-weight: 600; color: #BCE9D4; line-height: 1.4; }
.stat-dark { background: var(--ink); }
.stat-dark .value { color: var(--mint); }
.stat-dark .label { color: #AEC5B9; }

/* ---------- Quote + crowd ---------- */
.quote { background: var(--hero-bg); overflow: hidden; }
.quote-inner { max-width: 900px; margin: 0 auto; padding: 110px 48px 40px; display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.quote-text { font-size: clamp(28px, 4vw, 38px); font-weight: 700; color: var(--ink); line-height: 1.3; letter-spacing: -0.015em; text-wrap: balance; }
.quote-attr { display: flex; align-items: center; gap: 12px; }
.quote-avatar { width: 44px; height: 44px; border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: var(--green-deep); }
.quote-who { display: flex; flex-direction: column; align-items: flex-start; }
.quote-who .name { font-size: 15px; font-weight: 700; color: var(--ink); }
.quote-who .role { font-size: 13px; color: var(--text-muted); }
.quote-crowd { display: block; margin: 0 auto; max-width: 100%; }

/* ---------- CTA + footer ---------- */
.cta-footer { background: var(--ink); }
.cta { max-width: 1080px; margin: 0 auto; padding: 120px 48px 90px; display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.cta-title { font-size: clamp(44px, 6vw, 72px); font-weight: 800; color: #ffffff; letter-spacing: -0.03em; line-height: 1.02; text-wrap: balance; max-width: 760px; }
.cta-sub { font-size: 18px; color: #AEC5B9; line-height: 1.55; max-width: 520px; }
.cta-buttons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

.footer { max-width: 1080px; margin: 0 auto; padding: 0 48px 48px; display: flex; flex-direction: column; gap: 36px; }
.footer-main { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 40px; display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; max-width: 300px; }
.footer-brand .brand-name { color: #ffffff; font-size: 20px; }
.footer-tagline { font-size: 14px; color: #8FA79A; line-height: 1.55; }
.footer-cols { display: flex; gap: 72px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col .head { font-size: 13px; font-weight: 700; color: var(--mint); letter-spacing: 0.06em; }
.footer-col a { font-size: 14.5px; color: #C9D9CF; }
.footer-col a:hover { color: var(--mint); }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 12.5px; color: #718A7C; }

/* ---------- Floating get-the-app ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 6;
  background: var(--mint); color: var(--ink); border-radius: 999px;
  padding: 14px 26px; font-size: 15.5px; font-weight: 700;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 14px 34px rgba(11,59,41,0.30);
}
.fab:hover { background: #7DE3B4; color: var(--ink); }

/* ---------- Small screens ---------- */
@media (max-width: 720px) {
  .nav { padding: 16px 20px; }
  .nav-links { gap: 18px; }
  .nav-links .nav-link { display: none; }
  .section, .features, .industries, .manifesto { padding-left: 24px; padding-right: 24px; }
  .effect-inner, .quote-inner, .cta, .footer { padding-left: 24px; padding-right: 24px; }
  .hero-copy { min-width: 0; }
  .footer-cols { gap: 40px; }
}
