.home-container{min-height:100vh;padding:60px 20px;display:flex;flex-direction:column;align-items:center}.home-card{background:#fff;max-width:720px;width:100%;padding:55px;border-radius:18px;text-align:center;box-shadow:0 30px 70px #0000002e}.home-card h1{font-size:38px;margin-bottom:12px;color:#111}.home-subtitle{font-size:18px;color:#555;margin-bottom:28px}.home-desc{font-size:16px;color:#666;line-height:1.75;margin-bottom:32px}.home-features{margin-bottom:38px;font-size:15px;color:#444;line-height:1.9}.home-card button{padding:16px 34px;background:#111;color:#fff;font-size:16px;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease}.home-card button:hover{background:#2c2c2c;transform:translateY(-2px)}.divider{width:100%;max-width:600px;height:1px;background:linear-gradient(to right,transparent,#bbb,transparent);margin:80px 0 60px}.whispers{max-width:900px;width:100%;text-align:center}.whispers h2{font-size:30px;margin-bottom:10px;color:#222}.whispers-subtitle{font-size:15px;color:#666;margin-bottom:40px}.whisper-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px}.whisper{background:#fafafa;padding:26px;border-radius:16px;box-shadow:0 12px 25px #00000014;text-align:left}.whisper-text{font-size:15px;color:#333;line-height:1.7;margin-bottom:14px}.whisper span{font-size:13px;color:#777}.whisper span{font-size:13px;color:#777;font-style:italic}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#f6c1d1,#c7b7f5);font-family:Georgia,Times New Roman,serif}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:60px 20px 100px}.card{background:#fff;width:100%;max-width:650px;padding:45px;border-radius:18px;box-shadow:0 25px 60px #0000002e;margin-bottom:70px}.card h2{text-align:center;font-size:28px;margin-bottom:6px;color:#222}.subtitle{text-align:center;font-size:14px;color:#555;margin-bottom:32px}.card input,.card textarea{width:100%;padding:12px 14px;margin-bottom:18px;border-radius:10px;border:1px solid #ccc;font-size:15px;outline:none;background:#fff}.card textarea{height:240px;resize:vertical;line-height:1.7}.card input:focus,.card textarea:focus{border-color:#8b7bdc}.card button{width:100%;padding:14px;background:#5b4baf;color:#fff;font-size:16px;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.card button:hover{background:#47379a}.confirmation{text-align:center;padding:30px}.trust{margin-top:16px;font-size:14px;color:#555;line-height:1.6}.notes-section{max-width:900px;width:100%;text-align:center}.notes-section h3{font-size:26px;color:#2a244a;margin-bottom:10px}.notes-subtitle{font-size:15px;color:#4f4a6b;margin-bottom:40px}.notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px}.note-card{background:#fffdfb;padding:26px;border-radius:18px;box-shadow:0 15px 30px #0000001a;font-size:15px;line-height:1.75;color:#333;position:relative}.note-card:before{content:"✎";position:absolute;top:14px;right:18px;font-size:14px;opacity:.3}.note-role{display:block;font-size:13px;color:#777;margin-bottom:10px;font-style:italic}
