/* Top bar */
.hp-topbar {
    background-color: #ff5a3c;
    background-image: linear-gradient(120deg, #ff5a3c, #ff6b4a);
    color: #fff;
}

.hp-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 13.5px;
    font-weight: 600;
}

.hp-topbar-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

@media (max-width: 480px) {
    .hp-topbar-inner {
        flex-direction: column;
        gap: 4px;
        text-align: center;
        padding: 10px 0;
    }
}

/* Main nav */
.hp-navbar {
    background: #fff;
    border-bottom: 1px solid #eef1f6;
}

.hp-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    flex-wrap: wrap;
}

.hp-navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hp-navbar-brand img {
    height: 46px;
    width: auto;
}

.hp-navbar-brand-text {
    font-size: 21px;
    font-weight: 800;
    color: #1c3044;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.hp-navbar-brand-tagline {
    font-size: 11.5px;
    font-weight: 600;
    color: #8592a6;
    letter-spacing: 0.3px;
}

.hp-navbar-title {
    text-align: center;
    flex: 1;
}

.hp-navbar-title-text {
    font-size: 17px;
    font-weight: 700;
    color: #1c3044;
}

.hp-navbar-title-accent {
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: #ff5a3c;
    margin: 6px auto 0;
}

@media (max-width: 767px) {
    .hp-navbar-title {
        order: 3;
        width: 100%;
        margin-top: 4px;
    }
}

.hp-navbar-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hp-navbar-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.hp-nav-btn-primary {
    background-color: #1565c0;
    background-image: linear-gradient(120deg, #0d47a1, #1e88e5);
    color: #fff;
}

.hp-nav-btn-primary:hover,
.hp-nav-btn-primary:focus {
    color: #fff;
    text-decoration: none;
}

.hp-nav-btn-secondary {
    background-color: #ff5a3c;
    background-image: linear-gradient(120deg, #ff5a3c, #ff6b4a);
    color: #fff;
    border: none;
}

.hp-nav-btn-secondary:hover,
.hp-nav-btn-secondary:focus {
    color: #1c3044;
    text-decoration: none;
}

/* Hero shell */
.hp-shell {
    position: relative;
    background: #f4f6f9;
    padding: 48px 0 0;
    overflow: hidden;
}

.hp-shell-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
    background-image: radial-gradient(#ff5a3c 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.12;
    pointer-events: none;
}

.hp-shell-dots--bottom {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.hp-shell-blob {
    position: absolute;
    top: 60px;
    right: 6%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.12);
    pointer-events: none;
}

.hp-shell-blob--bottom {
    top: auto;
    bottom: -40px;
    left: 4%;
    right: auto;
    width: 180px;
    height: 180px;
    background: rgba(255, 90, 60, 0.08);
}

/* Floating bubbles */
.hp-bubble {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hp-bubble--1 { top: 12%; left: 8%; width: 22px; height: 22px; background: rgba(255, 90, 60, 0.18); }
.hp-bubble--2 { top: 30%; left: 3%; width: 14px; height: 14px; background: rgba(96, 165, 250, 0.22); }
.hp-bubble--3 { top: 55%; left: 12%; width: 34px; height: 34px; background: rgba(255, 90, 60, 0.12); }
.hp-bubble--4 { top: 78%; left: 6%; width: 18px; height: 18px; background: rgba(96, 165, 250, 0.18); }
.hp-bubble--5 { top: 18%; right: 10%; width: 16px; height: 16px; background: rgba(255, 90, 60, 0.16); }
.hp-bubble--6 { top: 42%; right: 4%; width: 26px; height: 26px; background: rgba(96, 165, 250, 0.16); }
.hp-bubble--7 { top: 68%; right: 12%; width: 20px; height: 20px; background: rgba(255, 90, 60, 0.14); }
.hp-bubble--8 { top: 88%; right: 20%; width: 12px; height: 12px; background: rgba(96, 165, 250, 0.2); }

@media (prefers-reduced-motion: no-preference) {
    .hp-shell-blob,
    .hp-shell-blob--bottom,
    .hp-bubble {
        animation: hp-float 3.5s ease-in-out infinite;
    }

    .hp-shell-blob--bottom { animation-duration: 4.2s; animation-delay: -3s; }
    .hp-bubble--1 { animation-duration: 2.6s; animation-delay: -1s; }
    .hp-bubble--2 { animation-duration: 3.2s; animation-delay: -4s; }
    .hp-bubble--3 { animation-duration: 3.8s; animation-delay: -6s; }
    .hp-bubble--4 { animation-duration: 2.4s; animation-delay: -2.5s; }
    .hp-bubble--5 { animation-duration: 3.6s; animation-delay: -5s; }
    .hp-bubble--6 { animation-duration: 2.8s; animation-delay: -3.5s; }
    .hp-bubble--7 { animation-duration: 4.4s; animation-delay: -7s; }
    .hp-bubble--8 { animation-duration: 2.2s; animation-delay: -1.5s; }
}

@keyframes hp-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(8px, -16px) scale(1.05); }
    50% { transform: translate(-6px, -6px) scale(0.97); }
    75% { transform: translate(-10px, -20px) scale(1.03); }
}

/* Hero card */
.hp-hero {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(28, 48, 68, 0.12);
    padding: 40px;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
}

@media (max-width: 991px) {
    .hp-hero {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }
}

.hp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 800;
    color: #ff5a3c;
    background: #fff1ec;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.hp-title {
    font-size: 38px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #14202e;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hp-title-accent {
    width: 46px;
    height: 4px;
    border-radius: 4px;
    background: #ff5a3c;
    margin-bottom: 18px;
}

