.hl245-fullpage {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 1.65;
}

.hl245-fullpage * {
    box-sizing: border-box;
}

.hl245-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO */

.hl245-hero {
    background: linear-gradient(
        135deg,
        #4222d6 0%,
        #7317df 45%,
        #8d13f0 100%
    );
    padding: 45px 0 55px;
}

.hl245-hero-title {
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}

.hl245-hero-title h2 {
    color: #ffe600;
    margin: 0 0 10px;
    font-size: 31px;
    line-height: 1.3;
    font-weight: 800;
}

.hl245-hero-title p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
}

.hl245-tool-panel {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.hl245-tool-card {
    background: rgba(78, 0, 130, .72);
    padding: 24px;
    margin-bottom: 22px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 22px rgba(34, 0, 70, .34);
}

.hl245-tool-card h3 {
    margin: 0 0 13px;
    color: #fff700;
    font-size: 17px;
    font-weight: 800;
}

.hl245-small-title {
    color: #fff;
    font-size: 13px;
    margin: 10px 0 11px;
}

.hl245-countdown-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.hl245-box {
    min-height: 90px;
    padding: 15px 8px;
    border-radius: 7px;
    background: linear-gradient(180deg, #9524bf, #72208f);
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 7px 13px rgba(0,0,0,.25);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hl245-box strong {
    color: #fff700;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 10px;
}

.hl245-box span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

.hl245-current-card {
    padding: 22px;
}

.hl245-current-time {
    display: inline-block;
    color: #fff700;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    background: #9225b9;
    padding: 22px 28px;
    border-radius: 7px;
    box-shadow: 0 7px 15px rgba(0,0,0,.23);
}

.hl245-current-date {
    color: #eee;
    font-size: 12px;
    margin-top: 12px;
}

/* SECTIONS */

.hl245-section {
    padding: 60px 0;
}

.hl245-soft {
    background: #fbfbfd;
}

.hl245-gray {
    background: #f3f4f7;
}

.hl245-heading {
    text-align: center;
    margin-bottom: 35px;
}

.hl245-heading h2 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #111;
}

.hl245-heading h2 span {
    color: #b23fe9;
}

.hl245-heading p {
    max-width: 720px;
    margin: auto;
    color: #666;
}

/* RELATED */

.hl245-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hl245-related-card {
    display: block;
    background: #fff;
    border: 1px solid #e4e6eb;
    border-top: 3px solid #00a4e4;
    border-radius: 8px;
    padding: 22px;
    text-align: center;
    color: #222;
    text-decoration: none;
    transition: .2s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
}

.hl245-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,.09);
}

.hl245-related-card h3 {
    font-size: 16px;
    margin: 11px 0 7px;
}

.hl245-related-card p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.hl245-icon {
    width: 36px;
    height: 36px;
    background: #008fca;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

/* FEATURES */

.hl245-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.hl245-feature-card {
    background: #fff;
    border: 1px solid #e7e8ec;
    border-radius: 8px;
    padding: 22px;
    min-height: 190px;
}

.hl245-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #a857e7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    margin-bottom: 15px;
}

.hl245-feature-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.hl245-feature-card p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

/* USER TYPES */

.hl245-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hl245-use-card {
    background: #fff;
    border-radius: 8px;
    padding: 22px;
    min-height: 160px;
    border: 1px solid #e7e7ea;
}

.hl245-use-icon {
    width: 42px;
    height: 42px;
    background: #ef4679;
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.hl245-use-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.hl245-use-card p {
    color: #666;
    font-size: 13px;
    margin: 0;
}

/* SEO CONTENT */

.hl245-content {
    max-width: 900px;
}

.hl245-content h2 {
    font-size: 27px;
    margin: 32px 0 12px;
}

.hl245-content h2:first-child {
    margin-top: 0;
}

.hl245-content p {
    margin: 0 0 17px;
}

.hl245-content a {
    color: #087ec1;
    font-weight: 600;
    text-decoration: none;
}

.hl245-content a:hover {
    text-decoration: underline;
}

/* TABLE */

.hl245-time-table-wrap {
    overflow-x: auto;
    margin: 20px 0 25px;
}

.hl245-time-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.hl245-time-table th,
.hl245-time-table td {
    border: 1px solid #e2e4e8;
    padding: 13px 16px;
    text-align: left;
}

.hl245-time-table th {
    background: #f2f5f8;
}

/* FAQ */

.hl245-faq {
    max-width: 900px;
}

.hl245-faq-item {
    background: #fff;
    border: 1px solid #e5e6e9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 13px;
}

.hl245-faq-item h3 {
    font-size: 17px;
    margin: 0 0 7px;
}

.hl245-faq-item p {
    margin: 0;
    color: #555;
}

/* TABLET */

@media (max-width: 900px) {

    .hl245-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hl245-use-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* MOBILE */

@media (max-width: 600px) {

    .hl245-hero {
        padding: 32px 0 40px;
    }

    .hl245-container {
        padding: 0 12px;
    }

    .hl245-hero-title h2 {
        font-size: 24px;
    }

    .hl245-tool-card {
        padding: 18px 8px;
    }

    .hl245-countdown-row {
        gap: 5px;
    }

    .hl245-box {
        min-height: 75px;
        padding: 10px 3px;
    }

    .hl245-box strong {
        font-size: 20px;
    }

    .hl245-box span {
        font-size: 8px;
    }

    .hl245-current-time {
        font-size: 27px;
        padding: 18px;
    }

    .hl245-section {
        padding: 42px 0;
    }

    .hl245-heading h2 {
        font-size: 24px;
    }

    .hl245-related-grid,
    .hl245-feature-grid,
    .hl245-use-grid {
        grid-template-columns: 1fr;
    }

    .hl245-feature-card,
    .hl245-use-card {
        min-height: auto;
    }

}