:root {
    --phf-navy: #071c33;
    --phf-navy-soft: #102b49;
    --phf-blue: #08a9df;
    --phf-blue-dark: #0789ba;
    --phf-coral: #ef526d;
    --phf-ink: #142238;
    --phf-muted: #637083;
    --phf-surface: #f4f8fb;
    --phf-white: #ffffff;
    --phf-border: #dce7ef;
    --phf-radius-sm: 14px;
    --phf-radius: 22px;
    --phf-radius-lg: 34px;
    --phf-shadow: 0 18px 55px rgba(7, 28, 51, .10);
    --phf-shadow-hover: 0 26px 70px rgba(7, 28, 51, .16);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--phf-ink);
    font-family: "Manrope", sans-serif !important;
    background: var(--phf-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: "Manrope", sans-serif !important;
}

a,
button,
.edu-course,
.categorie-grid,
.features-box,
.edu-team-grid,
.testimonial-grid {
    transition: all .25s ease;
}

img {
    max-width: 100%;
}

::selection {
    color: #fff;
    background: var(--phf-blue);
}

.container {
    max-width: 1220px;
}

.edu-section-gap,
.section-gap-equal {
    padding: 100px 0;
}

.gap-top-equal {
    padding-top: 100px;
}

.gap-bottom-equal {
    padding-bottom: 100px;
}

.section-title .pre-title,
.footer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-title .pre-title::before,
.footer-eyebrow::before {
    width: 24px;
    height: 2px;
    content: "";
    background: currentColor;
}

.section-title .title {
    color: var(--phf-navy);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.section-title p {
    color: var(--phf-muted);
    font-size: 17px;
    line-height: 1.8;
}

.section-title .shape-line {
    display: none;
}

.edu-btn,
a.edu-btn,
button.edu-btn {
    min-height: 52px;
    padding: 0 25px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--phf-blue), var(--phf-blue-dark));
    box-shadow: 0 12px 28px rgba(8, 169, 223, .24);
    font-weight: 800;
    line-height: 52px;
}

.edu-btn:hover,
a.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--phf-blue-dark), #066f99);
    box-shadow: 0 16px 35px rgba(8, 169, 223, .32);
    transform: translateY(-2px);
}

/* Header */
.modern-header {
    position: relative;
    z-index: 999;
}

.modern-header .header-top-bar {
    padding: 0;
    color: rgba(255, 255, 255, .82);
    background: var(--phf-navy);
}

.modern-header .header-top {
    min-height: 42px;
}

.modern-header .header-notify,
.modern-header .header-info a {
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 600;
}

.modern-header .header-notify a {
    margin-left: 8px;
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.promo-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #51e29b;
    box-shadow: 0 0 0 5px rgba(81, 226, 155, .12);
}

.modern-header .header-info {
    gap: 24px;
}

.modern-header .header-info li {
    border: 0 !important;
}

.modern-header .header-mainmenu {
    min-height: 84px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(7, 28, 51, .07);
    backdrop-filter: blur(16px);
}

.modern-header .header-navbar {
    min-height: 84px;
}

.modern-header .header-brand .logo img {
    width: 132px;
    max-height: 58px;
    object-fit: contain;
}

.modern-header .mainmenu-nav .mainmenu {
    gap: 5px;
}

.modern-header .mainmenu-nav .mainmenu > li {
    position: relative;
}

