@media (max-width:768px){:root{--font-section-title:2rem;--font-section-subtitle:1rem;--font-card-heading:1.25rem;--font-body-large:1rem;--font-body-regular:0.95rem;--font-body-small:0.85rem;--font-button:0.9rem;--font-badge:0.7rem}.nav-links{display:none!important}nav{position:fixed;top:0;left:0;right:0;padding:0;z-index:var(--z-toast);height:56px}.nav-container{max-width:none;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.25rem;padding-left:.5rem}.mobile-menu-toggle{display:block!important}.mobile-nav-drawer{display:block;position:fixed;top:0;left:0;bottom:0;width:80%;max-width:320px;background:#0e0e10;border-right:1px solid hsla(0,0%,100%,.12);transform:translateX(-100%);transition:transform var(--transition-base);z-index:var(--z-nav-dropdown);padding:1rem;box-shadow:8px 0 24px rgba(0,0,0,.35)}.mobile-nav-drawer.open{transform:translateX(0)}.mobile-nav-drawer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-drawer li{margin:0}.mobile-menu-section{color:var(--golden-accent);font-weight:700;padding:.5rem 0}.mobile-menu-divider{height:1px;background:hsla(0,0%,100%,.12);margin:.5rem 0 .75rem}.mobile-nav-drawer li a,.mobile-nav-drawer li button{display:block;padding:.75rem .5rem;min-height:44px;border:none;background:transparent;color:var(--moon-white);text-decoration:none;font-size:1rem;font-weight:500;transition:var(--transition-base);text-align:left;cursor:pointer;font-family:inherit;white-space:nowrap;box-sizing:border-box}.mobile-nav-drawer li a:hover,.mobile-nav-drawer li button:hover{color:var(--golden-accent)}.service-tag{margin-bottom:1.5rem}.mobile-nav-drawer li a:focus,.mobile-nav-drawer li button:focus{outline:2px solid var(--golden-accent);outline-offset:2px;background:var(--nav-item-bg-hover)}.mobile-nav-drawer li a.nav-active{background:#000;border-color:var(--golden-accent);color:var(--golden-accent)}.mobile-sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--overlay-bg);z-index:var(--z-overlay);opacity:0;transition:opacity var(--transition-base);pointer-events:none}.mobile-sidebar-overlay.active{opacity:1;pointer-events:auto}body>ul{display:none!important}.chat-container{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;max-width:none!important;margin:0!important;padding:0!important;flex-direction:column!important;display:flex!important;width:100%!important;height:100vh!important;height:100dvh!important;height:-webkit-fill-available!important}.chat-sidebar{display:none!important}.chat-main{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;flex:1!important;display:flex!important;flex-direction:column!important;background:var(--cosmic-deep);border-radius:0!important;min-height:0!important;max-height:none!important;height:auto!important;margin:0!important;overflow:hidden!important;padding:56px 0 0!important}.mobile-character-selector{display:flex!important;padding:.75rem 1rem!important;background:var(--cosmic-deep)!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:.75rem!important;border-bottom:none!important;flex-shrink:0!important;justify-content:space-between}.mobile-character-card{display:flex!important;flex-direction:column!important;align-items:center!important;padding:.75rem!important;border-radius:var(--radius-md)!important;cursor:pointer!important;transition:var(--transition-base)!important;flex-shrink:0!important;-webkit-scroll-snap-align:start;scroll-snap-align:start!important;min-width:80px!important}.mobile-character-card.active{background:none!important;color:var(--golden-accent)!important}.mobile-character-avatar{width:40px!important;height:40px!important;border-radius:50%!important;overflow:hidden!important;margin-bottom:.5rem!important;border:2px solid transparent!important;transition:border-color var(--transition-base)!important}.mobile-character-card.active .mobile-character-avatar{border-color:var(--golden-accent)!important}.mobile-character-avatar img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.mobile-character-name{font-size:.75rem!important;font-weight:500!important;text-align:center!important;color:hsla(0,0%,100%,.7)!important;transition:color var(--transition-base)!important}.mobile-character-card.active .mobile-character-name{color:var(--golden-accent)!important}.chat-messages{flex:1!important;overflow-y:auto!important;padding:1rem!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:1rem!important;scroll-behavior:smooth!important;overscroll-behavior:contain!important}.chat-input-area{position:sticky!important;bottom:0!important;margin-top:auto!important;width:100%!important;background:var(--cosmic-deep)!important;z-index:100!important;padding:.5rem max(1rem,env(safe-area-inset-right,1rem)) max(1rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,1rem))!important;flex-shrink:0!important}.chat-input-container{gap:.75rem!important;max-width:none!important;margin:0!important;display:flex!important;align-items:flex-end!important;background:transparent!important;flex-shrink:0!important}.chat-input{flex:1!important;position:relative!important}.chat-input-editable{width:100%!important;min-height:70px!important;max-height:100px!important;padding:1.3rem .875rem!important;font-size:16px!important;-webkit-text-size-adjust:100%!important;-webkit-tap-highlight-color:transparent!important;border:none!important;border-radius:5px!important;background:hsla(0,0%,100%,.05)!important;color:var(--moon-white)!important;outline:none!important;overflow-y:hidden!important;word-wrap:break-word!important;white-space:pre-wrap!important;transition:height .15s ease!important;line-height:1.4!important;resize:none!important;box-sizing:border-box!important}.chat-input-editable:focus{background:hsla(0,0%,100%,.08)!important}.chat-input-editable:empty:before{content:attr(data-placeholder)!important;color:hsla(0,0%,100%,.5)!important;pointer-events:none!important}.chat-send-btn{min-width:70px!important;width:70px!important;height:70px!important;border-radius:5px!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:none!important;background:var(--mystic-violet)!important;flex-shrink:0!important;color:#fff!important;transition:var(--transition-fast)!important}.chat-send-btn:hover:not(:disabled){background:var(--mystic-violet)!important;transform:scale(1.05)!important}.chat-send-btn:active{transform:scale(.95)!important}.chat-send-btn:disabled{background:hsla(0,0%,100%,.2)!important;color:hsla(0,0%,100%,.5)!important;cursor:not-allowed!important;box-shadow:none!important}.response-paragraph{margin-bottom:.875rem;line-height:1.65;font-size:.95rem}.response-paragraph.last-paragraph{margin-bottom:0}.background-image-wrapper{opacity:.6}.summoning-chamber{min-height:80vh;padding:calc(var(--hero-padding-top) + 32px) 1.25rem 1.75rem;display:flex;align-items:center}.summoning-content{display:flex!important;flex-direction:column;text-align:left;gap:2.5rem;max-width:100%;margin:0;align-items:stretch}.oracle-text{max-width:100%}.oracle-text h1{font-size:2.3rem!important;line-height:1.2;margin-bottom:1.5rem;text-align:left}.oracle-text p{font-size:19px;margin-bottom:2rem;line-height:1.6;text-align:left}.hero-buttons{flex-direction:row;flex-wrap:wrap;width:100%;gap:.75rem;justify-content:flex-start}.hero-buttons .summon-btn{flex:1 1 calc(50% - 0.75rem);display:inline-flex;align-items:center;justify-content:center}.summon-btn{width:auto;text-align:center;padding:1.2rem 2rem;font-size:var(--font-body-large)}.mystical-display{display:block!important;width:min(77vw,308px);aspect-ratio:1/1;height:auto;min-height:0!important;margin:.25rem auto .75rem;position:relative}.octagram{width:100%!important;height:100%!important;position:relative}.chapter-title{font-size:var(--font-section-title);margin-bottom:3rem}.chapter-subtitle{display:none!important}.grimoire{padding:0 1.25rem!important}.chapter-subtitle{font-size:var(--font-section-subtitle);margin-bottom:2.5rem}.expert-row{grid-template-columns:1fr!important;gap:1.5rem;padding:0!important;background:none!important;display:flex!important;flex-direction:column!important}.expert-video{order:1!important;height:200px;width:100%;padding:0}.expert-content{order:2!important;height:auto!important;overflow:visible!important}.expert-body{overflow:visible!important;padding-right:0!important}.expert-body.collapsed:after{display:none!important}.expert-toggle{margin-top:.25rem}.expert-toggle-btn{font-size:.8rem;padding:.4rem .9rem}.expert-features{padding-top:1rem}.play-button{width:60px;height:60px}.play-button svg{width:24px;height:24px}.expert-content{padding:1.25rem!important}.expert-content h3{font-size:var(--font-card-heading);padding-top:0;margin-bottom:1.25rem}.expert-content p{font-size:var(--font-body-regular);line-height:1.7;margin-bottom:1.5rem}.expert-features{flex-direction:column;align-items:stretch;gap:1.25rem;margin-top:1.5rem}.feature-badges{flex-wrap:wrap;gap:.75rem}.expert-cta{width:100%;text-align:center;margin-top:1.5rem;padding:1rem .8rem;font-size:var(--font-button)}.seeker-intro{padding:2rem 1.25rem 1.5rem}.seeker-title{font-size:var(--font-section-title)}.seeker-lead{font-size:var(--font-section-subtitle);line-height:1.75}.seeker-grid{grid-template-columns:1fr!important;gap:1.25rem!important;margin-top:0!important;margin-left:0!important;margin-right:0!important}.seeker-text{margin-top:1rem!important;font-size:var(--font-body-regular);line-height:1.7;padding:0 .25rem;text-align:center}.seeker-text:before{content:"";display:block;width:110px;height:1px;margin:1.25rem auto .75rem;background:linear-gradient(90deg,transparent,var(--golden-accent),transparent);opacity:.9}.seeker-card{padding:3rem!important;box-shadow:none!important}.seeker-cta{font-size:.9rem}.ritual-steps{padding:5rem 1.25rem!important}.steps-card-grid{grid-template-columns:1fr;gap:1.5rem}.home-pricing .steps-card-grid{grid-template-columns:1fr!important;margin-left:0!important;margin-right:0!important;gap:1.25rem!important}.home-pricing{padding:5rem 1.25rem!important}.step-card{padding:1.5rem!important;text-align:center!important;background:var(--cosmic-card)!important;box-shadow:none!important}.seeker-card.card-highlight,.step-card.card-highlight{animation:cardBorderPulseMobile 1.2s ease both!important}@keyframes cardBorderPulseMobile{0%{border-color:var(--mystic-violet)}to{border-color:var(--mystic-violet)}}.seeker-card-icon,.step-number{display:flex!important;margin:0 auto 1rem!important}.seeker-card-icon{font-weight:800!important;font-size:1.8rem!important}.oracle-whispers{padding:5rem 1.25rem!important}.testimonials-container{grid-template-columns:1fr}.testimonial-card{padding:1.5rem!important}.testimonial-card,.testimonial-card:before{border-radius:10px!important}.testimonial-card.featured{transform:scale(1)!important}.mystical-faq{padding:0 1.25rem!important}.faq-grid{grid-template-columns:1fr!important;margin-top:2rem}.faq-item,.faq-item-open,.faq-item:hover{border:none!important;box-shadow:none!important;border-radius:10px!important}.faq-question{font-size:var(--font-body-regular);padding:1.25rem}.faq-answer-content{font-size:var(--font-body-small);padding:0 1.25rem 1.25rem}.faq-icon{font-size:1.25rem}.inscription{padding:2rem 1.5rem!important}.footer-links{gap:1.5rem;font-size:.9rem}.runic-symbols{font-size:1.5rem;letter-spacing:.5rem}.session-start-modal{padding:20px}.session-start-header{flex-direction:column;text-align:center}.session-start-avatar{width:100px;height:100px}.session-rules{padding:12px}.session-rules li{font-size:.9rem;text-align:center}}@supports (padding:max(0px)){.chat-input-area{padding-bottom:max(1rem,env(safe-area-inset-bottom))!important}}.ios-device .chat-container{height:-webkit-fill-available!important;min-height:-webkit-fill-available!important}.ios-device .chat-input-editable{-webkit-appearance:none!important;border-radius:5px!important}.firefox-mobile .chat-input-area{position:sticky!important;bottom:0!important;margin-top:auto!important;padding-bottom:var(--firefox-mobile-bottom-padding)!important}.firefox-mobile .chat-messages{padding-bottom:30px!important}@media (max-width:375px){:root{--font-section-title:1.75rem;--font-section-subtitle:0.95rem;--font-card-heading:1.1rem;--font-body-large:0.95rem;--font-body-regular:0.9rem;--font-body-small:0.8rem}.summoning-chamber{padding:var(--hero-padding-top) 1rem 1.5rem}.oracle-text h1{font-size:var(--font-section-title)}.oracle-text p{font-size:var(--font-body-large)}.chapter-title{font-size:var(--font-section-title)}.expert-video{height:180px}.expert-content h3{font-size:var(--font-card-heading)}.expert-content p{font-size:var(--font-body-regular)}}@media (max-width:1023.98px){.experts-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.expert-card .expert-video{height:200px!important}.expert-card .expert-content{padding:1rem 1.25rem 1.25rem!important}}.chat-credits{margin-top:1rem}.credits-portal{display:flex;align-items:center;gap:1rem;padding:1rem 0;cursor:pointer;background:transparent;border:none;margin-bottom:.5rem}.credits-avatar{width:55px;height:55px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #f5f5f58c;background:rgba(255,193,7,.1);display:flex;align-items:center;justify-content:center}.credits-amount{color:var(--golden-accent);font-weight:700;font-size:1.2rem}.credits-info{flex:1;min-width:0;overflow:hidden}.credits-label{color:var(--moon-white);font-size:.9rem;font-weight:600;margin-bottom:.125rem}.credits-subtitle{color:var(--moon-white);font-size:.75rem;opacity:.6}.credits-guest .credits-avatar{background:hsla(0,0%,82%,.1);border-color:#f5f5f58c}.credits-guest .credits-amount{color:#f5f5f58c}.ritual-steps{padding:5rem 2rem;position:relative;overflow:hidden;background:var(--cosmic-deep)}.steps-card-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step-card{padding:2.5rem;text-align:center;position:relative;border-radius:10px;border:none;transition:box-shadow .4s ease}.step-card,.step-card:before{background:var(--cosmic-card)}.step-card:before{content:"";position:absolute;inset:2px;border-radius:10px;z-index:-1}.step-card.card-highlight{animation:cardBorderPulse 1.6s ease both}.step-number{width:60px;height:60px;background:var(--golden-accent);color:var(--cosmic-deep);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.5rem}.step-card h3,.step-number{font-family:var(--font-primary)}.step-card h3{font-size:var(--font-card-heading);color:var(--golden-accent);margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.step-card p{font-size:var(--font-body-regular);line-height:1.6;margin-bottom:1.5rem;opacity:.9;color:var(--moon-white)}.step-features{list-style:none;padding:0;margin:0;text-align:left}.step-features li{padding:.4rem 0;color:var(--moon-white);opacity:.8;display:flex;align-items:center;gap:.5rem;font-size:var(--font-body-large)}.step-features li:before{content:"✓";color:var(--golden-accent);font-weight:700;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.oracle-whispers{padding:5rem 2rem;position:relative;background:var(--cosmic-deep)}.testimonials-container{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{padding:2rem;position:relative;border:none;transition:var(--transition-base)}.testimonial-card,.testimonial-card:before{background:var(--cosmic-card);border-radius:10px}.testimonial-card:before{content:"";position:absolute;inset:2px;z-index:-1}.testimonial-card.featured{transform:scale(1.02);border:none}.testimonial-card.featured,.testimonial-card.featured:before{background:var(--cosmic-card)}.testimonial-text{font-size:var(--font-body-large);line-height:1.8;margin-bottom:2rem;color:var(--moon-white);opacity:.9;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--mystic-violet);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--moon-white);box-shadow:0 0 14px rgba(123,31,162,.25)}.author-avatar,.author-name{font-family:var(--font-primary)}.author-name{font-weight:600;color:var(--golden-accent);margin-bottom:.2rem}.author-info{font-size:var(--font-body-small);opacity:.7;color:var(--moon-white)}.mystical-pricing{padding:5rem 2rem;position:relative}.pricing-container{max-width:1080px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pricing-card{padding:2rem;text-align:center;position:relative;border-radius:10px;background:#291542;transition:var(--transition-base)}.pricing-card:before{content:"";position:absolute;inset:2px;background:#4d475554;border-radius:10px;z-index:-1}.pricing-card.featured{transform:scale(1.05);background:#4d475554}.pricing-card.featured:before{background:#4d475554}.pricing-badge{padding:.3rem .8rem;background:rgba(129,199,132,.2);color:#81c784;font-size:.75rem;font-weight:600;font-family:var(--font-primary);letter-spacing:.02em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;position:relative;z-index:1}.pricing-badge:before{content:"";width:8px;height:8px;background-color:#81c784;border-radius:50%;display:inline-block;animation:pulse-dot 2s infinite}.pricing-card.featured .pricing-badge{background:rgba(233,30,99,.3);color:var(--glow-pink)}.pricing-card.featured .pricing-badge:before{background-color:var(--glow-pink)}.pricing-title{font-family:var(--font-primary);font-size:1.5rem;font-weight:700;color:var(--golden-accent);margin-bottom:1rem;letter-spacing:-.02em;position:relative;z-index:1}.pricing-card.featured .pricing-title{color:var(--glow-pink)}.pricing-amount{font-size:3rem;font-weight:800;margin-bottom:.5rem}.pricing-amount,.pricing-period{color:var(--moon-white);position:relative;z-index:1}.pricing-period{opacity:.7;margin-bottom:2rem;font-size:1rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left;position:relative;z-index:1}.pricing-features li{padding:.4rem 0;color:var(--moon-white);opacity:.8;display:flex;align-items:center;gap:.5rem;font-size:1rem}.pricing-features li:before{content:"✓";color:var(--golden-accent);font-weight:700;width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-card.featured .pricing-features li:before{color:var(--glow-pink)}.pricing-btn{width:100%;padding:.8rem 2rem;background:transparent;border:1px solid var(--golden-accent);color:var(--golden-accent);font-family:var(--font-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition-base);text-decoration:none;display:inline-block;text-align:center;position:relative;z-index:1}.pricing-btn:hover{background:var(--golden-accent);color:var(--cosmic-deep)}.pricing-card.featured .pricing-btn{border-color:var(--glow-pink);color:var(--glow-pink)}.pricing-card.featured .pricing-btn:hover{background:var(--glow-pink);color:var(--moon-white)}.inscription{padding:3rem 2rem;text-align:center;position:relative}.runic-symbols{font-size:2rem;color:var(--glow-pink);letter-spacing:1rem;margin-bottom:1rem;font-family:MagiczneSymbols,Noto Sans Symbols,Noto Sans Symbols\ 2,Segoe UI Symbol,Apple Symbols,sans-serif;font-variant-emoji:text;font-synthesis:none}.inscription p{font-family:Exo\ 2,sans-serif;opacity:.7;font-weight:400}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-links a{color:var(--moon-white);text-decoration:none;opacity:.7;transition:var(--transition-base)}.footer-links a:hover{color:var(--golden-accent);opacity:1}.mystical-faq{padding:80px 20px;position:relative;background:var(--cosmic-deep)}.faq-container{max-width:1080px;margin:0 auto;position:relative;z-index:2}.faq-grid{margin-top:60px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:start}.faq-item{background:var(--cosmic-card);margin-bottom:16px;overflow:hidden;transition:var(--transition-base);border-radius:10px}.faq-question{width:100%;padding:24px;background:transparent;border:none;color:var(--moon-white);font-size:var(--font-body-large);font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color var(--transition-base)}.faq-icon,.faq-question:hover{color:var(--golden-accent)}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform var(--transition-base),color var(--transition-base);min-width:24px;margin-left:16px}.faq-item-open .faq-icon{transform:rotate(180deg);color:var(--golden-accent)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer-open{max-height:400px}.faq-answer-content{padding:0 24px 24px;color:hsla(0,0%,96%,.8);font-size:var(--font-body-regular);line-height:1.6;white-space:pre-line}.voice-controls{margin-top:8px;display:flex;gap:8px;align-items:center}.voice-generating{color:var(--golden-accent)}.voice-error,.voice-generating{font-size:.85rem;display:flex;align-items:center;gap:4px}.voice-error{color:#ff6b6b}.voice-play-button{background:rgba(255,215,0,.1);border:1px solid var(--golden-accent);color:var(--golden-accent);padding:6px 12px;border-radius:20px;font-size:.85rem;cursor:pointer;transition:var(--transition-base);display:flex;align-items:center;gap:6px;font-family:var(--font-primary)}.voice-play-button:hover{background:rgba(255,215,0,.2);transform:translateY(-1px)}.voice-play-button:active{transform:translateY(0)}.voice-play-button:disabled{opacity:.5;cursor:not-allowed}audio{display:none}