:root{--primary: #80b480;--primary-hover: #6fa36f;--primary-light: rgba(128, 180, 128, .12);--primary-text: #102810;--sidebar-bg: #58486D;--sidebar-text: rgba(255, 255, 255, .85);--sidebar-text-muted: rgba(255, 255, 255, .55);--sidebar-hover: rgba(255, 255, 255, .1);--sidebar-active: rgba(255, 255, 255, .18);--sidebar-border: rgba(255, 255, 255, .12);--sidebar-accent: #80b480;--text-dark: #2c3e50;--text-medium: #546e7a;--text-light: #90a4ae;--link: #5a8f5a;--link-hover: #4a7a4a;--bg-page: #F7F4F0;--bg-main: #F3F0EC;--bg-white: #ffffff;--bg-muted: #f5f5f5;--bg-session: #F7F4F0;--bg-notes: #fdf6f0;--bg-chat: #fff9ed;--border: #e0e0e0;--danger: #da5a66;--danger-hover: #c44552;--danger-light: rgba(218, 90, 102, .08);--session-end: #da5a66;--session-end-hover: #c44552;--success: #28a745;--warning: #ff9800;--warning-bg: #fff3cd;--warning-text: #856404;--error-bg: #f8d7da;--error-text: #721c24;--notes-border: #e8ddd4;--notes-toggle-bg: #f5ede6;--secondary: #6c757d;--secondary-hover: #5a6268;--text-hint: #666666;--text-disabled: #999999;--text-placeholder: #aaaaaa;--border-light: #eeeeee;--bg-hover: #f0f0f0;--alert-danger-bg: #fff3f3;--alert-danger-border:#f5c6cb;--alert-success-bg: #d4edda;--alert-success-text: #155724;--info-panel-bg: #f8f9fa;--free-plan-label: #dd7d7d;--remove-red: #d32f2f;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 24px rgba(0, 0, 0, .15);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 50%;--counsellor-color: #80b480;--counsellor-color-rgb: 128, 180, 128}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-page)}h1,h2,h3{font-family:Lora,Georgia,Times New Roman,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}a{color:var(--link);text-decoration:underline}a:hover{color:var(--link-hover)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cookie-consent{position:fixed;bottom:20px;left:20px;z-index:10000;animation:cookieSlideIn .4s ease-out}@keyframes cookieSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-card{background:#352f3f;border-radius:16px;padding:24px 28px;max-width:380px;box-shadow:0 8px 30px #00000040;overflow:hidden}.cookie-consent-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.cookie-consent-icon{font-size:36px;line-height:1;flex-shrink:0;margin-top:2px}.cookie-consent-settings-link{background:none;border:none;padding:0;cursor:pointer;font-size:.78rem}.cookie-consent-text{font-size:.85rem;line-height:1.55;color:#ffffffd9;margin:0 0 14px}.cookie-consent-heading{font-family:Lora,serif;font-weight:600;font-size:1.05rem;color:#fff;margin:0 0 8px}.cookie-consent-actions{display:flex;gap:8px;margin-bottom:12px}.cookie-btn-accept{flex:1;padding:10px 16px;background:var(--sage, #6B9B7A);color:#102810;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.cookie-btn-accept:hover{background:var(--sage-dark, #5a8a69)}.cookie-btn-decline{padding:10px 16px;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.cookie-btn-decline:hover{background:#ffffff14;border-color:#ffffff59}.cookie-consent-link{font-size:.78rem;color:#ffffffb3;text-decoration:underline;text-underline-offset:2px}.cookie-consent-link:hover{color:#ffffffe6}.cookie-consent-footer{display:flex;justify-content:center;align-items:center;gap:16px}.cookie-consent-footer-dot{font-size:.78rem;color:#ffffff40}.cookie-setting-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.cookie-setting-row:last-of-type{margin-bottom:16px}.cookie-setting-info{display:flex;flex-direction:column;gap:2px}.cookie-setting-label{font-size:.85rem;font-weight:600;color:#fff}.cookie-setting-desc{font-size:.78rem;color:#ffffff80}.cookie-toggle-always{font-size:.78rem;color:#ffffff80;white-space:nowrap}.cookie-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff40;border-radius:24px;transition:background-color .3s}.cookie-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:var(--primary, #58486d)}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(20px)}@media(max-width:480px){.cookie-consent{bottom:12px;left:12px;right:12px}.cookie-consent-card{max-width:none}}.container{max-width:1200px;margin:0 auto;padding:20px}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--primary);color:var(--primary-text)}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-secondary:hover{background-color:var(--secondary-hover)}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:var(--danger-hover)}.btn:disabled{opacity:.6;cursor:not-allowed}.input-group{margin-bottom:20px}.input-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-dark)}.input-group input,.input-group textarea{width:100%;padding:12px;border:2px solid var(--border);border-radius:8px;font-size:16px;transition:border-color .2s;background:#fff}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:var(--primary)}.error-message{background-color:var(--alert-danger-bg);color:var(--danger);padding:12px;border-radius:8px;margin-bottom:20px;border-left:4px solid var(--danger)}.success-message{background-color:var(--alert-success-bg);color:var(--alert-success-text);padding:12px;border-radius:8px;margin-bottom:20px;border-left:4px solid var(--success)}.card{background:var(--bg-white);border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;margin-bottom:20px;border:1px solid var(--border)}.loading{text-align:center;padding:40px;color:var(--text-hint)}.spinner{width:48px;height:48px;margin:0 auto 20px;animation:pulse 2s ease-in-out infinite;background:var(--primary);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 20l-1.5-4.5A9 9 0 1 0 12 21a8.96 8.96 0 0 0 4.5-1.2L21 20z'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 20l-1.5-4.5A9 9 0 1 0 12 21a8.96 8.96 0 0 0 4.5-1.2L21 20z'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media(max-width:768px){.container{padding:10px}.btn{width:100%;margin-bottom:10px}.card{padding:16px}}.kura-initials-sm{width:36px;height:36px;border-radius:50%;background:#6b9b7a6b;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.kura-initials-lg{width:60px;height:60px;border-radius:50%;background:#6b9b7a6b;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:600;flex-shrink:0}.kura-support-btn{display:flex;align-items:center;gap:6px;padding:6px 13px;background:var(--bg-white);border:1.5px solid var(--text-dark);color:var(--text-dark);border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.kura-support-btn:hover{background:var(--text-dark);color:var(--bg-white)}.kura-support-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;animation:kura-fade-in .2s ease}.kura-support-panel{position:fixed;top:0;right:0;width:360px;max-width:100vw;height:100%;background:var(--bg-white);z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 28px #0000002e;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.kura-support-panel.open{transform:translate(0)}.kura-support-panel-header{position:relative;padding:22px 20px 16px;background:#fff8f8;border-bottom:1px solid #fde0e0;flex-shrink:0}.kura-support-panel-header h2{font-size:17px;font-weight:700;color:var(--text-dark);margin:0 0 5px;padding-right:32px}.kura-support-panel-header p{font-size:13px;color:var(--text-hint);margin:0;line-height:1.5}.kura-support-close{position:absolute;top:18px;right:16px;width:28px;height:28px;border-radius:50%;border:none;background:var(--border);color:var(--text-hint);font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.kura-support-close:hover{background:#ddd}.kura-support-list{overflow-y:auto;flex:1;padding:12px 14px 24px;display:flex;flex-direction:column;gap:10px}.kura-support-card{background:var(--bg-white);border:1px solid var(--border);border-radius:10px;padding:13px 15px;transition:box-shadow .15s}.kura-support-card:hover{box-shadow:0 2px 10px #00000012}.kura-support-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.kura-support-card-header h3,.kura-support-card-name{font-size:14px;font-weight:700;color:var(--text-dark);margin:0}.kura-support-tag{font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;flex-shrink:0}.kura-support-tag.crisis{background:#fdecea;color:#c62828}.kura-support-tag.mental-health{background:#e8f5e9;color:#2e7d32}.kura-support-tag.calm{background:#e3f2fd;color:#1565c0}.kura-support-tag.domestic{background:#fff3e0;color:#e65100}.kura-support-tag.nhs{background:#e0f2f1;color:#00695c}.kura-support-tag.support{background:#ede7f6;color:#4527a0}.kura-support-desc{font-size:12.5px;color:var(--text-hint);margin:0 0 10px;line-height:1.5}.kura-support-contacts{display:flex;flex-direction:column;gap:4px}.kura-support-contact{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#4c3b60;text-decoration:none;padding:4px 0;transition:color .15s;line-height:1.3}.kura-support-contact:hover{color:#883192}.kura-support-contact.email,.kura-support-contact.web{color:var(--text-medium);font-weight:400}.kura-support-contact.emergency{color:#c62828;font-weight:700}.kura-support-contact.emergency:hover{color:#b71c1c}@keyframes kura-fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.kura-support-panel{width:100vw}.kura-support-btn span{display:none}}.kura-message{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px}.kura-message-self{align-items:flex-end}.kura-message-content{max-width:65%;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 1px 2px #00000014}.kura-message-sender{font-size:12px;font-weight:600;margin-bottom:4px;color:var(--text-hint)}.kura-message-text{font-size:15px;line-height:1.4;word-wrap:break-word}.kura-message-time{font-size:11px;margin-top:4px;opacity:.6}@media(max-width:768px){.kura-message-content{max-width:80%}}:root{--purple: #58486D;--purple-dark: #463859;--purple-light: #6e5c87;--sage: #6B9B7A;--sage-dark: #5a8a69;--sage-light: #8fb89b;--cream: #F7F4F0;--cream-dark: #ede9e3;--text-dark: #2a2a2a;--text-mid: #555;--text-light: #666;--white: #ffffff;--border: #e8e2d8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Lora,serif;font-weight:600;line-height:1.2}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.pub-nav{background:var(--purple);position:sticky;top:0;z-index:300;box-shadow:0 2px 20px #58486d26}.pub-nav-inner{max-width:1200px;margin:0 auto;padding:.5rem 2rem;display:flex;align-items:center}.pub-nav-logo{height:60px;width:auto}.pub-footer-logo{height:40px;width:auto}.pub-nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin-left:auto}.pub-nav-links a{color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.pub-nav-links a:hover{color:#fff}.pub-nav-right{display:flex;align-items:center;gap:.8rem;margin-left:2rem}.pub-nav-login{color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;padding:.5rem 1.3rem;border-radius:8px;border:1.5px solid rgba(255,255,255,.7);transition:all .2s}.pub-nav-login:hover{background:#ffffff1a;border-color:#fff;color:#fff}.pub-nav-cta{background:var(--sage);color:#102810;padding:.55rem 1.4rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s}.pub-nav-cta:hover{background:var(--sage-dark);transform:translateY(-1px);color:#102810}.pub-mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:40px;height:40px;z-index:200}.pub-mobile-toggle span{display:block;width:22px;height:4px;background:#fff;border-radius:3px;transition:transform .35s cubic-bezier(.23,1,.32,1),opacity .2s}.pub-mobile-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.pub-mobile-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.pub-mobile-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.pub-nav-cta-mobile{display:none}.pub-mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:150;display:flex;flex-direction:column;padding-top:70px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}.pub-mobile-menu.open{opacity:1;visibility:visible}.pub-mobile-menu-body{flex:1;background:#493d5a;padding:64px 32px 0;position:relative;z-index:2}.pub-mobile-menu-links{list-style:none;padding:0;margin:0}.pub-mobile-menu-links li{border-bottom:1px solid rgba(255,255,255,.1)}.pub-mobile-menu-links li:last-child{border-bottom:none}.pub-mobile-menu-links a{display:flex;align-items:center;gap:16px;padding:16px 0;color:#fffffff2;text-decoration:none;font-size:1.05rem;font-weight:400;transition:opacity .2s}.pub-mobile-menu-links a:hover{opacity:.8;color:#fffffff2}.pub-mobile-menu-links a svg{flex-shrink:0;color:#ffffffb3}.pub-mobile-menu-wave{background:#493d5a;line-height:0;position:relative;z-index:1}.pub-mobile-menu-wave svg{display:block;width:100%;height:80px}.pub-mobile-menu-bottom{background:var(--cream);padding:0 32px 48px;position:relative;z-index:1}.pub-mobile-menu-ctas{width:100%;display:flex;flex-direction:column;gap:12px}.pub-mobile-cta-trial{display:block;background:var(--sage);color:#fff;text-align:center;padding:14px 0;border-radius:10px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s}.pub-mobile-cta-trial:hover{background:var(--sage-dark);color:#fff}.pub-mobile-cta-login{display:block;background:#fff;color:var(--purple);text-align:center;padding:14px 0;border-radius:10px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s}.pub-mobile-cta-login:hover{background:#f0ede8;color:var(--purple)}.pub-nav-content{display:flex;align-items:center;margin-left:auto;position:relative}.pub-nav-content .pub-nav-links{margin-left:0}.pub-nav-mega-trigger{position:relative}.pub-nav-mega-chevron{margin-left:4px;vertical-align:middle;transition:transform .2s}.pub-nav-mega-chevron--open{transform:rotate(180deg)}.pub-mega-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;z-index:400;background:#fff;border-radius:14px;box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000f;overflow:hidden}.pub-mega-menu.open{opacity:1;visibility:visible;pointer-events:auto}.pub-mega-inner{padding:24px 28px;display:grid;grid-template-columns:1fr 220px;gap:28px}.pub-mega-articles{min-width:0}.pub-mega-articles>.pub-mega-heading{display:inline}.pub-mega-all-blogs{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:8px;font-size:11px;font-weight:600;color:#fff;background:var(--sage, #6B9B7A);text-decoration:none;margin-left:12px;vertical-align:middle;transition:background .15s,gap .15s}.pub-mega-all-blogs:hover{background:var(--sage-dark, #5a8a69);gap:8px;color:#fff}.pub-mega-all-blogs svg{color:#fff}.pub-mega-categories{border-left:1px solid #eee;padding-left:28px;display:flex;flex-direction:column}.pub-mega-heading{font-family:Lora,Georgia,Times New Roman,serif;font-size:12px;font-weight:600;color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px}.pub-mega-articles-grid{display:flex;flex-direction:column;gap:14px;margin-top:14px}.pub-mega-article-card{display:grid;grid-template-columns:80px 1fr;gap:12px;text-decoration:none;color:inherit;border-radius:10px;padding:8px;margin:-8px;transition:background .15s}.pub-mega-article-card:hover{background:#80b4800f;color:inherit}.pub-mega-article-image{width:80px;height:56px;border-radius:8px;overflow:hidden;background:#f0ede8;flex-shrink:0}.pub-mega-article-image img{width:100%;height:100%;object-fit:cover}.pub-mega-article-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-hint, #aaa)}.pub-mega-article-body{display:flex;flex-direction:column;justify-content:center;min-width:0}.pub-mega-article-tag{font-size:10px;font-weight:600;color:var(--sage, #6B9B7A);text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px}.pub-mega-article-title{font-size:12.5px;font-weight:600;color:var(--text-dark);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pub-mega-article-meta{font-size:10.5px;color:var(--text-hint, #999);margin-top:3px}.pub-mega-category-pills{display:flex;flex-direction:column;gap:8px}.pub-mega-category-pill{display:block;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:500;color:var(--text-dark);background:#f7f4f0;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.pub-mega-category-pill:hover{background:var(--purple);color:#fff}.pub-mobile-menu-resources{position:fixed;top:0;left:0;right:0;bottom:0;background:#493d5a;z-index:160;padding:90px 32px 40px;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(100%);transition:transform .3s cubic-bezier(.23,1,.32,1)}.pub-mobile-menu-resources.open{transform:translate(0)}.pub-mobile-menu-link-btn{display:flex;align-items:center;gap:16px;width:100%;padding:16px 0;color:#fffffff2;text-decoration:none;font-size:1.05rem;font-weight:400;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.pub-mobile-menu-link-btn svg:first-child{flex-shrink:0;color:#ffffffb3}.pub-mobile-menu-chevron{margin-left:auto;color:#ffffff80}.pub-mobile-resources-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#ffffffd9;font-size:.95rem;font-weight:500;font-family:inherit;cursor:pointer;padding:0;margin-bottom:28px}.pub-mobile-resources-heading{font-family:Lora,Georgia,Times New Roman,serif;font-size:12px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;display:inline}.pub-mobile-resources-heading--categories{margin-top:28px;display:block}.pub-mobile-resources-all-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:8px;font-size:11px;font-weight:600;color:#fff;background:var(--sage, #6B9B7A);text-decoration:none;margin-left:12px;vertical-align:middle;transition:background .15s}.pub-mobile-resources-all-btn:hover{background:var(--sage-dark, #5a8a69);color:#fff}.pub-mobile-resources-grid{display:flex;flex-direction:column;gap:14px;margin-top:16px}.pub-mobile-resources-card{display:grid;grid-template-columns:100px 1fr;gap:12px;text-decoration:none;color:inherit;border-radius:8px;padding:8px;margin:-8px;transition:background .15s}.pub-mobile-resources-card:hover{background:#ffffff0f;color:inherit}.pub-mobile-resources-card-image{width:100px;height:70px;border-radius:8px;overflow:hidden;background:#ffffff1a;flex-shrink:0}.pub-mobile-resources-card-image img{width:100%;height:100%;object-fit:cover}.pub-mobile-resources-card-body{display:flex;flex-direction:column;justify-content:center;min-width:0}.pub-mobile-resources-card-title{font-size:13px;font-weight:600;color:#fff;margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pub-mobile-resources-card-body .pub-mega-article-tag{color:#80b480e6}.pub-mobile-resources-card-body .pub-mega-article-meta{color:#ffffff80}.pub-mobile-resources-pills{display:flex;flex-wrap:wrap;gap:8px}.pub-mobile-resources-pills .pub-mega-category-pill{background:#ffffff1a;color:#ffffffe6}.pub-mobile-resources-pills .pub-mega-category-pill:hover{background:#fff3;color:#fff}.hero{padding:5rem 2rem 0;position:relative;background:#f7f4f0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-hero) center right / cover no-repeat;z-index:0}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#f7f4f0f7,#f7f4f0ed 35%,#f7f4f0bf 55%,#f7f4f033 80%,#f7f4f00d)}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.2rem;line-height:1.12;margin-bottom:.6rem;font-weight:700}.hero-visual{max-width:420px;margin-left:auto;padding-bottom:2rem}.hero-tagline{font-family:Lora,serif;font-size:1.35rem;color:var(--purple);margin-bottom:1rem;font-weight:500}.hero-desc{font-size:1.1rem;color:var(--text-mid);line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.marketing-page .btn-primary{background:var(--sage);color:#102810;padding:.7rem 1.8rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s;border:2px solid var(--sage);cursor:pointer;display:inline-block;outline:none}.marketing-page .btn-primary:hover{background:var(--sage-dark);border-color:var(--sage-dark);transform:translateY(-2px)}.marketing-page .btn-secondary{background:#fffc;color:var(--sage);padding:.7rem 1.8rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid var(--sage);transition:all .2s;cursor:pointer;display:inline-block;outline:none}.marketing-page .btn-secondary:hover{background:var(--sage);color:#102810}.hero-note{font-size:.85rem;color:var(--text-light);margin-top:.6rem}.chat-window{border-radius:20px;overflow:hidden;box-shadow:0 16px 50px #58486d2e,0 3px 15px #0000000f;border:1px solid rgba(88,72,109,.12)}.chat-header-mock{background:#fff;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.chat-header-left{display:flex;align-items:center;gap:8px;flex-shrink:1;min-width:0}.chat-avatar-mock{width:30px;height:30px;border-radius:50%;background:#80b480;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.7rem;flex-shrink:0;overflow:hidden}.chat-avatar-mock img{width:100%;height:100%;object-fit:cover}.chat-session-name{font-weight:700;font-size:.82rem}.online-dot{display:inline-block;width:6px;height:6px;background:#80b480;border-radius:50%;margin-left:5px;vertical-align:middle}.chat-timer-mock{font-size:.75rem;color:#757575;flex-shrink:0}.chat-timer-small{font-size:.7rem;color:#757575;margin-top:1px;display:none}.end-btn-mock{background:#b83a45;color:#fff;border:none;padding:5px 12px;border-radius:6px;font-weight:600;font-size:.72rem;cursor:default;flex-shrink:0}.chat-body-mock{background-color:#fff9ed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='280'%3E%3Cg opacity='0.03'%3E%3Cg transform='translate(15,10) rotate(-8 18 18)'%3E%3Crect x='2' y='4' width='32' height='22' rx='4' fill='none' stroke='%23000' stroke-width='2.5'/%3E%3Cpolygon points='10,26 14,33 20,26' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cline x1='9' y1='11' x2='27' y2='11' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Cline x1='9' y1='16' x2='22' y2='16' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3C/g%3E%3Cg transform='translate(180,8) rotate(12 16 18)'%3E%3Cpath d='M16 2 C6 8 2 20 16 34 C30 20 26 8 16 2Z' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M16 8 L16 28' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 14 L10 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 19 L22 15' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 24 L11 21' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='translate(80,60) rotate(-3 22 10)'%3E%3Cpath d='M0 10 C5 2, 10 2, 15 10 S25 18, 30 10 S40 2, 45 10' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M3 18 C8 12, 12 12, 16 18 S24 24, 28 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3C/g%3E%3Cg transform='translate(200,80) rotate(5 22 15)'%3E%3Cpath d='M8 28 L34 28 C38 28 42 24 42 20 C42 16 38 12 34 12 C34 6 28 2 22 2 C16 2 11 6 10 11 C5 11 2 15 2 20 C2 25 5 28 8 28Z' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cg transform='translate(30,120) rotate(-10 14 18)'%3E%3Cpath d='M4 34 Q8 20 14 8 Q16 4 18 2' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M4 34 Q14 24 24 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 28 Q16 20 22 14' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' opacity='0.7'/%3E%3Cpath d='M14 8 Q20 12 24 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 8 Q6 14 8 28' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='translate(150,165) rotate(6 18 18)'%3E%3Crect x='2' y='4' width='32' height='22' rx='4' fill='none' stroke='%23000' stroke-width='2.5'/%3E%3Cpolygon points='10,26 14,33 20,26' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cline x1='9' y1='11' x2='27' y2='11' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3Cline x1='9' y1='16' x2='22' y2='16' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3C/g%3E%3Cg transform='translate(10,210) rotate(4 22 10)'%3E%3Cpath d='M0 10 C5 2, 10 2, 15 10 S25 18, 30 10 S40 2, 45 10' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M3 18 C8 12, 12 12, 16 18 S24 24, 28 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' opacity='0.5'/%3E%3C/g%3E%3Cg transform='translate(240,185) rotate(-15 16 18)'%3E%3Cpath d='M16 2 C6 8 2 20 16 34 C30 20 26 8 16 2Z' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M16 8 L16 28' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 14 L10 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16 19 L22 15' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='translate(60,160) rotate(-5 22 15)'%3E%3Cpath d='M8 28 L34 28 C38 28 42 24 42 20 C42 16 38 12 34 12 C34 6 28 2 22 2 C16 2 11 6 10 11 C5 11 2 15 2 20 C2 25 5 28 8 28Z' fill='none' stroke='%23000' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/g%3E%3Cg transform='translate(220,15) rotate(15 14 18)'%3E%3Cpath d='M4 34 Q8 20 14 8 Q16 4 18 2' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M4 34 Q14 24 24 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 28 Q16 20 22 14' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' opacity='0.7'/%3E%3Cpath d='M14 8 Q20 12 24 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 8 Q6 14 8 28' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;padding:10px 12px;min-height:180px}.msg-row{margin-bottom:8px}.msg-sender{font-size:11px;color:#757575;margin-bottom:3px;font-weight:500}.msg-sender.right{text-align:right}.msg-bubble{padding:8px 10px;border-radius:10px;font-size:.8rem;line-height:1.5;max-width:78%}.msg-bubble.client{background:#fff;color:#333;border-bottom-left-radius:4px;border:1px solid #e8e2d8}.msg-bubble.counsellor{background:#80b480;color:#102810;margin-left:auto;border-bottom-right-radius:4px}.typing-preview{margin-top:6px;padding:6px 4px}.typing-label{font-size:11px;color:#757575;margin-bottom:3px;font-weight:500}.typing-box{background:#f7f4f0;color:#546e7a;padding:8px 10px;border-radius:6px;font-style:italic;font-size:12px;line-height:1.5;height:54px;overflow:hidden}.typing-cursor{display:inline-block;width:1.5px;height:13px;background:#8a8870;margin-left:2px;vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.chat-input-mock{background:#fff;padding:10px 14px;display:flex;align-items:flex-end;gap:8px;border-top:1px solid #e0e0e0}.emoji-toggle-mock{width:36px;height:36px;border-radius:6px;background:none;border:1.5px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:default;flex-shrink:0}.emoji-toggle-mock svg{width:18px;height:18px}.input-mock{flex:1;padding:8px 12px;border:1.5px solid #e0e0e0;border-radius:6px;font-size:13px;color:#757575;background:#fff}.send-btn-mock{width:36px;height:36px;border-radius:6px;background:#80b480;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default}.send-btn-mock svg{width:18px;height:18px}.wave{line-height:0;overflow:hidden;position:relative;z-index:1}.wave svg{display:block;width:100%;height:80px}.wave+section,.wave+div{margin-top:-1px}.contact-hero+section,.contact-hero+div,.pub-resources-hero+section,.pub-resources-hero+div{margin-top:-1px}.wave-white{background:var(--white)}.wave-purple{background:var(--purple)}.wave-cream{background:var(--cream)}.wave-hero{position:relative;z-index:1;margin:3rem -2rem 0;padding:0}.section-problem{background:var(--white);color:var(--text-dark);padding:5rem 2rem}.problem-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.problem-text h2{font-size:2.4rem;margin-bottom:1.5rem;color:var(--text-dark)}.problem-text p{font-size:1.05rem;line-height:1.8;color:var(--text-mid);margin-bottom:1rem}.pain-points{list-style:none;margin-top:1.5rem}.pain-points li{border-bottom:1px solid #eee;font-size:1rem;color:var(--text-mid);padding:.7rem 0 .7rem 2rem;position:relative}.pain-points li:before{content:"";position:absolute;left:0;top:.7rem;width:20px;height:20px;background:#da5a66;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain}.solution-badge{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:2rem}.solution-badge h3{color:var(--sage);font-size:1.3rem;margin-bottom:1rem;font-family:Lora,serif}.solution-list{list-style:none}.solution-list li{font-size:1rem;color:var(--text-mid);padding:.5rem 0 .5rem 2rem;position:relative}.solution-list li:before{content:"";position:absolute;left:0;top:.45rem;width:20px;height:20px;background:var(--sage);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-size:contain}.section-title{text-align:center;margin-bottom:3.5rem}.section-title h2{font-size:2.4rem;margin-bottom:.8rem}.section-title p{font-size:1.1rem;color:var(--text-mid);max-width:600px;margin:0 auto}.section-how{background:#58486d;padding:5rem 2rem;color:#fff;position:relative;overflow:hidden}.section-how:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23fff' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none}.section-how .section-title h2,.section-how .section-title p{color:#fff}.steps-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.step-card{text-align:center;padding:1.5rem}.step-num{width:56px;height:56px;background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin:0 auto 1.2rem;font-family:Lora,serif}.step-card h3{font-size:1.1rem;margin-bottom:.6rem;color:#fff}.step-card p{font-size:.92rem;color:#ffffffd9;line-height:1.6}.marketing-page .section-how .btn-primary{background:#fff;color:var(--purple);border-color:#fff}.marketing-page .section-how .btn-primary:hover{background:var(--cream);border-color:var(--cream)}.section-features{background:var(--cream);padding:5rem 2rem 2rem}.section-features .section-title{margin-bottom:3.5rem}.features-stack{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.feature-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000a;border:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;align-items:stretch;position:sticky}.feature-card:nth-child(1){top:110px;z-index:1}.feature-card:nth-child(2){top:130px;z-index:2}.feature-card:nth-child(3){top:150px;z-index:3}.feature-card:nth-child(4){top:170px;z-index:4}.feature-card.reverse{direction:rtl}.feature-card.reverse>*{direction:ltr}.feature-card-text{padding:2.5rem 3rem;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.feature-tag{display:inline-block;background:var(--purple);color:#fff;padding:.25rem .7rem;border-radius:6px;font-size:.78rem;font-weight:600;margin-bottom:.8rem;letter-spacing:.5px;text-transform:uppercase;width:fit-content}.feature-card-text h3{font-size:1.5rem;margin-bottom:.8rem}.feature-card-text p{font-size:.95rem;color:var(--text-mid);line-height:1.7;margin-bottom:.6rem}.feature-card-visual{padding:2.4rem;display:flex;align-items:stretch}.feature-card-visual>div{width:100%;border-radius:14px;overflow:hidden;border:1px solid var(--border);min-height:320px}.section-security{background:var(--white);padding:5rem 2rem}.security-bento{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1.2rem;margin-top:3rem}.security-card{background:var(--cream);border-radius:20px;padding:2rem;border:1px solid var(--border);transition:transform .3s,box-shadow .3s;overflow:hidden}.security-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.security-card.bento-wide{grid-column:span 2}.security-card.bento-highlight{background:linear-gradient(135deg,#58486d,#6b5a82);color:#fff;border-color:transparent}.security-card.bento-highlight h3{color:#fff}.security-card.bento-highlight p{color:#ffffffd9}.security-card.bento-highlight .security-icon{background:#ffffff26;border-color:#fff3}.security-card.bento-highlight .security-icon svg{stroke:#fff}.security-icon{width:48px;height:48px;border-radius:12px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.security-card h3{font-size:1.05rem;margin-bottom:.5rem}.security-card p{font-size:.9rem;color:var(--text-mid);line-height:1.6}.security-card.bento-image{padding:0;border:none;min-height:200px}.security-card.bento-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.section-who{background:var(--cream);padding:5rem 2rem}.who-content{max-width:800px;margin:0 auto;text-align:center}.who-content h2{font-size:2.4rem;margin-bottom:1.5rem}.who-content>p{font-size:1.1rem;color:var(--text-mid);line-height:1.8;margin-bottom:1.2rem}.who-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2.5rem;text-align:left}.who-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.5rem;text-align:center}.who-card h3{font-size:1.05rem;margin-bottom:.4rem;color:var(--text-dark)}.who-card p{font-size:.92rem;color:var(--text-mid);line-height:1.6}.section-pricing{background:var(--white);padding:5rem 2rem}.pricing-toggle{display:flex;justify-content:center;margin-bottom:3rem;background:var(--cream);border-radius:10px;padding:.3rem;width:fit-content;margin-left:auto;margin-right:auto}.pricing-toggle button{padding:.6rem 1.8rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;background:transparent;color:var(--text-mid);font-family:DM Sans,sans-serif;transition:all .2s}.pricing-toggle button.active{background:var(--purple);color:#fff}.pricing-save{font-size:.78rem;color:#4a7a5a;font-weight:600;margin-left:4px}.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.pricing-card{background:var(--cream);border-radius:16px;padding:2.5rem;border:2px solid transparent;transition:all .3s;position:relative}.pricing-card.featured{border-color:var(--sage)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--sage);color:#102810;padding:.25rem 1rem;border-radius:8px;font-size:.8rem;font-weight:600;white-space:nowrap}.pricing-card h3{font-size:1.3rem;margin-bottom:.5rem}.pricing-amount{font-size:2.8rem;font-weight:700;font-family:Lora,serif;margin-bottom:.2rem}.pricing-amount span{font-size:1rem;font-weight:400;color:#666}.pricing-period{font-size:.88rem;color:#666;margin-bottom:1.5rem}.pricing-list{list-style:none;margin-bottom:2rem}.pricing-list li{font-size:.92rem;color:var(--text-mid);padding:.45rem 0 .45rem 1.5rem;position:relative}.pricing-list li:before{content:"✓";position:absolute;left:0;color:var(--sage);font-weight:700}.section-testimonials{background:var(--cream);padding:5rem 0;overflow:hidden}.section-testimonials .section-title,.pub-testimonials-title{padding:0 2rem}.testimonial-row{display:flex;gap:1.5rem;width:max-content;margin-bottom:1.5rem}.testimonial-row.scroll-left{animation:scrollLeft 70s linear infinite}.testimonial-row.scroll-right{animation:scrollRight 70s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-row:hover{animation-play-state:paused}.testimonial-card{background:var(--white);border-radius:14px;padding:1.8rem;border:1px solid var(--border);width:360px;flex-shrink:0}.testimonial-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.testimonial-stars{color:#f0b429;font-size:.9rem;letter-spacing:2px;margin:0}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.testimonial-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:var(--cream);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-weight:600;font-size:.85rem;flex-shrink:0}.testimonial-card blockquote{font-size:.95rem;font-style:italic;color:var(--text-mid);line-height:1.7;margin-bottom:1rem}.testimonial-author{font-weight:600;font-size:.92rem}.testimonial-role{font-size:.82rem;color:var(--text-light)}.section-faq{background:var(--white);padding:5rem 2rem;border-top:2px dashed var(--border)}.faq-grid{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{font-weight:600;font-size:1.02rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;width:100%;text-align:left;font-family:DM Sans,sans-serif;padding:1.2rem 0;color:var(--text-dark)}.faq-question:after{content:"+";font-size:1.3rem;color:var(--text-light);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;color:var(--text-mid);font-size:.95rem;line-height:1.7}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.2rem}.section-cta{background:#58486d;padding:5rem 2rem;text-align:center;color:#fff}.section-cta h2{font-size:2.4rem;color:#fff;margin-bottom:1rem}.section-cta p{font-size:1.1rem;color:#fff;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-btn-white{background:#fff;color:var(--purple);padding:1rem 2.5rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-block;transition:all .2s}.cta-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003;color:var(--purple)}.cta-note{font-size:.85rem;color:#d0c9db;margin-top:.8rem}.pub-footer{background:#352f3f;color:#fff;padding:4rem 2rem 2rem}.pub-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.pub-footer-brand p{color:#c4bdd0;line-height:1.6;margin-top:.8rem;font-size:.9rem}.pub-footer-heading{display:block;margin-bottom:1rem;font-size:1rem;font-family:DM Sans,sans-serif;font-weight:600}.pub-footer-col ul{list-style:none}.pub-footer-col ul li{margin-bottom:.6rem}.pub-footer-col a{color:#c4bdd0;text-decoration:none;font-size:.9rem;transition:color .2s}.pub-footer-col a:hover{color:#fff}.pub-footer-bottom{max-width:1200px;margin:0 auto;text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#c4bdd0;font-size:.85rem}@media(max-width:1100px){.chat-timer-mock{display:none}.chat-timer-small{display:block}}@media(max-width:768px){.pub-nav-logo{height:50px;width:auto}.pub-nav-content,.pub-nav-links,.pub-nav-right,.pub-mega-menu{display:none}.pub-mobile-toggle{display:flex}.pub-nav-cta-mobile{display:inline-block;margin-left:auto;margin-right:12px}.hero-inner{display:flex;flex-direction:column;gap:1.5rem}.hero-text{text-align:center;display:contents}.hero-text h1{order:1;font-size:2.2rem;text-align:center}.hero-text .hero-tagline{order:2;text-align:center;margin-bottom:.5rem}.hero-visual{order:3;max-width:380px;margin:0 auto;padding-bottom:1rem;width:100%}.hero-text .hero-desc{order:4;text-align:center}.hero-text .hero-buttons{order:5;justify-content:center}.hero-text .hero-note{order:6;text-align:center}.problem-grid{grid-template-columns:1fr;gap:2rem}.feature-card,.feature-card.reverse{grid-template-columns:1fr;direction:ltr;position:relative!important;top:auto!important}.feature-card-text{padding:1.5rem;text-align:center}.feature-card-text .feature-tag{margin-left:auto;margin-right:auto}.feature-card-visual{min-height:auto;padding:1rem}.feature-card-visual>div{min-height:auto}.chat-body-mock{min-height:auto}.typing-box{height:auto;min-height:54px;overflow:visible}.chat-input-mock{padding:8px 10px;gap:6px}.emoji-toggle-mock{width:30px;height:30px}.emoji-toggle-mock svg{width:15px;height:15px}.input-mock{padding:6px 10px;font-size:12px}.send-btn-mock{width:30px;height:30px}.send-btn-mock svg{width:15px;height:15px}.steps-grid{grid-template-columns:1fr 1fr}.security-bento{grid-template-columns:1fr}.security-card.bento-wide{grid-column:span 1}.pricing-cards{grid-template-columns:1fr}.pub-footer-grid{grid-template-columns:1fr 1fr}.section-title h2,.problem-text h2,.who-content h2,.section-cta h2{font-size:1.8rem}.who-cards{grid-template-columns:1fr}.problem-text{text-align:center}}.contact-hero{background:var(--purple);padding:4rem 2rem 0;text-align:center;color:#fff;position:relative}.contact-hero .wave{margin:2rem -2rem 0;position:relative;z-index:1;background:transparent}.contact-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-contact-hero) center/cover no-repeat;opacity:.15;z-index:0}.contact-hero h1{font-size:2.8rem;margin-bottom:.8rem;font-weight:700;position:relative;z-index:1}.contact-hero p{font-size:1.15rem;color:#ffffffd9;max-width:550px;margin:0 auto;position:relative;z-index:1}.contact-layout{max-width:1100px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.contact-form-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2.5rem}.contact-form-card h2{font-size:1.5rem;margin-bottom:.5rem}.contact-form-card>p{font-size:.95rem;color:var(--text-mid);margin-bottom:2rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--text-dark);transition:border-color .2s;background:var(--white)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--sage)}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:var(--sage);color:#102810;padding:.75rem 2rem;border:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.form-submit:hover{background:var(--sage-dark);transform:translateY(-1px);color:#102810}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-form-error{margin-top:1rem;padding:.75rem 1rem;background:#fdecea;border-radius:8px;text-align:center;font-size:.95rem;color:#c62828}.contact-form-success{margin-top:1rem;padding:1rem;background:#e8f5e9;border-radius:8px;text-align:center;font-size:.95rem;color:#2e7d32}.contact-hp{position:absolute;left:-9999px;height:0;overflow:hidden;opacity:0}.contact-gdpr-group{margin-bottom:16px}.form-group.contact-gdpr-group label{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--text-medium);cursor:pointer;line-height:1.5;font-weight:400;margin-bottom:0}.form-group.contact-gdpr-group input[type=checkbox]{width:auto;padding:0;border:none;border-radius:0;margin-top:3px;flex-shrink:0;accent-color:var(--sage);background:none}.contact-info{display:flex;flex-direction:column;gap:1.2rem}.info-card{background:var(--cream);border-radius:14px;padding:1.5rem;border:1px solid var(--border)}.info-card-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem}.info-card-icon{width:40px;height:40px;background:var(--white);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card h3{font-size:1.05rem}.info-card p{font-size:.92rem;color:var(--text-mid);line-height:1.6}.contact-faq{max-width:800px;margin:0 auto;padding:4rem 2rem 5rem}.contact-faq .section-title{text-align:center;margin-bottom:2.5rem}.contact-divider{border:none;border-top:2px dashed var(--border);max-width:800px;margin:0 auto}.about-section{padding:4rem 2rem;background:var(--white)}.about-section-alt{background:var(--cream)}.about-section-purple{background:var(--purple);color:#fff}.about-section-purple h2{color:#fff}.about-section-purple p{color:#ffffffe0}.about-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr .7fr;gap:3rem;align-items:center}.about-content-reverse{grid-template-columns:.7fr 1.3fr}.about-content-reverse .about-text{order:2}.about-content-reverse .about-image{order:1}.about-content-full{max-width:800px;margin:0 auto}.about-text h2,.about-content-full h2{font-size:2rem;margin-bottom:1.2rem}.about-text p,.about-content-full p{font-size:1.05rem;line-height:1.8;color:var(--text-mid);margin-bottom:1rem}.about-section-purple .about-content-full p{color:#ffffffe0}.about-image{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.about-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.about-content,.about-content-reverse{grid-template-columns:1fr;gap:2rem}.about-content-reverse .about-text{order:1}.about-content-reverse .about-image{order:2}.about-text h2,.about-content-full h2{font-size:1.6rem}.about-image{max-height:300px}}@media(max-width:768px){.contact-hero h1{font-size:2rem}.contact-layout{grid-template-columns:1fr}}.pub-placeholder-content{max-width:800px;margin:0 auto;padding:4rem 2rem}.pub-placeholder-text{color:var(--text-mid);font-size:1rem;line-height:1.7}.pub-text-center{text-align:center}.pub-mt-3{margin-top:3rem}.pub-mt-2-5{margin-top:2.5rem}.pub-mt-1-5{margin-top:1.5rem}.pub-pb-2{padding-bottom:2rem}.pub-pt-2{padding-top:2rem}.pub-hidden{display:none}.pub-btn-full{width:100%;text-align:center}.pub-org-enquiry{text-align:center;margin-top:2.5rem;padding-top:2rem}.pub-org-enquiry p{font-size:1.05rem;color:var(--text-mid);margin-bottom:.5rem}.pub-org-enquiry p:last-child{font-size:.95rem}.pub-org-enquiry a{color:#4a7a5a;font-weight:600;text-decoration:none}.pub-device-note{font-size:.95rem;color:var(--text-mid)}.pub-benefits-toggle-wrap{display:flex;justify-content:center;margin-bottom:2.5rem}.pub-benefits-toggle-wrap .pricing-toggle{margin:0}.pricing-card-free{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.pricing-card-free-desc{font-size:.92rem;color:var(--text-mid);line-height:1.6;margin-bottom:1.5rem}.mock-sender{font-size:10px;color:#888;margin-bottom:3px}.mock-sender-right{text-align:right}.mock-msg-client{background:#fff;padding:8px 10px;border-radius:8px;font-size:11px;color:#333;border:1px solid #e8e2d8}.mock-msg-counsellor{background:#80b480;color:#fff;padding:8px 10px;border-radius:8px;font-size:11px;margin-left:auto;max-width:85%}.mock-chat-wrap{display:flex;flex-direction:column;background:#fff9ed}.mock-chat-body{padding:16px;flex:1}.mock-chat-body .mock-msg-client{margin-bottom:12px;max-width:85%}.mock-chat-body .mock-msg-counsellor{margin-bottom:16px}.mock-typing-label{font-size:11px;color:#888;margin-bottom:4px;font-weight:500}.mock-typing-box{background:#f7f4f0;padding:10px 14px;border-radius:8px;font-style:italic;color:#546e7a;font-size:13px;line-height:1.5}.mock-typing-cursor{display:inline-block;width:2px;height:14px;background:#8a8870;margin-left:3px;vertical-align:middle;animation:blink 1s step-end infinite}.mock-realtime-note{margin-top:12px;display:flex;align-items:center;gap:8px}.mock-realtime-dot{width:8px;height:8px;border-radius:50%;background:#80b480}.mock-realtime-text{font-size:11px;color:#888}.mock-notes-visual{padding:1.5rem}.mock-notes-layout{display:flex;align-items:stretch;gap:12px;min-height:320px}.mock-notes-chat{flex:1;background:#fff9ed;border-radius:16px;padding:14px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);box-shadow:0 2px 8px #0000000a}.mock-notes-chat .mock-msg-client,.mock-notes-chat .mock-msg-counsellor{margin-bottom:10px}.mock-notes-panel{width:48%;background:#fff;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);box-shadow:0 2px 8px #0000000a}.mock-notes-header{padding:14px 16px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.mock-notes-title{font-family:Lora,serif;font-size:13px;font-weight:700;color:#2a2a2a}.mock-notes-body{flex:1;padding:14px 16px}.mock-notes-placeholder{font-size:11px;color:#aaa;line-height:1.7}.mock-notes-footer{background:#80b480;padding:10px 14px;font-size:9px;color:#fff;text-align:center;line-height:1.5}.mock-notes-underline{text-decoration:underline;font-weight:600}.mock-transcript-wrap{background:#fafaf8;display:flex;align-items:center;justify-content:center;padding:24px}.mock-transcript-page{background:#fff;border:1px solid #ddd;border-radius:4px;padding:24px;max-width:280px;width:100%;box-shadow:2px 3px 12px #0000000f;transform:rotate(-1deg)}.mock-transcript-header{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #80b480}.mock-transcript-icon{width:28px;height:28px;border-radius:6px;background:#80b480;display:flex;align-items:center;justify-content:center}.mock-transcript-title{font-size:11px;font-weight:700;color:#2a2a2a}.mock-transcript-subtitle{font-size:9px;color:#888}.mock-transcript-time{font-size:9px;color:#888;margin-bottom:4px}.mock-transcript-text{font-size:10px;color:#333;margin-bottom:10px;line-height:1.5}.mock-transcript-text-last{margin-bottom:12px}.mock-transcript-footer{border-top:1px solid #eee;padding-top:10px;display:flex;align-items:center;gap:6px}.mock-transcript-footer span{font-size:9px;color:#888}.mock-wr-wrap{display:flex;align-items:center;justify-content:center;padding:24px 0;position:relative}.mock-wr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#80b4804d}.mock-wr-card{background:#fff;border-radius:14px;padding:18px 16px;text-align:center;max-width:220px;width:85%;position:relative;z-index:1}.mock-wr-logo-row{margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px}.mock-wr-logo-text{font-family:Lora,serif;font-size:14px;font-weight:700;color:#58486d}.mock-wr-welcome{font-size:10px;color:#555;margin-bottom:12px;line-height:1.5}.mock-wr-field{text-align:left;margin-bottom:8px}.mock-wr-field-last{margin-bottom:12px}.mock-wr-label{font-size:9px;font-weight:600;color:#333;margin-bottom:2px}.mock-wr-input{border:1.5px solid #e0e0e0;border-radius:6px;padding:7px 9px;font-size:10px;color:#aaa}.mock-wr-input-active{border-color:#80b480}.mock-wr-select{display:flex;justify-content:space-between;align-items:center;color:#333}.mock-wr-btn{background:#58486d;color:#fff;padding:9px;border-radius:6px;font-size:11px;font-weight:600}.svg-flip-x{transform:scaleX(-1)}.pub-legal-content{max-width:760px;margin:0 auto;padding:48px 24px 64px;color:var(--text-dark, #2c3e50);line-height:1.7}.pub-legal-meta{text-align:center;color:var(--text-medium, #666);font-size:14px;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border, #e0e0e0)}.pub-legal-meta p{margin:4px 0}.pub-legal-content h2{font-size:22px;margin:40px 0 16px;color:var(--text-dark, #2c3e50)}.pub-legal-content h3{font-size:17px;margin:24px 0 12px;color:var(--text-dark, #2c3e50)}.pub-legal-content p{margin:0 0 16px;font-size:15px}.pub-legal-content ul{margin:0 0 16px;padding-left:24px}.pub-legal-content li{margin-bottom:8px;font-size:15px;line-height:1.7}.pub-legal-content strong{color:var(--text-dark, #2c3e50)}.pub-legal-content a{color:var(--primary, #80b480);text-decoration:underline}.pub-legal-content a:hover{color:var(--primary-hover, #6fa36f)}.pub-security-icon-row{margin-bottom:1rem}.pub-security-links{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.pub-security-link{display:inline-block;padding:.7rem 1.8rem;border:2px solid var(--purple);border-radius:8px;color:var(--purple);font-weight:600;text-decoration:none;transition:background .2s,color .2s}.pub-security-link:hover{background:var(--purple);color:#fff}.pub-about-security-link{color:var(--purple);font-weight:600;text-decoration:underline;text-underline-offset:3px}.pub-about-security-link:hover{color:var(--primary-hover)}.pub-help-search-section{background:var(--cream);padding:2.5rem 2rem 0}.pub-help-page-bg{background:var(--cream)}.pub-help-search-wrap{max-width:500px;margin:0 auto;position:relative;display:flex;align-items:center}.pub-help-search-icon{position:absolute;left:14px;color:var(--text-light);pointer-events:none}.pub-help-search-input{width:100%;padding:14px 44px;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:.95rem;background:#fff;transition:border-color .15s,box-shadow .15s}.pub-help-search-input:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px #58486d1a}.pub-help-search-input::placeholder{color:var(--text-light)}.pub-help-search-clear{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:var(--text-light);padding:4px;display:flex}.pub-help-search-clear:hover{color:var(--text-dark)}.pub-help-search-count{font-size:.9rem;color:var(--text-mid);margin-bottom:1.5rem}.pub-help-no-results{text-align:center;padding:3rem 1rem;color:var(--text-mid);font-size:.95rem}.pub-help-no-results a{color:var(--purple);font-weight:500}.pub-help-accordion-category{display:block;font-size:.8rem;color:var(--text-light);font-weight:400;margin-top:2px}.pub-help-categories{padding:2rem 2rem 4rem;background:var(--cream)}.pub-help-bento{max-width:900px;margin:0 auto;padding:1.5rem 2rem 4rem}.pub-help-bento-row{display:flex;gap:14px;margin-bottom:14px}.pub-help-bento-feat{flex:2;background:var(--purple);border-radius:16px;padding:2rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;position:relative;overflow:hidden;min-height:190px;transition:transform .15s}.pub-help-bento-feat:hover{transform:scale(1.01)}.pub-help-bento-feat-pattern{position:absolute;top:0;right:0;width:140px;height:140px;opacity:.06}.pub-help-bento-feat h2{font-family:Lora,serif;font-size:1.35rem;font-weight:600;margin:0 0 6px;color:#fff}.pub-help-bento-feat p{font-size:.85rem;color:#ffffffbf;margin:0 0 10px;line-height:1.5}.pub-help-bento-badge{font-size:.7rem;background:#fff3;padding:3px 12px;border-radius:8px;color:#fff;font-weight:500;display:inline-block}.pub-help-bento-side{flex:1;display:flex;flex-direction:column;gap:14px}.pub-help-bento-sm{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.25rem;flex:1;display:flex;align-items:flex-start;gap:12px;text-decoration:none;color:var(--text-dark);transition:transform .15s,box-shadow .15s}.pub-help-bento-sm:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.pub-help-bento-ico{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pub-help-bento-ico--purple{background:#58486d1a;color:var(--purple)}.pub-help-bento-ico--green{background:#6b9b7a1f;color:var(--sage-dark)}.pub-help-bento-ico--amber{background:#baa1681f;color:#8a7340}.pub-help-bento-ico--coral{background:#b464641a;color:#995050}.pub-help-bento-sm-text h3{font-family:Lora,serif;font-size:.9rem;font-weight:600;margin:0 0 3px;color:var(--text-dark)}.pub-help-bento-sm-text p{font-size:.8rem;color:var(--text-light);margin:0 0 6px;line-height:1.4}.pub-help-bento-sm-text span{font-size:.7rem;font-weight:600;color:var(--purple)}.pub-help-bento-row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.pub-help-bento-pill{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.25rem;text-decoration:none;color:var(--text-dark);transition:transform .15s,box-shadow .15s}.pub-help-bento-pill:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.pub-help-bento-pill .pub-help-bento-ico{margin-bottom:10px}.pub-help-bento-pill h3{font-family:Lora,serif;font-size:.9rem;font-weight:600;margin:0 0 4px;color:var(--text-dark)}.pub-help-bento-pill p{font-size:.8rem;color:var(--text-light);margin:0 0 8px;line-height:1.4}.pub-help-bento-pill span{font-size:.7rem;font-weight:600;color:var(--purple)}.pub-help-content{max-width:760px;margin:0 auto;padding:0 2rem 4rem}.pub-help-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.9rem;margin-bottom:2rem}.pub-help-breadcrumb a{color:var(--purple);text-decoration:none;font-weight:500}.pub-help-breadcrumb a:hover{text-decoration:underline}.pub-help-breadcrumb svg{color:var(--text-light);flex-shrink:0}.pub-help-breadcrumb span{color:var(--text-mid)}.pub-help-accordion{border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden}.pub-help-accordion-item{border-bottom:1px solid var(--border)}.pub-help-accordion-item:last-child{border-bottom:none}.pub-help-accordion-header{width:100%;background:none;border:none;padding:1.1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;text-align:left;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-dark);transition:background .15s}.pub-help-accordion-header:hover{background:var(--cream)}.pub-help-accordion-chevron{flex-shrink:0;color:var(--text-light);transition:transform .25s ease}.pub-help-accordion-item.open .pub-help-accordion-chevron{transform:rotate(180deg)}.pub-help-accordion-item.open .pub-help-accordion-header{color:var(--purple)}.pub-help-accordion-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.pub-help-accordion-item.open .pub-help-accordion-body{grid-template-rows:1fr}.pub-help-accordion-body-inner{overflow:hidden;padding:0;font-size:.9rem;color:var(--text-mid);line-height:1.7}.pub-help-accordion-item.open .pub-help-accordion-body-inner{padding:0 1.25rem 1.25rem}.pub-help-accordion-body-inner p{margin:0}.pub-help-accordion-body-inner ul{margin:.75rem 0 0;padding-left:1.25rem}.pub-help-accordion-body-inner li{margin-bottom:.4rem}.pub-help-accordion-body-inner a{color:var(--purple);font-weight:500;text-decoration:underline;text-underline-offset:2px}.pub-help-accordion-body-inner a:hover{color:var(--purple-dark)}.pub-help-nav-links{display:flex;justify-content:space-between;margin-top:2.5rem;gap:1rem}.pub-help-nav-link{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:var(--purple);text-decoration:none;padding:.6rem 1rem;border:1px solid var(--border);border-radius:8px;background:#fff;transition:background .15s,border-color .15s}.pub-help-nav-link:hover{background:var(--cream);border-color:var(--purple-light)}.pub-help-nav-next{margin-left:auto}@media(max-width:768px){.pub-help-bento-row{flex-direction:column}.pub-help-bento-feat{min-height:140px}.pub-help-bento-row3{grid-template-columns:1fr}.pub-help-bento{padding:1.5rem 1.25rem 3rem}.pub-help-content{padding:0 1.25rem 3rem}.pub-help-search-section{padding:2rem 1.25rem 0}.pub-help-nav-links{flex-direction:column}.pub-help-nav-next{margin-left:0;justify-content:flex-end}}.pub-resources-hero{background:var(--sidebar-bg);padding:4rem 2rem 0;text-align:center;position:relative}.pub-resources-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/kuradash-wokandapix-computer.webp);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.15;z-index:0}.pub-resources-hero-inner{max-width:640px;margin:0 auto;position:relative;z-index:1}.pub-resources-hero-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:32px;font-weight:600;color:#fff;margin:0 0 8px}.pub-resources-hero-subtitle{font-size:16px;color:#ffffffbf;margin:0;line-height:1.5}.pub-category-hero{text-align:left}.pub-category-hero .pub-resources-hero-inner{max-width:1100px}.pub-category-hero .pub-resources-hero-subtitle{max-width:600px}.pub-resources-hero>.wave{background:transparent;margin:2rem -2rem 0;position:relative;z-index:1}.pub-resources-body{background:var(--bg-page);padding:32px 24px 64px}.pub-resources-container{max-width:1100px;margin:0 auto}.pub-resources-layout{display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:start}.pub-resources-sidebar{position:sticky;top:100px}.pub-resources-sidebar-heading{font-family:Lora,Georgia,Times New Roman,serif;font-size:15px;font-weight:600;color:var(--text-dark);margin:0 0 14px}.pub-resources-sidebar-nav{display:flex;flex-direction:column;gap:8px}.pub-resources-sidebar-link{display:block;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;color:var(--text-medium);background:#fff;border:1px solid var(--border);text-decoration:none;transition:background .2s,color .2s,border-color .2s}.pub-resources-sidebar-link:hover{border-color:var(--sidebar-bg);color:var(--sidebar-bg)}.pub-resources-mobile-dropdown{display:none;margin:0 0 24px}.pub-resources-dropdown-select{width:100%;padding:12px 40px 12px 16px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-medium);background:#fff;border:1px solid var(--border);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23546e7a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;font-family:inherit}.pub-resources-dropdown-select:focus{outline:none;border-color:var(--sidebar-bg)}.pub-resources-filters{display:none;gap:10px;flex-wrap:wrap;margin:0 0 24px}.pub-resources-filter-pill{display:inline-block;padding:7px 16px;border-radius:8px;font-size:13px;font-weight:500;background:#fff;color:var(--text-medium);border:1px solid var(--border);cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.pub-resources-filter-pill:hover{border-color:var(--sidebar-bg);color:var(--sidebar-bg)}.pub-resources-filter-pill--active{background:var(--sidebar-bg);color:#fff;border-color:var(--sidebar-bg)}.pub-resources-filter-pill--active:hover{color:#fff}.pub-resources-category-tag{display:inline-block;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:500;background:#58486d1a;color:var(--sidebar-bg);margin-bottom:10px;text-decoration:none}.pub-resources-category-tag--link:hover{background:#58486d2e}.pub-resources-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#888;flex-wrap:wrap}.pub-resources-meta-dot{color:#ccc}.pub-resources-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#e8e0d0,#d4caba);color:#58486d33}.pub-resources-image-placeholder--sm{border-radius:8px}.pub-resources-featured-card{display:block;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;margin-bottom:20px;transition:box-shadow .2s}.pub-resources-featured-card:hover{box-shadow:0 4px 16px #00000014}.pub-resources-featured-image{height:240px;overflow:hidden}.pub-resources-featured-image img{width:100%;height:100%;object-fit:cover}.pub-resources-featured-content{padding:24px 28px 22px}.pub-resources-featured-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:22px;font-weight:600;color:var(--text-dark);margin:0 0 8px;line-height:1.3}.pub-resources-featured-excerpt{font-size:15px;color:var(--text-medium);margin:0 0 14px;line-height:1.5}.pub-resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pub-resources-card{display:block;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:box-shadow .2s}.pub-resources-card:hover{box-shadow:0 4px 16px #00000014}.pub-resources-card-image{height:160px;overflow:hidden}.pub-resources-card-image img{width:100%;height:100%;object-fit:cover}.pub-resources-card-content{padding:18px 18px 16px}.pub-resources-card-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:16px;font-weight:600;color:var(--text-dark);margin:0 0 6px;line-height:1.3}.pub-resources-card-excerpt{font-size:13px;color:var(--text-medium);margin:0 0 12px;line-height:1.5}.pub-resources-empty{text-align:center;padding:48px 24px;color:var(--text-medium);font-size:15px}.pub-resources-card--full{grid-column:1 / -1}.pub-article-hero{background:var(--sidebar-bg);padding:0 2rem;position:relative;min-height:380px;display:flex;flex-direction:column;justify-content:flex-end}.pub-article-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:.15;z-index:0}.pub-article-hero-inner{max-width:1100px;width:100%;margin:0 auto;position:relative;z-index:1;padding-bottom:8px}.pub-article-hero .wave{background:transparent;margin:2rem -2rem 0;position:relative;z-index:1}.pub-article-hero-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:28px;font-weight:600;color:#fff;margin:0 0 14px;line-height:1.3;max-width:600px}.pub-article-hero-meta{color:#fff9}.pub-article-hero-meta .pub-resources-meta-dot{color:#ffffff4d}.pub-article-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:14px}.pub-article-breadcrumbs a{font-size:13px;color:#fff9;text-decoration:none}.pub-article-breadcrumbs a:hover{color:#ffffffe6}.pub-article-breadcrumb-sep{font-size:13px;color:#ffffff59}.pub-article-breadcrumb-current{font-size:13px;color:#ffffffe6}.pub-article-body-wrap{background:var(--bg-page);padding:28px 24px 48px}.pub-article-layout{display:grid;grid-template-columns:1fr 280px;gap:40px;max-width:1100px;margin:0 auto;align-items:start}.pub-article-content{min-width:0}.pub-article-introduction{font-size:16px;color:var(--text-medium);line-height:1.7;margin:0 0 24px;font-style:italic}.pub-article-toc-inline{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px 22px;margin:0 0 32px}.pub-article-toc-inline-label{font-size:12px;font-weight:600;color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.pub-article-toc-inline-links{display:flex;flex-direction:column;gap:8px}.pub-article-toc-inline-link{display:block;font-size:14px;color:var(--link);text-decoration:none;cursor:pointer;background:none;border:none;padding:0;text-align:left;font-family:inherit;transition:color .2s}.pub-article-toc-inline-link:hover{color:var(--link-hover)}.pub-article-section{margin-bottom:8px}.pub-article-section-heading{font-family:Lora,Georgia,Times New Roman,serif;font-size:20px;font-weight:600;color:var(--text-dark);margin:32px 0 12px}.pub-article-paragraph{font-size:16px;color:var(--text-dark);line-height:1.75;margin:0 0 16px}.pub-article-pullquote{border-left:3px solid var(--primary);padding:16px 20px;margin:28px 0;background:#80b4800f;border-radius:0 8px 8px 0}.pub-article-pullquote p{font-size:16px;color:var(--text-dark);line-height:1.6;margin:0;font-style:italic}.pub-article-figure{margin:28px 0;border-radius:10px;overflow:hidden}.pub-article-figure img{width:100%;height:auto;display:block;max-height:320px;object-fit:cover}.pub-article-image-caption{font-size:13px;color:#888;font-style:italic;margin:8px 0 0}.pub-article-related-list{display:flex;flex-direction:column;gap:14px}.pub-article-related-item{display:flex;gap:14px;text-decoration:none;align-items:center}.pub-article-related-item:hover .pub-article-related-title{color:var(--sidebar-bg)}.pub-article-related-thumb{width:72px;height:52px;border-radius:8px;overflow:hidden;flex-shrink:0}.pub-article-related-thumb img{width:100%;height:100%;object-fit:cover}.pub-article-related-info{min-width:0}.pub-article-related-title{font-size:14px;color:var(--text-dark);margin:0 0 2px;font-weight:500;line-height:1.3;transition:color .2s}.pub-article-related-time{font-size:11px;color:#888}.pub-article-sidebar{min-width:0}.pub-article-sidebar-inner{background:#fff;border-radius:12px;padding:20px;position:sticky;top:100px}.pub-article-toc-label{font-size:12px;font-weight:500;color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.pub-article-sidebar-section:first-child{border-top:none;margin-top:0;padding-top:0}.pub-article-sidebar-section,.pub-article-sidebar-related{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.pub-article-sidebar-cta{border-top:1px solid var(--border);margin-top:20px;background:var(--sidebar-bg);border-radius:10px;padding:20px;text-align:center}.pub-article-sidebar-cta-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:15px;font-weight:600;color:#fff;margin:0 0 8px}.pub-article-sidebar-cta-text{font-size:12px;color:#ffffffb3;margin:0 0 14px}.pub-article-sidebar-cta-btn{display:inline-block;padding:8px 20px;border-radius:8px;font-size:13px;font-weight:500;background:var(--primary);color:var(--text-dark);text-decoration:none;transition:background .2s}.pub-article-sidebar-cta-btn:hover{background:var(--primary-hover);color:var(--text-dark)}.pub-category-count{font-size:13px;color:var(--text-medium);margin:0 0 20px}.pub-category-list{display:flex;flex-direction:column;gap:16px}.pub-category-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:box-shadow .2s}.pub-category-card:hover{box-shadow:0 4px 16px #00000014}.pub-category-card-content{flex:1;padding:22px 24px;min-width:0}.pub-category-card-title{font-family:Lora,Georgia,Times New Roman,serif;font-size:17px;font-weight:600;color:var(--text-dark);margin:0 0 8px;line-height:1.3}.pub-category-card-excerpt{font-size:13px;color:var(--text-medium);margin:0 0 14px;line-height:1.5}.pub-category-card-image{width:160px;flex-shrink:0;overflow:hidden}.pub-category-card-image img{width:100%;height:100%;object-fit:cover}.pub-category-others{margin-top:36px}.pub-category-others-label{font-size:13px;color:var(--text-medium);margin:0 0 12px}.pub-category-others-pills{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:768px){.pub-resources-hero{padding:4rem 20px 0}.pub-resources-hero-title{font-size:26px}.pub-resources-body{padding:20px 16px 48px}.pub-resources-layout{grid-template-columns:1fr;gap:0}.pub-resources-sidebar{display:none}.pub-resources-mobile-dropdown{display:block}.pub-resources-filters{display:none}.pub-resources-grid{grid-template-columns:1fr}.pub-resources-featured-image{height:180px}.pub-resources-card-image{height:140px}.pub-article-layout{grid-template-columns:1fr;gap:24px}.pub-article-hero{padding:0 20px;min-height:300px}.pub-article-hero-title{font-size:22px}.pub-article-body-wrap{padding:20px 16px 40px}.pub-article-sidebar-inner{position:static}.pub-article-section-heading{font-size:18px}.pub-category-card{flex-direction:column-reverse}.pub-category-card-image{width:100%;height:160px}}@media(max-width:480px){.pub-resources-filters{gap:8px}.pub-resources-filter-pill{font-size:12px;padding:6px 12px}.pub-resources-featured-title{font-size:18px}.pub-resources-card-title{font-size:15px}}
