:root{--bg:#faf8f3;--surface:#f1eee5;--surface-2:#fff;--text:#14140f;--text-muted:#5b594e;--border:#dedacb;--yellow:#ffce00;--yellow-ink:#6b4e00;--forest:#2f4b3c;--forest-deep:#1e3128;--forest-soft:#e4ece7;--terracotta:#c1592f;--terracotta-soft:#f2dccf;--success:#3e7d53;--success-soft:#e1efe4;--error:#b3392c;--error-soft:#f7e2df;--shadow:0 1px 2px rgba(20,20,15,.06),0 12px 30px rgba(20,20,15,.07);--shadow-hover:0 4px 10px rgba(20,20,15,.1),0 22px 46px rgba(20,20,15,.15);--photo-tone:saturate(0.94) contrast(1.02);--contour:rgba(47,75,60,.13);--on-forest:#faf8f3}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-josefin-sans),system-ui,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}h1,h2,h3,h4,h5,h6{font-family:var(--font-josefin-sans),system-ui,sans-serif;text-wrap:balance;margin:0;color:var(--text)}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font-family:inherit;line-height:inherit}:focus-visible{outline:2px solid var(--forest);outline-offset:2px;border-radius:4px}.wrap{max-width:1240px;margin:0 auto;padding:0 2rem}@media (max-width:640px){.wrap{padding:0 1.25rem}}.eyebrow{font-family:var(--font-josefin-sans),sans-serif;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn,.sr-only{white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.94rem;padding:.8rem 1.5rem;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--yellow);color:#14140f}.btn-primary:hover{background:color-mix(in srgb,var(--yellow) 88%,#000);box-shadow:0 6px 16px rgba(255,206,0,.28)}.btn-ghost-light{background:rgba(20,20,15,.38);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#faf8f3;border-color:hsla(43,41%,97%,.7)}.btn-ghost-light:hover{background:rgba(20,20,15,.55);border-color:#faf8f3}.btn-secondary{background:var(--forest);color:#faf8f3}.btn-secondary:hover{background:var(--forest-deep);box-shadow:0 6px 16px rgba(47,75,60,.28)}.btn-tertiary{background:transparent;color:var(--forest);border-color:var(--forest)}.btn-tertiary:hover{background:var(--forest-soft)}.btn-ghost{background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--forest);color:var(--forest)}.btn-sm{padding:.45rem .85rem;font-size:.8rem}.btn-danger{background:var(--error);color:#faf8f3}.btn-danger:hover{background:#8e2318}.diff-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.76rem;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.diff-badge.EASY,.diff-badge.easy{background:rgba(228,236,231,.92);color:#1e3128}.diff-badge.MEDIUM,.diff-badge.medium{background:rgba(255,206,0,.92);color:#6b4e00}.diff-badge.HARD,.diff-badge.hard{background:hsla(22,57%,88%,.94);color:#8a3d1d}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;border-radius:999px;font-size:.74rem;font-weight:700}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.status-badge.CONFIRMED,.status-badge.confirmed{background:var(--success-soft);color:var(--success)}.status-badge.CONFIRMED:before,.status-badge.confirmed:before{background:var(--success)}.status-badge.PENDING,.status-badge.pending{background:color-mix(in srgb,var(--yellow) 25%,var(--surface-2));color:var(--yellow-ink)}.status-badge.PENDING:before,.status-badge.pending:before{background:var(--yellow-ink)}.status-badge.CANCELLED,.status-badge.cancelled{background:var(--error-soft);color:var(--error)}.status-badge.CANCELLED:before,.status-badge.cancelled:before{background:var(--error)}.breadcrumb{padding:1.1rem 0 0;font-size:.82rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.breadcrumb a{color:var(--text-muted);transition:color .15s ease}.breadcrumb a:hover{color:var(--forest)}.breadcrumb .sep{opacity:.5}.breadcrumb .current{color:var(--text);font-weight:500}.page-banner{position:relative;overflow:hidden;padding:3rem 0 2.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.banner-contour{position:absolute;inset:0;z-index:0}.page-banner .wrap{position:relative;z-index:1}.page-banner h1{font-size:clamp(1.9rem,3.6vw,2.5rem);font-weight:700;margin-top:.5rem}.page-banner .lede{margin-top:.6rem;color:var(--text-muted);max-width:56ch;font-size:1rem}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.2rem;flex-wrap:wrap}.section-head h2{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.section-head .lede{margin-top:.6rem;color:var(--text-muted);max-width:50ch;font-size:.98rem}.section-link{font-size:.88rem;font-weight:600;color:var(--forest);white-space:nowrap;display:inline-flex;align-items:center;gap:.3rem}.section-link:hover{text-decoration:underline}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.banner-slot{position:relative}.banner-slot-strip{margin:2.5rem 0}.banner-slot-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:.9rem .9rem .7rem;box-shadow:var(--shadow)}.banner-slot-label{display:block;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.banner-slot-strip .banner-slot-label{text-align:center}.banner-slot a{display:block}@font-face{font-family:__Josefin_Sans_a3033a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.p.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:__Josefin_Sans_a3033a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.p.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:__Josefin_Sans_a3033a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.p.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:__Josefin_Sans_a3033a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/312bdf69facd99ca-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:__Josefin_Sans_a3033a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1b30b992a554bafd-s.p.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:__Josefin_Sans_a3033a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/accc82dc8525882b-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:__Josefin_Sans_Fallback_a3033a;src:local("Arial");ascent-override:73.32%;descent-override:24.44%;line-gap-override:0.00%;size-adjust:102.29%}.__className_a3033a{font-family:__Josefin_Sans_a3033a,__Josefin_Sans_Fallback_a3033a;font-style:normal}.__variable_a3033a{--font-josefin-sans:"__Josefin_Sans_a3033a","__Josefin_Sans_Fallback_a3033a"}.Navbar_siteHeader__4Ud_n{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:50;padding:.9rem 0;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:background .35s ease,border-color .35s ease,padding .35s ease,box-shadow .35s ease}.Navbar_siteHeader__4Ud_n.Navbar_homeHeader__Dj3sZ{position:fixed;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;padding:1.1rem 0}.Navbar_siteHeader__4Ud_n.Navbar_homeHeader__Dj3sZ.Navbar_scrolled__nobxR{background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom-color:var(--border);padding:.85rem 0;box-shadow:var(--shadow)}.Navbar_headerInner__UeRch{display:flex;align-items:center;justify-content:space-between;gap:2rem}.Navbar_brand__ViMyA{display:flex;align-items:center;gap:.6rem;font-family:var(--font-josefin-sans),sans-serif;font-weight:700;font-size:1.05rem;color:var(--text);transition:color .2s ease}.Navbar_homeHeader__Dj3sZ:not(.Navbar_scrolled__nobxR) .Navbar_brand__ViMyA{color:#faf8f3}.Navbar_brandMark__q5UxI{width:34px;height:34px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex:none}.Navbar_brandMark__q5UxI svg{width:19px;height:19px}.Navbar_navLinks__chCYm{display:flex;gap:2.1rem}.Navbar_navLinks__chCYm a{font-size:.92rem;font-weight:500;color:var(--text-muted);transition:color .2s ease}.Navbar_navLinks__chCYm a.Navbar_active__YMfDB,.Navbar_navLinks__chCYm a:hover{color:var(--forest)}.Navbar_homeHeader__Dj3sZ:not(.Navbar_scrolled__nobxR) .Navbar_navLinks__chCYm a{color:hsla(43,41%,97%,.88)}.Navbar_homeHeader__Dj3sZ:not(.Navbar_scrolled__nobxR) .Navbar_navLinks__chCYm a.Navbar_active__YMfDB,.Navbar_homeHeader__Dj3sZ:not(.Navbar_scrolled__nobxR) .Navbar_navLinks__chCYm a:hover{color:var(--yellow)}.Navbar_headerActions__X12ZA{display:flex;align-items:center;gap:1rem}.Navbar_mobileQuizItem__LpZmD{display:none}.Navbar_rotaBulBtn__VO_Vk{display:flex;align-items:center;gap:6px}.Navbar_navToggle__kZDL0{display:none;background:none;border:none;padding:.4rem;cursor:pointer}.Navbar_navToggle__kZDL0 svg{width:22px;height:22px;color:var(--text)}.Navbar_homeHeader__Dj3sZ:not(.Navbar_scrolled__nobxR) .Navbar_navToggle__kZDL0 svg{color:#faf8f3}@media (max-width:880px){.Navbar_siteHeader__4Ud_n .Navbar_headerInner__UeRch{position:relative}.Navbar_navLinks__chCYm{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--surface-2);border:1px solid var(--border);border-top:none;border-radius:0 0 12px 12px;box-shadow:var(--shadow);padding:.5rem 0;z-index:100}.Navbar_navLinks__chCYm.Navbar_open___npFi{display:flex}.Navbar_navLinks__chCYm a{padding:.85rem 1.5rem;color:var(--text)!important}.Navbar_navLinks__chCYm a.Navbar_active__YMfDB,.Navbar_navLinks__chCYm a:hover{background:var(--surface);color:var(--forest)!important}.Navbar_mobileQuizItem__LpZmD{display:flex;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;color:var(--text)!important;background:none;border:none;font:inherit;font-size:.92rem;font-weight:500;text-align:left;cursor:pointer}.Navbar_mobileQuizItem__LpZmD:hover{background:var(--surface);color:var(--forest)!important}.Navbar_rotaBulBtn__VO_Vk{display:none}.Navbar_navToggle__kZDL0{display:block}}.Footer_siteFooter__mm3_z{background:var(--forest-deep);color:var(--on-forest);padding:4rem 0 0;margin-top:auto}.Footer_footerGrid__Zjk4v{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid hsla(43,41%,97%,.14)}.Footer_footerBrand__7nKvy{display:flex;align-items:center;gap:.6rem;font-family:var(--font-josefin-sans),sans-serif;font-weight:700;font-size:1.05rem}.Footer_brandMark__ROQou{width:32px;height:32px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex:none}.Footer_brandMark__ROQou svg{width:18px;height:18px}.Footer_tursabBadge__zXqd9{display:block;margin-top:1.1rem;width:-moz-fit-content;width:fit-content;opacity:.92;transition:opacity .15s ease}.Footer_tursabBadge__zXqd9:hover{opacity:1}.Footer_tursabBadge__zXqd9 img{display:block;height:64px;width:auto;border-radius:6px;background:var(--on-forest,#faf8f3);padding:3px}.Footer_footerTagline__A4OMU{margin-top:.9rem;font-size:.88rem;color:hsla(43,41%,97%,.65);max-width:30ch}.Footer_footerCol__BlK3T h4{font-family:var(--font-josefin-sans),sans-serif;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:hsla(43,41%,97%,.55);margin-bottom:1rem}.Footer_footerCol__BlK3T a,.Footer_footerCol__BlK3T p{display:block;font-size:.9rem;color:hsla(43,41%,97%,.85);margin-bottom:.7rem;transition:color .15s ease}.Footer_footerCol__BlK3T a:hover{color:var(--yellow)}.Footer_footerSocial__Dmobv{display:flex;gap:.7rem;margin-top:1rem}.Footer_footerSocial__Dmobv a{width:34px;height:34px;border-radius:50%;border:1px solid hsla(43,41%,97%,.3);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.Footer_footerSocial__Dmobv a:hover{border-color:var(--yellow);background:rgba(255,206,0,.15)}.Footer_footerSocial__Dmobv svg{width:15px;height:15px}.Footer_footerBottom__BDIjN{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;font-size:.8rem;color:hsla(43,41%,97%,.55);flex-wrap:wrap;gap:.75rem}.Footer_footerBottomLinks__GSoTh{display:flex;gap:1.4rem}.Footer_footerBottomLinks__GSoTh a:hover{color:var(--yellow)}@media (max-width:860px){.Footer_footerGrid__Zjk4v{grid-template-columns:1fr 1fr}}@media (max-width:520px){.Footer_footerGrid__Zjk4v{grid-template-columns:1fr}}.WhatsAppWidget_widgetWrap__I2xoO{bottom:24px}@media (max-width:768px){.WhatsAppWidget_widgetWrap__I2xoO{bottom:88px}}.StickyMobileCta_bar__zE1Ra{display:none}@media (max-width:768px){.StickyMobileCta_bar__zE1Ra{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:998;background:var(--forest-deep);box-shadow:0 -6px 20px rgba(0,0,0,.18);padding:.6rem .7rem calc(.6rem + env(safe-area-inset-bottom));gap:.6rem}}.StickyMobileCta_priceTag__LTO6w{flex:none;display:flex;flex-direction:column;justify-content:center;color:var(--on-forest);font-weight:700;font-size:1.02rem;white-space:nowrap;padding-left:.2rem}.StickyMobileCta_priceTag__LTO6w small{font-weight:500;font-size:.68rem;opacity:.75}.StickyMobileCta_bookBtn__MIlhr,.StickyMobileCta_callBtn__QkdVz{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem .6rem;border-radius:10px;font-size:.88rem;font-weight:700;text-decoration:none;white-space:nowrap}.StickyMobileCta_callBtn__QkdVz{background:hsla(43,41%,97%,.12);color:var(--on-forest)}.StickyMobileCta_bookBtn__MIlhr{background:var(--yellow);color:#14140f}.StickyMobileCta_bookBtn__MIlhr svg,.StickyMobileCta_callBtn__QkdVz svg{width:17px;height:17px;flex:none}