.hp-motto {
    color: #8592a6;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hp-btn:hover,
.hp-btn:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.hp-btn .fa-arrow-right {
    font-size: 13px;
    opacity: 0.9;
}

.hp-btn-primary {
    background-color: #1565c0;
    background-image: linear-gradient(120deg, #0d47a1, #1e88e5);
    color: #fff;
    box-shadow: 0 12px 22px rgba(21, 101, 192, 0.25);
}

.hp-btn-primary:hover,
.hp-btn-primary:focus {
    color: #fff;
}

.hp-btn-secondary {
    background-color: #ff5a3c;
    background-image: linear-gradient(120deg, #ff5a3c, #ff6b4a);
    color: #fff;
    box-shadow: 0 12px 22px rgba(214, 79, 47, 0.25);
}

.hp-btn-secondary:hover,
.hp-btn-secondary:focus {
    color: #fff;
}

/* Feature chip row */
.hp-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

@media (max-width: 600px) {
    .hp-meta {
        grid-template-columns: 1fr;
    }
}

.hp-chip {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: 16px;
}

.hp-chip-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
}

.hp-chip-icon--orange {
    background: #fff1ec;
    color: #ff5a3c;
}

.hp-chip-icon--green {
    background: #e9f9f0;
    color: #1f9d55;
}

.hp-chip-icon--blue {
    background: #eaf2fe;
    color: #3a7bd5;
}

.hp-chip strong {
    display: block;
    color: #1c3044;
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hp-chip p {
    margin: 0 0 10px;
    color: #8592a6;
    font-size: 12.5px;
    line-height: 1.5;
}

.hp-chip-accent {
    width: 22px;
    height: 3px;
    border-radius: 3px;
}

.hp-chip-accent--orange {
    background: #ff5a3c;
}

.hp-chip-accent--green {
    background: #1f9d55;
}

.hp-chip-accent--blue {
    background: #3a7bd5;
}

/* Right panel */
.hp-panel {
    background: #fff6f2;
    border: 1px solid #ffe4d9;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.hp-panel-badge {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 26px rgba(214, 79, 47, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
}

.hp-panel-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-panel-school {
    font-size: 18px;
    font-weight: 800;
    color: #1c3044;
    margin-bottom: 4px;
}

.hp-panel-subtitle {
    font-size: 13px;
    color: #8592a6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hp-panel-accent {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #ff5a3c;
    margin: 8px 0 22px;
}

.hp-panel-help {
    background: #fff;
    border: 1px solid #ffe4d9;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    width: 100%;
}

.hp-panel-help-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff1ec;
    color: #ff5a3c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.hp-panel-help strong {
    display: block;
    color: #1c3044;
    font-size: 14px;
    margin-bottom: 3px;
}

.hp-panel-help p {
    margin: 0;
    color: #8592a6;
    font-size: 12.5px;
    line-height: 1.5;
}

/* Highlight strip */
.hp-highlights-wrap {
    position: relative;
    z-index: 1;
    padding: 64px 0 48px;
}

.hp-highlights {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 20px;
    box-shadow: 0 16px 34px rgba(28, 48, 68, 0.06);
    padding: 26px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
    .hp-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 0;
    }
}

@media (max-width: 480px) {
    .hp-highlights {
        grid-template-columns: 1fr;
    }
}

.hp-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 6px 20px;
    border-right: 1px solid #eef1f6;
}

.hp-highlight:last-child {
    border-right: 0;
}

@media (max-width: 900px) {
    .hp-highlight:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 480px) {
    .hp-highlight {
        border-right: 0;
    }
}

.hp-highlight-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.hp-highlight-icon--peach {
    background: #fff1ec;
    color: #ff5a3c;
}

.hp-highlight-icon--green {
    background: #e9f9f0;
    color: #1f9d55;
}

.hp-highlight-icon--blue {
    background: #eaf2fe;
    color: #3a7bd5;
}

.hp-highlight-icon--purple {
    background: #f1ecfd;
    color: #7c5cd6;
}

.hp-highlight strong {
    display: block;
    color: #1c3044;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.hp-highlight p {
    margin: 0;
    color: #8592a6;
    font-size: 12.5px;
    line-height: 1.4;
}

/* Footer */
.hp-footer {
    text-align: center;
    padding: 22px 16px;
    color: #8592a6;
    font-size: 13px;
    border-top: 1px solid #eef1f6;
}

.hp-footer a {
    color: #ff5a3c;
    font-weight: 700;
    text-decoration: none;
}
