.guide-page{--g-warm:#faf7f0;--g-vanilla:#fdebc6;--g-pink:#fce7ee;--g-turquoise:#07ada5;--g-teal:#026f71;--g-red:#e67529;--g-text:#374343;--g-white:#fff;--g-border:#ece9e1;--g-border-soft:#00000026;--g-light-green:#07ada51a;background:var(--g-warm);color:var(--g-text);font-family:var(--font-figtree),system-ui,sans-serif}.guide-page .g-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.guide-page .g-heading,.guide-page h1,.guide-page h2,.guide-page h3{font-family:var(--font-salmond),Georgia,serif;font-weight:400;color:var(--g-text);letter-spacing:-.01em}.guide-page .g-hero{position:relative;min-height:460px;display:flex;align-items:stretch;background-size:cover;background-position:50%;background-repeat:no-repeat;color:var(--g-white)}.guide-page .g-hero__inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:50px 20px;display:flex;flex-direction:column;justify-content:center}.guide-page .g-breadcrumb{font-size:14px;margin-bottom:14px;color:#b1e3e4cc}.guide-page .g-breadcrumb a{color:#b1e3e4cc;text-decoration:none}.guide-page .g-breadcrumb a:hover{color:#fff}.guide-page .g-hero__title{font-size:clamp(2.4rem,4.5vw,56px);font-weight:600;line-height:1.08;color:#fff;max-width:16ch}.guide-page .g-hero__sub{margin-top:16px;max-width:46ch;font-size:17px;line-height:1.5;color:#ffffffcc}.guide-page .g-hero__cta{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.guide-page .g-hero__accred{position:absolute;right:20px;bottom:34px;text-align:right;max-width:60%}.guide-page .g-hero__accred-label{font-size:13px;color:#ffffffcc;margin-bottom:10px}.guide-page .g-hero__accred-logos{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}.guide-page .g-hero__accred-logos img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.guide-page .g-hero__accred-text{margin-top:8px;font-size:12px;color:#ffffffb3}@media (max-width:820px){.guide-page .g-hero__accred{position:static;text-align:left;max-width:100%;margin-top:30px}.guide-page .g-hero__accred-logos{justify-content:flex-start}}.guide-page .g-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 26px;font-size:15px;font-weight:600;line-height:1;transition:all .2s ease;cursor:pointer}.guide-page .g-btn--primary{background:var(--g-turquoise);color:#fff}.guide-page .g-btn--primary:hover{background:var(--g-teal)}.guide-page .g-btn--secondary{background:#fff;color:var(--g-text);border:1px solid var(--g-border)}.guide-page .g-btn--secondary:hover{background:#faf7f0}.guide-page .g-btn--glass{background:hsla(0,0%,100%,.12);color:#fff;border:1px solid hsla(0,0%,100%,.28)}.guide-page .g-btn--glass:hover{background:hsla(0,0%,100%,.22)}.guide-page .g-body{padding:56px 0}.guide-page .g-content-filter{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.guide-page .g-col-main{flex:1;min-width:0}.guide-page .g-col-rail{flex:0 0 320px;position:sticky;top:94px}.guide-page .g-categories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}.guide-page .g-category{padding:10px 14px;border:1px solid var(--g-border);border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:var(--g-text);text-decoration:none;white-space:nowrap;transition:all .15s ease}.guide-page .g-category.is-active,.guide-page .g-category:hover{border-color:var(--g-turquoise);background:var(--g-light-green);font-weight:700}.guide-page .g-section{padding:28px 0;border-bottom:1px solid var(--g-border-soft);scroll-margin-top:90px}.guide-page .g-section:last-child{border-bottom:none}.guide-page .g-section__title{font-size:28px;margin-bottom:16px}.guide-page .g-prose{font-size:15px;line-height:1.7;color:var(--g-text)}.guide-page .g-prose p{margin-bottom:14px}.guide-page .g-prose a{color:var(--g-turquoise);text-decoration:underline}.guide-page .g-accordion-box{background:#fff;border-radius:24px;padding:8px 20px}.guide-page .g-acc{border-bottom:1px solid #e0e0e0}.guide-page .g-acc:last-child{border-bottom:none}.guide-page .g-acc>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 4px;cursor:pointer;list-style:none;font-size:16px;font-weight:500;color:var(--g-text)}.guide-page .g-acc>summary::-webkit-details-marker{display:none}.guide-page .g-acc__label{display:flex;align-items:center;gap:10px}.guide-page .g-acc__label:before{content:"";width:20px;height:20px;flex:0 0 20px;background:url(https://tefl.ie/wp-content/uploads/2025/10/sparkle-1.svg) 50%/contain no-repeat}.guide-page .g-acc__chevron{width:20px;height:20px;flex-shrink:0;transition:transform .3s ease;color:#666}.guide-page .g-acc[open] .g-acc__chevron{transform:rotate(180deg)}.guide-page .g-acc__content{padding:0 4px 18px;font-size:15px;line-height:1.6;color:#555}.guide-page .g-living-panel{background:var(--g-vanilla);border-radius:25px;padding:30px;margin-top:18px}.guide-page .g-living-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.guide-page .g-living-item{display:flex;align-items:center;gap:10px}.guide-page .g-living-item img{width:34px;height:34px;-o-object-fit:contain;object-fit:contain;flex:0 0 34px}.guide-page .g-living-item .g-living-label{font-size:14px;line-height:1.25}.guide-page .g-living-item .g-living-cost{font-weight:700}.guide-page .g-keyfacts{position:relative;border-radius:15px;min-height:400px;background-size:cover;background-position:50%;overflow:hidden}.guide-page .g-keyfacts__card{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:var(--g-pink);padding:22px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:286px;max-width:calc(100% - 48px)}.guide-page .g-keyfacts__item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:14px}.guide-page .g-keyfacts__item img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.guide-page .g-keyfacts__item b{color:#000}.guide-page .g-keypoints{background:#fff;border-radius:16px;padding:24px}.guide-page .g-keypoints__title{font-size:22px;margin-bottom:18px}.guide-page .g-keypoints__list{display:flex;flex-direction:column;gap:20px}.guide-page .g-keypoints__item{display:flex;align-items:center;gap:12px}.guide-page .g-keypoints__item img{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;flex:0 0 46px}.guide-page .g-keypoints__text{display:flex;flex-direction:column}.guide-page .g-keypoints__text .g-kp-label{font-size:14px;color:#6b7676}.guide-page .g-keypoints__text .g-kp-value{font-weight:700}.guide-page .g-keypoints__buttons{display:flex;flex-direction:column;gap:11px;margin-top:22px}.guide-page .home{background:#cce7e2;padding-bottom:3.5rem}.guide-page .g-courses{padding:56px 0;background:linear-gradient(180deg,transparent,transparent calc(100% - 40px),#cce7e2 calc(100% - 40px))}.guide-page .g-courses__title{font-size:40px;text-align:center;margin-bottom:28px}.guide-page .g-courses__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.guide-page .g-course-card{border-radius:24px;overflow:hidden;position:relative;min-height:500px;display:flex;align-items:flex-end;background-size:cover;background-position:top}.guide-page .g-course-card__content{position:relative;width:100%;padding:22px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.82) 30%,transparent)}.guide-page .g-course-label{display:inline-block;background:#fff;color:var(--g-text);font-weight:600;font-size:13px;padding:6px 10px;border-radius:8px;margin-bottom:12px}.guide-page .g-course-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.15)}.guide-page .g-course-name{font-weight:700;line-height:1.3;font-size:16px}.guide-page .g-course-price{font-weight:700;font-size:18px;white-space:nowrap}.guide-page .g-course-summary{padding-top:12px;font-size:14px;line-height:1.5}.guide-page .g-course-buttons{display:flex;gap:10px;margin-top:16px}.guide-page .g-course-buttons>*{flex:1}.guide-page .g-courses__compare{display:block;width:-moz-max-content;width:max-content;margin:30px auto 0}.guide-page .g-finder{padding:56px 0;overflow:hidden;background:var(--g-vanilla)}.guide-page .g-finder__row{display:flex;align-items:center;gap:32px}.guide-page .g-finder__header{flex:0 0 36%}.guide-page .g-finder__title{font-size:36px;line-height:1.15;margin-bottom:18px;color:#2d3f40}.guide-page .g-finder__title b{color:inherit;font-weight:700}.guide-page .g-finder__slider{flex:1;min-width:0}.guide-page .g-finder .card-slider__track{margin-right:calc(-1 * ((100vw - min(100vw, 1200px)) / 2 + 20px))}.guide-page .g-finder-card{position:relative;flex:0 0 220px;border-radius:20px;overflow:hidden;min-height:415px;display:flex;align-items:flex-end;padding:18px;color:#fff;background-size:cover;background-position:50%}.guide-page .g-finder-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 72%)}.guide-page .g-finder-card__body{position:relative;display:flex;flex-direction:column;gap:8px;width:100%}.guide-page .g-finder-card__title{font-size:20px;font-weight:700;line-height:1.3}.guide-page .g-finder-card__pay{font-size:14px;color:#ffffffdd}.guide-page .g-finder-card__cta{width:100%;margin-top:4px}.guide-page .faq-block__title{font-size:60px;font-weight:600}.guide-page .faq-block__title em{color:inherit}.guide-page .faq-block__summary{max-width:560px;font-size:16px;color:#193847}@media (max-width:900px){.guide-page .g-content-filter{flex-direction:column-reverse;gap:24px}.guide-page .g-col-rail{position:static;flex:none;width:100%}.guide-page .g-finder__row{flex-direction:column;align-items:stretch}.guide-page .g-finder__header{flex:none}}@media (max-width:600px){.guide-page .g-living-grid{grid-template-columns:1fr}.guide-page .g-keyfacts__card{position:static;transform:none;margin:16px;min-width:0}.guide-page .g-categories{overflow-x:auto;flex-wrap:nowrap}}