@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";body{--home-ink: #211b17;--home-muted: #635b54;--home-paper: #fcfaf5;--home-paper-2: #f4eee3;--home-surface: #fffefa;--home-brown: #8b5a2b;--home-brown-deep: #5f381a;--home-brown-soft: #b88a60;--home-gold: #e0c05a;--home-gold-deep: #bd982d;--home-line: rgba(74, 51, 33, .16);--home-line-strong: rgba(74, 51, 33, .3);--home-shadow: 0 12px 30px rgba(51, 35, 23, .075);--font: "Poppins", "Inter", system-ui, sans-serif;--font-heading: "Poppins", "Inter", system-ui, sans-serif;color:var(--home-ink);background:var(--home-paper);font-size:15px;line-height:1.65}[data-theme=dark] body{--home-ink: #f5efe5;--home-muted: #c0b4a6;--home-paper: #17130f;--home-paper-2: #211a15;--home-surface: #261f19;--home-brown: #b77b43;--home-brown-deep: #e0a15f;--home-brown-soft: #c99a6c;--home-gold: #e0c05a;--home-gold-deep: #f0d97a;--home-line: rgba(234, 216, 190, .13);--home-line-strong: rgba(234, 216, 190, .25);--home-shadow: 0 16px 38px rgba(0, 0, 0, .3)}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--home-ink);font-family:var(--font-heading);line-height:1.16;letter-spacing:-.03em}body h1{font-size:clamp(2.65rem,5.4vw,4.9rem)}body h2{font-size:clamp(1.9rem,3.7vw,3.2rem)}body h3{font-size:clamp(1.05rem,1.6vw,1.25rem)}body p{color:var(--home-muted)}body .container{max-width:1180px}body section,body .section{padding:clamp(4rem,6.5vw,6rem) 0}body .section--alt{background:var(--home-paper-2)}body .section-label{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:.85rem;color:var(--home-brown);font-size:.68rem;font-weight:800;letter-spacing:.12em}body .section-label:before{content:"";width:18px;height:2px;border-radius:2px;background:var(--home-gold-deep)}body .section-title{margin-bottom:.85rem}body .section-subtitle{max-width:650px;margin-bottom:2.5rem;color:var(--home-muted);font-size:clamp(1rem,1.35vw,1.12rem)}body .btn{min-height:48px;padding:.74rem 1.25rem;gap:.65rem;border-width:1px;border-radius:10px;font-size:.82rem;font-weight:700;letter-spacing:0;box-shadow:none;transition:color .24s ease,background .24s ease,border-color .24s ease,transform .24s ease}body .btn-lg{padding:.8rem 1.35rem;font-size:.84rem;border-radius:10px}body .btn-sm{min-height:40px;padding:.55rem .9rem;font-size:.76rem}body .btn-primary{color:#211b17;background:var(--home-gold);border-color:var(--home-gold-deep)}body .btn-primary:hover{color:#fffaf2;background:#5f381a;border-color:#5f381a;box-shadow:none;transform:translateY(-1px)}body .btn-outline{color:var(--home-ink);border-color:var(--home-line-strong)}body .btn-outline:hover{color:var(--home-brown-deep);background:var(--home-paper-2);border-color:var(--home-brown);transform:translateY(-1px)}body .btn-gold{color:#211b17;background:var(--home-gold);border-color:var(--home-gold-deep)}body .btn-gold:hover{color:#fffaf2;background:#5f381a;border-color:#5f381a;box-shadow:none;transform:translateY(-1px)}body .btn-outline-white{color:#fff8ee;border-color:#fff8ee80}body .btn-outline-white:hover{color:#211b17;background:#fff8ee}body .header{height:78px;background:color-mix(in srgb,var(--home-paper) 92%,transparent);border-bottom:1px solid var(--home-line);backdrop-filter:blur(16px) saturate(115%);box-shadow:none}body .header.scrolled{background:var(--home-surface);box-shadow:0 6px 20px #3323170f}body .header .logo{color:var(--home-ink);font-size:1rem;font-weight:700}body .header .logo img{width:44px;height:44px;border:1px solid var(--home-line)}@media(max-width:380px){body .header .logo{gap:.5rem;font-size:.82rem}body .header .logo img{width:36px;height:36px}}body .nav>a:not(.nav-cta),body .nav .nav-dropdown>.nav-dropdown-toggle{position:relative;padding:.6rem .75rem;color:var(--home-ink);border-radius:0;font-size:.82rem;font-weight:600}body .nav>a:not(.nav-cta):hover,body .nav .nav-dropdown:hover>.nav-dropdown-toggle{color:var(--home-brown);background:transparent}body .nav>a:not(.nav-cta).active,body .nav .nav-dropdown.open>.nav-dropdown-toggle{color:var(--home-brown);background:transparent}body .nav>a:not(.nav-cta):hover,body .nav>a:not(.nav-cta).active,body .nav .nav-dropdown:hover>.nav-dropdown-toggle,body .nav .nav-dropdown.open>.nav-dropdown-toggle{border-radius:8px}body .nav-dropdown-menu{padding:.55rem;background:var(--home-surface);border:1px solid var(--home-line);border-radius:12px;box-shadow:var(--home-shadow)}body .nav-dropdown-menu a{padding:.7rem .75rem;color:var(--home-ink);border-radius:8px;font-size:.82rem;font-weight:600}body .nav-dropdown-menu a:hover,body .nav-dropdown-menu a.active{color:var(--home-brown);background:var(--home-paper-2)}body .nav-dropdown-menu a i{color:var(--home-brown)}body .theme-toggle{width:42px;height:42px;color:var(--home-brown);background:transparent;border:1px solid var(--home-line);border-radius:10px}body .hamburger span{background:var(--home-brown)}body .hero{min-height:min(740px,100vh);padding:calc(var(--header-h) + 4.5rem) 0 5rem;background:linear-gradient(110deg,var(--home-paper) 0 58%,color-mix(in srgb,var(--home-gold) 12%,var(--home-paper)) 58% 100%)}body .hero .container{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(2.5rem,5vw,5rem);align-items:center}body .hero-content{max-width:620px}body .hero-content .tagline{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;color:var(--home-brown);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}body .hero-content .tagline:before{content:"";width:18px;height:2px;background:var(--home-gold-deep)}body .hero-content h1{max-width:620px;margin-bottom:1.25rem;font-weight:700}body .hero-content h1 span{color:var(--home-brown)}body .hero-content>p{max-width:610px;margin-bottom:1.75rem;color:var(--home-muted);font-size:clamp(1rem,1.35vw,1.12rem)}body .hero-content .btn-group{gap:.75rem}body .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:2.25rem;padding-top:1.25rem;border-top:1px solid var(--home-line)}body .hero-stat{padding:0 1rem;border-right:1px solid var(--home-line)}body .hero-stat:first-child{padding-left:0}body .hero-stat:last-child{border-right:0}body .hero-stat h3{margin-bottom:.2rem;color:var(--home-brown);font-size:clamp(1.4rem,2.4vw,2rem)}body .hero-stat p{color:var(--home-muted);font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}body .hero-visual{width:100%;max-width:570px;justify-self:end;padding:.5rem;border:1px solid var(--home-line-strong);border-radius:16px;background:var(--home-surface);box-shadow:var(--home-shadow)}body .hero-slider{max-width:none;aspect-ratio:16 / 10;overflow:hidden;border-radius:10px;background:linear-gradient(145deg,#2b1c13,#5f381f)}body .hero-slider:before,body .hero-slider:after{display:none}body .hero-slide{inset:0;transform:none}body .hero-slide.active{transform:none}body .hero-slide img{left:50%;bottom:0;width:100%;height:108%;object-fit:contain;transform:translate(-50%);filter:saturate(.86) contrast(1.02)}body .hero-slide.active img,body .hero-slide.is-entering img{animation:none}body #training-areas .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem;margin-top:.25rem}body #training-areas .card{min-height:0;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"icon title" "icon copy" ". action";gap:.25rem 1rem;padding:1.2rem 0;border:0;border-top:2px solid var(--home-gold-deep);border-radius:0;background:transparent;box-shadow:none;transform:none}body #training-areas .card:hover{border-top-color:var(--home-brown);background:transparent;box-shadow:none;transform:none}body #training-areas .card-icon{grid-area:icon;width:42px;height:42px;margin:0;color:var(--home-brown-deep);border:0;border-radius:50%;background:color-mix(in srgb,var(--home-gold) 28%,var(--home-paper));font-size:1rem}body #training-areas .card h3{grid-area:title;align-self:end;margin:0}body #training-areas .card p{grid-area:copy;margin:0;color:var(--home-muted);font-size:.84rem;line-height:1.55}body #training-areas .card .btn{grid-area:action;width:fit-content;min-height:auto;margin-top:.35rem;padding:.2rem 0;color:var(--home-brown);border:0;background:transparent}body #training-areas .card .btn:hover{color:var(--home-brown-deep);transform:none}body #home-online-tuition .two-col,body #why-ihs .two-col,body #resources-preview .two-col,body #contact .two-col{gap:clamp(3rem,7vw,7rem)}body #home-online-tuition .two-col>div:last-child,body #why-ihs .two-col>div:last-child{min-height:420px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:#2a1d15}body #home-online-tuition .home-section-illustration,body #why-ihs .home-section-illustration{width:118%;max-width:none;height:auto;object-fit:contain}body .icon-list{margin-top:1.75rem}body .icon-list li{margin-bottom:1.1rem;color:var(--home-muted)}body .icon-list li .icon-check{width:22px;height:22px;color:#211b17;background:var(--home-gold)}body .cta-banner{padding:clamp(3rem,6vw,5rem) 0;color:#211b17;background:var(--home-gold);border-block:1px solid var(--home-gold-deep)}body .cta-banner h2{color:#211b17}body .cta-banner p{color:#493b2d}body .cta-banner .btn-gold{color:#fffaf2;background:#5f381a;border-color:#5f381a}body .cta-banner .btn-outline-white{color:#211b17;border-color:#211b1773}body .cta-banner .btn-outline-white:hover{color:#fffaf2;background:#5f381a;border-color:#5f381a}[data-theme=dark] body .cta-banner .btn-gold{color:#211b17;background:#e0c05a;border-color:#f0d97a}[data-theme=dark] body .cta-banner .btn-gold:hover{color:#211b17;background:#f0d97a;border-color:#f0d97a}body #trainers-preview .grid{gap:1.15rem}body #trainers-preview .trainer-card{padding:0;color:var(--home-ink);background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}body #trainers-preview .trainer-card:hover{background:transparent;box-shadow:none;transform:none}body #trainers-preview .trainer-card img{width:100%;aspect-ratio:4 / 4.6;margin:0 0 1rem;padding:0;border:0;border-radius:14px;object-position:center top;filter:saturate(.78);transition:filter .3s ease,transform .5s ease}body #trainers-preview .trainer-card:hover img{filter:saturate(.96);transform:scale(1.012)}body #trainers-preview .trainer-card h3{margin-bottom:.25rem;padding:0 .1rem;color:var(--home-ink);font-size:1.05rem;font-weight:700;-webkit-text-stroke:0}body #trainers-preview .trainer-card h4{order:-1;margin-bottom:.35rem;padding:0 .1rem;color:var(--home-brown);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}body #trainers-preview .trainer-card p{padding:0 .1rem;color:var(--home-muted);font-size:.82rem}body #resources-preview .two-col>div:last-child{display:grid;gap:0}body #resources-preview .card{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-areas:"icon title" "icon copy";gap:.25rem .95rem;margin:0!important;padding:1.35rem 0;border:0;border-top:1px solid var(--home-line-strong);border-radius:0;background:transparent;box-shadow:none;transform:none}body #resources-preview .card-icon{grid-area:icon;width:40px;height:40px;margin:0;border:0;border-radius:50%;color:var(--home-brown);background:color-mix(in srgb,var(--home-gold) 28%,var(--home-paper));font-size:1rem}body #resources-preview .card h3{grid-area:title;margin:0;align-self:end}body #resources-preview .card p{grid-area:copy;margin:0;color:var(--home-muted);font-size:.84rem}body #success-stories .grid{gap:1rem}body #success-stories .card{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;padding:1.35rem 1.35rem 1.35rem 1.55rem;border:0;border-left:3px solid var(--home-gold-deep);border-radius:0;background:transparent;box-shadow:none;transform:none}body #success-stories .card:hover{background:transparent;box-shadow:none;transform:none}body #success-stories .card p:first-child{color:var(--home-ink);font-size:1rem;line-height:1.65}body #success-stories .card p:last-child{color:var(--home-brown)!important;font-size:.78rem}body #sponsor-cta{background:#2a1d15;border-block:1px solid rgba(224,192,90,.25)}body #sponsor-cta .section-label,body #sponsor-cta .section-title{color:#fff8ee}body #sponsor-cta .section-subtitle{color:#d8cab8!important}body #blog-preview .grid{gap:1.25rem}body #blog-preview .blog-card{padding:0;height:100%;overflow:hidden;border:1px solid var(--home-line);border-radius:14px;background:var(--home-surface);box-shadow:none;transform:none}body #blog-preview .blog-card:hover{background:color-mix(in srgb,var(--home-gold) 5%,var(--home-surface));border-color:var(--home-brown-soft);box-shadow:none;transform:none}body #blog-preview .blog-card-image{aspect-ratio:16 / 10;border-radius:13px 13px 0 0;filter:saturate(.82)}body #blog-preview .blog-card-content{padding:1.25rem!important}body #blog-preview .category-badge{color:var(--home-brown)!important;background:transparent!important;padding:0!important;font-size:.66rem!important;font-weight:800;letter-spacing:.1em;text-transform:uppercase}body #blog-preview .blog-card h3{margin:.4rem 0!important}body #blog-preview .blog-meta{color:var(--home-muted)!important;font-size:.72rem!important}body #blog-preview .blog-description{color:var(--home-muted);font-size:.84rem}body #blog-preview .blog-card-read-more{min-height:auto;padding:.2rem 0;color:var(--home-brown);background:transparent;border:0}body #blog-preview .blog-card-read-more:hover{color:var(--home-brown-deep);transform:none}body #faq-preview .accordion{max-width:860px;border-top:1px solid var(--home-line-strong)}body #faq-preview .accordion-item{margin:0;border:0;border-bottom:1px solid var(--home-line-strong);border-radius:0;background:transparent;box-shadow:none}body #faq-preview .accordion-item.active{border-color:var(--home-brown-soft);box-shadow:none}body #faq-preview .accordion-header{padding:1.25rem 0;color:var(--home-ink);background:transparent;font-size:.9rem;font-weight:700}body #faq-preview .accordion-header:hover{color:var(--home-brown);background:transparent}body #faq-preview .accordion-body-inner{padding:0 0 1.35rem;color:var(--home-muted)}body #faq-preview .accordion-icon:before,body #faq-preview .accordion-icon:after{background:var(--home-brown)}body #get-in-touch-card-home{padding-bottom:0}body #get-in-touch-card-home .get-in-touch-card{max-width:none;padding:clamp(2.75rem,6vw,5rem);text-align:left;background:var(--home-gold);border:1px solid var(--home-gold-deep);border-radius:18px;box-shadow:none}body #get-in-touch-card-home .get-in-touch-card h2,body #get-in-touch-card-home .get-in-touch-card p,body #get-in-touch-card-home .get-in-touch-card a:not(.btn){color:#211b17}body #get-in-touch-card-home .get-in-touch-card p+p{margin-top:0}body #get-in-touch-card-home .get-in-touch-card .btn{margin-top:.5rem;color:#fffaf2;background:#5f381a;border:1px solid #5f381a;box-shadow:none}body #contact .form-card{max-width:none;padding:clamp(1.5rem,4vw,2.5rem);background:var(--home-surface);border:1px solid var(--home-line-strong);border-radius:16px;box-shadow:none}body #contact .form-group label{color:var(--home-ink);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}body #contact .form-control,body #contact .country-dropdown-toggle{color:var(--home-ink);background:var(--home-paper);border:1px solid var(--home-line);border-radius:9px}body #contact .form-control:focus,body #contact .country-dropdown-toggle:focus{border-color:var(--home-brown);box-shadow:0 0 0 3px color-mix(in srgb,var(--home-brown) 15%,transparent)}body #contact .country-dropdown-menu{background:var(--home-surface);border-color:var(--home-line);box-shadow:var(--home-shadow)}body .footer{padding:4rem 0 0;color:#e8ddce;background:#3d2415}body .footer-grid{gap:3rem;border-bottom-color:#ffffff1a}body .footer-brand .logo,body .footer-brand .tagline-footer{color:var(--home-gold)}body .footer-brand p,body .footer-links a{color:#bfb1a2;font-size:.82rem}body .footer h4{color:var(--home-gold);font-size:.68rem;font-weight:800;letter-spacing:.12em}body .footer-links a:hover{color:#fff8ee;padding-left:0}body .footer-socials a{color:#fff8ee;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}body .footer-socials a:hover{color:#211b17;background:var(--home-gold)}body .footer-bottom,body .footer-bottom a{color:#aa9b8c}@media(max-width:992px){body .nav{background:var(--home-surface)}body .nav-dropdown-menu{padding:0;border:none;background:var(--home-paper-2);box-shadow:none}body .hero{min-height:auto;padding:calc(var(--header-h) + 3rem) 0 5rem;background:linear-gradient(180deg,var(--home-paper) 0 54%,color-mix(in srgb,var(--home-gold) 12%,var(--home-paper)) 54% 100%)}body .hero .container{grid-template-columns:1fr}body .hero-visual{max-width:700px;justify-self:center}body #trainers-preview .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){body .hero .container{gap:2.5rem}body .hero-content{max-width:none}body #training-areas .grid{grid-template-columns:1fr}body #home-online-tuition .two-col>div:last-child,body #why-ihs .two-col>div:last-child{min-height:330px}body #resources-preview .two-col{gap:2.5rem}}@media(max-width:600px){body section,body .section{padding:3.75rem 0}body h1{font-size:clamp(2.35rem,11vw,3.65rem)}body .hero{padding-top:calc(var(--header-h) + 2.5rem)}body .hero-stats{grid-template-columns:1fr;border-top:0}body .hero-stat,body .hero-stat:first-child{display:flex;justify-content:space-between;align-items:baseline;padding:.8rem 0;border-right:0;border-top:1px solid var(--home-line)}body .hero-stat p{margin:0}body #trainers-preview .grid{grid-template-columns:1fr}body #trainers-preview .trainer-card{max-width:420px;margin-inline:auto}body #get-in-touch-card-home .get-in-touch-card{padding:2rem 1.35rem}}@media(max-width:425px){body .hero{background:var(--home-paper)}body .hero-content .btn-group{align-items:stretch}body .hero-content .btn-group .btn{width:100%}body .hero-slider{aspect-ratio:4 / 3}body .cta-banner .btn-group{align-items:stretch}body .cta-banner .btn{width:100%}}@media(prefers-reduced-motion:reduce){body .hero-slide,body .hero-slide img,body [data-aos]{animation:none!important;transition-duration:.01ms!important}}.premium-home{color:var(--home-ink);background:var(--home-paper);font-family:Poppins,Segoe UI,Arial,sans-serif}.premium-home *,.premium-home *:before,.premium-home *:after{box-sizing:border-box}.premium-home>.section,.premium-home>section{position:relative;padding:clamp(4rem,6.5vw,6rem) 0}.premium-home .section--alt{background:var(--home-paper-2)}.premium-home .home-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,410px);gap:2.5rem;align-items:end;margin-bottom:2.5rem}.premium-home .home-section-head .section-title,.premium-home .home-section-head .section-subtitle{margin-bottom:0}.premium-home .home-section-head--centered{display:block;max-width:720px;margin-inline:auto;text-align:center}.premium-home .home-section-head--centered .section-label{justify-content:center}.premium-home .home-section-head--centered .section-subtitle{margin:1.15rem auto 0}.premium-home #training-areas .home-section-head{display:block}.premium-home #training-areas .home-section-head .section-subtitle{max-width:820px;margin-top:1rem}body:has(.premium-home) .header{position:sticky;top:0;min-height:78px;background:var(--home-surface);border-bottom:1px solid var(--home-line);backdrop-filter:none}body:has(.premium-home) .header.scrolled{background:var(--home-surface);border-bottom-color:var(--home-line);box-shadow:var(--home-shadow)}body:has(.premium-home) .nav>a:not(.nav-cta):after,body:has(.premium-home) .nav .nav-dropdown-toggle:after{content:"";position:absolute;right:.75rem;bottom:.22rem;left:.75rem;height:2px;border-radius:2px;background:var(--home-gold-deep);transform:scaleX(0);transition:transform .25s cubic-bezier(.22,1,.36,1)}body:has(.premium-home) .nav>a:not(.nav-cta):hover:after,body:has(.premium-home) .nav>a:not(.nav-cta).active:after,body:has(.premium-home) .nav .nav-dropdown:hover>.nav-dropdown-toggle:after,body:has(.premium-home) .nav .nav-dropdown.open>.nav-dropdown-toggle:after{transform:scaleX(1)}.premium-home .hero{min-height:min(700px,calc(100vh - 78px));display:grid;align-items:center;overflow:clip;padding:clamp(4rem,6.5vw,6rem) 0;background:linear-gradient(110deg,var(--home-paper) 0 58%,color-mix(in srgb,var(--home-gold) 12%,var(--home-paper)) 58% 100%)}.premium-home .hero:before,.premium-home .hero:after{display:none}.premium-home .hero .container{position:relative;isolation:isolate;width:min(calc(100% - 2.5rem),1280px);grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);column-gap:clamp(4rem,7vw,7rem);row-gap:3rem;align-items:start}.premium-home .hero-content h1{container-type:inline-size}.premium-home .hero-location-rotator{display:block;min-width:0;white-space:nowrap;font-size:min(1em,11.1cqw)}.premium-home .hero-location-rotator .hero-word{display:inline-block;white-space:nowrap}.premium-home .hero-content>*{animation:home-hero-in .8s cubic-bezier(.22,1,.36,1) both}.premium-home .hero-content>:nth-child(2){animation-delay:.08s}.premium-home .hero-content>:nth-child(3){animation-delay:.16s}.premium-home .hero-content>:nth-child(4){animation-delay:.24s}.premium-home .hero-content>:nth-child(5){animation-delay:.32s}.premium-home .home-hero-illustration{position:absolute;inset:-4rem -2vw 0 30%;z-index:-1;overflow:hidden;pointer-events:none;animation:home-hero-visual-in 1s .15s cubic-bezier(.22,1,.36,1) both}.premium-home .home-hero-illustration img{position:absolute;top:43%;right:0;display:block;width:min(66vw,840px);max-width:none;height:auto;object-fit:contain;opacity:.3;transform:translateY(-50%);-webkit-mask-image:radial-gradient(ellipse 68% 74% at 68% 43%,#000 48%,transparent 100%);mask-image:radial-gradient(ellipse 68% 74% at 68% 43%,#000 48%,transparent 100%)}@keyframes home-hero-in{0%{opacity:0;transform:translateY(22px)}}@keyframes home-hero-visual-in{0%{opacity:0;transform:translate(24px) scale(.98)}}.premium-home .hero-stats{grid-column:1 / -1;margin-inline:-1rem;overflow:hidden;margin-top:0;padding:0;border:1px solid var(--home-gold-deep);border-radius:14px;background:var(--home-gold);animation:home-hero-in .8s .32s cubic-bezier(.22,1,.36,1) both}.premium-home .hero-stat,.premium-home .hero-stat:first-child{padding:1.45rem 1.15rem;border-right:1px solid rgba(33,27,23,.2)}.premium-home .hero-stat:last-child{border-right:0}.premium-home .hero-stat h3{color:#211b17}.premium-home .hero-stat p{color:#493b2d}.premium-home #training-areas .home-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,410px);gap:2.5rem;align-items:end}.premium-home #training-areas .home-section-head .section-subtitle{max-width:none;margin:0}.premium-home #training-areas .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 1.5rem;align-items:stretch;margin-top:0}.premium-home #training-areas .card:hover .card-icon{transform:none;box-shadow:none}.premium-home #training-areas>.container>.mt-4,.premium-home #trainers-preview>.container>.mt-4,.premium-home #success-stories>.container>.mt-4,.premium-home #blog-preview>.container>.mt-4,.premium-home #faq-preview>.container>.mt-4{display:flex;justify-content:flex-start;margin-top:2rem;text-align:left}.premium-home .mt-4 .btn{color:var(--home-ink);background:transparent;border:1px solid var(--home-line-strong)}.premium-home .mt-4 .btn:hover{color:var(--home-brown-deep);background:var(--home-paper-2);border-color:var(--home-brown);box-shadow:none;transform:translateY(-1px)}.premium-home #home-online-tuition .two-col,.premium-home #why-ihs .two-col,.premium-home #resources-preview .two-col,.premium-home #contact .two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem)}.premium-home #home-online-tuition .two-col>div:first-child,.premium-home #why-ihs .two-col>div:first-child{order:2}.premium-home #home-online-tuition .two-col>div:last-child,.premium-home #why-ihs .two-col>div:last-child{order:1}.premium-home #home-online-tuition .two-col>div:last-child,.premium-home #why-ihs .two-col>div:last-child{min-height:460px;border-radius:18px;background:#2a1d15;box-shadow:none}.premium-home #why-ihs .icon-list{position:relative;margin:2rem 0 0;padding:0}.premium-home #why-ihs .icon-list:before{content:"";position:absolute;top:12px;bottom:12px;left:14px;width:1px;background:var(--home-line-strong)}.premium-home #why-ihs .icon-list li{position:relative;margin:0 0 2rem;padding:0 0 0 3.2rem;color:var(--home-muted)}.premium-home #why-ihs .icon-list li:last-child{margin-bottom:0}.premium-home #why-ihs .icon-list li:before{content:"";position:absolute;left:8px;top:6px;width:13px;height:13px;border:4px solid var(--home-paper);border-radius:50%;background:var(--home-gold-deep);box-shadow:0 0 0 1px var(--home-line-strong)}.premium-home #why-ihs .icon-list li .icon-check{display:none}.premium-home #why-ihs .icon-list li strong{display:block;margin-bottom:.15rem;color:var(--home-ink);font-weight:600;letter-spacing:-.018em}.premium-home #why-ihs .icon-list li span:not(.icon-check){display:block;font-size:.9rem;line-height:1.55}[data-theme=dark] .premium-home #why-ihs .icon-list li:before{border-color:var(--home-paper)}.premium-home #trainers-preview{background:var(--home-paper-2)}.premium-home #success-stories .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.premium-home #success-stories .card{display:flex;flex-direction:column;min-height:250px;padding:1.25rem 1.25rem 1.25rem 1.5rem;overflow:visible;border:0;border-left:3px solid var(--home-gold-deep);border-radius:0;background:transparent;box-shadow:none;transform:none}.premium-home #success-stories .card:before{content:"“";display:block;color:var(--home-gold-deep);font:700 3rem/.8 var(--font-heading)}.premium-home #success-stories .card p:first-child{margin:1.1rem 0 1.5rem;color:var(--home-ink)!important;font-style:normal!important;font-weight:500;font-size:1.02rem;line-height:1.65}.premium-home #success-stories .card p:last-child{margin:0;color:var(--home-brown)!important;font-size:.78rem}.premium-home #success-stories .card:after{left:0;right:0;width:auto;transform:none;opacity:0;background:var(--home-gold-deep);transition:opacity .3s ease}.premium-home #success-stories .card:hover:after{opacity:1}@media(min-width:681px){.premium-home #success-stories .card:not(:last-child):after{right:-1rem}}.premium-home #blog-preview{background:var(--home-paper-2)}.premium-home #blog-preview .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;align-items:stretch}.premium-home #blog-preview .blog-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;border:1px solid var(--home-line);border-radius:14px;background:var(--home-surface);box-shadow:none;transform:none}.premium-home #blog-preview .blog-card:hover{background:color-mix(in srgb,var(--home-gold) 5%,var(--home-surface));border-color:var(--home-brown-soft);box-shadow:none;transform:none}.premium-home #blog-preview .blog-card-image{width:100%;aspect-ratio:16 / 10;border-radius:13px 13px 0 0;filter:saturate(.82);transition:transform .6s var(--ease, cubic-bezier(.22, 1, .36, 1))}.premium-home #blog-preview .blog-card-image-link{display:block;overflow:hidden;border-radius:13px 13px 0 0}.premium-home #blog-preview .blog-card:hover .blog-card-image{transform:scale(1.035)}.premium-home #blog-preview .blog-card-content{display:flex;flex-direction:column;flex:1;padding:1.25rem!important}.premium-home #blog-preview .blog-card h3{margin:.4rem 0!important;font-size:clamp(1.05rem,1.6vw,1.25rem)}.premium-home #blog-preview .blog-card-read-more{margin-top:auto;align-self:flex-start}.premium-home #faq-preview{background:var(--home-paper)}.premium-home #faq-preview .accordion{max-width:none;border-top:1px solid var(--home-line-strong)}.premium-home #faq-preview .accordion-item{margin:0;border:0;border-bottom:1px solid var(--home-line-strong);border-radius:0;background:transparent;box-shadow:none}.premium-home #faq-preview .accordion-item.active{border-color:var(--home-brown-soft);box-shadow:none}.premium-home #faq-preview .accordion-header{padding:1.4rem 0;color:var(--home-ink);background:transparent;font-size:.95rem;font-weight:800}.premium-home #faq-preview .accordion-header:hover{color:var(--home-brown);background:transparent}.premium-home #faq-preview .accordion-body-inner{padding:0 0 1.5rem;color:var(--home-muted)}.premium-home #faq-preview .accordion-body-inner p{max-width:760px}.premium-home #faq-preview .accordion-icon:before,.premium-home #faq-preview .accordion-icon:after{background:var(--home-brown)}.premium-home #get-in-touch-card-home{padding-bottom:clamp(4rem,6.5vw,6rem);background:var(--home-paper)}.premium-home #get-in-touch-card-home .get-in-touch-card{max-width:none;padding:clamp(2.75rem,6vw,5rem);text-align:left;background:var(--home-gold);border:1px solid var(--home-gold-deep);border-radius:18px;box-shadow:none}.premium-home #get-in-touch-card-home .get-in-touch-card h2{max-width:760px;color:#211b17}.premium-home #get-in-touch-card-home .get-in-touch-card p,.premium-home #get-in-touch-card-home .get-in-touch-card a:not(.btn){color:#493b2d}.premium-home #get-in-touch-card-home .get-in-touch-card p+p{margin-top:0}.premium-home #get-in-touch-card-home .get-in-touch-card .btn{margin-top:1.7rem;color:#fffaf2;background:#5f381a;border:1px solid #5f381a;box-shadow:none}.premium-home #contact{background:var(--home-paper)}.premium-home .cta-banner{padding:clamp(4rem,6.5vw,6rem) 0;color:#211b17;background:transparent;border:0}[data-theme=dark] .premium-home .cta-banner{background:transparent}[data-theme=dark] .premium-home .cta-banner h2{color:#211b17}[data-theme=dark] .premium-home .cta-banner p{color:#493b2d}.premium-home .cta-banner .container{padding:clamp(2.75rem,6vw,5rem);border:1px solid var(--home-gold-deep);border-radius:18px;background:var(--home-gold);text-align:left}.premium-home .cta-banner h2{max-width:760px;color:#211b17}.premium-home .cta-banner p{max-width:610px;margin:1rem 0 1.7rem;color:#493b2d}.premium-home .cta-banner .btn-group{justify-content:flex-start}.premium-home .cta-banner .btn-gold{color:#fffaf2;background:#5f381a;border-color:#5f381a}.premium-home .cta-banner .btn-gold:hover{color:#211b17;background:var(--home-gold);border-color:var(--home-gold-deep);transform:translateY(-1px)}.premium-home .cta-banner .btn-outline-white{color:#211b17;background:transparent;border-color:#211b1773}.premium-home .cta-banner .btn-outline-white:hover{color:#fffaf2;background:#5f381a;border-color:#5f381a;transform:translateY(-1px)}.premium-home #sponsor-cta{background:#211711;border-block:0}[data-theme=dark] .premium-home #sponsor-cta{background:#211711}.premium-home #sponsor-cta .section-label,.premium-home #sponsor-cta .section-title{color:#fff8ee}.premium-home #sponsor-cta .section-subtitle{color:#d8cab8!important}.premium-home #sponsor-cta .btn-gold{color:#211b17;background:var(--home-gold);border-color:var(--home-gold)}.premium-home #sponsor-cta .btn-gold:hover{color:#fffaf2;background:#5f381a;border-color:#5f381a;transform:translateY(-1px)}.premium-home #contact .form-card{max-width:none;padding:clamp(1.5rem,4vw,2.5rem);background:var(--home-surface);border:1px solid var(--home-line-strong);border-radius:16px;box-shadow:none}.premium-home #contact .form-group label{color:var(--home-ink);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.premium-home #contact .form-control,.premium-home #contact .country-dropdown-toggle{padding:.85rem 1rem;color:var(--home-ink);background:var(--home-paper);border:1px solid var(--home-line);border-radius:11px}.premium-home #contact .form-control:focus,.premium-home #contact .country-dropdown-toggle:focus{border-color:var(--home-brown);box-shadow:0 0 0 3px color-mix(in srgb,var(--home-brown) 15%,transparent)}.premium-home #contact textarea.form-control{min-height:130px}.premium-home #contact .country-dropdown-menu{background:var(--home-surface);border-color:var(--home-line);box-shadow:var(--home-shadow)}.premium-home [data-aos]{transition-timing-function:cubic-bezier(.22,1,.36,1)!important}@media(max-width:1000px){body:has(.premium-home) .nav>a:not(.nav-cta):after,body:has(.premium-home) .nav .nav-dropdown-toggle:after{display:none}.premium-home .hero{min-height:auto;padding:4rem 0 6rem;background:linear-gradient(180deg,var(--home-paper) 0 48%,color-mix(in srgb,var(--home-gold) 12%,var(--home-paper)) 48% 100%)}.premium-home .hero .container,.premium-home #home-online-tuition .two-col,.premium-home #why-ihs .two-col,.premium-home #resources-preview .two-col,.premium-home #contact .two-col{grid-template-columns:1fr}.premium-home .hero .container{row-gap:3rem}.premium-home .home-hero-illustration{inset:-3rem -2vw 0 24%}.premium-home .home-hero-illustration img{width:min(124vw,900px);opacity:.18}.premium-home .hero-stats{margin-inline:0}.premium-home #home-online-tuition .two-col>div,.premium-home #why-ihs .two-col>div{order:0}.premium-home #training-areas .grid{grid-template-columns:1fr 1fr}.premium-home #blog-preview .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.premium-home>.section,.premium-home>section{padding:3.75rem 0}.premium-home .home-section-head{display:block;margin-bottom:2rem}.premium-home .home-section-head .section-subtitle{margin-top:1rem}.premium-home #training-areas .home-section-head{display:block}.premium-home #training-areas .home-section-head .section-subtitle{margin-top:1rem}.premium-home .home-hero-illustration{inset:-2rem -4vw 0 16%}.premium-home .home-hero-illustration img{width:min(170vw,760px);opacity:.14}.premium-home #training-areas .grid,.premium-home #blog-preview .grid,.premium-home #success-stories .grid{grid-template-columns:1fr}.premium-home .cta-banner .btn-group{align-items:stretch}.premium-home .cta-banner .btn-group .btn,.premium-home #get-in-touch-card-home .get-in-touch-card .btn{width:100%}.premium-home .hero-stats{grid-template-columns:1fr}.premium-home .hero-stat,.premium-home .hero-stat:first-child{display:flex;justify-content:space-between;align-items:baseline;padding:.85rem 1rem;border-top:0;border-right:0;border-bottom:1px solid rgba(33,27,23,.2)}.premium-home .hero-stat:last-child{border-bottom:0}}@media(max-width:425px){.premium-home .hero{background:var(--home-paper)}}@media(prefers-reduced-motion:reduce){.premium-home *,.premium-home *:before,.premium-home *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
