:root{--plum-dark:#34123F;--near-black:#1B022F;--rose:#A84282;--gold:#8E6F3A;--gold-light:#B89556;--bg:#FAF4F8;--bg-bloom-1:#E9D0E2;--bg-bloom-2:#F4E2EE;--text:#34123F;--text-muted:#6B3A6E;--border:#E9D9E6;--card-bg:#FFFDFE;--on-dark:#FAF4F8;--font-display:var(--font-display-raw),Georgia,serif;--font-body:var(--font-body-raw),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--teal-deep:var(--plum-dark);--teal:var(--rose);--cream:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(at 78% 0,var(--bg-bloom-1) 0,transparent 58%),radial-gradient(at 5% 40%,var(--bg-bloom-2) 0,transparent 55%),var(--bg);background-attachment:fixed;color:var(--text);font-family:var(--font-body);line-height:1.65}h1,h2,h3{font-family:var(--font-display);color:var(--plum-dark);line-height:1.2;font-weight:500}.hero-section{position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center}.hero-text{max-width:680px;text-align:left}.hero-section>.container{width:100%}.hero-mandala{position:absolute;top:50%;right:-180px;transform:translateY(-50%);width:760px;aspect-ratio:1;z-index:0;opacity:.55;pointer-events:none}.hero-mandala-ambient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;height:65%;border-radius:50%;background:radial-gradient(circle,#E8C878 0,transparent 70%);filter:blur(40px);mix-blend-mode:multiply;animation:hero-glow-breathe 6s ease-in-out infinite}@keyframes hero-glow-breathe{0%,to{opacity:.35;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.08)}}@media (prefers-reduced-motion:reduce){.hero-mandala-ambient{animation:none}}.hero-mandala-svg{position:relative;width:100%;height:100%;display:block}.mandala-core,.mandala-glow,.mandala-ring{transform-box:view-box;transform-origin:300px 300px}.ring-cw{animation:mandala-spin-cw 60s linear infinite}.ring-ccw-slow{animation:mandala-spin-ccw 75s linear infinite}.ring-cw-slow{animation:mandala-spin-cw 90s linear infinite}.ring-ccw{animation:mandala-spin-ccw 48s linear infinite}.mandala-core{animation:mandala-core-pulse 5s ease-in-out infinite}.mandala-glow{animation:mandala-glow-breathe 6s ease-in-out infinite}@keyframes mandala-spin-cw{to{transform:rotate(1turn)}}@keyframes mandala-spin-ccw{to{transform:rotate(-1turn)}}@keyframes mandala-core-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}}@keyframes mandala-glow-breathe{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.mandala-core,.mandala-glow,.ring-ccw,.ring-ccw-slow,.ring-cw,.ring-cw-slow{animation:none}}@media (max-width:980px){.hero-text{max-width:640px}.hero-mandala{right:50%;transform:translate(50%,-50%);opacity:.5;width:680px}}@media (max-width:600px){.hero-mandala{width:118vw;opacity:.45}}p{color:var(--text-muted)}a{color:var(--rose);text-decoration:none}a:hover{color:var(--plum-dark)}.site-header{background:transparent;padding:22px 24px}.site-nav{justify-content:space-between;flex-wrap:wrap;gap:12px}.site-nav,.site-nav-links,.site-nav-logo{display:flex;align-items:center}.site-nav-links{gap:20px;font-size:14px}.site-nav-links>a{color:var(--rose);font-weight:500}.site-nav-links>a:hover{color:var(--plum-dark)}.site-nav-links .cta-button.site-nav-book{color:var(--on-dark);padding:8px 18px;font-size:13px}.site-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;border:1px solid var(--border);border-radius:6px;background:var(--card-bg);cursor:pointer}.site-nav-toggle span{display:block;width:100%;height:2px;border-radius:2px;background:var(--plum-dark)}@media (max-width:860px){.site-header{padding:14px 16px}.site-nav-toggle{display:flex}.site-nav-links{display:none;order:3;flex-basis:100%;flex-direction:column;align-items:stretch;gap:14px;padding:14px 2px 6px;border-top:1px solid var(--border);margin-top:12px}.site-nav-links.open{display:flex}.site-nav-links>a{padding:4px 0}.site-nav-links .currency-switcher{align-self:flex-start}.site-nav-links .cta-button.site-nav-book{text-align:center}}.container{max-width:clamp(1100px,90vw,1600px);margin:0 auto;padding:0 20px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:600;color:var(--gold)}.stat-row{display:flex;justify-content:center;gap:40px;margin:32px 0}.stat-row div{text-align:center}.stat-row strong{display:block;font-size:32px;color:var(--gold);font-family:var(--font-display)}.stat-row span{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:24px 0}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:2px;padding:22px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card p{color:var(--text-muted);font-size:14px;margin:8px 0}.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px -12px rgba(52,18,63,.28);border-color:var(--gold)}.testimonial-quote{font-family:var(--font-display);font-style:italic;font-size:26px;color:var(--plum-dark);max-width:640px;margin:20px auto 12px;line-height:1.4}.testimonial-attribution{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-weight:600}.faq-list{margin:20px 0}.faq-item{border-bottom:1px solid var(--border);padding:16px 0}.faq-item summary{cursor:pointer;font-family:var(--font-display);font-size:18px;color:var(--plum-dark);font-weight:500;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:20px;color:var(--gold);flex-shrink:0;transition:transform .15s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:10px 0 0;font-size:15px}.article-list-item{transition:padding-left .15s ease}.article-list-item:hover{padding-left:6px}.product-card{display:block;color:inherit;text-decoration:none}.product-card-image{margin-bottom:10px}.inquiry-card{max-width:500px;margin:40px auto;padding:32px;background:#fff;border-radius:12px;border:1px solid var(--border)}.trust-badges{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border);clear:both}.trust-badges span{font-size:13px;color:var(--text-muted);font-weight:500}.chat-fab{position:fixed;bottom:92px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--plum-dark);color:var(--on-dark);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px -4px rgba(27,2,47,.4);z-index:40;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.chat-fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 24px -4px rgba(27,2,47,.5)}.chat-panel{position:fixed;bottom:24px;right:24px;width:340px;max-width:calc(100vw - 32px);height:460px;max-height:calc(100vh - 48px);background:var(--card-bg);border-radius:12px;box-shadow:0 16px 40px -8px rgba(27,2,47,.35);border:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;z-index:41;font-family:var(--font-body)}.chat-panel-header{background:var(--plum-dark);color:var(--on-dark);padding:14px 16px;font-weight:600;font-size:14px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.chat-panel-close{background:none;border:none;color:var(--on-dark);font-size:20px;cursor:pointer;line-height:1;padding:0 4px}.chat-panel-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.chat-bubble{padding:9px 13px;border-radius:12px;font-size:14px;line-height:1.4;max-width:85%;white-space:pre-wrap}.chat-bubble-assistant{background:var(--bg-bloom-2);color:var(--text);align-self:flex-start;border-bottom-left-radius:2px}.chat-bubble-user{background:var(--plum-dark);color:var(--on-dark);align-self:flex-end;border-bottom-right-radius:2px}.chat-bubble-typing{opacity:.5}.chat-bubble-error{background:#FDECEA;color:#B42318;align-self:center;font-size:12px}.chat-panel-book-cta{display:block;text-align:center;background:var(--gold);color:var(--on-dark);font-size:12px;font-weight:600;letter-spacing:.04em;padding:10px;text-decoration:none;flex-shrink:0}.chat-panel-book-cta:hover{color:var(--on-dark);opacity:.9}.chat-panel-input{display:flex;gap:8px;padding:10px;border-top:1px solid var(--border);flex-shrink:0}.chat-panel-input input{flex:1;border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:14px;font-family:inherit}.chat-panel-input button{width:36px;height:36px;border-radius:8px;border:none;background:var(--plum-dark);color:var(--on-dark);font-size:16px;cursor:pointer;flex-shrink:0}.chat-panel-input button:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.chat-fab{bottom:78px;right:16px;width:50px;height:50px}.chat-panel{bottom:16px;right:16px}}.whatsapp-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px -4px rgba(27,2,47,.4);z-index:40;transition:transform .15s ease,box-shadow .15s ease}.whatsapp-fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 24px -4px rgba(27,2,47,.5);color:#fff}@media (max-width:480px){.whatsapp-fab{bottom:16px;right:16px;width:50px;height:50px}}.currency-switcher{font-family:var(--font-body);font-size:12px;color:var(--rose);background:transparent;border:1px solid var(--border);border-radius:2px;padding:4px 6px;cursor:pointer}.currency-switcher:hover{border-color:var(--gold);color:var(--plum-dark)}.price-estimate{font-weight:500;font-size:.85em;color:var(--text-muted)}.breadcrumbs{font-size:12px;margin:20px 0 0}.breadcrumbs,.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--plum-dark)}.breadcrumbs span[aria-hidden]{margin:0 6px}.article-list-item{padding:24px 0;border-bottom:1px solid var(--border)}.article-list-item h2{margin:0 0 6px;font-size:24px}.article-list-item p{color:var(--text-muted);margin:0}.article-body h2{font-size:26px;margin-top:36px}.article-body h3{font-size:20px;margin-top:28px}.article-body p{margin:16px 0;font-family:var(--font-body)}.article-body ol,.article-body ul{margin:16px 0;padding-left:24px}.article-body strong{color:var(--plum-dark)}.cta-button{display:inline-block;background:var(--plum-dark);color:var(--on-dark);padding:16px 30px;border-radius:1px;font-weight:600;font-size:12px;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;border:.8px solid var(--plum-dark);transition:background-color .15s ease,color .15s ease}.cta-button:hover{background:var(--near-black);border-color:var(--near-black);color:var(--on-dark)}.cta-button-outline{display:inline-block;background:transparent;color:var(--plum-dark);padding:16px 30px;border-radius:1px;font-weight:500;font-size:11px;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;border:.8px solid var(--plum-dark)}.cta-button-outline:hover{background:var(--plum-dark);color:var(--on-dark)}.compliance-note{font-size:13px;color:var(--text-muted);border-top:1px solid var(--border);margin-top:32px;padding-top:16px}.draft-banner{background:#FDF0D5;border:1px solid var(--gold);color:#5C4200;padding:10px 16px;border-radius:4px;margin-bottom:24px}.draft-banner,.site-footer{font-size:13px;font-family:var(--font-body)}.site-footer{margin-top:60px;padding:44px 0 24px;border-top:1px solid var(--border);color:var(--text-muted)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:28px;max-width:900px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid a{color:var(--text-muted);font-size:13px}.footer-grid a:hover,.footer-heading{color:var(--plum-dark)}.footer-heading{font-family:var(--font-display);font-size:14px;font-weight:600;margin-bottom:4px}.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid var(--border);max-width:900px}.pathway-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:28px 0 12px}.pathway-card{display:flex;flex-direction:column;gap:4px;position:relative;background:var(--card-bg);border:1px solid var(--border);border-radius:2px;padding:20px 18px 16px;color:var(--text);transition:border-color .18s ease,transform .18s ease}.pathway-card:hover{border-color:var(--gold);transform:translateY(-2px);color:var(--text)}.pathway-card.is-featured{border:2px solid var(--gold)}.pathway-card strong{font-family:var(--font-display);font-size:22px;font-weight:500}.pathway-short{font-size:13px;color:var(--text-muted)}.pathway-action{margin-top:10px;font-size:12px;letter-spacing:.04em;color:var(--rose)}.pathway-action.is-online{color:#2F6B45}.pathway-badge{position:absolute;top:-11px;left:16px;background:var(--gold);color:#fff;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px}@media (max-width:600px){.pathway-card{padding:16px 12px 12px}.pathway-card strong{font-size:19px}}.service-category{padding-top:40px;margin-top:24px;border-top:1px solid var(--border);scroll-margin-top:80px}.service-card{display:block}.service-card,.service-card:hover{color:var(--text)}.service-card-link{font-size:14px;color:var(--rose)}.scan-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin-top:16px}.scan-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;font:inherit;background:var(--card-bg);border:1px solid var(--border);border-radius:2px;padding:16px;cursor:pointer;color:var(--text)}.scan-option strong{font-size:18px}.scan-option.is-selected{border:2px solid var(--gold);background:var(--bg-bloom-2);padding:15px}.scan-option-note{font-size:13px;color:var(--text-muted);line-height:1.5}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_fba32d{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_fba32d{--font-display-raw:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_410c3d{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_410c3d{--font-body-raw:"Outfit","Outfit Fallback"}