.fasting-hero{text-align:center;margin-bottom:2.5rem}.fasting-hero__badge{display:inline-block;padding:.375rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-bg);margin-bottom:1rem}.fasting-hero h1{font-size:2.5rem;margin-bottom:.75rem;background:linear-gradient(135deg,var(--color-accent),var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fasting-hero__subtitle{color:var(--color-text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.fasting-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.fasting-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.25rem 2rem;text-align:center;min-width:140px}.fasting-stat__icon{color:var(--color-primary);margin-bottom:.5rem}.fasting-stat__value{font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}.fasting-stat__label{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.fasting-timeline{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.5rem;margin:1.5rem 0}.fasting-timeline__bar{display:flex;height:3rem;border-radius:.5rem;overflow:hidden;margin-bottom:.75rem}.fasting-timeline__fasting{background:linear-gradient(135deg,var(--color-primary),var(--color-accent))}.fasting-timeline__eating,.fasting-timeline__fasting{display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:.875rem}.fasting-timeline__eating{background:linear-gradient(135deg,#10b981,#34d399)}.fasting-timeline__labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-text-muted)}.fasting-benefits{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin:1.5rem 0}.fasting-benefit{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.25rem}.fasting-benefit__icon{font-size:2rem;display:block;margin-bottom:.75rem}.fasting-benefit h3{font-size:1rem;margin-bottom:.5rem;color:var(--color-text)}.fasting-benefit p{font-size:.875rem;color:var(--color-text-muted);margin:0;line-height:1.5}.fasting-related{margin-top:3rem}.fasting-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.fasting-related__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:1.25rem;text-decoration:none;transition:all .2s ease;position:relative}.fasting-related__card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.fasting-related__card h3{font-size:1rem;color:var(--color-text);margin-bottom:.5rem}.fasting-related__card p{font-size:.875rem;color:var(--color-text-muted);margin:0}.fasting-related__arrow{position:absolute;top:1.25rem;right:1.25rem;color:var(--color-primary);font-weight:600}.fasting-index{padding:2rem 0 4rem}.fasting-index__header{text-align:center;max-width:700px;margin:0 auto 3rem}.fasting-index__title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-accent),var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fasting-index__subtitle{color:var(--color-text-muted);font-size:1.1rem}.fasting-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto;padding:0 1rem}.fasting-card{--card-gradient-start:#6366F1;--card-gradient-end:#4F46E5;--card-color:#6366F1;background:linear-gradient(145deg,var(--card-gradient-start),var(--card-gradient-end));border:none;border-radius:1.5rem;padding:1.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center;min-height:280px;position:relative;overflow:hidden}.fasting-card:before{top:-20px;right:-20px;width:100px;height:100px;background:rgba(255,255,255,.15)}.fasting-card:after,.fasting-card:before{content:"";position:absolute;border-radius:50%}.fasting-card:after{top:40px;right:30px;width:40px;height:40px;background:rgba(255,255,255,.1)}.fasting-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.2)}.fasting-card__content{flex-grow:1;z-index:1;width:100%}.fasting-card__content,.fasting-card__header{display:flex;flex-direction:column;align-items:center}.fasting-card__header{margin-bottom:.5rem;gap:.5rem}.fasting-card__name{font-size:1.1rem;font-weight:600;color:white;line-height:1.3}.fasting-card__badge{padding:.4rem 1rem;border-radius:2rem;font-size:.7rem;font-weight:600;background:rgba(255,255,255,.2);color:white;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fasting-card__ratio{font-size:4rem;font-weight:800;color:white;line-height:1;margin:1rem 0;text-shadow:0 2px 10px rgba(0,0,0,.1)}.fasting-card__stats{display:flex;gap:0;margin-bottom:1.25rem;color:rgba(255,255,255,.9);font-size:.95rem}.fasting-card__stat{display:none}.fasting-card__stats-text{color:rgba(255,255,255,.9);font-size:.95rem}.fasting-card__description{display:none}.fasting-card__arrow{background:white;color:var(--card-color);font-weight:600;padding:.75rem 2rem;border-radius:2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s ease;margin-top:auto}.fasting-card:hover .fasting-card__arrow{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.15)}@media (max-width:768px){.fasting-hero h1{font-size:2rem}.fasting-stats{gap:1rem}.fasting-stat{min-width:100px;padding:1rem 1.25rem}.fasting-stat__value{font-size:1.5rem}.fasting-benefits,.fasting-related__grid{grid-template-columns:1fr}.fasting-index__title{font-size:2rem}.fasting-grid{grid-template-columns:1fr}}