body.qielts-landing-page { margin: 0; background: #fff; }
.ql-root, .ql-root * { box-sizing: border-box; }
.ql-root { color: #27272a; background: #fff; font-family: Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.5; }
.ql-root h1, .ql-root h2, .ql-root h3, .ql-root p { margin: 0; color: inherit; }
.ql-root a { color: inherit; text-decoration: none; }
.ql-root a:hover { text-decoration: none; }
.ql-root button, .ql-root input, .ql-root select { font: inherit; }
.ql-root img { max-width: 100%; }
.ql-root :focus-visible { outline: 3px solid #0694a2; outline-offset: 3px; }
.ql-container { width: min(1152px, calc(100% - 48px)); margin-inline: auto; }
.ql-section { padding: 100px 0; }
.ql-soft { background: #fafafa; }
.ql-section-heading { text-align: center; margin: 0 auto 48px; max-width: 590px; }
.ql-section-heading h2 { font-size: 48px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; text-transform: uppercase; }
.ql-section-heading p { color: #71717a; font-size: 16px; letter-spacing: .02em; line-height: 1.5; margin-top: 16px; }

.ql-header { position: relative; z-index: 10; background: #fff; }
.ql-nav { display: flex; align-items: center; justify-content: space-between; height: 100px; }
.ql-logo { display: block; width: 78px; height: 80px; flex: 0 0 auto; }
.ql-logo img { width: 100%; height: 100%; object-fit: contain; }
.ql-menu { display: flex; align-items: center; gap: 42px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.ql-menu a { display: inline-flex; align-items: center; gap: 4px; transition: color .18s; }
.ql-menu a:hover, .ql-menu .ql-active { color: #16bdca; }
.ql-menu .ql-active { position: relative; }
.ql-menu .ql-active:after { position: absolute; content: ""; bottom: -13px; left: 0; right: 0; height: 2px; background: #16bdca; }
.ql-menu .ql-icon-link { margin-left: 20px; }
.ql-menu .ql-icon-link img, .ql-login-link img { width: 24px; height: 24px; }
.ql-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }

.ql-hero { min-height: 650px; overflow: hidden; background: #fff; }
.ql-hero-inner { min-height: 650px; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 36px; }
.ql-hero-copy { position: relative; z-index: 1; padding-bottom: 18px; }
.ql-hero-copy h1 { font-size: clamp(44px, 4.1vw, 56px); font-weight: 900; line-height: 1.14; letter-spacing: -.025em; white-space: nowrap; }
.ql-hero-copy h1 span { color: #16bdca; }
.ql-hero-copy p { font-size: 20px; max-width: 492px; margin: 24px 0 28px; }
.ql-button { display: inline-flex; align-items: center; justify-content: center; min-height: 62px; border-radius: 8px; padding: 14px 32px; font-size: 20px; }
.ql-button-primary { background: #16bdca; color: #fff !important; }
.ql-button-primary:hover { background: #0694a2; }
.ql-hero-visual { position: relative; height: 610px; width: 690px; max-width: 100%; }
.ql-hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; -webkit-mask-image: var(--ql-hero-mask); mask-image: var(--ql-hero-mask); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.ql-hero-overlay { display: none; }

.ql-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; min-height: 174px; text-align: center; }
.ql-stat { display: flex; flex-direction: column; align-items: center; }
.ql-stat strong { color: #e5ac04; font-size: 38px; line-height: 1.1; font-weight: 700; }
.ql-stat > span { width: 28px; height: 4px; margin: 10px 0 4px; border-radius: 10px; background: #16bdca; }
.ql-stat p { font-size: 16px; }

.ql-achievements { padding-bottom: 100px; }
.ql-achievement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.ql-achievement-grid article { padding: 0 20px; }
.ql-achievement-grid img { width: 56px; height: 56px; margin-bottom: 8px; }
.ql-achievement-grid h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.ql-achievement-grid p { font-size: 16px; }
.ql-student-story { border-top: 1px solid #e4e4e7; margin-top: 100px; padding-top: 100px; display: grid; grid-template-columns: 1.06fr 1fr; gap: 64px; align-items: center; }
.ql-student-main { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; display: block; }
.ql-student-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.ql-student-thumbs button { border: 2px solid transparent; padding: 0; background: none; cursor: pointer; border-radius: 14px; }
.ql-student-thumbs button[aria-current="true"] { border-color: #15adba; }
.ql-student-thumbs button:focus-visible, .ql-student-pagination button:focus-visible { outline: 2px solid #034c5f; outline-offset: 3px; }
.ql-student-thumbs img { width: 100%; height: 101px; border-radius: 12px; object-fit: cover; }
.ql-student-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.ql-student-copy h3 { font-size: 32px; font-weight: 700; margin: 0; text-transform: uppercase; }
.ql-student-pagination { display: flex; align-items: center; gap: 12px; flex: none; }
.ql-student-pagination button { border: 0; border-radius: 99px; background: #a6e9ef; width: 11px; height: 11px; padding: 0; cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.ql-student-pagination button[aria-current="true"] { width: 29px; background: #13acb9; }
.ql-student-list { display: grid; gap: 22px; }
.ql-student-list p { border-left: 2px solid #16bdca; padding-left: 16px; line-height: 1.35; }
.ql-student-list strong, .ql-student-list b, .ql-student-list span { display: block; }
.ql-student-list strong, .ql-student-list b { font-size: 16px; }
.ql-student-list span { font-size: 14px; color: #71717a; margin-top: 3px; }

.ql-course-grid, .ql-library-grid, .ql-quiz-grid, .ql-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 31px; }
.ql-course-card { display: block; }
.ql-course-card > img { width: 100%; height: 207px; border-radius: 16px; object-fit: cover; display: block; }
.ql-course-card h3 { font-size: 20px; font-weight: 700; line-height: 1.35; margin-top: 16px; }
.ql-course-label { display: flex; gap: 4px; align-items: center; font-size: 16px; color: #0694a2; margin-top: 4px; }
.ql-course-label img { width: 20px; height: 20px; }
.ql-course-card p { font-size: 16px; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.ql-course-card:hover h3 { color: #0694a2; }

.ql-library-grid { gap: 24px 31px; }
.ql-library-card { display: flex; flex-direction: column; min-width: 0; padding: 12px; background: #fff; border: 1px solid #e4e4e7; border-radius: 16px; box-shadow: 0 4px 12px #18181b0a; transition: transform .18s, box-shadow .18s; }
.ql-library-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px #18181b18; }
.ql-library-image { display: block; width: 100%; height: 114px; object-fit: cover; border-radius: 10px; }
.ql-library-card strong { font-size: 16px; margin: 12px 0 8px; }
.ql-library-card span { border-top: 1px solid #e4e4e7; padding-top: 8px; color: #0694a2; font-size: 14px; display: flex; align-items: center; gap: 5px; }
.ql-library-card span img { width: 16px; height: 16px; }

.ql-quiz-grid { gap: 24px 31px; }
.ql-quiz-card { min-width: 0; padding: 16px; border: 1px solid #e4e4e7; border-radius: 16px; box-shadow: 0 3px 10px #18181b0a; }
.ql-quiz-card h3 { font-size: 20px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ql-quiz-card > p { color: #71717a; font-size: 14px; margin: 2px 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ql-quiz-meta { border-top: 1px solid #e4e4e7; display: flex; gap: 16px; padding-top: 8px; color: #0694a2; font-size: 14px; white-space: nowrap; }
.ql-quiz-meta span { display: flex; align-items: center; gap: 4px; }
.ql-quiz-meta img { width: 16px; height: 16px; }
.ql-quiz-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.ql-quiz-actions button, .ql-quiz-actions a { display: flex; align-items: center; justify-content: center; min-height: 38px; border: 1px solid #e5a900; border-radius: 8px; font-size: 14px; cursor: pointer; }
.ql-quiz-actions button { background: #fff; color: #d59400; }
.ql-quiz-actions button[aria-pressed="true"] { background: #fff8e4; }
.ql-quiz-actions a { color: #fff; background: #e5a900; }
.ql-quiz-actions a:hover { background: #c58d00; color: #fff; }

.ql-testimonials { background: linear-gradient(125deg, #ffcb1d, #efb806); }
.ql-testimonials .ql-section-heading p { color: #565146; }
.ql-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 31px; }
.ql-testimonial-grid article { display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-radius: 16px; padding: 24px; min-height: 208px; box-shadow: 0 6px 16px #8f6a001b; }
.ql-testimonial-grid article > p { font-size: 16px; }
.ql-testimonial-grid article > div { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.ql-testimonial-grid img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.ql-testimonial-grid strong, .ql-testimonial-grid small { display: block; }
.ql-testimonial-grid strong { font-size: 14px; color: #0694a2; }
.ql-testimonial-grid small { color: #71717a; font-size: 12px; }
.ql-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.ql-dots i { width: 10px; height: 10px; border-radius: 99px; background: #fff; opacity: .8; }
.ql-dots i:first-child { width: 24px; background: #b87800; }

.ql-teacher-feature { display: flex; justify-content: center; align-items: center; gap: 24px; margin: 0 auto 58px; }
.ql-teacher-feature img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; }
.ql-teacher-feature h3 { font-size: 20px; font-weight: 700; }
.ql-teacher-feature strong { font-size: 16px; color: #0694a2; }
.ql-teacher-feature p { font-size: 16px; max-width: 410px; }
.ql-teacher-feature p { white-space: pre-line; }
.ql-teacher-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; text-align: center; }
.ql-teacher-grid img { width: 110px; height: 110px; object-fit: cover; border-radius: 50%; }
.ql-teacher-grid h3 { font-size: 16px; font-weight: 700; margin-top: 8px; }
.ql-teacher-grid p { font-size: 14px; color: #0694a2; margin-top: 4px; }

.ql-news-grid { gap: 31px; }
.ql-news-grid article > img { width: 100%; height: 225px; object-fit: cover; border-radius: 12px; }
.ql-news-grid h3 { font-size: 20px; font-weight: 700; margin: 12px 0 8px; }
.ql-news-grid p { font-size: 16px; }

.ql-consult { background: #16aebc; color: #fff; }
.ql-consult .ql-section-heading { margin-bottom: 40px; }
.ql-consult .ql-section-heading p { color: #e7f9fa; }
.ql-consult-form { max-width: 430px; margin: auto; display: grid; gap: 7px; }
.ql-consult-form label { font-size: 16px; margin-top: 4px; }
.ql-consult-form input, .ql-consult-form select { display: block; width: 100%; min-height: 48px; padding: 8px 12px; border: 1px solid #afeced; border-radius: 6px; background: transparent; color: #fff; }
.ql-consult-form select option { color: #27272a; }
.ql-consult-form button { border: 0; border-radius: 6px; background: #034c5f; color: #fff; min-height: 62px; margin-top: 18px; cursor: pointer; }
.ql-consult-form button:hover { background: #023948; }
.ql-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.ql-form-message { max-width: 430px; margin: 0 auto 16px; background: #fff; color: #034c5f; border-radius: 8px; padding: 12px 16px; }

.ql-footer-bar { background: #18181b; color: #fff; text-align: center; font-size: 36px; font-weight: 700; padding: 16px 24px; }
.ql-footer-bar a { color: #faca15; }
.ql-footer-main { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; padding-block: 48px 40px; }
.ql-footer-info { display: flex; gap: 32px; align-items: flex-start; }
.ql-footer-logo { width: 98px; height: 100px; object-fit: contain; flex: none; }
.ql-footer-main h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.ql-footer-info p { display: flex; align-items: center; gap: 7px; font-size: 14px; margin-top: 8px; }
.ql-footer-info p img { width: 16px; height: 16px; flex: none; }
.ql-footer-links > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; font-size: 14px; }
.ql-footer-links a:hover, .ql-footer-info a:hover { color: #0694a2; }
.ql-footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e4e4e7; padding-block: 15px 22px; font-size: 12px; }
.ql-footer-bottom > div { display: flex; align-items: center; gap: 18px; }
.ql-footer-bottom img { width: 16px; height: 16px; }

@media (max-width: 1100px) {
    .ql-menu { gap: 20px; }
    .ql-menu .ql-icon-link { margin-left: 0; }
    .ql-hero-visual { height: 500px; }
    .ql-hero-copy h1 { font-size: 42px; }
    .ql-course-grid, .ql-library-grid, .ql-quiz-grid, .ql-news-grid { gap: 24px; }
    .ql-quiz-meta { font-size: 12px; gap: 7px; }
}
@media (max-width: 850px) {
    .ql-section { padding: 72px 0; }
    .ql-section-heading h2 { font-size: 38px; }
    .ql-menu-toggle { display: flex; flex-direction: column; gap: 5px; }
    .ql-menu-toggle span { width: 25px; height: 2px; background: #27272a; }
    .ql-menu { display: none; position: absolute; top: 100px; left: 0; right: 0; background: #fff; padding: 20px 24px; box-shadow: 0 12px 22px #18181b20; flex-direction: column; align-items: flex-start; gap: 20px; white-space: normal; }
    .ql-menu.ql-open { display: flex; }
    .ql-menu .ql-active:after { bottom: -4px; }
    .ql-hero-inner { grid-template-columns: 1fr 1fr; min-height: 500px; }
    .ql-hero { min-height: 500px; }
    .ql-hero-copy h1 { font-size: 36px; white-space: normal; }
    .ql-hero-copy p { font-size: 17px; }
    .ql-hero-visual { height: 450px; }
    .ql-course-grid, .ql-library-grid, .ql-quiz-grid, .ql-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ql-student-story { grid-template-columns: 1fr; gap: 32px; }
    .ql-teacher-grid { grid-template-columns: repeat(3, 1fr); }
    .ql-testimonial-grid { grid-template-columns: repeat(2, 1fr); }
    .ql-testimonial-grid article:last-child { display: none; }
}
@media (max-width: 600px) {
    .ql-container { width: min(calc(100% - 32px), 480px); }
    .ql-nav { height: 76px; }
    .ql-logo { width: 60px; height: 62px; }
    .ql-menu { top: 76px; }
    .ql-hero { min-height: 0; }
    .ql-hero-inner { display: flex; flex-direction: column; min-height: 0; padding: 48px 0 30px; gap: 12px; align-items: stretch; }
    .ql-hero-copy { padding: 0; min-width: 0; }
    .ql-hero-copy h1 { font-size: 35px; }
    .ql-hero-copy p { font-size: 16px; margin: 18px 0 20px; }
    .ql-button { min-height: 50px; padding: 10px 22px; font-size: 16px; }
    .ql-hero-visual { width: 100%; height: 290px; }
    .ql-stats { min-height: 0; padding-block: 30px; grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
    .ql-stat strong { font-size: 28px; }
    .ql-stat p { font-size: 14px; }
    .ql-section { padding: 60px 0; }
    .ql-section-heading { margin-bottom: 32px; }
    .ql-section-heading h2 { font-size: 32px; }
    .ql-section-heading p { font-size: 14px; }
    .ql-achievement-grid { grid-template-columns: 1fr; gap: 36px; }
    .ql-achievement-grid article { padding: 0; }
    .ql-achievement-grid img { width: 48px; height: 48px; }
    .ql-achievement-grid h3 { font-size: 18px; }
    .ql-achievement-grid p { font-size: 14px; }
    .ql-student-story { margin-top: 60px; padding-top: 60px; }
    .ql-student-main { height: 230px; }
    .ql-student-thumbs { gap: 8px; }
    .ql-student-thumbs img { height: 70px; }
    .ql-student-copy h3 { font-size: 25px; }
    .ql-student-pagination { gap: 8px; }
    .ql-student-pagination button[aria-current="true"] { width: 24px; }
    .ql-course-grid, .ql-library-grid, .ql-quiz-grid, .ql-news-grid { grid-template-columns: 1fr; gap: 24px; }
    .ql-course-card > img { height: 205px; }
    .ql-course-card h3 { font-size: 19px; }
    .ql-course-card p { font-size: 14px; }
    .ql-testimonial-grid { grid-template-columns: 1fr; }
    .ql-testimonial-grid article:nth-child(n+2) { display: none; }
    .ql-teacher-feature { flex-direction: column; text-align: center; gap: 16px; }
    .ql-teacher-feature p { font-size: 14px; }
    .ql-teacher-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
    .ql-teacher-grid img { width: 92px; height: 92px; }
    .ql-teacher-grid h3 { font-size: 14px; }
    .ql-footer-bar { font-size: 23px; }
    .ql-footer-main { grid-template-columns: 1fr; gap: 28px; padding-block: 36px; }
    .ql-footer-info { gap: 14px; }
    .ql-footer-logo { width: 70px; height: 75px; }
    .ql-footer-main h3 { font-size: 17px; }
    .ql-footer-info p { font-size: 12px; }
    .ql-footer-bottom { gap: 10px; }
}
