*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-body);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;letter-spacing:-.01em;color:var(--ink);line-height:1.2}.eyebrow{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-text);display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:.5rem}.cta-band .eyebrow,.eyebrow.dark{color:var(--gold)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:.5rem;font-weight:600;font-size:14.5px;cursor:pointer;border:1px solid transparent;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--ink);color:var(--white)}.btn-primary:hover{color:var(--gold)}.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{background:var(--gold-dark)}.btn-ghost{background:0 0;color:var(--ink);border-color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--white)}.btn-ghost-light{background:0 0;color:var(--white);border-color:rgba(255,255,255,.4)}.btn-ghost-light:hover{background:rgba(255,255,255,.12);border-color:var(--white)}.btn-ghost.primary{color:var(--gold);border-color:var(--gold)}.btn-ghost.primary:hover{color:var(--ink);background-color:var(--gold)}.btn-ghost:hover img,.btn-primary:hover img{filter:brightness(0) invert(1)}.btn-ghost.primary:hover img{filter:brightness(0)}section{padding:70px 0}.section-head{max-width:680px;margin-bottom:56px}.section-head h2{font-size:clamp(30px,3.4vw,38px);line-height:1.12}.section-head p{color:var(--slate);font-size:1rem;margin-top:16px}.pill{font-size:10px;letter-spacing:.04em;padding:3px 12px;border-radius:999px;background:var(--cream-2);border:1px solid var(--line);color:var(--slate)}.text-primary{color:var(--gold)!important}html{overflow-x:clip;max-width:100%}body{max-width:100%}.about-page,.blog-page,.careers-page,.terms-page{overflow-x:clip}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.about-hero__copy h1,.careers-hero__copy h1{font-family:var(--font-heading);font-size:clamp(36px, 4.4vw, 48px);font-weight:600;letter-spacing:-.01em;line-height:1.12;margin:10px 0 18px;color:var(--ink);text-align:left}.about-hero__copy h1 span,.careers-hero__copy h1 span{color:var(--gold)}.about-hero__actions,.careers-hero__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.careers-form .field,.contact-form .field{display:flex;flex-direction:column;gap:8px;min-width:0}.careers-form label,.contact-form label{font-size:13.5px;font-weight:600;color:var(--ink);font-family:var(--font-body)}.careers-form label .req,.contact-form label .req{color:var(--gold)}.careers-form .form-control,.contact-form .form-control,.contact-form select.form-control,.contact-form textarea.form-control{background:var(--bg-body);border:1px solid var(--line);border-radius:.5rem;padding:13px 16px;color:var(--ink);font-size:14.5px;font-family:var(--font-body);width:100%;box-sizing:border-box}.careers-form .form-control:focus,.contact-form .form-control:focus,.contact-form select.form-control:focus,.contact-form textarea.form-control:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 3px rgba(227,167,34,.18)}.utility-bar{background:var(--ink);color:rgba(255,255,255,.78);font-size:12.5px}.utility-bar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px}.utility-bar .left{display:flex;align-items:center;gap:22px;font-size:11.5px;letter-spacing:.02em}.utility-bar .center{display:flex;align-items:center}.live-dot{width:6px;height:6px;border-radius:50%;background:#5fd08c;display:inline-block;margin-right:6px;box-shadow:0 0 0 3px rgba(95,208,140,.18);vertical-align:middle}.utility-bar .right{display:flex;gap:16px;align-items:center;height:100%}.utility-bar select{background:var(--ink);color:rgba(255,255,255,.78);border:none;font-size:12px;font-family:inherit;transition:all .3s ease}.utility-bar a:hover{color:var(--gold)}.utility-bar .util-icon-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;height:28px;color:rgba(255,255,255,.78);text-decoration:none;line-height:1;border:none;background:0 0;padding:0;cursor:pointer;font:inherit;vertical-align:middle}.utility-bar .util-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;min-height:16px;flex:0 0 16px;margin:0;padding:0;font-size:13px;line-height:1;color:inherit;opacity:.92;filter:none}.utility-bar .util-icon-link:hover{color:var(--gold)}.utility-bar .util-icon-link:hover .util-icon{opacity:1;filter:none;color:inherit}.utility-bar .util-text{white-space:nowrap;line-height:1;display:inline-block}.utility-bar .util-caret{font-size:14px;opacity:.7;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:12px;height:16px;flex:0 0 12px}.util-dropdown{position:relative;display:flex;align-items:center;height:100%}.util-dropdown.is-open .util-caret{transform:rotate(180deg)}.util-dropdown.is-open .util-dropdown__toggle{color:var(--gold)}.util-dropdown.is-open .util-icon{opacity:1;filter:none;color:inherit}.util-dropdown__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;padding:6px;background:#1f1f1f;border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.35);z-index:80;display:none}.util-dropdown.is-open .util-dropdown__menu,.util-dropdown__menu:not([hidden]){display:flex;flex-direction:column;gap:2px}.util-dropdown__menu[hidden]{display:none!important}.util-dropdown__item{display:block;padding:10px 12px;border-radius:8px;color:rgba(255,255,255,.86);font-size:12.5px;font-weight:500;text-decoration:none;white-space:nowrap}.util-dropdown__item:hover{background:rgba(255,255,255,.08);color:var(--gold)}header.nav{position:sticky;top:0;z-index:50;background:rgba(250,248,244,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px;gap:20px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo img{display:block;height:34px;width:auto}header.nav .logo img{display:block;height:34px;width:auto}.navlinks{display:flex;gap:26px;align-items:center;flex-shrink:0}.nav-item>a,.navlinks>a{font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.2;letter-spacing:0;color:var(--ink-soft);padding:10px 0;position:relative;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px;text-decoration:none}.nav-item>a.has-caret::before,.navlinks>a.has-caret::before{content:"⌄";order:1;font-size:11px;font-weight:600;color:var(--slate-light);margin-left:1px;line-height:1}.nav-item>a:after,.navlinks>a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#f8c300;transition:width .2s}.nav-item.is-active>a:after,.nav-item:hover>a:after,.navlinks>a.is-active:after,.navlinks>a:hover:after{width:100%}.nav-item.is-active>a,.navlinks>a.is-active{color:var(--ink)}.nav-country-flag{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:6px;flex-shrink:0;border-radius:50%;overflow:visible;vertical-align:middle}.nav-country-flag img{width:18px;height:18px;border-radius:50%;object-fit:cover;border:1px solid var(--line);display:block;background:var(--white)}.nav-country-flag__name{position:absolute;left:50%;top:calc(100% + 8px);transform:translateX(-50%) translateY(4px);padding:5px 9px;border-radius:8px;background:var(--ink);color:var(--white);font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:30;box-shadow:0 8px 20px rgba(0,0,0,.18)}.nav-country-flag__name::before{content:"";position:absolute;left:50%;bottom:100%;transform:translateX(-50%);border:5px solid transparent;border-bottom-color:var(--ink)}.nav-country-flag:hover .nav-country-flag__name,.nav-item:hover>a .nav-country-flag__name{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.navcta{display:flex;gap:10px;align-items:center;flex-shrink:0}.navcta .btn{padding:11px 18px;font-size:13px;font-weight:600;white-space:nowrap;border-radius:999px}.navcta .btn-ghost{background:0 0;color:var(--ink);border-color:var(--ink)}.navcta .btn-ghost:hover{background:var(--ink);color:var(--white)}.navcta .btn-gold{background:#f8c300;color:var(--ink)}.navcta .btn-gold:hover{background:var(--ink);color:var(--white)}.hamburger{display:none;flex-direction:column;gap:5px;width:26px;cursor:pointer;background:0 0;border:none;padding:0}.hamburger span{display:block;height:2px;background:var(--ink);border-radius:2px}.mobile-menu{display:none;flex-direction:column;padding:10px 0 24px}.mobile-menu a{padding:14px 0;font-size:15px;font-weight:600;border-bottom:1px solid var(--line)}.mobile-menu .navcta{flex-direction:column;align-items:stretch;margin-top:16px;gap:10px}.mobile-menu .navcta .btn{justify-content:center}.mega{position:absolute;left:0;right:0;top:78px;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 24px 48px rgba(11,18,32,.08);display:none;padding:40px 0 48px}.nav-item.open .mega{display:block}.mega .wrap{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:36px;max-height:500px;overflow-y:auto}.mega .menu-country{grid-template-columns:1fr}.mega-col h5{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--slate-light);margin-bottom:14px}.mega-col .menu{display:flex;flex-direction:column;list-style-type:none}.mega-col a{display:block;font-size:14px;color:var(--ink-soft);padding:6px 0;font-weight:500}.mega-col a:hover{color:var(--gold)}.mega-feature{background:var(--cream-2);border-radius:var(--radius);padding:22px}.mega-feature .pill{margin-bottom:14px}.mega-feature h4{font-size:18px;margin-bottom:8px;max-height:525px;overflow-y:auto}.mega-feature p{font-size:13.5px;color:var(--slate);margin-bottom:14px}.mega .mega-wrap--flyout{display:block;max-height:none;overflow:visible;padding:0}.nav-item:has(.mega-flyout)>.mega{left:0;right:0;top:78px;width:auto;max-width:none;padding:0;border:none;border-bottom:1px solid var(--line);border-radius:0;box-shadow:0 28px 56px rgba(11,18,32,.1);background:var(--white)}.nav-item:has(.mega-flyout)>.mega .mega-wrap--flyout{padding:0;margin:0 auto;max-width:var(--maxw);width:100%}.mega-flyout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;align-items:stretch;min-height:340px}.mega-flyout__cats{display:flex;flex-direction:column;gap:4px;padding:24px 16px 24px 40px;background:var(--bg-body);border-right:1px solid var(--line)}.mega-flyout__label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;font-size:14.5px;font-weight:600;color:var(--ink);border-radius:10px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.mega-flyout__label .mega-flyout__chevron{font-size:16px;line-height:1;color:var(--slate-light);transition:color .18s ease,transform .18s ease}.mega-flyout__label.is-active,.mega-flyout__label:hover{background:var(--white);color:var(--ink);box-shadow:0 1px 0 rgba(0,0,0,.04)}.mega-flyout__label.is-active{background:var(--white) 6da}.mega-flyout__label.is-active .mega-flyout__chevron,.mega-flyout__label:hover .mega-flyout__chevron{color:var(--gold);transform:translateX(3px)}.mega-flyout__panels{min-width:0;padding:28px 40px 32px 36px;background:radial-gradient(ellipse 60% 50% at 100% 0,rgba(227,167,34,.08),transparent 55%),var(--white)}.mega-flyout__panel{display:none}.mega-flyout__panel.is-active{display:block;animation:megaPanelIn .22s ease}@keyframes megaPanelIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mega-flyout__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line)}.mega-flyout__panel-intro{min-width:0}.mega-flyout__eyebrow{margin:0 0 6px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}.mega-flyout__panel-head h5{margin:0;font-family:var(--font-heading);font-size:26px;letter-spacing:-.02em;text-transform:none;color:var(--ink);font-weight:600;line-height:1.15}.mega-flyout__blurb{margin:8px 0 0;max-width:42ch;font-size:14px;line-height:1.45;color:var(--slate);font-weight:450}.mega-flyout__view-all{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;margin-top:4px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:var(--bg-body);transition:background .15s ease,border-color .15s ease,color .15s ease}.mega-flyout__view-all span{color:var(--gold);transition:transform .15s ease}.mega-flyout__view-all:hover{background:var(--white) 6da;border-color:#f0dfb0;color:var(--ink)}.mega-flyout__view-all:hover span{transform:translateX(3px)}.mega-flyout__panel .menu,.mega-flyout__topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;list-style:none;margin:0;padding:0}.mega-flyout__panel .menu>li,.mega-flyout__topics>li{min-width:0}.mega-flyout__panel .menu a,.mega-flyout__topics a{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px;font-size:14px;color:var(--ink-soft);font-weight:500;line-height:1.3;border-radius:10px;border:1px solid transparent;background:0 0;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.mega-flyout__panel .menu a::before,.mega-flyout__topics a::before{content:'';width:6px;height:6px;flex-shrink:0;border-radius:50%;background:var(--line);transition:background .15s ease,transform .15s ease}.mega-flyout__panel .menu a:hover,.mega-flyout__topics a:hover{color:var(--ink);background:var(--bg-body);border-color:var(--line);transform:translateY(-1px)}.mega-flyout__panel .menu a:hover::before,.mega-flyout__topics a:hover::before{background:var(--gold);transform:scale(1.15)}.mega-flyout__panel .menu a.is-active,.mega-flyout__topics a.is-active{color:var(--ink);background:var(--white) 6da;border-color:#f0dfb0;font-weight:600}.mega-flyout__panel .menu a.is-active::before,.mega-flyout__topics a.is-active::before{background:var(--gold);transform:scale(1.15)}@media (max-width:1100px){.mega-flyout__panel .menu,.mega-flyout__topics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px){.mega-flyout{grid-template-columns:200px minmax(0,1fr);min-height:0}.mega-flyout__cats{padding:20px 12px 20px 24px}.mega-flyout__panels{padding:22px 24px 24px 20px}.mega-flyout__panel-head h5{font-size:22px}.mega-flyout__panel .menu,.mega-flyout__topics{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}}@media (prefers-reduced-motion:reduce){.mega-flyout__panel.is-active{animation:none}.mega-flyout__panel .menu a,.mega-flyout__topics a{transition:none}}.hero{position:relative;padding:40px 0 0;overflow:hidden;background:radial-gradient(circle at 85% 10%,rgb(255 165 32 / 18%),#ffd4c000 45%),radial-gradient(circle at 8% 85%,rgb(247 196 176 / 12%),transparent 45%)}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:none;background-position:center;background-size:cover;opacity:.5}@media (min-width:769px){.hero::before{background-image:url(../img/bgoverlay.webp)}}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.hero>.wrap{padding-bottom:2.5rem}.hero .location-banner{margin-bottom:0}.hero h1{font-size:clamp(40px,4.6vw,48px);line-height:1.05}.hero h1 em{font-style:normal;color:var(--gold-deep);background:linear-gradient(transparent 62%,rgba(232,163,61,.35) 0)}.hero p.lead{color:var(--slate);margin:22px 0 34px}.hero-cta{display:flex;gap:14px;margin-bottom:36px;flex-wrap:wrap;width:100%}.hero .hero-stat{font-size:15px;font-family:var(--font-body);font-weight:500;line-height:1.4;margin:0 0 36px;color:var(--ink)}.hero-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 28px}.hero-trust.hero-trust-wide{grid-template-columns:repeat(4,1fr);gap:20px}.hero-trust div b{display:block;font-family:var(--font-heading);font-size:24px}.hero-trust div span{font-size:12.5px}.trustitem{display:flex;align-items:center;gap:1rem}.trustitem i{font-size:2rem}.trust-data{display:flex;flex-flow:column}.hero-trust .trust-icon img{width:32px;height:32px}.hero-visual{position:relative}.hero-visual>.ja-img-wrap,.hero-visual>img{width:100%;max-width:480px;height:auto}.hero-visual>.ja-img-wrap .ja-img,.hero-visual>img{width:100%;max-width:480px;height:auto!important;border-radius:14px;object-fit:cover}.globe-card img{width:auto;max-width:none;height:auto;border-radius:0;object-fit:contain}.globe-head .tag img{width:14px;height:14px;flex-shrink:0}.globe-card{background:var(--ink);border-radius:24px;padding:30px;color:var(--white);position:relative;box-shadow:0 40px 80px -20px rgba(11,18,32,.2)}.globe-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(232,163,61,.25),transparent 50%)}.globe-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative}.globe-head .tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:rgba(255,255,255,.78)!important}.session-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:10px;position:relative}.session-row .who{display:flex;gap:12px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(145deg,var(--gold),var(--emerald));flex-shrink:0}.session-row .meta b{display:block;font-size:13.5px;font-weight:600}.session-row .meta span{font-size:11.5px;color:rgba(255,255,255,.75)}.session-row .stat{font-family:var(--font-mono);font-size:12px;color:#5fd08c;text-align:right}.session-row .stat span{display:block;color:rgba(255,255,255,.7);font-size:10.5px}.logo-strip{padding:38px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}.logo-strip .wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.logo-strip .label{font-family:var(--font-mono);font-size:11.5px;color:var(--slate-light);letter-spacing:.05em}.logo-strip .marks{display:flex;gap:42px;flex-wrap:wrap;align-items:center}.logo-strip .marks span{font-family:var(--font-heading);font-weight:600;font-size:17px;color:#8a8366}.select-dropdown{position:relative;display:inline-block;width:100%}.select-dropdown__button{width:100%;margin-bottom:1rem;padding:8px 15px;border-radius:.3rem;box-shadow:none;border:1px solid var(--primary20);outline:0;text-align:left;color:var(--textclr);background-color:transparent;transition:var(--trans30);-webkit-transition:var(--trans30)}.myform.hasicon .form-control,.myform.hasicon .select-dropdown__button{padding-left:40px}.select-dropdown__button:focus{outline:0;border-color:var(--gold)}.select-dropdown__button .zmdi-chevron-down{position:absolute;right:14px;top:16px;border:6px solid transparent;border-top:8px solid var(--gold);opacity:.25}.select-dropdown__button .selected-option{display:flex;gap:8px}.select-dropdown__list{position:absolute;display:block;left:0;right:0;max-height:300px;overflow:auto;margin:0;margin-top:-17px;padding:0;list-style-type:none;opacity:0;border-radius:.3rem;border:1px solid #eee;pointer-events:none;transform-origin:top left;transform:scale(1,0);transition:all ease-in-out .3s;z-index:2;box-shadow:-2px 6px 20px rgb(0 0 0 / 10%)}.select-dropdown__list.active{opacity:1;pointer-events:auto;transform:scale(1,1)}.select-dropdown__list-item{display:flex;gap:8px;align-items:center;list-style-type:none;padding:10px 15px;background:var(--white);border-top:1px solid #eee;font-size:var(--font14);line-height:1.4;cursor:pointer;color:#616161;transition:all ease-in-out .3s}.select-dropdown__list-item:hover{color:var(--gold)}.select-flag{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.myform .inpbox{position:relative;width:100%}.form-control,.select-dropdown__button{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:.5rem;padding:13px 16px;color:var(--white);font-size:14px;font-family:inherit;width:100%}.hasicon .icon{position:absolute;left:15px;top:15px;opacity:.5;pointer-events:none}.country-dropdown{position:relative;width:160px;display:flex;align-items:center;height:100%}.country-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;height:28px;padding:0;border:none;background:var(--ink);color:rgba(255,255,255,.78);border-radius:8px;cursor:pointer;font-size:12.5px;line-height:1}.selected-country{display:flex;align-items:center;gap:7px;min-width:0;line-height:1}.selected-country span{line-height:1;white-space:nowrap}.country-item img,.selected-country img{width:16px;height:16px;min-width:16px;min-height:16px;border-radius:3px;object-fit:cover;object-position:center;display:block;flex:0 0 16px}.country-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--ink);border-radius:5px;display:none;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.1);z-index:100}.country-menu.active{display:block}.country-item{display:flex;align-items:center;gap:8px;padding:10px 10px;text-decoration:none;color:rgba(255,255,255,.78);transition:.2s;line-height:1.2}.country-item span{line-height:1.2}.country-item:hover{background:var(--ink-soft)}.country-item.is-active{background:rgba(227,167,34,.18);color:var(--white)}.country-item.is-active span{color:var(--gold);font-weight:600}.cc-side__group[data-cat=canada],.cc-side__group[data-cat=ireland],.cc-side__group[data-cat=new-zealand],.cc-side__group[data-cat=singapore],.country-card[data-country=canada],.country-card[data-country=ireland],.country-card[data-country=new-zealand],.country-card[data-country=singapore],.mega-flyout__label[data-cat=canada],.mega-flyout__label[data-cat=ireland],.mega-flyout__label[data-cat=new-zealand],.mega-flyout__label[data-cat=singapore],.mega-flyout__panel[data-cat=canada],.mega-flyout__panel[data-cat=ireland],.mega-flyout__panel[data-cat=new-zealand],.mega-flyout__panel[data-cat=singapore],.mobileSidebar [data-cat=canada],.mobileSidebar [data-cat=ireland],.mobileSidebar [data-cat=new-zealand],.mobileSidebar [data-cat=singapore]{display:none}.country-grid.light .country-card.is-active,.menu-country .country-card.is-active,.mobileSidebar .country-card.is-active{border-color:var(--gold);background:var(--cream-2);box-shadow:0 0 0 1px rgba(227,167,34,.35)}.country-grid.light .country-card.is-active h4,.menu-country .country-card.is-active h4,.mobileSidebar .country-card.is-active h4{color:var(--ink)}.mobileSidebar .submenu--countries .country-card.is-active{border-color:var(--gold);background:var(--cream-2)}.ms-active-country{display:flex;align-items:center;gap:8px;margin:0 10px 10px;padding:8px 10px;border-radius:10px;background:var(--cream-2);border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--ink)}.ms-active-country img{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}.country-card-active-label{display:inline-block;margin-top:2px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);font-family:var(--font-body)}.country-section .country-card.is-active{border-color:var(--gold);background:rgba(227,167,34,.12)}.country-section .country-card.is-active h4{color:var(--white)}.mobileSidebar{position:fixed;top:0;right:0;width:min(calc(100% - 12px),380px);max-width:calc(100% - 12px);height:100%;height:100dvh;background:var(--white);box-shadow:-12px 0 40px rgba(0,0,0,.12);z-index:9999;display:flex;flex-direction:column;transform:translate3d(110%,0,0);transition:transform .38s cubic-bezier(.22, 1, .36, 1);visibility:hidden;pointer-events:none}.mobileSidebar.active{transform:translate3d(0,0,0);visibility:visible;pointer-events:auto}.sidebar-backdrop{position:fixed;inset:0;background:rgba(26,26,26,.48);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9998;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.sidebar-backdrop.active{opacity:1;visibility:visible;cursor:pointer}.sidebar-head,.sidebar-header{flex:0 0 auto;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:var(--white)}.sidebar-head .ms-logo img,.sidebar-header img{height:38px;width:140px}.closeSidebar{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:var(--cream-2);color:var(--ink);font-size:26px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .2s ease,border-color .2s ease}.closeSidebar:hover{background:var(--white);border-color:var(--gold)}.ms-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:6px 0 12px}.sidebar-menu{margin:0;padding:0;list-style:none;font-size:.9rem}.sidebar-menu>li{border-bottom:1px solid #f3efe4}.ms-linkrow{display:flex;align-items:stretch;min-height:48px}.ms-label,.sidebar-menu li>a:not(.country-card),.sidebar-menu>li>a.ms-label{display:flex;align-items:center;flex:1 1 auto;padding:13px 16px;color:var(--ink);text-decoration:none;font-weight:600;line-height:1.3;min-width:0}.ms-linkrow .ms-label{padding-right:8px}.ms-toggle{flex:0 0 48px;width:48px;border:none;background:0 0;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative}.ms-toggle__icon{width:18px;height:18px;position:relative;display:block}.ms-toggle__icon::after,.ms-toggle__icon::before{content:"";position:absolute;background:currentColor;border-radius:1px;transition:transform .25s ease,opacity .2s ease}.ms-toggle__icon::before{left:3px;right:3px;top:50%;height:2px;margin-top:-1px}.ms-toggle__icon::after{top:3px;bottom:3px;left:50%;width:2px;margin-left:-1px}.has-dropdown.active>.ms-linkrow .ms-toggle__icon::after{transform:scaleY(0)}.has-dropdown.active>.ms-linkrow .ms-toggle,.has-dropdown.is-current>.ms-linkrow .ms-label,.sidebar-menu a.ms-label.is-active,.sidebar-menu a.ms-label:hover,.sidebar-menu li.is-current>.ms-linkrow .ms-label{color:var(--gold)}.mobileSidebar .submenu{display:none;list-style:none;margin:0 12px 12px;padding:4px 0;border-radius:12px;border:1px solid var(--line);background:linear-gradient(180deg,var(--white)df7 0,var(--white) 100%);overflow:hidden;font-size:.84rem}.mobileSidebar .has-dropdown.active>.submenu{display:block}.mobileSidebar .submenu li{border-bottom:1px solid #f5f1e6}.mobileSidebar .submenu li:last-child{border-bottom:none}.mobileSidebar .submenu .ms-label,.mobileSidebar .submenu>li>a{padding:11px 14px;font-weight:500;color:var(--slate)}.mobileSidebar .submenu .ms-label:hover,.mobileSidebar .submenu>li>a:hover{background:var(--cream-2);color:var(--ink)}.mobileSidebar .submenu .ms-linkrow .ms-label{font-weight:650;color:var(--ink)}.mobileSidebar .submenu .has-dropdown.is-current>.ms-linkrow .ms-label{color:var(--gold)}.mobileSidebar .submenu a.is-active,.mobileSidebar .submenu>li>a.is-active{color:var(--gold);font-weight:650;background:var(--cream-2)}.mobileSidebar .submenu .ms-toggle{flex-basis:44px;width:44px}.mobileSidebar .submenu .submenu{margin:0 0 8px 10px;border-radius:10px;background:var(--white)}.mobileSidebar .submenu li.head{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--slate-light);padding:16px 14px 6px;font-weight:700;border-bottom:none}.mobileSidebar .submenu--countries{display:none;padding:8px;margin:0 12px 12px}.mobileSidebar .has-dropdown.active>.submenu--countries{display:grid;grid-template-columns:1fr;gap:6px}.mobileSidebar .submenu--countries .country-card{margin:0;padding:10px 12px;border-radius:10px;gap:10px;background:var(--white);border:1px solid var(--line)}.mobileSidebar .submenu--countries .country-card:after{width:14px;height:14px;right:12px;opacity:.45;background-image:url(../img/arrow-black.svg)}.mobileSidebar .submenu--countries .country-card:hover{border-color:var(--gold);background:var(--cream-2)}.country-card h3,.mobileSidebar .submenu--countries .country-card h4{color:var(--ink);font-size:.85rem;font-family:var(--font-body);font-weight:600}.mobileSidebar .submenu--countries .country-card .flag{width:28px;min-width:28px;height:28px}.ms-foot{flex:0 0 auto;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:var(--white);display:flex;flex-direction:column;gap:10px;box-shadow:0 -8px 24px rgba(0,0,0,.04)}.ms-foot .btn{padding:12px 16px;font-size:14px}body.ms-open{overflow:hidden}@media(min-width:1200px){.mobileSidebar,.sidebar-backdrop{display:none!important}}.country-section{background:var(--ink);color:var(--white)}.country-section .section-head h2{color:var(--white)}.country-section .section-head p{color:rgba(255,255,255,.72)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.country-grid,.threecol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}a.country-card{display:flex;color:inherit;text-decoration:none}.country-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;transition:.2s;cursor:pointer;display:flex;gap:1rem;align-items:center;position:relative}.country-card h3,.country-card h4{min-width:0;flex:1}.country-card:after{content:'';position:absolute;top:50%;transform:translateY(-50%);right:10px;width:16px;height:16px;background-image:url(../img/arrow-gold.svg);background-size:16px;opacity:.25;transition:all .3s ease}.country-card:hover:after{opacity:1}.country-card:hover{background:var(--cream-2);border-color:var(--gold)}.country-card .flag{width:40px;min-width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.country-card .flag img{border-radius:50%;height:100%;object-fit:cover}.country-card h3,.country-card h4{color:var(--ink);font-size:16px;margin-bottom:0}.country-card p{font-size:13px;color:var(--slate);margin-bottom:14px}.country-card .stats{display:flex;gap:16px;font-family:var(--font-mono);font-size:11px;color:var(--slate-light);border-top:1px solid var(--line);padding-top:12px}.country-section .country-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1)}.country-section .country-card:hover{background:rgba(255,255,255,.08);border-color:var(--gold)}.country-card h3,.country-section .country-card h3,.country-section .country-card h4{color:var(--white)}.country-section .country-card p{color:rgba(255,255,255,.62)}.country-section .country-card .stats{color:rgba(255,255,255,.65);border-top-color:rgba(255,255,255,.1)}.light .country-card{border-color:var(--line)}.light .country-card:hover{border-color:var(--gold)}.country-card h3,.light .country-card h4{color:var(--ink)}.submenu .country-card{padding:.25rem .5rem;margin:10px;border-radius:.4rem;gap:.75rem}.country-card h3,.submenu .country-card h4{font-size:.8rem}.submenu .country-card .flag{width:30px;min-width:30px;height:30px}.tabs{display:flex;gap:8px;margin-bottom:40px;flex-wrap:wrap}.tab{padding:10px 18px;border-radius:999px;font-size:13.5px;font-weight:600;border:1px solid var(--line);color:var(--slate);cursor:pointer}.tab.active{background:var(--ink);color:var(--white);border-color:var(--ink)}.fourcol-grid,.subject-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.subject-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.subject-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;transition:.2s;display:block;height:100%}div.subject-card{cursor:default;color:inherit;text-decoration:none}a.subject-card{color:inherit;text-decoration:none}.subject-card:hover{box-shadow:8px 10px 20px rgb(224 165 34 / 15%);border-color:var(--gold)}.subject-card .icon{width:44px;min-width:44px;height:44px;border-radius:50%;padding:8px;background:var(--emerald-soft);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-size:20px}.subject-card h3,.subject-card h4{font-size:17.5px;margin-bottom:8px}.subject-card p{font-size:13.5px;color:var(--slate);margin-bottom:16px}.subject-card .tags{display:flex;flex-wrap:wrap;gap:6px}.subject-card .tags span{font-size:11px;background:var(--cream-2);padding:4px 9px;border-radius:6px;color:var(--gold-text);font-weight:500}.dark .subject-card{background:var(--ink);border-color:var(--ink-soft)}.dark .subject-card:hover{box-shadow:8px 10px 20px rgb(224 165 34 / 5%);border-color:var(--gold)}.dark .subject-card .icon{background:var(--ink-soft)}.dark .subject-card h3,.dark .subject-card h4{color:var(--white)}.dark .subject-card p{color:var(--slate-light)}.themeA .country-section .dark .subject-card,.themeB .country-section .dark .subject-card,.themeC .country-section .dark .subject-card,.themeD .country-section .dark .subject-card{background:var(--cream-2,#fbf5ea);border-color:var(--gold);color:var(--ink);min-width:0;max-width:100%;overflow-wrap:break-word}.themeA .country-section .dark .subject-card .icon,.themeB .country-section .dark .subject-card .icon,.themeC .country-section .dark .subject-card .icon,.themeD .country-section .dark .subject-card .icon{background:var(--white)}.themeA .country-section .dark .subject-card h3,.themeA .country-section .dark .subject-card h4,.themeB .country-section .dark .subject-card h3,.themeB .country-section .dark .subject-card h4,.themeC .country-section .dark .subject-card h3,.themeC .country-section .dark .subject-card h4,.themeD .country-section .dark .subject-card h3,.themeD .country-section .dark .subject-card h4{color:var(--ink)}.themeA .country-section .dark .subject-card p,.themeB .country-section .dark .subject-card p,.themeC .country-section .dark .subject-card p,.themeD .country-section .dark .subject-card p{color:var(--slate)}.country-section .subject-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;min-width:0}.country-section .subject-card{min-width:0;max-width:100%;overflow-wrap:break-word}@media (max-width:1199px){.country-section .subject-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (max-width:767px){.country-section .subject-grid{grid-template-columns:minmax(0,1fr);gap:10px}.country-section .subject-card{display:grid!important;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;row-gap:4px;align-items:start;flex-direction:unset!important;gap:unset!important;padding:14px 14px 14px 12px!important;width:100%;box-sizing:border-box}.country-section .subject-card .icon{grid-column:1;grid-row:1/span 2;width:40px!important;min-width:40px!important;height:40px!important;margin:2px 0 0!important;padding:7px!important;border-radius:50%!important;align-self:start}.country-section .subject-card h3,.country-section .subject-card h4{grid-column:2;grid-row:1;margin:0!important;font-size:15px;line-height:1.3;overflow-wrap:break-word}.country-section .subject-card p{grid-column:2;grid-row:2;display:block!important;margin:0!important;font-size:13px;line-height:1.5;overflow-wrap:break-word}}.hero-visual-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 32px rgba(26,26,26,.08)}.hvc-img{position:relative;flex-shrink:0}.hvc-img img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.hvc-badge{position:absolute;top:14px;left:14px;background:rgba(26,26,26,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--white);font-size:11.5px;font-weight:700;letter-spacing:.04em;padding:5px 13px;border-radius:999px;line-height:1}.hvc-meta{background:var(--white);padding:6px 0 0}.hvc-rows{list-style:none;margin:0;padding:0}.hvc-rows li{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-bottom:1px solid var(--line)}.hvc-rows li:last-child{border-bottom:none}.hvc-key{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--slate);font-weight:500;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.hvc-key img{opacity:.55}.hvc-val{font-size:13.5px;font-weight:600;color:var(--ink);text-align:right}.hvc-reviewed{display:flex;align-items:center;gap:6px;padding:10px 18px 14px;font-size:11px;color:var(--slate);line-height:1.4;background:var(--cream-2)}.hvc-reviewed img{opacity:.45;flex-shrink:0}.stat-strip{display:flex;align-items:center;flex-wrap:wrap;gap:0;background:var(--cream-2);border:1px solid var(--line-warm);border-radius:12px;padding:4px 6px;width:fit-content;max-width:100%}.stat-strip-item{display:flex;flex-direction:column;align-items:center;padding:10px 20px;text-align:center;min-width:90px}.stat-strip-item strong{font-family:var(--font-heading);font-size:clamp(18px,2.5vw,24px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--ink);display:block}.stat-strip-item span{font-size:11.5px;color:var(--slate);font-weight:500;letter-spacing:.02em;margin-top:2px;text-transform:uppercase;display:block}.stat-strip-div{width:1px;height:36px;background:var(--line);flex-shrink:0;align-self:center}@media(max-width:640px){.stat-strip{width:100%;justify-content:space-around;padding:4px 0}.stat-strip-item{padding:10px 12px;min-width:0;flex:1}.stat-strip-div{display:none}}.elmath-cover{background:var(--bg-warm);padding:72px 0}.elmath-cover-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:36px}.elmath-cover-head h2{font-size:clamp(24px,3vw,34px);margin-top:6px}.elmath-cover-sub{max-width:340px;color:var(--slate);font-size:15px;line-height:1.6;flex-shrink:0;padding-bottom:4px}.elmath-bento{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto;gap:14px}.elmath-card--featured{grid-column:1;grid-row:1/3;display:flex;flex-direction:column;justify-content:flex-end}.elmath-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.3rem;transition:box-shadow .2s,border-color .2s,transform .2s}.elmath-card:hover{box-shadow:var(--shadow-card);border-color:var(--gold);transform:translateY(-3px)}.elmath-card--featured{background:var(--ink);border-color:var(--ink);color:var(--white)}.elmath-card--featured:hover{background:var(--ink-soft);border-color:var(--gold);box-shadow:0 16px 40px rgba(26,26,26,.18)}.elmath-card--featured h3{font-size:22px;color:var(--white);margin:12px 0 10px}.elmath-card h4{font-size:15px;margin:10px 0 5px}.elmath-card p{font-size:13px;color:var(--slate);margin:0;line-height:1.5}.elmath-card--featured p{color:rgba(255,255,255,.82);font-size:14px;line-height:1.65;flex:1}.elmath-card-icon{width:48px;height:48px;border-radius:12px;background:var(--emerald-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.elmath-card--featured .elmath-card-icon{background:rgba(255,255,255,.1)}.elmath-pill{display:inline-block;margin-top:16px;padding:4px 12px;border-radius:999px;background:var(--gold);color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;align-self:flex-start}@media(max-width:900px){.elmath-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.elmath-card--featured{grid-column:1/3;grid-row:auto}.elmath-cover-head{flex-direction:column;align-items:flex-start;gap:10px}.elmath-cover-sub{max-width:100%}}@media(max-width:560px){.elmath-bento{grid-template-columns:1fr}.elmath-card--featured{grid-column:1;grid-row:auto}.elmath-cover{padding:48px 0}}.curric-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.curric-tile{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:var(--radius);padding:.85rem 1rem;transition:box-shadow .2s,border-color .2s}.curric-tile:hover{box-shadow:4px 6px 16px rgb(224 165 34 / 13%);border-left-color:var(--gold-dark)}.ct-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--emerald-soft);display:flex;align-items:center;justify-content:center}.ct-body h4{font-size:14.5px;margin-bottom:2px;line-height:1.3}.ct-body p{font-size:12.5px;color:var(--slate);margin:0;line-height:1.4}.dark .curric-tile{background:var(--ink);border-color:var(--ink-soft);border-left-color:var(--gold)}.dark .curric-tile:hover{box-shadow:4px 6px 16px rgb(224 165 34 / 6%)}.dark .ct-icon{background:var(--ink-soft)}.dark .ct-body p{color:var(--slate-light)}.topic-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.topic-step{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;transition:box-shadow .2s,border-color .2s}.topic-step:hover{box-shadow:6px 8px 18px rgb(224 165 34 / 14%);border-color:var(--gold)}.ts-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--emerald-soft);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--gold-text);letter-spacing:.02em;line-height:1}.ts-body h4{font-size:15px;margin-bottom:4px;line-height:1.3}.ts-body p{font-size:13px;color:var(--slate);margin:0;line-height:1.5}.dark .topic-step{background:var(--ink);border-color:var(--ink-soft)}.dark .topic-step:hover{box-shadow:6px 8px 18px rgb(224 165 34 / 6%);border-color:var(--gold)}.dark .ts-num{background:var(--ink-soft)}.dark .ts-body p{color:var(--slate-light)}.subj-hero{position:relative;overflow:hidden;padding:56px 0 40px;background:radial-gradient(circle at 88% 0,rgba(227,167,34,.16),transparent 55%),radial-gradient(circle at 4% 100%,rgba(227,167,34,.1),transparent 50%),var(--bg-warm);border-bottom:1px solid var(--line-warm)}.subj-hero .wrap{position:relative;z-index:1}.subj-hero .eyebrow{margin-bottom:.6rem}.subj-hero h1{font-size:clamp(30px, 3.6vw, 42px);line-height:1.1;max-width:20ch;margin-bottom:14px}.subj-hero p.lead{color:var(--slate);font-size:16.5px;line-height:1.6;max-width:56ch;margin:0 0 26px}.subj-hero .btn{margin-bottom:0}.subj-hero__stats{display:flex;flex-wrap:wrap;gap:28px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line-warm)}.subj-hero__stats div{display:flex;flex-direction:column;gap:2px;min-width:0}.subj-hero__stats strong{font-family:var(--font-heading);font-size:20px;font-weight:600;color:var(--ink);line-height:1.2}.subj-hero__stats span{font-size:12.5px;color:var(--slate);letter-spacing:.01em;overflow-wrap:anywhere}.subj-grid-section{padding:44px 0 60px}.subj-grid-section h2{font-size:clamp(20px, 2vw, 26px);margin-bottom:22px}.subject-hub .hero-visual img{width:100%;max-width:420px;height:auto;border-radius:18px;object-fit:cover}.subject-hub__topics{padding-top:32px}.subject-hub__topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.subject-hub__related-link,.subject-hub__topic{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:var(--white);transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.subject-hub__related-link:hover,.subject-hub__topic:hover{background:var(--bg-body);border-color:#f0dfb0;transform:translateY(-2px);box-shadow:0 12px 28px rgba(11,18,32,.06)}.subject-hub__related-icon,.subject-hub__topic-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--white) 6da}.subject-hub__related-link>span:nth-child(2),.subject-hub__topic-copy{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.subject-hub__related-link strong,.subject-hub__topic-copy strong{font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.subject-hub__related-link>span:nth-child(2)>span,.subject-hub__topic-copy span{font-size:13.5px;color:var(--slate);line-height:1.4}.subject-hub__topic-arrow{flex-shrink:0;color:var(--gold);font-size:16px;transition:transform .18s ease}.subject-hub__related-link:hover .subject-hub__topic-arrow,.subject-hub__topic:hover .subject-hub__topic-arrow{transform:translateX(3px)}.subject-hub__journey .journey-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.subject-hub__journey .journey-step:nth-child(3n)::after{width:68px}.subject-hub__curriculum{background:var(--bg-body)}.subject-hub__curriculum-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:48px;align-items:start}.subject-hub__curriculum-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.subject-hub__curriculum-list li{display:flex;flex-direction:column;gap:4px;padding:18px 20px;border-radius:14px;border:1px solid var(--line);background:var(--white);border-left:3px solid var(--gold)}.subject-hub__curriculum-list strong{font-size:15.5px;font-weight:650;color:var(--ink)}.subject-hub__curriculum-list span{font-size:14px;color:var(--slate);line-height:1.45}.subject-hub__related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.subject-hub .cta-inner{grid-template-columns:1.2fr .8fr;gap:32px}@media (max-width:991px){.subject-hub__topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subject-hub__curriculum-layout{grid-template-columns:1fr;gap:28px}.subject-hub__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subject-hub__journey .journey-grid{grid-template-columns:1fr}.subject-hub .cta-inner{grid-template-columns:1fr;gap:16px}}@media (min-width:992px) and (max-width:1199px){.subject-hub__topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subject-hub__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.subject-hub__related-link,.subject-hub__topic{transition:none}}.journey-wrap{background:var(--cream-2)}.journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:0;row-gap:48px;position:relative}.journey-grid:has(> .journey-step:nth-child(5)){grid-template-columns:repeat(3,minmax(0,1fr))}.journey-step{position:relative;padding:0 24px 0 0}.journey-step::after{content:"";position:absolute;top:34px;left:0;width:100%;height:2px;background:var(--gold);z-index:0;pointer-events:none}.journey-step:last-child::after{width:68px}.journey-grid:not(:has(> .journey-step:nth-child(5))) .journey-step:nth-child(4n)::after{width:68px}.journey-grid:has(> .journey-step:nth-child(5)) .journey-step:nth-child(3n)::after{width:68px}.journey-num{width:68px;min-width:68px;height:68px;border-radius:50%;background:var(--gold);border:1px solid var(--line);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:22px;margin-bottom:24px;position:relative;z-index:1}.journey-step h3,.journey-step h4{font-size:18px;margin-bottom:10px}.journey-step p{font-size:14px;color:var(--slate)}.journey-steps{background:var(--cream-2)}.journey-grid.journey-v2{overflow:visible}.journey-grid.journey-v2 .journey-step{padding:0 20px 0 0}.journey-grid.journey-v2 .journey-step::after{content:"";position:absolute;top:28px;left:28px;width:calc(100% + 20px);height:4px;background-color:transparent;background-image:radial-gradient(circle,rgba(227,167,34,.75) 2px,transparent 2.5px);background-size:11px 4px;background-repeat:repeat-x;z-index:0;pointer-events:none}.journey-grid.journey-v2 .journey-step:last-child::after{display:none}.journey-grid.journey-v2:not(:has(> .journey-step:nth-child(5))) .journey-step:nth-child(4n)::after{display:none}.journey-grid.journey-v2:has(> .journey-step:nth-child(5)) .journey-step:nth-child(3n)::after{display:none}.journey-grid.journey-v2 .journey-num{display:none}.journey-marker{position:relative;width:56px;min-width:56px;height:56px;margin-bottom:20px;z-index:2}.journey-icon-bubble{width:56px;height:56px;border-radius:999px;background:var(--white);border:1px solid rgba(227,167,34,.2);box-shadow:0 10px 24px rgba(26,26,26,.08);display:flex;align-items:center;justify-content:center;overflow:hidden}.journey-icon-bubble img{width:26px;height:26px;object-fit:contain;filter:none}.journey-badge{position:absolute;width:26px;height:26px;border-radius:50%;right:-6px;top:-4px;background:var(--gold);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:700;font-size:11px;letter-spacing:.02em;box-shadow:0 6px 14px rgba(227,167,34,.28)}.journey-grid.journey-v2 .journey-data{max-width:300px}.journey-grid.journey-v2 .journey-step h3,.journey-grid.journey-v2 .journey-step h4{font-size:16px;margin-bottom:8px;font-family:var(--font-body);font-weight:700;color:var(--ink)}.journey-grid.journey-v2 .journey-step p{font-size:13.5px;line-height:1.5;color:var(--slate)}.method-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}.method-list{margin-top:28px;display:flex;flex-direction:column;gap:1rem}.method-item{display:flex;gap:.75rem;align-items:start}.method-list .method-item{gap:.5rem}.method-item .icon{width:42px;height:42px;min-width:42px;aspect-ratio:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.method-item .icon img{width:100%;height:100%;max-width:100%;object-fit:contain;display:block}.method-item>img{width:42px;height:42px;min-width:42px;aspect-ratio:1;flex-shrink:0;object-fit:contain;display:block;box-sizing:border-box}.method-item>div:not(.icon):not(.ico){min-width:0;flex:1}.method-item .icon{flex:0 0 auto}.method-item h3,.method-item h4{font-size:16px;margin-bottom:6px}.method-item p{font-size:14px;color:var(--slate)}.method-visual img{border-radius:14px;border:1px solid var(--line);width:100%;max-height:420px;aspect-ratio:3/2;object-fit:cover}.method-visual>.ja-img-wrap{display:block;width:100%;max-height:420px;aspect-ratio:3/2;border-radius:14px;overflow:hidden}.gulf-method-section{background:linear-gradient(180deg,var(--white)dfa 0,var(--white)8e8 100%)}.gulf-method{grid-template-columns:1.15fr .85fr;gap:36px;align-items:start}.gulf-method-copy>p{color:var(--slate);max-width:820px;line-height:1.65}.gulf-method-grid{gap:14px}.method-list.gulf-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.gulf-method-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:16px 14px;align-items:flex-start;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.gulf-method-card:hover{transform:translateY(-3px);border-color:#e6c98f;box-shadow:0 14px 28px rgba(227,167,34,.14)}.gulf-method-card .ico,.gulf-method-card .icon{width:44px;height:44px;min-width:44px;max-width:44px;border-radius:10px;background:var(--cream-2);border:1px solid #f4dfb0;display:flex;align-items:center;justify-content:center;flex:0 0 44px;box-sizing:border-box;overflow:hidden}.gulf-method-card .ico img,.gulf-method-card .icon img{width:24px;height:24px;max-width:100%;object-fit:contain;display:block}.gulf-method-card>div:not(.icon):not(.ico){flex:1 1 auto;min-width:0;color:var(--ink)}.gulf-method-card h4{font-size:15px;margin-bottom:6px;font-family:var(--font-body);font-weight:650;line-height:1.35;color:var(--ink)}.gulf-method-card p{font-size:13px;line-height:1.55;color:var(--slate)}.gulf-method-visual{background:linear-gradient(180deg,var(--white) 0,var(--white)df7 100%);border:1px solid #e8e0cd;border-radius:24px;padding:14px 14px 20px;box-shadow:0 20px 48px rgba(227,167,34,.16);position:sticky;top:110px;overflow:visible;max-width:560px;margin-left:auto}.gulf-method-visual>img{border-radius:14px;border:1px solid var(--line);width:100%;min-height:330px;object-fit:cover}.gulf-visual-overlay{position:absolute;right:14px;bottom:18px;width:220px;max-width:calc(100% - 28px);background:var(--white);border:1px solid var(--line);border-radius:14px;padding:14px 14px 13px;box-shadow:0 14px 32px rgba(227,167,34,.16);z-index:2;box-sizing:border-box}.gulf-visual-dotgrid{position:absolute;right:14px;top:-20px;width:48px;height:38px;background-image:radial-gradient(circle,rgba(227,167,34,.45) 1px,transparent 1.6px);background-size:7px 7px}.gulf-visual-head{display:flex;align-items:center;gap:9px;margin-bottom:6px}.gulf-visual-badge{width:24px;height:24px;border-radius:8px;background:rgba(227,167,34,.16);border:1px solid rgba(227,167,34,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gulf-visual-badge img{width:13px;height:13px;border:none;filter:none}.gulf-visual-pill{display:inline-block;font-size:11px;font-weight:600;line-height:1.2;color:var(--gold)}.gulf-visual-score{display:block;font-family:var(--font-heading);font-size:52px;line-height:1;letter-spacing:-.02em;color:#222541;margin-bottom:12px}.gulf-visual-progress{height:5px;border-radius:999px;background:#f4e5bd;overflow:hidden;margin-bottom:12px}.gulf-visual-progress span{display:block;height:100%;width:98%;border-radius:999px;background:var(--gold)}.gulf-visual-users{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gulf-visual-users .ja-img-wrap,.gulf-visual-users img{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;object-fit:cover;object-position:center 20%;border:2px solid var(--white);margin-right:-12px;box-shadow:0 2px 6px rgba(0,0,0,.15);flex-shrink:0}.gulf-visual-users .ja-img-wrap{display:inline-block;overflow:hidden;background:0 0;animation:none}.gulf-visual-users .ja-img-wrap img{width:100%;height:100%;margin-right:0;border:0;box-shadow:none;border-radius:50%}.gulf-visual-users .ja-img-wrap .ja-img-spinner{display:none}.gulf-visual-users>.ja-img-wrap:last-of-type,.gulf-visual-users>img:last-of-type{margin-right:4px}.gulf-visual-users>span:not(.ja-img-wrap){margin-top:2px;font-size:11px;font-weight:600;color:#2a2f45}.gulf-subjects-section{background:linear-gradient(180deg,var(--white)fff 0,var(--white)8e8 100%)}.gulf-subjects-head{max-width:760px;margin-left:auto;margin-right:auto;margin-bottom:42px;text-align:center}.gulf-subjects-strip{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.gulf-subjects-strip span{font-size:11.5px;font-weight:600;color:var(--ink);background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:999px;padding:7px 12px}.gulf-bento{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gulf-bento-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white);border:1px solid var(--line);border-radius:24px;padding:28px 22px 22px;text-decoration:none;color:inherit;min-height:0;box-shadow:0 8px 24px rgba(26,26,26,.04);transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.gulf-bento-item::after,.gulf-bento-item::before{display:none;content:none}.gulf-bento-item:hover{transform:translateY(-4px);border-color:#e6c98f;box-shadow:0 20px 40px rgba(227,167,34,.16)}.gulf-bento-item:hover .icon{transform:scale(1.06)}.gulf-bento-item.is-featured{grid-column:auto;grid-row:auto;background:var(--white);border-color:var(--line);color:inherit;padding:28px 22px 22px}.gulf-bento-item.is-featured:hover{border-color:#e6c98f;box-shadow:0 20px 40px rgba(227,167,34,.16)}.gulf-bento-top{display:flex;flex-direction:column;align-items:center;margin:0 0 16px;width:100%}.gulf-bento-label{position:absolute;top:14px;right:16px;font-size:10.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--gold);background:var(--white) 4d8;border:1px solid #f0dbab;border-radius:999px;padding:4px 10px}.gulf-bento-item .icon{width:72px;min-width:72px;height:72px;border-radius:50%;margin:0 0 16px;background:var(--white) 7e2;border:1px solid #f0ddb0;box-shadow:0 10px 22px rgba(227,167,34,.12);display:flex;align-items:center;justify-content:center}.gulf-bento-item.is-featured .icon{margin:0;background:var(--white) 7e2;border-color:#f0ddb0}.gulf-bento-item .icon img{width:32px;height:32px;object-fit:contain}.gulf-bento-item h4{font-family:var(--font-heading);font-size:18px;font-weight:600;line-height:1.25;margin:0 0 10px;padding:0;color:var(--ink)}.gulf-bento-item.is-featured h4{font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--ink);margin:0 0 10px}.gulf-bento-item:not(.is-featured) h4{margin-top:0}.gulf-bento-item p{font-size:13.5px;color:var(--slate);line-height:1.55;margin:0 0 18px;flex:1}.gulf-bento-item.is-featured p{color:var(--slate);font-size:13.5px;max-width:none}.gulf-bento-item .tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:auto 0 0}.gulf-bento-item .tags span{font-size:11px;background:var(--white) 4d8;border:1px solid #f0dbab;color:#9c6f00;font-weight:600;padding:4px 9px;border-radius:6px}.gulf-bento-item.is-featured .tags span{background:var(--white) 4d8;border-color:#f0dbab;color:#9c6f00}.subjects-guide-page{padding:18px 0 72px;background:radial-gradient(ellipse 45% 40% at 0 10%,rgba(227,167,34,.12),transparent 55%),var(--white)}.subjects-guide{display:grid;grid-template-columns:300px minmax(0,1fr);gap:44px;align-items:start}.subjects-guide-side{position:sticky;top:96px}.subjects-guide-crumb{font-size:13px;font-family:var(--font-mono);display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:22px}.subjects-guide-crumb a{color:var(--slate-light);text-decoration:none}.subjects-guide-crumb a:hover{color:var(--gold)}.subjects-guide-crumb span:last-child{font-weight:600;color:var(--ink-soft)}.subjects-guide-brand{font-family:var(--font-heading);font-size:clamp(26px, 2.8vw, 34px);font-weight:600;margin:0 0 12px;line-height:1.05}.subjects-guide-side h1{font-size:clamp(26px, 3vw, 34px);margin:0;line-height:1.15;max-width:11ch}.subjects-guide-side .lead{color:var(--slate);margin:14px 0 20px;font-size:14.5px;line-height:1.55}.subjects-guide-paths{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.subjects-guide-paths .eyebrow{margin-bottom:4px}.subjects-guide-paths a{font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;padding:8px 0;border-bottom:1px solid transparent}.subjects-guide-paths a:hover{color:var(--gold);border-bottom-color:var(--gold)}.subjects-guide-main{display:flex;flex-direction:column;gap:12px}.subjects-rail{display:grid;grid-template-columns:88px minmax(0,1fr);background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.subjects-rail:hover{transform:translateY(-2px);border-color:#e6c98f;box-shadow:0 14px 28px rgba(227,167,34,.12)}.subjects-rail.is-featured{border-color:#f0dbab;background:linear-gradient(90deg,var(--white)8e8 0,var(--white)fff 55%)}.subjects-rail-icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--white)3d4 0,#ffe7ae 100%);border-right:1px solid #f0ddb0}.subjects-rail-icon img{width:32px;height:32px;object-fit:contain}.subjects-rail-body{padding:18px 18px 16px}.subjects-rail-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px}.subjects-rail h2{font-family:var(--font-heading);font-size:19px;margin:0 0 8px}.subjects-rail.is-featured h2{margin-bottom:0}.subjects-rail-pill{font-size:10.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:#9c6f00;background:var(--white);border:1px solid #f0dbab;border-radius:999px;padding:3px 9px}.subjects-rail p{font-size:13.5px;color:var(--slate);line-height:1.5;margin:0 0 10px}.subjects-rail .tags{display:flex;flex-wrap:wrap;gap:6px}.subjects-rail .tags span{font-size:11px;background:var(--white) 4d8;border:1px solid #f0dbab;color:#9c6f00;font-weight:600;padding:3px 8px;border-radius:6px}.subjects-guide-cta{margin-top:8px;padding:20px;border:1px dashed #e6c98f;border-radius:14px;background:var(--white) af0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.subjects-guide-cta p{margin:0;font-weight:600;color:var(--ink)}.dark .subjects-guide-page{background:radial-gradient(ellipse 45% 40% at 0 10%,rgba(227,167,34,.1),transparent 55%),var(--ink)}.dark .subjects-guide-brand,.dark .subjects-guide-cta p,.dark .subjects-guide-paths a,.dark .subjects-guide-side h1,.dark .subjects-rail h2{color:var(--white)}.dark .subjects-guide-side .lead,.dark .subjects-rail p{color:var(--slate-light)}.dark .subjects-rail{background:var(--ink);border-color:var(--ink-soft)}.dark .subjects-rail:hover{border-color:var(--gold);box-shadow:0 14px 28px rgba(227,167,34,.08)}.dark .subjects-rail.is-featured{background:var(--ink-soft);border-color:var(--gold)}.dark .subjects-rail-icon{background:var(--ink-soft);border-right-color:var(--ink)}.dark .subjects-rail-pill{background:var(--ink);border-color:var(--gold);color:var(--gold)}.dark .subjects-rail .tags span{background:var(--ink-soft);border-color:var(--ink-soft);color:var(--gold)}.dark .subjects-guide-cta{background:var(--ink-soft);border-color:var(--slate)}.tutor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tutor-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.tutor-photo{height:200px;background:linear-gradient(160deg,#d9d4c4,#c9c2ac);position:relative}.tutor-badge{position:absolute;top:12px;left:12px;background:var(--white);padding:5px 10px;border-radius:999px;font-size:10.5px;font-family:var(--font-mono);font-weight:600}.tutor-info{padding:18px}.tutor-info h4{font-size:16px;margin-bottom:3px}.tutor-info p{font-size:12.5px;color:var(--slate-light);margin-bottom:12px}.tutor-info .rating{display:flex;justify-content:space-between;align-items:center;font-size:12.5px}.tutor-info .rating b{color:var(--gold-deep)}.student-parent{display:grid;grid-template-columns:.75fr 1.1fr;gap:60px}.rating{font-size:.875rem;color:var(--slate);font-weight:500}.rating .star-rate,.star-rate,.star-rate.text-primary,.testi-card .star-rate{font-size:.75rem;color:var(--gold)!important}.familywrap{background-color:var(--white) bee;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;justify-content:space-between;gap:1rem}.familywrap p{font-size:.875rem;color:var(--slate)}.flag-list{flex:1 0 auto}.flag-list .item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 0 auto;gap:5px;font-weight:500}.flag-list a.item{text-decoration:none;cursor:pointer}.flag-list a.item:hover p{opacity:.85}.flag-list .item img{border-radius:5px;border:1px solid var(--line)}.flag-list .item p{color:var(--ink);font-size:.8rem}.flag-list a.item p.text-primary{color:var(--gold)}.stats-band{background:var(--emerald);color:var(--white)}.stats-grid{display:flex;flex-flow:wrap;gap:20px;border:1px solid var(--line);border-radius:1rem}.stats-grid b{display:block;font-family:var(--font-heading);font-size:1.5rem;font-weight:600}.stats-grid span{font-size:13px;color:var(--slate)}.stats-grid .item{display:flex;flex-direction:column;gap:.75rem;align-items:center;flex:1 0 auto;justify-content:center;text-align:center;padding:1.5rem 0}.stats-grid .item .data{display:flex;gap:0;flex-direction:column}.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;overflow:hidden;overflow-x:auto}.testi-card{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;min-width:300px}.testi-card .stars{color:var(--gold);font-size:14px;margin-bottom:18px;letter-spacing:2px}.testi-card p{font-size:15px;color:var(--ink);margin-bottom:22px;line-height:1.6;font-style:italic;font-family:var(--font-heading)}.testi-foot{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding-top:1rem}.testi-foot .av{width:60px;height:60px;border-radius:50%;background:var(--cream-2);overflow:hidden;flex-shrink:0}.testi-foot .av img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}.testi-foot b{font-size:13.5px;display:block}.testi-foot span{font-size:12px;color:var(--slate-light)}.testi-card .quote{opacity:.25}.testi-card .flag{width:28px;height:18px;border-radius:3px;object-fit:cover}.testi-card .pill{font-size:11px;background:var(--cream-2);padding:3px 6px;border-radius:6px;color:var(--gold-text);font-weight:500}.testi-card .featlabel{background-color:var(--gold);padding:4px 6px 3px;color:var(--white);text-transform:uppercase;font-size:.75rem;font-weight:500;border-radius:.3rem}.testi-card .featdata{width:70%}.testi-card .featdata .quote{min-width:50px;opacity:1;margin-top:-.5rem}.testi-card.featured{border:2px solid var(--gold);background-image:linear-gradient(180deg,rgba(20,17,12,.72),rgba(20,17,12,.8)),url(../img/featbg.webp);background-size:cover;background-position:top right}.testi-card.featured .testi-foot{border:none;padding:0}.testi-card.featured p{color:var(--white)}.testi-card.featured .testi-foot b{color:var(--white)}.testi-card.featured .testi-foot span{color:rgba(255,255,255,.75)}.testi-card.featured .testi-foot span.pill{color:#6f6f6f}.testi-card.featured .featdata .quote{opacity:.85}.testi-carousel-row{width:100%}.testi-carousel-row .testiCarousel{width:100%;padding-bottom:36px}.testi-carousel-row .testiCarouselPag{bottom:0}.testi-carousel-row .testiCarouselPag .swiper-pagination-bullet{background:var(--slate-light);opacity:1}.testi-carousel-row .testiCarouselPag .swiper-pagination-bullet-active{background:var(--gold)}.testi-carousel-row .testiCarousel .swiper-slide{height:auto}.testi-carousel-row .testi-card{min-width:0;width:100%;height:100%}@media (min-width:992px){.testi-carousel-row{grid-template-columns:1fr!important}.testi-carousel-row .testiCarousel{overflow:visible;padding-bottom:0}.testi-carousel-row .testiCarousel .swiper-wrapper{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-template-rows:repeat(2,auto);gap:22px;transform:none!important;width:100%!important}.testi-carousel-row .testiCarousel .swiper-slide{width:auto!important;height:auto!important;margin:0!important}.testi-carousel-row .testiCarousel .swiper-slide:first-child{grid-column:1;grid-row:1/span 2}.testi-carousel-row .testiCarousel .swiper-slide:nth-child(2){grid-column:2;grid-row:1}.testi-carousel-row .testiCarousel .swiper-slide:nth-child(3){grid-column:2;grid-row:2}.testi-carousel-row .testiCarouselPag{display:none}}.home-reviews{display:flex;flex-direction:column;gap:16px;margin-top:8px}.home-reviews-score{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:16px 22px;box-shadow:var(--shadow-card)}.home-reviews-brand{display:flex;align-items:center;gap:12px}.home-reviews-brand .home-g{width:28px;height:28px}.home-reviews-brand b{display:block;font-size:15px;color:var(--ink);line-height:1.2}.home-reviews-brand span{display:block;font-size:12.5px;color:var(--slate);margin-top:2px}.home-reviews-score-main{display:flex;align-items:center;gap:14px}.home-reviews-score-main strong{font-family:var(--font-heading);font-size:2.1rem;font-weight:600;color:var(--ink);line-height:1}.home-reviews-score-main p{margin:4px 0 0;font-size:13px;color:var(--slate);font-weight:500}.home-reviews-stars{display:flex;gap:3px;color:var(--gold)!important;font-size:13px;line-height:1}.home-reviews-stars i{color:var(--gold)!important}.home-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-review{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:20px 18px 16px;display:flex;flex-direction:column;gap:12px;min-width:0;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.home-review:hover{transform:translateY(-3px);border-color:#e6c98f;box-shadow:0 14px 28px rgba(227,167,34,.14)}.home-review.is-featured{background:linear-gradient(180deg,#fff9ea 0,#fff 70%);border-color:#efd7a4}.home-review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.home-review-who{display:flex;align-items:center;gap:10px;min-width:0}.home-review-who .ja-img-wrap,.home-review-who img{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:center 20%;flex-shrink:0;background:var(--cream-2);overflow:hidden}.home-review-who .ja-img-wrap .ja-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.home-review-who .ja-img-wrap .ja-img-spinner::after{width:12px;height:12px}.home-review-who b{display:block;font-size:14.5px;color:var(--ink);line-height:1.2}.home-review-who span{display:block;font-size:12px;color:var(--slate);margin-top:3px}.home-review-source{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.home-review-source .home-g{width:18px;height:18px}.home-review p{margin:0;font-size:15px;line-height:1.65;color:var(--ink);flex:1}.home-review-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:12px;border-top:1px solid var(--line)}.home-review-foot img{width:20px;height:14px;border-radius:2px;object-fit:cover;flex-shrink:0}.home-review-foot span{font-size:12.5px;color:var(--slate);min-width:0}.home-review-foot i{font-style:normal;font-size:11px;font-weight:600;color:var(--gold-text);background:#fff6df;border:1px solid #efd7a4;border-radius:6px;padding:3px 7px;margin-left:auto}.hub-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:20px}.hub-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--white);display:grid;grid-template-columns:1.25fr 1fr}.hub-card.feature{grid-row:span 2;grid-template-columns:1fr 1fr}.hub-card.wide{grid-column:span 2;grid-template-columns:.8fr 1fr}.hub-thumb{height:100%;background:#ffe391;display:flex;align-items:center;justify-content:center;position:relative}.hub-thumb::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:top left}@media (min-width:769px){.hub-card .hub-thumb::after{background-image:url(../img/guide-overlay1.webp)}.hub-card.feature .hub-thumb::after,.hub-card.wide .hub-thumb::after{background-image:url(../img/guide-overlay.webp)}}.hub-thumb img{width:100%;height:100%;object-fit:cover}.hub-body{padding:1rem}.hub-body .pill{margin-bottom:12px;display:inline-flex;color:var(--gold-text);font-weight:500}.hub-body h3,.hub-body h4{font-size:16px;margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease}.hub-card:hover .hub-body h3,.hub-card:hover .hub-body h4{color:var(--gold)}.hub-body p.desc{font-size:13px;color:var(--slate);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.smtext{font-size:12px;color:var(--slate);font-weight:500}.morebtn{font-weight:500;color:var(--gold);font-size:.875rem;display:inline-flex;gap:.25rem}.faq-main{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px}.cta-band,.faq-wrap{flex:1 0 auto}.faq-item{border-bottom:1px solid var(--line);padding:22px 0}.faq-q{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;font-size:16.5px;font-weight:600;font-family:var(--font-heading);user-select:none}.faq-q .plus{font-size:22px;line-height:1;color:var(--gold-deep);transition:transform .35s ease;flex-shrink:0}.faq-a{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;max-width:680px;font-size:14.5px;color:var(--slate);line-height:1.7;overflow:hidden;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1),opacity .28s ease,margin-top .4s cubic-bezier(.16,1,.3,1)}.faq-a .faq-a-inner{overflow:hidden;min-height:0}.faq-item.active .faq-a{grid-template-rows:1fr;opacity:1;margin-top:12px}.faq-item.active .plus{transform:rotate(45deg)}.cta-band{background:var(--ink);color:var(--white);border-radius:28px;padding:32px;position:relative;overflow:hidden}.cta-band::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(232,163,61,.25),transparent 50%)}.cta-inner{display:grid;grid-template-columns:1fr;gap:20px;align-items:center;position:relative}.cta-band-compact .cta-inner{grid-template-columns:1.2fr .8fr;gap:32px}.cta-band-compact .cta-inner:has(.cta-form input),.cta-band-compact .cta-inner:has(.cta-form select),.cta-band-compact .cta-inner:has(.cta-form textarea){grid-template-columns:1fr;gap:24px}@media (max-width:991px){.cta-band-compact .cta-inner{grid-template-columns:1fr}}.cta-inner h2{color:var(--white);font-size:36px;max-width:480px;margin:0}.cta-inner p{color:rgba(255,255,255,.78);margin-top:12px;max-width:440px}.cta-form{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:12px}.cta-form:not(:has(input)):not(:has(select)):not(:has(textarea)){background:0 0;border:0;padding:0;border-radius:0;gap:10px}.cta-form input,.cta-form select{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:13px 16px;color:var(--white);font-size:14px;font-family:inherit}.cta-form input::placeholder{color:rgba(255,255,255,.65)}.footer-cta-section{padding:48px 0 0;margin-bottom:-48px;position:relative;z-index:2}.footer-cta{background:#fffdf5;border:1.5px solid #f0d78a;border-radius:16px;padding:22px 28px 22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px 28px;flex-wrap:wrap;position:relative;overflow:hidden;width:100%;max-width:100%}.footer-cta-plane{position:absolute;right:8px;top:4px;width:150px;height:94px;pointer-events:none;z-index:0}.footer-cta-left{display:flex;align-items:center;gap:18px;flex:1 1 220px;min-width:0;position:relative;z-index:1}.footer-cta-left>div{min-width:0;flex:1}.footer-cta-left img.logo{height:78px;width:auto;flex-shrink:0}.footer-cta-left h2{font-family:var(--font-body);font-size:clamp(18px,2vw,22px);font-weight:700;letter-spacing:-.02em;margin:0 0 6px;color:#111;line-height:1.25}.footer-cta-left p{font-family:var(--font-body);font-size:14px;font-weight:400;color:var(--ink);margin:0;max-width:440px;line-height:1.45}.footer-cta .btn{flex-shrink:0;position:relative;z-index:1;border-radius:999px;padding:12px 22px;margin-right:56px;font-size:14px;font-weight:600;background:#111;color:var(--white);gap:8px;max-width:100%}.footer-cta .btn:hover{color:var(--gold)}.footer-cta-arrow{filter:brightness(0) invert(1);width:16px;height:16px}footer{background:var(--ink-soft);color:rgba(255,255,255,.7);padding-top:80px}footer>.wrap{max-width:100%;width:100%}.footer-top{display:grid;grid-template-columns:minmax(180px,1.25fr) repeat(5,minmax(0,1fr));gap:28px 20px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1);align-items:start}.footer-top.is-global{grid-template-columns:minmax(180px,1.25fr) repeat(4,minmax(0,1fr))}.footer-brand{min-width:0}.footer-brand .logo{color:var(--white)}.footer-brand .logo img{height:34px;width:auto;max-width:min(220px,100%)}.footer-brand p{font-size:13.5px;margin:18px 0 22px;max-width:240px;line-height:1.65;color:rgba(255,255,255,.72)}.footer-col{min-width:0}.footer-col .footer-col-title,.footer-col h5{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72);margin-bottom:16px}.footer-col a{display:block;font-size:13.5px;padding:6px 0;color:rgba(255,255,255,.7);line-height:1.45;transition:color .2s ease;overflow-wrap:anywhere;word-break:break-word}.footer-col a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:26px 0;font-size:12.5px;color:rgba(255,255,255,.72);flex-wrap:wrap;gap:12px 1rem}.footer-bottom>span{min-width:0;overflow-wrap:anywhere}.social{display:flex;gap:14px}.social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;color:rgba(255,255,255,.85);transition:all .2s ease}.social a:hover{color:var(--ink);background:var(--gold);border-color:var(--gold)}.footmenu{display:flex;gap:.5rem 0;list-style-type:none;padding:0;margin:0;align-items:center;flex-wrap:wrap}.footmenu li{display:flex;align-items:center}.footmenu li:not(:last-child)::after{content:'·';margin:0 10px;color:rgba(255,255,255,.45)}.footmenu a{color:rgba(255,255,255,.72);transition:color .2s ease}.footmenu a:hover{color:var(--gold)}.trustpilot-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:2rem;font-size:14px}.trustpilot-logo{display:flex;align-items:center;gap:6px;font-weight:700;color:#222}.trustpilot-logo i{color:#00b67a}.rating-boxes{display:flex;gap:3px}.rating-box{width:20px;height:20px;background:#00b67a;display:flex;justify-content:center;align-items:center;color:var(--white);font-size:10px;border-radius:2px;padding-top:1px}.rating-text{color:#222;font-weight:600}.rating-text span{font-weight:400;color:#555}.location-banner{display:flex;justify-content:space-between;align-items:center;background:#fdf5ea;border:1px solid var(--line-warm);border-radius:12px;padding:18px 24px;gap:30px;margin-bottom:2rem}.location-content{display:flex;align-items:center;gap:18px}.location-icon{width:56px;height:56px;border-radius:50%;background:#fde7b5;color:#d49b00;display:flex;justify-content:center;align-items:center;font-size:24px;flex-shrink:0}.location-icon img{object-fit:cover;border-radius:50%}.location-text .location-title,.location-text h5{margin:0;font-size:24px;color:var(--ink);font-family:var(--font-heading);font-weight:600}.location-text .location-title strong,.location-text h5 strong{color:var(--gold-text)}.location-text p{margin:5px 0 0;color:var(--slate);font-size:15px}.location-buttons{display:flex;align-items:end;gap:10px}.location-buttons .btn{padding:10px 24px;font-weight:600}.btn-india{background:#e8a800;color:var(--white);border:none}.btn-india:hover{background:#cf9700;color:var(--white)}.btn-global{border:1px solid #cfcfcf;background:var(--white);color:#555}.btn-global:hover{background:#f5f5f5}.location-banner .text-muted,.location-buttons small{color:#5a5a5a;font-size:12px}.loc-right{flex:1 0 auto}.why-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.threecol{margin:0 -.5rem}.threecol .col{flex:1 0 33.333%;padding:.5rem}.breadcrumb{display:flex;gap:.5rem 2rem;flex-flow:wrap;font-size:14px}.breadcrumb a{color:var(--slate);transition:all .3s ease;position:relative;display:flex;align-items:center}.breadcrumb a:hover{color:var(--gold)}.breadcrumb a:after{content:'';background-image:url(../img/right.svg);width:15px;height:15px;background-size:15px;position:absolute;right:-1.5rem;pointer-events:none}.breadcrumb span{color:var(--gold-text)}.page-crumbs{padding-top:18px;font-size:13px;font-family:var(--font-mono);line-height:1.5;overflow-wrap:anywhere}.page-crumbs a{color:var(--slate-light)}.page-crumbs a:hover{color:var(--gold)}.page-crumbs__sep{margin:0 8px;color:var(--slate-light)}.page-crumbs__current{color:var(--ink-soft);font-weight:600}.subject-hub-page section{padding:0}.subject-hub-page .page-crumbs{padding:0 0 12px;margin:0}.subject-hub>section.hero .page-crumbs{padding:0 0 12px;margin:0}.subject-hub-page .subject-hub-hero.hero{padding:12px 0 0;overflow:visible}.subject-hub-page .subject-hub-hero>.wrap{padding-bottom:0;padding-top:0}.subject-hub-page .subject-hub-hero .eyebrow{margin-bottom:8px}.subject-hub-page .subject-hub-hero p.lead{margin:12px 0 16px}.subject-hub-page .subject-hub-hero .hero-cta{margin-bottom:0;gap:12px}.subject-hub-page .subject-hub-cta,.subject-hub-page .subject-hub-section{padding:32px 0}.subject-hub-page .subject-hub-section--alt{background:var(--cream-2)}.subject-hub-page .subject-hub-cta{padding-bottom:40px}.subject-hub-page .section-head{margin-bottom:20px}.subject-hub-page .section-head p{margin-top:12px}.subject-hub-page .country-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width:991px){.subject-hub-page .country-grid{grid-template-columns:minmax(0,1fr)}}.subject-hero.hero{padding:12px 0 0}.subject-hero .page-crumbs+div .eyebrow,.subject-hero .page-crumbs+div .eyebrow.mt-4{margin-top:0;margin-bottom:8px}.subject-hero~section{padding:32px 0}.subject-hub>section{padding:0}.subject-hub>section.hero{padding:12px 0 0;overflow:visible}.subject-hub>section.hero>.wrap{padding-bottom:0}.subject-hub .subject-hub__cta,.subject-hub .subject-hub__curriculum,.subject-hub .subject-hub__journey,.subject-hub .subject-hub__related,.subject-hub .subject-hub__topics{padding:32px 0}.subject-hub .subject-hub__cta{padding-bottom:40px}.subject-hub .breadcrumb{margin-bottom:12px!important}.subject-hub .hero-cta{margin-bottom:0;gap:12px}.subject-hub .section-head{margin-bottom:20px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.swiperScroll{width:100%!important;left:0!important;right:0!important;bottom:0!important}.swiperScroll .swiper-scrollbar-drag{background:rgb(227 167 34 / 30%)}.subject-hero .wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);column-gap:52px;row-gap:12px;align-items:start}.subject-hero .page-crumbs{grid-column:1/-1;padding:0}.subject-hero .hero-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px!important;justify-content:unset!important}.subject-hero .hero-trust .trustitem{display:flex;flex-direction:row;align-items:flex-start;gap:8px;min-width:0;max-width:none;flex:none;text-align:left}.subject-hub .hero-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px!important;justify-content:unset!important}.subject-hub .hero-trust .trustitem{display:flex;flex-direction:row;align-items:flex-start;gap:8px;min-width:0;max-width:none;flex:none;text-align:left}.trust-data h3{font-family:var(--font-heading);font-size:clamp(16px, 3.5vw, 24px);font-weight:600;line-height:1.15;margin:0;letter-spacing:-.01em}.subject-hero .hero-trust .trustitem:last-child:nth-child(odd),.subject-hub .hero-trust .trustitem:last-child:nth-child(odd){grid-column:1/-1}.subject-hero .hero-trust .trust-data,.subject-hub .hero-trust .trust-data{min-width:0}.subject-hero .hero-trust .trust-data span,.subject-hub .hero-trust .trust-data span{overflow-wrap:anywhere;font-size:12px;line-height:1.35}.subject-hero.subject-hero--modern{padding:14px 0 12px;background:radial-gradient(circle at 18% 20%,rgba(227,167,34,.12),transparent 34%),radial-gradient(circle at 82% 10%,rgba(227,167,34,.08),transparent 30%),var(--bg-body)}.subject-hero.subject-hero--modern>.wrap{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);column-gap:44px;row-gap:18px;background:linear-gradient(180deg,#fffefb 0,#fffaf0 100%);border:1px solid #f0e2c2;border-radius:26px;padding:22px 24px 24px;box-shadow:0 16px 36px rgba(26,26,26,.06)}.subject-hero.subject-hero--modern .page-crumbs{margin-bottom:4px}.subject-hero.subject-hero--modern .eyebrow{margin-bottom:12px}.subject-hero.subject-hero--modern h1{font-size:clamp(34px, 4.4vw, 52px);line-height:1.08;margin-bottom:14px}.subject-hero.subject-hero--modern p.lead{max-width:56ch;margin:0 0 18px}.subject-hero.subject-hero--modern .hero-cta{margin-bottom:16px}.subject-hero.subject-hero--modern .hero-cta .btn{border-radius:12px}.subject-hero.subject-hero--modern .subject-hero-modern-trust{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px 12px!important;margin-bottom:16px!important;padding:14px;background:rgba(255,255,255,.84);border:1px solid var(--line-warm);border-radius:16px}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trustitem{display:flex;align-items:flex-start;gap:8px}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trust-icon{width:34px;height:34px;min-width:34px;border-radius:10px;background:var(--white);border:1px solid #f0e2c2;display:flex;align-items:center;justify-content:center}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trust-icon img{width:18px;height:18px}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trust-data h3{font-size:20px}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trust-data span{font-size:11.5px;color:var(--slate)}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trustitem:last-child:nth-child(odd){grid-column:auto}.subject-hero.subject-hero--modern .hero-visual-card{border:1px solid #1f1f1f;border-radius:22px;overflow:hidden;background:#161616;box-shadow:0 18px 36px rgba(0,0,0,.22)}.subject-hero.subject-hero--modern .hvc-meta{background:#1f1f1f}.subject-hero.subject-hero--modern .hvc-rows li{border-color:rgba(255,255,255,.1)}.subject-hero.subject-hero--modern .hvc-key{color:rgba(255,255,255,.7)}.subject-hero.subject-hero--modern .hvc-val{color:var(--white)}.subject-hero.subject-hero--modern .hvc-reviewed{background:#2b2b2b;color:rgba(255,255,255,.78)}@media(max-width:1100px){.subject-hero.subject-hero--modern>.wrap{grid-template-columns:1fr;gap:20px}.subject-hero.subject-hero--modern .hero-visual-card{max-width:560px}}@media(max-width:767px){.subject-hero.subject-hero--modern>.wrap{padding:16px;border-radius:18px}.subject-hero.subject-hero--modern .subject-hero-modern-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.subject-hero.subject-hero--modern .subject-hero-modern-trust .trustitem:last-child:nth-child(odd){grid-column:1/-1}.subject-hero.subject-hero--modern h1{font-size:clamp(28px, 8vw, 36px)}}.glance{background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;overflow:hidden}.gi{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:13px}.gi-ic{width:24px;text-align:center;flex-shrink:0}.gi-v{margin-left:auto;font-weight:700}.reviewed-note{margin-top:14px;padding:12px 14px;background:rgb(255 255 255 / 75%);border-radius:10px;font-size:11px}@media(max-width:1200px){.navlinks{display:none}.hamburger{display:flex}.footer-top,.footer-top.is-global{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 20px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:42ch}}@media(max-width:1100px){.wrap{padding:0 28px}section{padding:72px 0}.hero-grid,.mega .wrap,.method-split,.tutor-grid{grid-template-columns:repeat(2,1fr)}.fourcol-grid,.subject-grid,.subject-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-grid{grid-template-columns:repeat(2,1fr)}.hub-card.feature{grid-column:span 2}.hub-card.feature .hub-thumb{height:320px}.footer-top,.footer-top.is-global{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:36px}.footer-brand{grid-column:1/-1}.footer-cta{padding:24px 28px}.home-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-review.is-featured{grid-column:span 2}}@media(max-width:991px){.btn{padding:12px 16px;font-size:14px}section{padding:48px 0}.country-grid,.faq-main,.hero-grid,.mega .wrap,.method-split,.student-parent,.threecol-grid,.tutor-grid{grid-template-columns:repeat(1,1fr)}.home-reviews-grid{grid-template-columns:minmax(0,1fr)}.home-review.is-featured{grid-column:auto}.home-reviews-score{padding:14px 16px}.home-reviews-score-main strong{font-size:1.7rem}.hero-grid{gap:28px}.student-parent{gap:1rem}.two-col{grid-template-columns:repeat(1,1fr);gap:24px!important}.hero h1,.hero p.lead{max-width:100%}.hero::before{opacity:.3}.section-head{max-width:100%;margin-bottom:28px}.loc-right{width:100%}.location-banner{flex-direction:column;align-items:center;text-align:center}.location-content{flex-flow:column}.location-buttons{width:100%;align-items:stretch}.location-buttons .btn{justify-content:center;flex:1 1 0;min-width:0}.location-buttons .hero-cta{justify-content:center;flex-direction:initial;width:100%}.location-text .location-title,.location-text h5{font-size:20px}.journey-grid{grid-template-columns:repeat(1,1fr);row-gap:36px}.journey-grid:has(> .journey-step:nth-child(5)){grid-template-columns:repeat(1,1fr)}.journey-step::after{display:none}.journey-step{display:flex;gap:1rem;align-items:center;padding:0}.journey-num{margin-bottom:0}.journey-marker{margin-bottom:0;flex-shrink:0}.journey-grid.journey-v2 .journey-data{max-width:none}.stats-grid{gap:2rem 0;justify-content:center}.faq-main{flex-direction:column;gap:28px}.cta-inner{grid-template-columns:repeat(2,1fr)}.familywrap{flex-direction:column;gap:1rem;align-items:center}.resowrap{flex-direction:row;justify-content:flex-start;gap:1rem 0}.resowrap>*{flex:1 0 50%}.utility-bar .center{display:none}.threecol .col{flex:1 0 50%}.subject-hero .wrap{grid-template-columns:1fr;gap:28px}.subj-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;padding-top:0;border-top:none}.subj-hero__stats div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;min-width:0;padding:14px 8px 12px;background:var(--white);border:1px solid var(--line-warm);border-radius:14px;box-shadow:0 1px 0 rgba(26,26,26,.04)}.subj-hero__stats div::before{content:"";width:20px;height:3px;border-radius:999px;background:var(--gold);margin-bottom:2px}.subj-hero__stats strong{font-size:clamp(17px, 4.5vw, 20px)}.subj-hero__stats span{font-size:11px;line-height:1.35;overflow-wrap:anywhere}.subj-hero .eyebrow,.subject-hub .hero .eyebrow,.subject-hub-page .subject-hub-hero .eyebrow{display:inline-block;width:100%;max-width:100%;margin:12px 0 16px;padding:8px 12px;font-size:11px;letter-spacing:.08em;line-height:1.45;background:var(--cream-2);border-radius:12px;white-space:normal;overflow-wrap:anywhere}.subject-hero .hero-trust.mt-5{margin-top:1.5rem!important}.subject-hero .hero-trust,.subject-hub .hero-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:0!important;background:0 0!important;border:none!important}.subject-hero .hero-trust .trustitem,.subject-hub .hero-trust .trustitem{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:14px 10px 12px;background:var(--white);border:1px solid var(--line-warm);border-radius:14px;box-shadow:0 1px 0 rgba(26,26,26,.04)}.subject-hero .hero-trust .trustitem:last-child:nth-child(odd),.subject-hub .hero-trust .trustitem:last-child:nth-child(odd){grid-column:auto}.subject-hero .hero-trust .trust-icon,.subject-hub .hero-trust .trust-icon{flex-shrink:0}.subject-hero .hero-trust .trust-icon img,.subject-hub .hero-trust .trust-icon img{width:24px;height:24px}.subject-hero .hero-trust .trust-data h3,.subject-hub .hero-trust .trust-data h3{font-size:clamp(17px, 4.5vw, 20px)}.subject-hero .hero-trust .trust-data span,.subject-hub .hero-trust .trust-data span{font-size:11px;line-height:1.35}.why-list{grid-template-columns:1fr;gap:1rem}.method-item{flex-direction:row;align-items:flex-start}.gulf-method{grid-template-columns:1fr}.method-list.gulf-method-grid,.why-list.gulf-method-grid{grid-template-columns:1fr;gap:10px}.gulf-method-visual{position:relative;top:auto;max-width:none;overflow:visible}.gulf-method-visual>.ja-img-wrap,.gulf-method-visual>img{border-radius:14px}.gulf-method-visual .gulf-visual-overlay,.gulf-visual-overlay{position:absolute!important;left:auto!important;right:14px!important;bottom:14px!important;width:min(190px,calc(100% - 28px))!important;max-width:calc(100% - 28px)!important;margin:0!important;padding:12px!important;box-sizing:border-box!important;box-shadow:0 10px 22px rgba(227,167,34,.14);overflow:hidden}.gulf-method-visual>img{min-height:0}.gulf-visual-dotgrid{display:none}.gulf-visual-score{font-size:32px;margin-bottom:8px}.gulf-visual-pill{font-size:0;line-height:0;min-width:0;flex:1 1 auto;overflow:hidden}.gulf-visual-pill::after{content:"20+ Years";font-size:11px;line-height:1.25;font-weight:600;color:var(--gold);white-space:nowrap}.gulf-visual-head{gap:6px;min-width:0;align-items:center}.gulf-visual-users{flex-wrap:nowrap;align-items:center;gap:4px}.gulf-visual-users>span:not(.ja-img-wrap){display:none!important}.gulf-visual-users .ja-img-wrap,.gulf-visual-users img{width:24px;height:24px;min-width:24px;min-height:24px;margin-right:-10px}.gulf-visual-users>.ja-img-wrap:last-of-type,.gulf-visual-users>img:last-of-type{margin-right:0}.gulf-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.gulf-bento-item.is-featured{grid-column:auto;grid-row:auto}.subjects-guide{grid-template-columns:1fr;gap:28px}.footer-top,.footer-top.is-global{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand{grid-column:1/-1}.footer-cta{flex-direction:column;align-items:flex-start;padding:22px 22px}.footer-cta-left{flex:1 1 auto;width:100%}.footer-cta .btn{margin-right:0;max-width:100%}.footer-cta-plane{display:none}.subjects-guide-side{position:static}.subjects-guide-paths{flex-direction:row;flex-wrap:wrap;gap:8px 16px}}@media(max-width:767px){header .navcta{display:none}.wrap{padding:0 20px}.page-crumbs{padding-top:14px;padding-bottom:0}.page-crumbs__sep{margin:0 6px}.breadcrumb{padding:4px 0 10px;gap:.35rem 1.25rem}.subject-hub-page .subject-hub-hero.hero{padding-top:8px}.subject-hub-page .page-crumbs{padding-bottom:10px}.subject-hub>section.hero .page-crumbs{padding-bottom:10px}.subject-hub-page .subject-hub-cta,.subject-hub-page .subject-hub-section{padding:24px 0}.subject-hub-page .subject-hub-cta{padding-bottom:28px}.subject-hub-page .section-head{margin-bottom:18px}.subject-hub-page .hero-cta .btn{width:100%;justify-content:center}.subject-hero~section{padding:24px 0}.subject-hub .subject-hub__cta,.subject-hub .subject-hub__curriculum,.subject-hub .subject-hub__journey,.subject-hub .subject-hub__related,.subject-hub .subject-hub__topics{padding:24px 0}.subject-hub .subject-hub__cta{padding-bottom:28px}.subject-hub>section.hero{padding-top:8px}.subject-hub .hero-cta .btn{width:100%;justify-content:center}.subj-hero{padding:36px 0 28px}.subj-hero h1{font-size:clamp(24px, 6vw, 30px);max-width:100%}.subj-hero p.lead{font-size:15px;max-width:100%}.subj-hero .btn{width:100%;justify-content:center}.subj-grid-section{padding:28px 0 36px}.subj-grid-section h2{margin-bottom:16px;font-size:clamp(20px, 5vw, 24px)}section{padding:40px 0}.section-head{margin-bottom:24px}.section-head p{margin-top:12px}h1{font-size:clamp(26px, 6.5vw, 30px)!important;line-height:1.12}h2{font-size:clamp(22px, 5.2vw, 26px);line-height:1.2}h3{font-size:20px;line-height:1.25}h4{font-size:16px;line-height:1.3}.hero h1{font-size:clamp(26px, 6.5vw, 30px)!important;line-height:1.12}.section-head h2{font-size:clamp(22px, 5.2vw, 26px);line-height:1.2}.fs-2{font-size:clamp(22px, 5.2vw, 26px)!important;line-height:1.2}.eyebrow{font-size:11px;letter-spacing:.1em;margin-bottom:.35rem}.hero p.lead{font-size:15px;line-height:1.55;margin:12px 0 18px}.hero .hero-stat,.hero h4{font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:1.4}.faq-wrap>p,.gulf-method-copy>p,.gulf-subjects-head p,.section-head p{font-size:14.5px;line-height:1.6;margin-top:10px}.gulf-method-card h4{font-size:14px;margin-bottom:4px}.gulf-method-card p{font-size:13px;line-height:1.5}.hero-trust div b,.trust-data b,.trust-data h3{font-size:20px}.hero-trust div span,.trust-data span{font-size:12px;line-height:1.35}.faq-q{font-size:16px;line-height:1.35}.faq-a{font-size:14px;line-height:1.65}.cta-inner p{font-size:14px;line-height:1.55;margin-top:10px}.stats-grid b{font-size:20px}.stats-grid span{font-size:12px;line-height:1.35}.gulf-bento-item h4,.gulf-bento-item.is-featured h4{font-size:16px;margin-bottom:8px;line-height:1.25}.gulf-bento-item p,.gulf-bento-item.is-featured p{font-size:13px;line-height:1.5;margin-bottom:14px}.journey-grid.journey-v2 .journey-step h3,.journey-grid.journey-v2 .journey-step h4{font-size:15px;margin-bottom:6px}.journey-grid.journey-v2 .journey-step p{font-size:13.5px;line-height:1.55}.familywrap h3,.familywrap h4{font-size:15px;margin-bottom:2px}.familywrap p{font-size:13px;line-height:1.45}.country-section .section-head p{font-size:14.5px;line-height:1.6}.hub-body h3,.hub-body h4{font-size:15px;line-height:1.3}.hub-body p.desc{font-size:13px;line-height:1.5}.themeB .gulf-method-card.method-item,.themeC .gulf-method-card.method-item,.themeD .gulf-method-card.method-item{flex-direction:row}.testi-card .featdata{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.testi-card .featdata .quote{width:36px;min-width:36px;margin-top:0}.testi-card>.d-flex.justify-content-between{align-items:flex-start}.testi-card .quote{width:36px;flex-shrink:0}.testi-card p{font-size:14px;line-height:1.55;margin-bottom:14px}.testi-foot{gap:10px;align-items:flex-start}.testi-foot .av{width:48px;height:48px;min-width:48px;flex-shrink:0}.testi-foot .d-flex.flex-column,.testi-foot>.d-flex{min-width:0}.testi-card.featured .testi-foot{margin-top:12px}.testi-carousel-row{gap:16px}.rating{flex-direction:column;align-items:flex-start;gap:8px}.rating p{font-size:13px;line-height:1.45}.country-grid,.cta-inner,.hero-grid,.hub-grid,.journey-grid,.mega .wrap,.method-split,.threecol-grid,.tutor-grid{grid-template-columns:1fr}.hero-grid{gap:24px}.hero-cta{margin-bottom:22px}.hero>.wrap{padding-bottom:1.25rem}.gulf-method,.method-split{gap:20px}.gulf-method-visual{padding:10px 10px 12px}.gulf-method-card{padding:14px 16px;gap:12px;align-items:flex-start!important}.gulf-method-card.method-item{flex-direction:row}.gulf-method-card .d-flex{flex-direction:column;align-items:flex-start;gap:4px;flex:1;min-width:0}.gulf-method-card h4{font-size:14px;line-height:1.35}.gulf-method-card p{font-size:13px;line-height:1.45}.footer-top,.footer-top.is-global{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.footer-brand{grid-column:1/-1}footer{padding-bottom:88px}.hero-trust{gap:14px 16px}.subject-hero .wrap{gap:20px}.subject-hero .hero-trust.mt-5{margin-top:1.25rem!important}.subject-hero>.wrap{padding-bottom:0}.subject-hero{padding:8px 0 0}.subject-hero~section{padding:20px 0}.subject-hub>section.hero{padding-top:8px;padding-bottom:0}.subject-hub .subject-hub__cta,.subject-hub .subject-hub__curriculum,.subject-hub .subject-hub__journey,.subject-hub .subject-hub__related,.subject-hub .subject-hub__topics{padding:20px 0}.subject-hub .subject-hub__cta{padding-bottom:24px}.subject-hub__topics{padding-top:20px}.subject-hub__curriculum{padding-top:0}.country-grid,.threecol-grid{grid-template-columns:minmax(0,1fr)}.fourcol-grid,.subject-grid,.subject-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.country-card{padding:.875rem 2rem .875rem .875rem;gap:.75rem}.country-card .flag{width:36px;min-width:36px;height:36px;font-size:1.35rem}.hero-trust:not(.blog-hero-trust):not(.faq-hero-trust):not(.contact-hero-trust) .trustitem{flex:1 0 50%}.blog-page .hero-trust .trustitem,.subject-hero .hero-trust .trustitem,.subject-hub .hero-trust .trustitem{flex:none}.cta-band{padding:20px;border-radius:20px}.cta-inner{gap:16px}.cta-inner h2{font-size:24px;line-height:1.25;max-width:none}.cta-inner .eyebrow{margin-bottom:8px}.cta-form{padding:16px}.cta-form:not(:has(input)):not(:has(select)):not(:has(textarea)){padding:0}.cta-form .btn{width:100%;justify-content:center;white-space:normal}.wrap[style*="display:flex"],section[style*="display:flex"] .wrap{flex-direction:column;gap:32px!important}.country-toggle,.utility-bar .right{font-size:11px;gap:12px}.utility-bar .wrap{height:auto;min-height:44px;padding-top:8px;padding-bottom:8px}.utility-bar .util-icon-link{width:32px;height:32px;justify-content:center;align-items:center;border-radius:8px;background:rgba(255,255,255,.06);gap:0}.utility-bar .util-dropdown__toggle{width:32px;min-width:32px;padding:0;gap:0}.utility-bar .util-icon-link:hover{background:rgba(255,255,255,.12);color:var(--gold)}.utility-bar .util-icon{display:inline-flex;width:16px;height:16px;min-width:16px;min-height:16px;flex:0 0 16px;font-size:14px;opacity:.92;filter:none;color:inherit}.util-dropdown.is-open .util-icon,.utility-bar .util-icon-link:hover .util-icon{opacity:1;filter:none;color:inherit}.utility-bar .util-text{display:none}.utility-bar .util-caret{display:none}.utility-bar .country-item img,.utility-bar .selected-country img{width:16px;height:16px}.logo-strip .wrap{flex-direction:column;align-items:flex-start}.gulf-method-visual>.ja-img-wrap,.method-visual>.ja-img-wrap{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:3/2;overflow:hidden}.gulf-method-visual>img,.method-visual>img{width:100%;height:auto!important;min-height:0!important;max-height:420px;aspect-ratio:3/2;object-fit:cover}.gulf-method-visual>.ja-img-wrap .ja-img,.method-visual>.ja-img-wrap .ja-img{width:100%;height:100%;object-fit:cover;display:block}.footer-bottom{flex-direction:column;gap:12px;align-items:flex-start}.footer-cta{padding:22px 20px;border-radius:14px}.footer-cta-left{flex-direction:column;align-items:flex-start}.footer-cta-left img.logo{height:64px}.footer-cta .btn{width:100%;justify-content:center;margin-right:0}.footer-cta-plane{display:none}.testi-card{padding:1rem;min-width:auto}.testi-card p{margin-bottom:1rem}.hub-card{align-items:center;grid-column:span 2}.hub-body .pill,.hub-body p{display:none}.hub-body h3,.hub-body h4{margin-bottom:0;font-size:1rem}}@media(max-width:575px){section{padding:32px 0}.section-head{margin-bottom:16px}.subject-hub-page .subject-hub-cta,.subject-hub-page .subject-hub-section{padding:20px 0}.subject-hub-page .subject-hub-cta{padding-bottom:24px}.subject-hero~section{padding:20px 0}.subj-hero__stats{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.subj-hero__stats div{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;padding:12px 14px;gap:12px}.subj-hero__stats div::before{display:none}.subj-hero__stats strong{flex-shrink:0;font-size:18px}.subj-hero__stats span{text-align:right;font-size:12px;max-width:58%}.subject-hero .hero-trust,.subject-hub .hero-trust{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.subject-hero .hero-trust .trustitem,.subject-hub .hero-trust .trustitem{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;padding:12px 14px;gap:12px;min-width:0}.subject-hero .hero-trust .trust-data,.subject-hub .hero-trust .trust-data{text-align:left;min-width:0;flex:1 1 auto;padding-right:6px;box-sizing:border-box}.subject-hero .hero-trust .trust-data h3,.subject-hero .hero-trust .trust-data span,.subject-hub .hero-trust .trust-data h3,.subject-hub .hero-trust .trust-data span{white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.subject-hero .hero-trust .trust-data span,.subject-hub .hero-trust .trust-data span{font-size:12px}.subject-hub__related-grid,.subject-hub__topic-grid{grid-template-columns:1fr}h1{font-size:clamp(24px, 6.8vw, 28px)!important}.fs-2,.section-head h2,h2{font-size:21px!important;line-height:1.22}.hero h1{font-size:clamp(24px, 6.8vw, 28px)!important}.cta-band{padding:20px}.cta-inner h2{font-size:22px!important;line-height:1.25}.eyebrow{font-size:10.5px;letter-spacing:.1em}.hero p.lead{font-size:14px;line-height:1.5;margin:10px 0 16px}.hero .hero-stat,.hero h4{font-size:13px;line-height:1.4}.faq-wrap>p,.gulf-method-copy>p,.gulf-subjects-head p,.section-head p{font-size:14px;line-height:1.55;margin-top:8px}h3{font-size:17px}h4{font-size:14px}.gulf-method-card h4{font-size:13.5px}.gulf-method-card p{font-size:12.5px}.hero-trust div b,.trust-data b,.trust-data h3{font-size:18px}.hero-trust div span,.trust-data span{font-size:11.5px}.faq-q{font-family:Fraunces,serif;font-size:15px;font-weight:600;line-height:1.35}.faq-a{font-size:13.5px;line-height:1.6}.cta-inner p{font-size:13.5px;line-height:1.5}.stats-grid b{font-size:18px}.stats-grid span{font-size:11.5px}.gulf-bento-item h4,.gulf-bento-item.is-featured h4{font-size:15px;margin-bottom:6px}.gulf-bento-item p,.gulf-bento-item.is-featured p{font-size:12.5px;margin-bottom:12px}.journey-grid.journey-v2 .journey-step h3,.journey-grid.journey-v2 .journey-step h4{font-size:14px;font-family:Inter,sans-serif;margin-bottom:4px}.journey-grid.journey-v2 .journey-step p{font-size:13px;line-height:1.5}.familywrap h3,.familywrap h4{font-size:14px}.familywrap p{font-size:12.5px}.hub-body h3,.hub-body h4{font-size:14px}.hub-body p.desc{font-size:12.5px}.smtext{font-size:11px}.hero-grid{gap:20px}.gulf-method,.method-split{gap:16px}.footer-top,.footer-top.is-global{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px;padding-bottom:36px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:none}.footer-cta-section{margin-bottom:-36px}footer{padding-top:90px;padding-bottom:88px}.hero-cta .btn,.navcta .btn{width:100%;justify-content:center}.hero-cta{flex-direction:column}.hero-trust:not(.blog-hero-trust):not(.faq-hero-trust):not(.contact-hero-trust) .trustitem{flex-flow:column;justify-content:center;text-align:center;gap:.5rem}.subject-hero .hero-trust .trustitem,.subject-hub .hero-trust .trustitem{flex-flow:row nowrap!important;justify-content:space-between!important;text-align:right!important;align-items:center!important}.subject-hero .hero-trust .trust-icon,.subject-hub .hero-trust .trust-icon{flex-shrink:0}.trust-data h3{font-size:16px}.hero-trust.hero-trust-wide{grid-template-columns:repeat(2,1fr);gap:16px}.hero-trust .trust-icon img{width:26px}.rating-text{font-size:15px}.trustpilot-logo{font-size:16px}.rating-box{width:20px;height:20px;font-size:12px}.why-list{grid-template-columns:repeat(1,1fr);gap:.875rem}.method-item{gap:.65rem}.method-item .icon{width:36px;height:36px;min-width:36px;padding:0}.method-item.gulf-method-card .icon{width:40px;height:40px;min-width:40px;max-width:40px;flex:0 0 40px;padding:8px}.method-item .icon img,.method-item>img{width:100%;height:100%;max-width:36px}.method-item.gulf-method-card .icon img{max-width:100%}.method-item>img{width:36px;height:36px;min-width:36px}.location-icon{width:48px;height:48px;font-size:20px}.location-text .location-title,.location-text h5{font-size:18px}.location-text p{font-size:14px}.location-buttons .hero-cta{flex-direction:column}.location-buttons .btn{width:100%;flex:none}.journey-num{width:44px;min-width:44px;height:44px;font-size:18px}.stats-grid .item{flex:1 0 50%;max-width:50%;flex-flow:column;text-align:center;justify-content:center;gap:5px}.stats-grid .item .icon{width:32px}.fourcol-grid,.subject-grid{gap:10px}.subject-card{display:flex;align-items:center;gap:.75rem;padding:.75rem}.subject-card .tags,.subject-card p{display:none}.subject-card .icon{width:30px;min-width:30px;height:30px;border-radius:5px;margin-bottom:0;padding:3px}.subject-card h3,.subject-card h4{margin-bottom:0;font-family:var(--font-body);font-size:.875rem}.country-section .subject-card h3,.country-section .subject-card h4{font-size:14.5px}.country-section .subject-card p{font-size:12.5px}.swiper .subject-card{flex-direction:column;align-items:start}.swiper .subject-card .icon{width:40px;min-width:40px;height:40px;padding:5px}.swiper .subject-card p{display:block}.cta-form{padding:0;border:none;background:0 0}.hub-body{padding:1rem}.trustpilot-rating{flex-direction:column}.faq-item{padding:10px 0}.country-card h3,.country-card h4,.faq-q,.hub-body h3,.hub-body h4,.method-item h3,.method-item h4,.wrap p{font-family:var(--font-body);font-size:.875rem}.journey-step h3,.journey-step h4{font-family:var(--font-body);font-size:1rem}.gulf-bento{grid-template-columns:1fr}.gulf-bento-item.is-featured{grid-column:span 1}.subjects-rail{grid-template-columns:72px minmax(0,1fr)}.subjects-rail-body{padding:14px}.stats-grid{gap:0}.stats-grid .item{padding:1rem 0}.testi-card .featdata{width:100%}.resowrap{flex-direction:column;align-items:start}header.nav .logo img{height:34px}.nav-inner{height:64px}.utility-bar .wrap{height:auto;min-height:44px;padding-top:8px;padding-bottom:8px}}@media(max-width:600px){.curric-tiles{grid-template-columns:1fr}.topic-steps{grid-template-columns:1fr}.subject-grid:has(.curricula-levels){grid-template-columns:1fr}}@media(max-width:330px){.fourcol-grid,.subject-grid,.subject-grid.cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.footer-top,.footer-top.is-global{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footmenu{flex-direction:column;align-items:flex-start;gap:8px}.footmenu li:not(:last-child)::after{display:none}}.float-stack{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:14px}.float-btn{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 28px rgba(11,18,32,.28);border:none;transition:transform .15s ease}.float-btn:hover{transform:translateY(-2px) scale(1.04)}.float-btn.whatsapp{background:#25d366;color:var(--white);font-size:28px}.float-btn.contact{background:var(--ink);color:var(--white);font-size:28px;border:1px solid var(--slate-light)}.float-btn.contact .fa-envelope{width:28px;height:28px;flex-shrink:0}.float-panel{position:fixed;right:24px;bottom:96px;z-index:61;width:392px;max-width:calc(100vw - 48px);background:var(--white);border-radius:22px;box-shadow:0 24px 48px rgba(227,167,34,.14),0 10px 28px rgba(11,18,32,.08);border:1px solid #efd7a4;overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,14px,0);transform-origin:bottom right}.float-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.float-panel-head{position:relative;display:flex;align-items:center;gap:12px;padding:18px 52px 16px 18px;background:radial-gradient(circle at 92% -10%,rgba(227,167,34,.22),transparent 42%),linear-gradient(180deg,#fff8e8 0,#fff 100%);border-bottom:1px solid var(--line-warm)}.float-mail-mark{width:42px;height:42px;min-width:42px;border-radius:14px;background:var(--gold);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 8px 16px rgba(227,167,34,.28)}.float-panel-head h4{color:var(--ink);font-size:1.15rem;margin:0;line-height:1.2;font-weight:600}.float-panel-head p{font-size:12px;color:var(--slate);margin:4px 0 0;line-height:1.35}.float-panel-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:var(--white);border:1px solid var(--line);color:var(--ink);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.float-panel-close:hover{border-color:var(--gold);color:var(--gold-text);background:#fff9ea}.float-panel-body{padding:16px 18px 16px;display:flex;flex-direction:column;gap:12px}.float-mail-to{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;background:#fff9ea;border:1px solid #efd7a4}.float-mail-to span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-text)}.float-mail-to b{font-size:13.5px;color:var(--ink);font-weight:600}.float-mail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.float-mail-field{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-text)}.float-mail-field input,.float-mail-field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--bg-body);padding:11px 12px;font-size:14px;font-weight:500;letter-spacing:0;text-transform:none;font-family:var(--font-body);color:var(--ink);outline:0}.float-mail-field textarea{resize:none;min-height:92px;line-height:1.55;background-image:repeating-linear-gradient(transparent,transparent 21px,#efe6d4 22px);background-attachment:local}.float-mail-field input::placeholder,.float-mail-field textarea::placeholder{color:#9aa0a6;font-weight:400}.float-mail-field input:focus,.float-mail-field textarea:focus{border-color:#e6c98f;background:var(--white);box-shadow:0 0 0 3px rgba(227,167,34,.16)}.float-mail-foot{display:flex;align-items:center;gap:14px;margin-top:2px}.float-mail-foot .btn{padding:11px 18px;font-size:13.5px}.float-panel-wa{font-size:12.5px;font-weight:600;color:var(--slate)}.float-panel-wa:hover{color:var(--gold-text)}.float-panel .ja-recaptcha-note{font-size:10px;line-height:1.4;color:var(--slate-light);margin:0}.float-panel .ja-recaptcha-note a{color:var(--slate);text-decoration:underline}@media(max-width:600px){.float-stack{right:16px;bottom:16px}.float-panel{right:16px;bottom:90px;max-height:calc(100vh - 118px);overflow:auto}.float-mail-grid{grid-template-columns:1fr}}.ja-img-wrap{position:relative;display:block;width:100%;overflow:hidden;background:linear-gradient(110deg,#f0ebe0 0,#faf6ee 40%,#f0ebe0 80%);background-size:200% 100%;animation:jaImgShine 1.15s ease-in-out infinite}.ja-img-wrap--round{border-radius:50%;width:auto;height:auto;flex-shrink:0;display:inline-block;vertical-align:middle}.ja-img-wrap--round .ja-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ja-img-wrap--card{border-radius:14px}.ja-img-wrap.is-loaded{animation:none;background:0 0}.ja-img-wrap .ja-img{opacity:0}.ja-img-wrap.is-loaded .ja-img{opacity:1}.ja-img-wrap .ja-img.ja-lcp-img,.ja-img-wrap .ja-lcp-img{opacity:1!important;transition:none!important}.ja-img-wrap .ja-img-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.ja-img-wrap .ja-img-spinner::after{content:'';width:28px;height:28px;border-radius:50%;border:2px solid rgba(227,167,34,.25);border-top-color:var(--gold,var(--gold));animation:jaImgSpin .7s linear infinite}.ja-img-wrap.is-loaded .ja-img-spinner{display:none}.av .ja-img-wrap{width:100%;height:100%}.av .ja-img-wrap img{width:100%;height:100%;object-fit:cover}.hub-thumb>.ja-img-wrap{width:100%;height:100%;min-height:140px}.hub-thumb .ja-img{width:100%;height:100%;object-fit:cover}.ja-img-wrap--round .ja-img-spinner::after{width:14px;height:14px}@keyframes jaImgShine{0%{background-position:100% 0}100%{background-position:-100% 0}}@keyframes jaImgSpin{to{transform:rotate(360deg)}}@media (max-width:767px){.hero-visual>.ja-img-wrap,.hero-visual>.ja-img-wrap .ja-img,.hero-visual>img{max-width:100%}.globe-head .tag img{width:12px;height:12px}.globe-head .tag{font-size:10px;letter-spacing:.06em}.ja-img-wrap--card .ja-img{width:100%;height:100%;object-fit:cover;display:block}}@media (prefers-reduced-motion:reduce){.ja-img-wrap{animation:none;background:#f0ebe0}.ja-img-wrap .ja-img-spinner::after{animation:none;border-color:rgba(227,167,34,.45)}.ja-img-wrap .ja-img,.ja-img-wrap.is-loaded .ja-img{opacity:1;transition:none}}.grecaptcha-badge{visibility:hidden}.ja-recaptcha-note{font-size:11px;line-height:1.5;color:var(--slate-light,#7a7a7a);margin-top:10px}.ja-recaptcha-note a{color:inherit;text-decoration:underline}