.modern-header .mainmenu-nav .mainmenu > li > a {
    height: 84px;
    padding: 0 15px;
    color: var(--phf-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 84px;
}

.modern-header .mainmenu-nav .mainmenu > li > a:hover {
    color: var(--phf-blue-dark);
}

.modern-header .mainmenu-nav .mainmenu > li > a::after {
    color: var(--phf-blue-dark);
}

.modern-header .mainmenu-nav .mainmenu .submenu,
.modern-header .mainmenu-nav .mainmenu .mega-menu {
    padding: 16px;
    border: 1px solid var(--phf-border);
    border-radius: 0 0 var(--phf-radius) var(--phf-radius);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.modern-header .modern-mega-menu {
    left: 50% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(760px, calc(100vw - 40px)) !important;
    transform: translateX(-34%) !important;
}

.modern-header .modern-mega-menu > li {
    min-width: 0;
    padding: 4px 14px;
    border-right: 1px solid var(--phf-border);
}

.modern-header .modern-mega-menu > li:last-child {
    border-right: 0;
}

.modern-header .menu-title {
    margin: 4px 10px 10px;
    color: var(--phf-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.modern-header .mainmenu-nav .mainmenu .submenu li a,
.modern-header .modern-mega-menu li a {
    padding: 10px 12px !important;
    border-radius: 10px;
    color: var(--phf-muted);
    font-size: 13px;
    font-weight: 600;
}

.modern-header .mainmenu-nav .mainmenu .submenu li a:hover,
.modern-header .modern-mega-menu li a:hover {
    color: var(--phf-blue-dark);
    background: #edf9fd;
}

.modern-header .header-action {
    gap: 10px;
}

.modern-header .search-icon a {
    display: grid;
    width: 46px;
    height: 46px;
    border: 1px solid var(--phf-border);
    border-radius: 14px;
    place-items: center;
}

.modern-header .header-btn .edu-btn {
    min-height: 46px;
    padding: 0 20px;
    line-height: 46px;
}

.edu-header.sticky .header-mainmenu {
    box-shadow: 0 12px 40px rgba(7, 28, 51, .08);
}

/* Hero */
.hero-banner.hero-style-1 {
    min-height: 670px;
    padding: 86px 0 70px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(8, 169, 223, .18), transparent 34%),
        radial-gradient(circle at 10% 85%, rgba(239, 82, 109, .10), transparent 30%),
        linear-gradient(135deg, #f5fbfe 0%, #edf5f9 100%) !important;
}

.hero-banner.hero-style-1::before {
    position: absolute;
    top: 70px;
    right: -120px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(8, 169, 223, .16);
    border-radius: 50%;
}

.hero-style-1 .banner-content {
    max-width: 660px;
}

.hero-style-1 .banner-content::before {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 13px;
    content: "PREPARACIÓN • PRÁCTICA • RESULTADOS";
    color: var(--phf-blue-dark);
    background: rgba(8, 169, 223, .10);
    border: 1px solid rgba(8, 169, 223, .18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
}

.hero-style-1 .banner-content .title {
    margin-bottom: 25px;
    color: var(--phf-navy);
    max-width: 650px;
    font-size: clamp(42px, 4.2vw, 60px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.05em;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.hero-style-1 .banner-content .title span,
.hero-style-1 .banner-content .title strong {
    color: var(--phf-coral);
}

.hero-style-1 .banner-content p {
    max-width: 590px;
    margin-bottom: 30px;
    color: #4f5f72;
    font-size: 18px;
    line-height: 1.75;
}

.hero-style-1 .banner-thumbnail {
    position: relative;
    padding: 22px 22px 0;
}

.hero-style-1 .banner-thumbnail .thumbnail {
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .82);
    border-radius: 40px 40px 120px 40px;
    background: linear-gradient(160deg, #dff5fc, #fff);
    box-shadow: 0 30px 80px rgba(7, 28, 51, .18);
}

.hero-style-1 .banner-thumbnail .thumbnail img {
    width: 100%;
    min-height: 510px;
    object-fit: contain;
    object-position: bottom center;
}

.hero-style-1 .banner-thumbnail .instructor-info {
    right: auto;
    bottom: 25px;
    left: -30px;
}

.hero-style-1 .banner-thumbnail .instructor-info .inner {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--phf-shadow);
    backdrop-filter: blur(16px);
}

.hero-style-1 .shape-group {
    opacity: .45;
}

/* Feature strip */
.features-area-2 {
    position: relative;
    z-index: 4;
    margin-top: -36px;
}

.features-area-2 .features-grid-wrap {
    overflow: hidden;
    border: 1px solid rgba(220, 231, 239, .85);
    border-radius: var(--phf-radius);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--phf-shadow);
    backdrop-filter: blur(16px);
}

.features-area-2 .features-box {
    min-height: 110px;
    padding: 24px;
    border-right: 1px solid var(--phf-border);
    background: transparent;
}

.features-area-2 .features-box:last-child {
    border-right: 0;
}

.features-area-2 .features-box .icon {
    display: grid;
    min-width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #edf9fd;
    place-items: center;
}

.features-area-2 .features-box .icon img,
.features-area-2 .features-box .icon svg {
    width: 28px;
    height: 28px;
}

.features-area-2 .features-box .title {
    color: var(--phf-navy) !important;
    font-size: 15px;
    font-weight: 800;
}

.features-area-2 .features-box .content,
.features-area-2 .features-box .content *,
.features-area-2 .features-box span {
    color: var(--phf-navy) !important;
    opacity: 1 !important;
}

.features-area-2 .features-box .icon {
    color: var(--phf-blue-dark) !important;
}

.features-area-2 .features-box .icon img,
.features-area-2 .features-box .icon svg {
    opacity: 1 !important;
    filter: none !important;
}

/* Categories, courses and cards */
.edu-categorie-area {
    background: #fff;
}

.categorie-area-2 .row {
    row-gap: 24px !important;
}

.categorie-grid.categorie-style-2 {
    min-height: 150px;
    padding: 26px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff !important;
    box-shadow: none;
}

.categorie-grid.categorie-style-2:hover {
    border-color: rgba(8, 169, 223, .42);
    box-shadow: var(--phf-shadow);
    transform: translateY(-6px);
}

.categorie-grid.categorie-style-2 .icon {
    display: grid;
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 18px;
    background: var(--phf-surface);
    place-items: center;
}

.categorie-grid.categorie-style-2 .icon img {
    width: 42px !important;
    height: 42px;
    object-fit: contain;
}

.category-icon-fallback {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--phf-blue-dark);
    background: linear-gradient(135deg, #e9f8fd, #d9f2fb);
    font-size: 18px;
    font-weight: 800;
    place-items: center;
}

.categorie-grid.categorie-style-2 .content .title {
    color: var(--phf-navy);
    font-size: 17px;
    font-weight: 800;
}

.edu-about-area {
    position: relative;
    padding-top: 100px;
    background: var(--phf-surface);
}

.about-style-1 .about-image-gallery .main-img-1 {
    border-radius: var(--phf-radius-lg);
    box-shadow: var(--phf-shadow);
}

.about-style-1 .about-image-gallery .video-box .inner {
    border: 7px solid #fff;
    border-radius: var(--phf-radius);
    overflow: hidden;
    box-shadow: var(--phf-shadow);
}

.about-style-1 .award-status .inner {
    border: 1px solid var(--phf-border);
    border-radius: 18px;
    box-shadow: var(--phf-shadow);
}

.about-content .features-list li {
    margin-bottom: 12px;
    color: var(--phf-ink);
    font-weight: 700;
}

.course-area-1 {
    background: #fff !important;
}

.edu-course.course-style-1 {
    overflow: hidden;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: none;
}

.edu-course.course-style-1:hover {
    border-color: transparent;
    box-shadow: var(--phf-shadow-hover);
    transform: translateY(-8px);
}

.edu-course.course-style-1 .thumbnail {
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 4 / 3;
}

.edu-course.course-style-1 .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-course.course-style-1 .content {
    padding: 24px;
}

.edu-course.course-style-1 .content .title {
    color: var(--phf-navy);
    font-size: 19px;
    font-weight: 800;
}

.edu-course.course-style-1 .course-level {
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #edf9fd;
    font-size: 11px;
    font-weight: 800;
}

.counterup-area-2 {
    padding: 35px 0 100px;
}

.counterup-area-2 .counterup-box-wrap {
    padding: 16px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius-lg);
    background: var(--phf-navy);
    box-shadow: var(--phf-shadow);
}

.counterup-area-2 .counterup-box {
    background: transparent;
}

.counterup-area-2 .edu-counterup {
    border-color: rgba(255,255,255,.1) !important;
}

.counterup-area-2 .count-number,
.counterup-area-2 .title {
    color: #fff !important;
}

.counterup-area-2 .title {
    opacity: .72;
}

.testimonial-area-1 {
    background: var(--phf-surface);
}

.testimonial-grid {
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.testimonial-grid .thumbnail img {
    border-radius: 18px;
}

.testimonial-grid .content p {
    color: var(--phf-muted);
    font-size: 17px;
    line-height: 1.75;
}

.home-one-cta-two {
    margin-top: -35px;
}

.home-one-cta.edu-cta-box {
    overflow: hidden;
    border-radius: var(--phf-radius-lg);
    background: linear-gradient(135deg, var(--phf-blue), var(--phf-blue-dark)) !important;
    box-shadow: 0 25px 65px rgba(8, 169, 223, .28);
}

.edu-team-area {
    padding: 100px 0;
}

.edu-team-grid.team-style-1 .thumbnail-wrap {
    overflow: hidden;
    border-radius: var(--phf-radius);
    background: var(--phf-surface);
}

.edu-team-grid.team-style-1 .thumbnail img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.edu-team-grid.team-style-1 .content .title {
    color: var(--phf-navy);
    font-weight: 800;
}

.edu-cta-banner-area {
    padding: 90px 0;
    background: var(--phf-navy) !important;
}

.edu-cta-banner .section-title .title {
    color: #fff;
}

.brand-grid-wrap {
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    overflow: hidden;
}

.brand-grid {
    min-height: 120px;
    background: #fff;
}

.brand-grid img {
    max-width: 120px;
    max-height: 65px;
    filter: grayscale(1);
    opacity: .64;
}

.brand-grid:hover img {
    filter: none;
    opacity: 1;
}

.edu-blog.blog-style-1 .inner {
    overflow: hidden;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
}

.edu-blog.blog-style-1 .thumbnail {
    border-radius: 0;
}

.edu-blog.blog-style-1 .content {
    position: relative;
    margin: 0;
    padding: 26px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Inner pages */
.edu-breadcrumb-area {
    padding: 80px 0 65px;
    background:
        radial-gradient(circle at 85% 20%, rgba(8,169,223,.16), transparent 30%),
        var(--phf-surface) !important;
}

.edu-breadcrumb-area .title,
.edu-breadcrumb-area h1,
.edu-breadcrumb-area h2 {
    color: var(--phf-navy);
    font-weight: 800;
    letter-spacing: -.03em;
}

.edu-breadcrumb li,
.edu-breadcrumb li a {
    color: var(--phf-muted);
    font-weight: 600;
}

.card,
.table,
.form-control,
.form-select {
    border-color: var(--phf-border);
}

.card {
    border-radius: var(--phf-radius);
    box-shadow: 0 10px 35px rgba(7,28,51,.07);
}

.form-control,
.form-select {
    min-height: 48px;
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--phf-blue);
    box-shadow: 0 0 0 4px rgba(8,169,223,.12);
}

/* Score calculator */
.score-calculator-section {
    padding: 80px 0 110px;
    background: var(--phf-surface);
}

.score-calculator-card {
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius-lg);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.score-calculator-intro {
    max-width: 650px;
    margin-bottom: 34px;
}

.score-calculator-intro .pre-title,
.score-results-heading .pre-title {
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.score-calculator-intro h2,
.score-results-heading h2 {
    margin: 10px 0;
    color: var(--phf-navy);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -.035em;
}

.score-calculator-intro p,
.score-results-heading p {
    margin: 0;
    color: var(--phf-muted);
}

.score-label {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--phf-navy);
    font-size: 14px;
    font-weight: 800;
}

.score-label span {
    color: var(--phf-muted);
    font-size: 12px;
    font-weight: 600;
}

.score-input {
    height: 62px;
    padding: 0 18px;
    border: 1px solid var(--phf-border);
    background: #f9fbfc;
    font-size: 17px;
    font-weight: 700;
}

.score-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.score-secondary-link {
    color: var(--phf-blue-dark);
    font-size: 14px;
    font-weight: 800;
}

.score-error {
    margin-top: 20px;
    padding: 13px 16px;
    border: 1px solid rgba(239, 82, 109, .28);
    border-radius: 12px;
    color: #a72f44;
    background: rgba(239, 82, 109, .08);
    font-size: 13px;
    font-weight: 700;
}

.score-results {
    padding-top: 75px;
    scroll-margin-top: 110px;
}

.score-results-heading {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.score-result-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: 0 12px 38px rgba(7, 28, 51, .07);
}

.score-result-card.featured {
    color: #fff;
    border-color: transparent;
    background: var(--phf-navy);
}

.score-model {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #eaf8fd;
    font-size: 11px;
    font-weight: 800;
}

.score-result-card.featured .score-model {
    color: #82e3ff;
    background: rgba(255,255,255,.09);
}

.score-result-card > strong {
    display: block;
    margin: 18px 0;
    color: var(--phf-navy);
    font-size: clamp(44px, 7vw, 70px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.05em;
}

.score-result-card.featured > strong,
.score-result-card.featured p,
.score-result-card.featured .score-formula {
    color: #fff;
}

.score-formula {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--phf-muted);
}

.score-formula span {
    padding: 9px 11px;
    border: 1px solid var(--phf-border);
    border-radius: 10px;
    font-size: 12px;
}

.score-result-card.featured .score-formula span {
    border-color: rgba(255,255,255,.15);
}

.score-result-card p {
    margin: 0;
    color: var(--phf-muted);
    font-size: 13px;
    line-height: 1.7;
}

.score-next-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: var(--phf-radius);
    background: #dff5fc;
}

.score-next-step h3 {
    margin-bottom: 6px;
    color: var(--phf-navy);
    font-size: 20px;
    font-weight: 800;
}

.score-next-step p {
    margin: 0;
    color: var(--phf-muted);
}

/* Footer */
.modern-footer {
    position: relative;
    padding: 0 0 24px;
    color: rgba(255, 255, 255, .68);
    background:
        radial-gradient(circle at 10% 0%, rgba(8, 169, 223, .18), transparent 32%),
        var(--phf-navy);
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    clear: both;
}

.modern-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 48px;
    border-radius: 0 0 var(--phf-radius-lg) var(--phf-radius-lg);
    color: #fff;
    background: linear-gradient(135deg, #0d3154, #0a2744);
    border: 1px solid rgba(255,255,255,.1);
}

.modern-footer-cta .footer-eyebrow {
    color: #6edfff;
}

.modern-footer-cta h2 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.modern-footer .footer-top {
    padding: 76px 0 54px;
}

.modern-footer .footer-logo img {
    width: 165px;
    margin-bottom: 22px;
    filter: brightness(0) invert(1);
}

.modern-footer .footer-brand-column p {
    max-width: 360px;
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.8;
}

.modern-footer .widget-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.modern-footer .footer-link li {
    margin: 0 0 12px;
}

.modern-footer .footer-link li a,
.modern-footer .footer-legal-links a {
    color: rgba(255,255,255,.62);
    font-size: 14px;
    font-weight: 600;
}

.modern-footer .footer-link li a:hover,
.modern-footer .footer-legal-links a:hover,
.modern-footer .footer-contact-list a:hover {
    color: #67dcff;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 24px;
}

.footer-contact-list a,
.footer-contact-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.footer-contact-list i {
    color: #67dcff;
}

.footer-small-copy {
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.7;
}

.footer-platform-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.footer-platform-link:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.footer-legal-links {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.45);
    font-size: 12px;
}

.footer-bottom p {
    margin: 0;
    color: inherit;
}

.whatsapp-button {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    color: var(--phf-navy);
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 40px rgba(7,28,51,.20);
    backdrop-filter: blur(12px);
}

.whatsapp-button:hover {
    color: var(--phf-navy);
    transform: translateY(-3px);
}

.wa-icon {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: #20c767;
    font-size: 11px;
    font-weight: 800;
    place-items: center;
}

.wa-text {
    font-size: 12px;
    font-weight: 800;
}

/* Mobile navigation */
.popup-mobile-menu .inner {
    width: min(88vw, 390px);
    background: #fff;
}

.popup-mobile-menu .header-top {
    padding: 22px;
    border-bottom: 1px solid var(--phf-border);
}

.popup-mobile-menu .header-top .logo img {
    width: 135px;
}

.popup-mobile-menu .mainmenu {
    padding: 18px 22px 36px;
}

.popup-mobile-menu .mainmenu li a {
    color: var(--phf-ink);
    font-weight: 700;
}

.popup-mobile-menu .mobile-virtual-link a {
    margin-top: 16px;
    padding: 14px 18px !important;
    border-radius: 12px;
    color: #fff !important;
    background: var(--phf-blue);
    text-align: center;
}

@media (max-width: 1199px) {
    .modern-header .header-mainmenu,
    .modern-header .header-navbar {
        min-height: 72px;
    }

    .modern-header .header-btn {
        display: none;
    }

    .hero-banner.hero-style-1 {
        min-height: auto;
        padding-top: 70px;
    }

    .hero-style-1 .banner-content .title {
        font-size: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .modern-header .modern-mega-menu {
        transform: translateX(-28%) !important;
    }
}

@media (max-width: 991px) {
    .modern-header .header-top-right {
        display: none;
    }

    .modern-header .header-top {
        justify-content: center;
    }

    .hero-banner.hero-style-1 {
        padding: 65px 0 80px;
        text-align: center;
    }

    .hero-style-1 .banner-content {
        margin: 0 auto 44px;
    }

    .hero-style-1 .banner-content p {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-style-1 .banner-thumbnail {
        max-width: 620px;
        margin: 0 auto;
    }

    .features-area-2 .features-grid-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .features-area-2 .features-box {
        border-bottom: 1px solid var(--phf-border);
    }

    .modern-footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .edu-section-gap,
    .section-gap-equal,
    .edu-team-area {
        padding: 72px 0;
    }

    .gap-top-equal {
        padding-top: 72px;
    }

    .gap-bottom-equal {
        padding-bottom: 72px;
    }

    .modern-header .header-top-bar {
        display: none;
    }

    .modern-header .header-mainmenu,
    .modern-header .header-navbar {
        min-height: 68px;
    }

    .modern-header .header-brand .logo img {
        width: 120px;
    }

    .modern-header .search-icon a {
        width: 42px;
        height: 42px;
    }

    .hero-banner.hero-style-1 {
        padding: 55px 0 65px;
    }

    .hero-style-1 .banner-content::before {
        font-size: 9px;
    }

    .hero-style-1 .banner-content .title {
        font-size: clamp(40px, 11vw, 52px);
        line-height: 1.04;
    }

    .hero-style-1 .banner-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-style-1 .banner-thumbnail {
        padding: 0;
    }

    .hero-style-1 .banner-thumbnail .thumbnail {
        border-width: 6px;
        border-radius: 28px 28px 70px 28px;
    }

    .hero-style-1 .banner-thumbnail .thumbnail img {
        min-height: 370px;
    }

    .hero-style-1 .banner-thumbnail .instructor-info {
        bottom: 12px;
        left: 8px;
    }

    .features-area-2 {
        margin-top: -22px;
    }

    .features-area-2 .features-grid-wrap {
        grid-template-columns: 1fr;
    }

    .features-area-2 .features-box {
        min-height: 88px;
        padding: 18px 20px;
        border-right: 0;
    }

    .categorie-grid.categorie-style-2 {
        min-height: 125px;
    }

    .counterup-area-2 .counterup-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .modern-footer-cta {
        padding: 36px 26px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .whatsapp-button {
        right: 14px;
        bottom: 14px;
        padding-right: 8px;
    }

    .whatsapp-button .wa-text {
        display: none;
    }

    .score-calculator-section {
        padding: 55px 0 75px;
    }

    .score-actions,
    .score-next-step {
        align-items: stretch;
        flex-direction: column;
    }

    .score-secondary-link {
        text-align: center;
    }

    .score-formula {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
