.reality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:2.5rem auto 0}.reality-card{background:#fff;border:1px solid var(--sand-dark,#e3ded3);border-radius:12px;padding:1.5rem;text-align:center;transition:border-color .3s ease,box-shadow .3s ease}.reality-card:hover{border-color:var(--accent,#21a0db);box-shadow:0 4px 16px rgba(33,160,219,.1)}.reality-card-icon{margin-bottom:.6rem;color:var(--accent)}.reality-card-icon svg{width:28px;height:28px}.reality-card h4{font-size:.95rem;font-weight:600;color:var(--navy-deep,#0a1628);margin-bottom:.35rem}.reality-card p{font-size:.82rem;color:var(--text-muted,#6b6560);line-height:1.5;margin:0}@media (max-width:700px){.reality-grid{grid-template-columns:1fr 1fr}}@media (max-width:460px){.reality-grid{grid-template-columns:1fr}}.hwh-timeline{position:relative;max-width:820px;margin:3rem auto 0;padding:0}.hwh-track{position:absolute;left:32px;top:0;bottom:0;width:3px;background:var(--sand-dark,#e3ded3);border-radius:2px}.hwh-progress{position:absolute;left:32px;top:0;width:3px;height:0;background:var(--accent,#21a0db);border-radius:2px;transition:height .6s cubic-bezier(.25,.46,.45,.94)}.hwh-step{position:relative;padding-left:80px;padding-bottom:2.5rem;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.25,.46,.45,.94)}.hwh-step.hwh-visible{opacity:1;transform:translateY(0)}.hwh-step:last-child{padding-bottom:0}.hwh-dot{position:absolute;left:20px;top:4px;width:28px;height:28px;border-radius:50%;background:#fff;border:3px solid var(--sand-dark,#e3ded3);display:grid;place-items:center;transition:all .4s ease;z-index:2}.hwh-dot-inner{width:10px;height:10px;border-radius:50%;background:var(--sand-dark,#e3ded3);transition:all .4s ease}.hwh-step.hwh-active .hwh-dot{border-color:var(--accent,#21a0db);box-shadow:0 0 0 6px rgba(33,160,219,.12)}.hwh-step.hwh-active .hwh-dot-inner{background:var(--accent,#21a0db)}.hwh-card{background:#fff;border:1px solid var(--sand-dark,#e3ded3);border-radius:12px;padding:1.5rem 1.75rem;transition:all .4s ease;cursor:pointer}.hwh-step.hwh-active .hwh-card{border-color:var(--accent,#21a0db);box-shadow:0 4px 20px rgba(33,160,219,.1)}.hwh-card-head{display:flex;align-items:center;gap:.75rem}.hwh-num{font-size:.7rem;font-weight:700;color:var(--text-muted,#6b6560);letter-spacing:.08em;text-transform:uppercase;transition:color .4s ease}.hwh-step.hwh-active .hwh-num{color:var(--accent,#21a0db)}.hwh-card h3{font-size:1.1rem;margin:0;color:var(--navy-deep,#0a1628);font-family:'ABC Arizona Text',Georgia,serif}.hwh-card-detail{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.46,.45,.94),opacity .4s ease;opacity:0}.hwh-step.hwh-active .hwh-card-detail{max-height:120px;opacity:1;margin-top:.75rem}.hwh-card-detail p{font-size:.95rem;color:var(--text,#1e1e1e);line-height:1.7;margin:0}.hwh-card-icon{width:36px;height:36px;border-radius:8px;background:var(--sand,#f0ede6);display:grid;place-items:center;flex-shrink:0;transition:background .4s ease}.hwh-step.hwh-active .hwh-card-icon{background:rgba(33,160,219,.1)}.hwh-card-icon svg{width:18px;height:18px;stroke:var(--warm-gray,#A89F91);transition:stroke .4s ease}.hwh-step.hwh-active .hwh-card-icon svg{stroke:var(--accent,#21A0DB)}@media(max-width:768px){.hwh-progress,.hwh-track{left:18px}.hwh-dot{left:6px;width:24px;height:24px}.hwh-dot-inner{width:8px;height:8px}.hwh-step{padding-left:54px}.hwh-card{padding:1.15rem 1.25rem}}