*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --white: #ffffff; --off: #f7f7f5; --off2: #eeede9;
      --black: #111110; --mid: #6b6b67; --muted: #a8a8a4; --border: #e4e3de;
      --accent: #5ab2e5; --accent-dark: #2e96d4; --accent-light: #e8f5fd;
      --green: #2d8a4e; --green-bg: #edf7f1; --orange: #d95f1a; --orange-bg: #fdf0e8;
      --max-w: 1120px; --r: 14px; --r-lg: 20px;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--black); line-height: 1.55; overflow-x: hidden; }

    /* NAV */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
    .nav-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 64px; }
    .logo { font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: 2px; color: var(--black); text-decoration: none; }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: var(--mid); text-decoration: none; transition: color 0.2s; }
    .nav-links a:hover { color: var(--black); }
    .nav-cta { background: var(--black); color: #fff; padding: 9px 22px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity 0.2s, transform 0.15s; }
    .nav-cta:hover { opacity: 0.82; transform: translateY(-1px); }

    /* HERO */
    .hero { padding: 120px 40px 0; max-width: var(--max-w); margin: 0 auto; }
    .hero-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding-bottom: 60px; }
    .hero-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 24px; }
    .hero-label::before { content: ''; width: 20px; height: 2px; background: var(--accent); display: block; }
    h1 { font-family: 'Anton', sans-serif; font-size: clamp(52px, 6.5vw, 86px); line-height: 0.95; letter-spacing: 1px; color: var(--black); margin-bottom: 24px; }
    h1 .line-accent { color: var(--accent); display: block; }
    .hero-desc { font-size: 18px; font-weight: 300; color: var(--mid); max-width: 400px; line-height: 1.65; margin-bottom: 36px; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
    .btn-primary { background: var(--black); color: #fff; padding: 14px 32px; border-radius: 100px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: opacity 0.2s, transform 0.15s; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
    .btn-primary:hover { opacity: 0.82; transform: translateY(-1px); }
    .btn-ghost { background: transparent; color: var(--black); padding: 14px 24px; border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--border); transition: border-color 0.2s, background 0.2s; }
    .btn-ghost:hover { border-color: var(--black); background: var(--off); }
    .hero-meta { margin-top: 28px; font-size: 13px; color: var(--muted); }

    /* Hero right – app mockup */
    .hero-app-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.05); }
    .app-topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--border); }
    .app-topbar-logo { font-family: 'Anton', sans-serif; font-size: 16px; letter-spacing: 1.5px; color: var(--black); }
    .app-section-label { padding: 20px 20px 10px; font-size: 20px; font-weight: 700; color: var(--black); display: flex; align-items: center; gap: 8px; }
    .app-sub-label { padding: 0 20px 12px; font-size: 13px; font-weight: 500; color: var(--mid); display: flex; align-items: center; gap: 6px; }
    .app-sub-label::before { content: '▷'; font-size: 10px; }
    .app-cards-row { display: flex; gap: 12px; padding: 0 20px 16px; overflow: hidden; }
    .app-playlist-card { flex: 0 0 calc(50% - 6px); border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; }
    .app-card-thumb { height: 90px; position: relative; display: flex; align-items: flex-end; padding: 8px; background: var(--off2); }
    .app-card-pill { position: relative; z-index: 1; font-size: 9px; font-weight: 700; background: rgba(255,255,255,0.9); color: var(--black); padding: 3px 8px; border-radius: 100px; }
    .app-card-body { padding: 10px 12px 4px; }
    .app-card-title { font-size: 12px; font-weight: 700; color: var(--black); margin-bottom: 4px; line-height: 1.3; }
    .app-card-desc { font-size: 10px; color: var(--muted); line-height: 1.4; }
    .app-card-btn { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 8px 12px 12px; padding: 7px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 10px; font-weight: 600; color: var(--black); cursor: pointer; }
    .app-bottom-nav { display: flex; border-top: 1px solid var(--border); padding: 10px 0 6px; }
    .app-nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 10px; font-weight: 500; color: var(--muted); }
    .app-nav-item.active { color: var(--accent); }
    .app-nav-icon { font-size: 16px; line-height: 1; }
    .hero-badge { position: absolute; background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 10px 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; white-space: nowrap; }
    .badge-streak { bottom: -20px; left: -48px; }
    .badge-challenge { top: 50px; right: -48px; }
    .badge-num { font-size: 20px; font-weight: 700; line-height: 1; color: var(--black); }
    .badge-label { font-size: 10px; font-weight: 400; color: var(--muted); }

    /* TRUST BAR */
    .trust-bar { background: var(--black); color: #fff; padding: 16px 40px; margin-top: 80px; }
    .trust-bar-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; opacity: 0.9; }
    .trust-item-icon { font-size: 18px; opacity: 0.7; }
    .trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.15); }

    /* SECTIONS */
    section { padding: 100px 40px; }
    .section-inner { max-width: var(--max-w); margin: 0 auto; }
    .section-divider { height: 1px; background: var(--border); border: none; }
    .section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .section-label::before { content: ''; width: 24px; height: 2px; background: var(--accent); border-radius: 2px; }
    .section-number { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--accent-dark); }
    h2 { font-family: 'Anton', sans-serif; font-size: clamp(40px, 4.5vw, 62px); line-height: 0.97; letter-spacing: 0.5px; margin-bottom: 20px; color: var(--black); }
    h2 em { font-style: normal; color: var(--accent); }
    .section-intro { font-size: 17px; font-weight: 300; color: var(--mid); max-width: 480px; line-height: 1.7; }

    /* FEATURES (Challenges) */
    .features-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
    .feature-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 40px; }
    .feat-card { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--off); border-radius: var(--r); border: 1.5px solid var(--border); transition: border-color 0.2s, box-shadow 0.2s; }
    .feat-card:hover { border-color: var(--accent); box-shadow: 0 4px 20px rgba(90,178,229,0.12); }
    .feat-card-icon { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; }
    .feat-card-icon.blue { background: var(--accent-light); }
    .feat-card-icon.green { background: var(--green-bg); }
    .feat-card-icon.orange { background: var(--orange-bg); }
    .feat-card-title { font-size: 15px; font-weight: 600; margin-bottom: 4px; color: var(--black); }
    .feat-card-desc { font-size: 13px; color: var(--mid); line-height: 1.55; font-weight: 300; }
    .challenge-visual { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 12px 48px rgba(0,0,0,0.08); }
    .cv-header { background: var(--black); color: #fff; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; }
    .cv-header-title { font-size: 15px; font-weight: 700; }
    .cv-header-badge { font-size: 11px; font-weight: 700; background: var(--accent); color: #fff; padding: 4px 12px; border-radius: 100px; }
    .cv-img-placeholder { height: 180px; background: var(--off2); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .cv-img-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(0,0,0,0.3); color: #fff; }
    .cv-body { padding: 20px 24px; }
    .cv-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
    .cv-day { font-size: 22px; font-weight: 700; color: var(--black); }
    .cv-day span { font-size: 13px; font-weight: 400; color: var(--muted); margin-left: 4px; }
    .tag-blue { display: inline-flex; align-items: center; background: var(--accent-light); color: var(--accent-dark); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; padding: 5px 12px; border-radius: 100px; }
    .cv-prog-track { height: 6px; background: var(--off2); border-radius: 6px; overflow: hidden; margin-bottom: 14px; }
    .cv-prog-fill { height: 100%; border-radius: 6px; background: var(--accent); width: 40%; }
    .cv-days { display: flex; gap: 5px; flex-wrap: wrap; }
    .cv-dot { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
    .cv-dot.done { background: var(--black); color: #fff; }
    .cv-dot.today { background: var(--accent); color: #fff; }
    .cv-dot.next { background: var(--off2); color: var(--muted); }
    .cv-cta { display: block; text-align: center; margin: 16px 24px 20px; background: var(--black); color: #fff; padding: 13px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
    .cv-cta:hover { opacity: 0.8; }

    /* RITUALS */
    .rituals-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
    .ritual-visual { background: var(--off); border-radius: var(--r-lg); padding: 32px; border: 1.5px solid var(--border); }
    .ritual-day-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
    .ritual-day-title { font-size: 16px; font-weight: 700; color: var(--black); }
    .ritual-goal { font-size: 12px; font-weight: 600; color: var(--green); background: var(--green-bg); padding: 4px 10px; border-radius: 100px; }
    .week-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; margin-bottom: 24px; }
    .week-col { text-align: center; }
    .week-lbl { font-size: 9px; font-weight: 700; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; letter-spacing: 0.05em; }
    .week-dot { width: 32px; height: 32px; border-radius: 8px; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-size: 13px; }
    .week-dot.done { background: var(--black); color: #fff; }
    .week-dot.done-alt { background: var(--accent); color: #fff; }
    .week-dot.rest { background: var(--off2); color: var(--muted); font-size: 10px; }
    .week-dot.empty { background: var(--off2); }
    .ritual-sessions { display: flex; flex-direction: column; gap: 10px; }
    .rs-item { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 10px; padding: 12px 14px; border: 1.5px solid var(--border); }
    .rs-num { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; background: var(--off2); color: var(--mid); }
    .rs-num.active { background: var(--accent); color: #fff; }
    .rs-title { flex: 1; font-size: 13px; font-weight: 600; color: var(--black); }
    .rs-meta { font-size: 11px; color: var(--muted); }
    .rs-dur { font-size: 12px; font-weight: 600; color: var(--mid); }
    .stats-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 16px; }
    .stat-box { text-align: center; padding: 16px; background: var(--white); border-radius: var(--r); border: 1.5px solid var(--border); }
    .stat-num { font-family: 'Anton', sans-serif; font-size: 28px; letter-spacing: 0.5px; margin-bottom: 2px; }
    .stat-lbl { font-size: 11px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
    .ritual-steps { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
    .ritual-step { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
    .ritual-step:not(:last-child)::before { content: ''; position: absolute; left: 17px; top: 36px; bottom: 0; width: 1.5px; background: var(--border); }
    .step-num-wrap { flex-shrink: 0; }
    .step-num { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--black); background: var(--white); position: relative; z-index: 1; }
    .step-active .step-num { background: var(--black); color: #fff; border-color: var(--black); }
    .step-body { padding-top: 6px; }
    .step-title { font-size: 17px; font-weight: 700; margin-bottom: 6px; color: var(--black); }
    .step-desc { font-size: 14px; color: var(--mid); font-weight: 300; line-height: 1.65; }

    /* APP SCREENSHOT */
    .screenshot-section { background: var(--off); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 80px 40px; }
    .screenshot-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .screenshot-frame img { width: 480px; max-width: 100%; height: auto; display: block; border-radius: 24px; box-shadow: 0 32px 80px rgba(0,0,0,0.14), 0 0 0 1px rgba(0,0,0,0.04); }
    .screenshot-right { display: flex; justify-content: center; }
    .app-feature-list { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
    .afl-item { display: flex; align-items: flex-start; gap: 14px; }
    .afl-check { width: 22px; height: 22px; border-radius: 50%; background: var(--black); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 11px; color: #fff; }
    .afl-text { font-size: 15px; font-weight: 400; color: var(--black); }
    .afl-text strong { font-weight: 600; }

    /* FAQ SECTION */
    .faq-section { padding: 80px 40px; background: var(--white); }
    .faq-inner { max-width: 720px; margin: 0 auto; }
    .faq-inner h2 { margin-bottom: 10px; }
    .faq-intro { font-size: 16px; font-weight: 300; color: var(--mid); margin-bottom: 48px; }
    .faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .faq-q-text { font-size: 16px; font-weight: 600; color: var(--black); }
    .faq-icon { font-size: 20px; color: var(--muted); flex-shrink: 0; transition: transform 0.2s; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }
    .faq-a { display: none; padding: 0 0 20px; font-size: 15px; color: var(--mid); line-height: 1.7; font-weight: 300; }
    .faq-item.open .faq-a { display: block; }

    /* CTA */
    .cta-section { padding: 0 40px 100px; }
    .cta-inner { max-width: var(--max-w); margin: 0 auto; background: var(--black); color: #fff; border-radius: 28px; padding: 80px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; overflow: hidden; }
    .cta-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(90,178,229,0.12) 0%, transparent 70%); }
    .cta-left { position: relative; z-index: 1; }
    .cta-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
    .cta-inner h2 { color: #fff; margin-bottom: 8px; }
    .cta-inner h2 em { color: var(--accent); }
    .cta-sub { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 360px; margin-bottom: 36px; }
    .btn-white { background: #fff; color: var(--black); padding: 14px 32px; border-radius: 100px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: opacity 0.2s, transform 0.15s; box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
    .btn-white:hover { opacity: 0.9; transform: translateY(-1px); }
    .cta-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.35); }
    .cta-right { position: relative; z-index: 1; }
    .cta-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .cta-stat-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r); padding: 20px; }
    .cta-stat-num { font-family: 'Anton', sans-serif; font-size: 36px; letter-spacing: 1px; color: #fff; margin-bottom: 4px; }
    .cta-stat-num .unit { font-size: 20px; color: var(--accent); }
    .cta-stat-lbl { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); }

    /* FOOTER */
    footer { border-top: 1px solid var(--border); }
    .footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
    .footer-logo { font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: 2px; text-decoration: none; color: var(--black); }
    .footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
    .footer-links a { font-size: 14px; color: var(--muted); text-decoration: none; font-weight: 500; transition: color 0.2s; cursor: pointer; }
    .footer-links a:hover { color: var(--black); }
    .footer-social { display: flex; align-items: center; gap: 12px; }
    .social-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 100px; text-decoration: none; color: var(--mid); font-size: 13px; font-weight: 600; transition: border-color 0.2s, color 0.2s, background 0.2s; }
    .social-link:hover { border-color: var(--black); color: var(--black); background: var(--off); }
    .social-link svg { width: 15px; height: 15px; fill: currentColor; display: block; }
    .footer-copy { font-size: 13px; color: var(--muted); }

    /* MODALS */
    .modal-overlay { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(17,17,16,0.45); backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 24px; }
    .modal-overlay.open { display: flex; animation: mfade 0.2s ease; }
    @keyframes mfade { from { opacity: 0; } to { opacity: 1; } }
    .modal { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; padding: 44px 40px; max-width: 560px; width: 100%; max-height: 85vh; overflow-y: auto; position: relative; box-shadow: 0 24px 80px rgba(0,0,0,0.15); animation: mslide 0.25s ease; }
    @keyframes mslide { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
    .modal::-webkit-scrollbar { width: 4px; }
    .modal::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
    .modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border-radius: 50%; background: var(--off); border: 1.5px solid var(--border); cursor: pointer; font-size: 12px; color: var(--mid); display: flex; align-items: center; justify-content: center; font-weight: 700; transition: background 0.2s; }
    .modal-close:hover { background: var(--off2); }
    .modal h3 { font-family: 'Anton', sans-serif; font-size: 24px; letter-spacing: 0.5px; margin-bottom: 24px; color: var(--black); padding-right: 40px; }
    .modal h4 { font-size: 11px; font-weight: 700; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.08em; margin: 20px 0 6px; }
    .modal p { font-size: 14px; color: var(--mid); line-height: 1.8; }
    .modal-note { font-size: 12px; color: var(--muted); font-style: italic; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--border); }

    /* ANIMATIONS */
    @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .nav-links { display: none; }
      .nav-inner { padding: 0 24px; }
      .hero { padding: 100px 24px 0; }
      .hero-top { grid-template-columns: 1fr; gap: 40px; }
      .hero-right { display: none; }
      .trust-bar { padding: 20px 24px; }
      .trust-divider { display: none; }
      section { padding: 72px 24px; }
      .features-layout, .rituals-layout, .screenshot-inner { grid-template-columns: 1fr; gap: 48px; }
      .mobile-order-1 { order: 1; }
      .mobile-order-2 { order: 2; }
      .cta-section { padding: 0 24px 72px; }
      .cta-inner { grid-template-columns: 1fr; padding: 52px 36px; gap: 40px; }
      .footer-inner { padding: 28px 24px; }
      .screenshot-frame img { width: 100%; }
      .faq-section { padding: 60px 24px; }
    }
    @media (max-width: 560px) {
      h1 { font-size: 52px; }
      h2 { font-size: 40px; }
      .stats-strip, .cta-stats-grid { grid-template-columns: 1fr 1fr; }
      .footer-links { gap: 16px; }
      .footer-social { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
      .modal { padding: 32px 24px; }
    }
