@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800;900&display=swap');

:root {
  --bg: #fbf7f3; --ink: #2f275b; --body: #56556b; --accent: #d7b089; --accent-deep: #b67e41; --border: #ecddcf; --shadow: 0 18px 40px rgba(131, 101, 78, 0.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:'Nunito Sans','Inter','Segoe UI',Arial,sans-serif;color:var(--body);background:radial-gradient(circle at top left,#fff 0%,var(--bg) 55%,#f9f3ee 100%);line-height:1.65} img{max-width:100%;display:block}
.page-shell{width:min(1240px,calc(100% - 48px));margin:28px auto 40px}.section{margin-bottom:30px}
.hero{display:grid;grid-template-columns:minmax(280px,1fr) minmax(460px,1.45fr);gap:26px;align-items:start}.hero-copy{padding:8px 12px 0 18px}
h1,h2,h3{margin:0;color:var(--ink);font-weight:800;font-family:'Playfair Display',Georgia,'Times New Roman',serif;letter-spacing:-.02em} h1{font-size:clamp(3rem,5vw,5.4rem);line-height:.95;margin-bottom:18px}.lead{font-size:clamp(1.2rem,2vw,1.85rem);line-height:1.35;max-width:28rem;color:#394058;margin-bottom:12px}.hero-copy p{font-size:1rem;max-width:29rem;margin:0 0 10px}
.mini-divider{width:168px;height:18px;position:relative;margin:18px 0}.mini-divider::before,.mini-divider::after,.mini-divider span::before{content:"";position:absolute;top:50%;transform:translateY(-50%);background:var(--border)}.mini-divider::before{left:0;width:76px;height:1px}.mini-divider::after{right:0;width:76px;height:1px}.mini-divider span::before{left:50%;width:8px;height:8px;border-radius:50%;background:var(--accent);transform:translate(-50%,-50%) rotate(45deg)}
.hero-image-wrap{background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(250,240,232,.55));border-radius:0 0 20px 20px;overflow:hidden;box-shadow:var(--shadow)}
.section-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin:8px 0 18px}.section-heading span{flex:1;max-width:360px;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.section-heading h2{font-size:clamp(2.1rem,2.7vw,3.1rem);text-align:center}
.crystal-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.card{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,250,246,.96));border:1px solid var(--border);border-radius:18px;box-shadow:0 8px 22px rgba(130,95,68,.04)}.crystal-card{overflow:hidden}.crystal-card img{width:100%;height:148px;object-fit:contain;object-position:center center;background:#f8f2ec;padding:0}.card-body{padding:14px 14px 16px;text-align:center}.crystal-card h3{font-size:1.05rem;margin-bottom:6px}.crystal-card p{margin:0 auto 12px;font-size:.9rem;min-height:84px}.tag{display:inline-block;padding:7px 12px;border-radius:999px;background:#f7efe8;border:1px solid var(--border);color:var(--accent-deep);font-size:.8rem;line-height:1.2}
.tips-grid{display:grid;gap:14px}.tips-grid-4{grid-template-columns:repeat(4,1fr)}.benefits-grid{grid-template-columns:repeat(5,1fr)}.icon-card{padding:18px 18px 16px;text-align:center}.icon-frame{width:84px;height:84px;margin:0 auto 10px;display:grid;place-items:center}.icon-frame img{width:84px;height:84px;object-fit:contain;background:transparent}.icon-card h3{font-size:1rem;margin-bottom:6px}.icon-card p{font-size:.92rem;margin:0}.round-outline{width:76px;height:76px;border-radius:50%;border:1.5px solid #e0c4a1;display:grid;place-items:center;margin:0 auto 12px}.round-outline img{width:46px;height:46px}.compact{padding:18px 14px 14px}
.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.knowledge-card{padding:18px 18px 18px 16px;display:flex;align-items:flex-start;gap:16px}.knowledge-icon{width:58px;height:58px;min-width:58px;border-radius:50%;background:linear-gradient(180deg,#9f8bbf,#8770ab);display:grid;place-items:center;box-shadow:inset 0 0 0 4px rgba(255,255,255,.15)}.knowledge-icon img{width:34px;height:34px}.knowledge-card h3{font-size:1rem;margin-bottom:4px}.knowledge-card p{margin:0;font-size:.93rem}
.reminder-banner{position:relative;overflow:hidden;text-align:center;border:1px solid var(--border);border-radius:20px;padding:46px 20px;min-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(90deg,rgba(244,238,245,.82) 0%,rgba(249,245,241,.74) 34%,rgba(249,245,241,.74) 66%,rgba(244,238,245,.82) 100%),url('assets/images/healing-background-crystals.png') center center/cover no-repeat}.reminder-banner::before,.reminder-banner::after{display:none}.reminder-banner h2{font-size:clamp(2rem,2.8vw,2.8rem);margin-bottom:10px;position:relative;z-index:1}.reminder-banner p{margin:0;font-size:1rem;position:relative;z-index:1;max-width:48rem}.quote-mark{position:absolute;font-family:'Playfair Display',Georgia,serif;font-size:70px;line-height:1;color:rgba(255,255,255,.88);top:22px;z-index:1}.quote-mark.left{left:34%}.quote-mark.right{right:34%;bottom:10px;top:auto}.reminder-actions{position:relative;z-index:2;margin-top:24px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:center;padding:0 8px}.feature{display:flex;align-items:center;gap:14px;position:relative;padding:10px 8px 6px}.feature:not(:last-child)::after{content:"";position:absolute;right:-7px;top:14px;bottom:14px;width:1px;background:var(--border)}.feature img{width:42px;height:42px}.feature h3{font-size:1rem;margin-bottom:2px}.feature p{margin:0;font-size:.9rem}
@media (max-width:1180px){.crystal-grid{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(3,1fr)}.feature-strip{grid-template-columns:repeat(2,1fr)}}
@media (max-width:920px){.page-shell{width:min(100% - 28px,980px)}.hero{grid-template-columns:1fr}.hero-copy{padding:0 6px}.tips-grid-4,.knowledge-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){body{line-height:1.55}.page-shell{width:calc(100% - 20px);margin-top:18px}.crystal-grid,.tips-grid-4,.knowledge-grid,.benefits-grid,.feature-strip{grid-template-columns:1fr}.knowledge-card,.feature{padding-inline:16px}.section-heading{gap:10px}.quote-mark.left{left:18px;top:10px}.quote-mark.right{right:18px;bottom:0}}

.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hero-actions{margin-top:20px}.section-actions{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-top:20px}.compact-actions{margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 22px;border-radius:999px;border:1px solid var(--border);font-family:'Nunito Sans','Inter','Segoe UI',Arial,sans-serif;font-weight:800;font-size:.95rem;line-height:1;color:var(--ink);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(47,39,91,.10)}.btn-primary{background:var(--ink);border-color:var(--ink);color:#fff}.btn-outline{background:#fffaf6;border-color:#e3c9a8;color:var(--ink)}.btn-light{background:#f8efe5;border-color:#e5cba8;color:var(--accent-deep)}.btn-glass{background:rgba(255,255,255,.48);border-color:rgba(255,255,255,.82);color:var(--ink);backdrop-filter:blur(4px)}.reminder-actions{justify-content:center;margin-top:20px;position:relative;z-index:2}
@media (max-width:640px){.button-row,.section-actions{gap:10px}.btn{width:100%;min-height:48px}.hero-actions .btn{width:auto;flex:1 1 170px}}
