/* ═══════════════════════════════════════════════════════
   HOTEL MANAGEMENT SOFTWARE PAGE — DreamSoft
   Theme-consistent with style.css, theme.css & about-us.css
   ═══════════════════════════════════════════════════════ */

/* ── Kicker ── */
.ht-kicker {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #7c3aed;
    margin-bottom: 12px;
}

/* ── Shared Blobs ── */
.ht-blob {
    position: absolute;
    border-radius: 9999px;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.ht-blob--left {
    width: 500px;
    height: 500px;
    top: -150px;
    left: -200px;
    background: rgba(168, 85, 247, 0.12);
}

.ht-blob--right {
    width: 600px;
    height: 600px;
    bottom: -200px;
    right: -220px;
    background: rgba(236, 72, 153, 0.10);
}

.ht-blob--center-left {
    width: 500px;
    height: 500px;
    top: 20%;
    left: -200px;
    background: rgba(225, 29, 72, 0.08);
}

.ht-blob--center-right {
    width: 600px;
    height: 600px;
    bottom: 10%;
    right: -200px;
    background: rgba(251, 146, 60, 0.08);
}

/* ═══════════════════════════════════════════════════════
   SECTION 1 — HERO
   ═══════════════════════════════════════════════════════ */
.ht-hero {
    padding: 80px 0 100px;
}

.ht-hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #0f172a;
}

.ht-hero-description {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 92%;
}

.ht-hero-img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(67, 56, 202, 0.15);
}

/* ═══════════════════════════════════════════════════════
   SECTION 2 — WHY HOTELS NEED SOFTWARE
   ═══════════════════════════════════════════════════════ */
.ht-why-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: var(--bg-light);
}

.ht-why-section .section-heading {
    margin-bottom: 50px;
}

.ht-why-intro {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 28px;
}

.ht-why-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.ht-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ht-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ht-check-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.1);
    margin-top: 2px;
}

.ht-check-list h3 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.ht-check-list p {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.6;
}

.ht-cta-inline {
    margin-top: 32px;
}

.ht-why-image {
    position: relative;
    position: sticky;
    top: 120px;
}

.ht-why-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    transition: transform 0.4s ease;
}

.ht-why-img:hover {
    transform: scale(1.02);
}

/* Float Badges */
.ht-float-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    padding: 12px 16px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    animation: ht-float 4s ease-in-out infinite;
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.ht-float-badge--top {
    top: -20px;
    right: -15px;
    animation-delay: 0.3s;
}

.ht-float-badge--bottom {
    bottom: 20px;
    left: -20px;
    animation-delay: 1s;
}

@keyframes ht-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.ht-float-badge-icon {
    font-size: 1.3rem;
}

.ht-float-badge-value {
    font-weight: 800;
    font-size: 1rem;
    color: var(--text-dark);
    display: block;
    line-height: 1.2;
}

.ht-float-badge-label {
    font-size: 0.75rem;
    color: var(--text-light);
    display: block;
}

/* ═══════════════════════════════════════════════════════
   SECTION 3 — CORE FEATURES GRID
   ═══════════════════════════════════════════════════════ */
.ht-features-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.ht-features-header {
    max-width: 760px;
    margin: 0 auto 50px;
}

.ht-features-header .section-heading {
    margin-bottom: 0;
}

.ht-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    z-index: 1;
}

.ht-feature-card {
    background: var(--bg-light);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    padding: 28px 22px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ht-feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at 20% 0%, rgba(139, 92, 246, 0.12), transparent 50%),
        radial-gradient(600px circle at 80% 100%, rgba(236, 72, 153, 0.08), transparent 50%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.ht-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
}

.ht-feature-card:hover::before {
    opacity: 1;
}

.ht-feature-card-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(236, 72, 153, 0.10));
    color: #7c3aed;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 22px -14px rgba(124, 58, 237, 0.5);
    transition: transform 0.3s ease;
}

.ht-feature-card:hover .ht-feature-card-icon {
    transform: scale(1.1);
}

.ht-feature-card h3 {
    font-weight: 800;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.ht-feature-card p {
    color: var(--text-light);
    font-size: 0.88rem;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.ht-cta-center {
    text-align: center;
    margin-top: 45px;
}

/* ═══════════════════════════════════════════════════════
   SECTION 4 — BUSINESS BENEFITS
   ═══════════════════════════════════════════════════════ */
.ht-benefits-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: var(--bg-light);
}

.ht-benefits-section::before {
    content: '';
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.12) 0%, rgba(236, 72, 153, 0.04) 70%, transparent 100%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.ht-benefits-header {
    max-width: 800px;
    margin: 0 auto 20px;
}

.ht-benefits-header .section-heading {
    margin-bottom: 14px;
}

.ht-benefits-intro {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.75;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.ht-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.ht-benefit-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ht-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.ht-benefit-emoji {
    font-size: 2rem;
    display: block;
    margin-bottom: 14px;
    transition: transform 0.3s ease;
}

.ht-benefit-card:hover .ht-benefit-emoji {
    transform: scale(1.15);
}

.ht-benefit-card h3 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.ht-benefit-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.65;
}

/* ═══════════════════════════════════════════════════════
   SECTION 5 — WHY DREAMSOFT (TRUST)
   ═══════════════════════════════════════════════════════ */
.ht-trust-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.ht-trust-header {
    max-width: 760px;
    margin: 0 auto 50px;
}

.ht-trust-header .section-heading {
    margin-bottom: 0;
}

.ht-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.ht-trust-block {
    background: var(--bg-light);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ht-trust-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at 30% 0%, rgba(139, 92, 246, 0.08), transparent 50%),
        radial-gradient(600px circle at 70% 100%, rgba(236, 72, 153, 0.05), transparent 50%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.ht-trust-block:hover {
    transform: translateY(-4px);
    border-color: rgba(168, 85, 247, 0.3);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.ht-trust-block:hover::before {
    opacity: 1;
}

.ht-trust-block-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.ht-trust-block-emoji {
    font-size: 2rem;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(236, 72, 153, 0.10));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ht-trust-block-header h3 {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--text-dark);
}

.ht-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.ht-trust-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.6;
}

.ht-trust-list li svg {
    color: #7c3aed;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════
   SECTION 6 — GROWTH
   ═══════════════════════════════════════════════════════ */
.ht-growth-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: var(--bg-light);
}

.ht-growth-section::before {
    content: '';
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, rgba(34, 211, 238, 0.04) 70%, transparent 100%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.ht-growth-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ht-growth-content .section-heading {
    margin-bottom: 28px;
}

.ht-growth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ht-growth-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ht-growth-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.ht-growth-list p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.65;
}

.ht-growth-image {
    position: relative;
}

.ht-growth-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    transition: transform 0.4s ease;
}

.ht-growth-img:hover {
    transform: scale(1.02);
}

/* ═══════════════════════════════════════════════════════
   SECTION 7 — CTA (light theme-consistent)
   ═══════════════════════════════════════════════════════ */
.ht-cta-section {
    background: var(--bg-light);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f1f5f9;
}

.ht-cta-section::before {
    content: '';
    position: absolute;
    right: -15%;
    top: -30%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.1);
    filter: blur(80px);
    pointer-events: none;
}

.ht-cta-section::after {
    content: '';
    position: absolute;
    left: -10%;
    bottom: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(236, 72, 153, 0.08);
    filter: blur(80px);
    pointer-events: none;
}

.ht-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.ht-cta-content {
    flex: 1;
    max-width: 600px;
}

.ht-cta-heading {
    color: var(--text-dark);
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ht-cta-text {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ht-cta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ht-cta-list li {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
}

.ht-cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.ht-btn-cta-outline {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: transparent;
    transition: all 0.3s ease;
}

.ht-btn-cta-outline:hover {
    background: var(--gradient-btn);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(67, 56, 202, 0.4);
}

/* CTA Visual Ring */
.ht-cta-visual {
    position: relative;
    width: 280px;
    height: 280px;
    flex-shrink: 0;
}

.ht-cta-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(124, 58, 237, 0.15);
}

.ht-cta-ring--outer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: ht-spin 30s linear infinite;
}

.ht-cta-ring--inner {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border-color: rgba(236, 72, 153, 0.18);
    animation: ht-spin 20s linear infinite reverse;
}

@keyframes ht-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ht-cta-ring-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.5);
}

.ht-cta-emoji {
    font-size: 2rem;
}

.ht-cta-float {
    position: absolute;
    background: rgba(139, 92, 246, 0.1);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 12px;
    color: #7c3aed;
    font-weight: 700;
    font-size: 0.82rem;
    border: 1px solid rgba(139, 92, 246, 0.2);
    animation: ht-float 4s ease-in-out infinite;
}

.ht-cta-float--1 {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.ht-cta-float--2 {
    bottom: 20px;
    left: 10px;
    animation-delay: 1.3s;
}

.ht-cta-float--3 {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    animation-delay: 2.6s;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .ht-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-why-grid,
    .ht-growth-grid {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .ht-hero-title {
        font-size: 2.2rem;
    }

    .ht-hero-description {
        max-width: 100%;
    }

    .ht-why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ht-why-image {
        position: static;
        order: -1;
    }

    .ht-growth-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ht-growth-image {
        order: -1;
    }

    .ht-cta-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .ht-cta-actions {
        justify-content: center;
    }

    .ht-cta-list {
        text-align: left;
    }

    .ht-cta-visual {
        width: 220px;
        height: 220px;
    }

    .ht-cta-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .ht-hero {
        padding: 60px 0 70px;
    }

    .ht-features-grid,
    .ht-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ht-trust-grid {
        grid-template-columns: 1fr;
    }

    .ht-why-section,
    .ht-features-section,
    .ht-benefits-section,
    .ht-trust-section,
    .ht-growth-section {
        padding: 70px 0;
    }

    .ht-cta-section {
        padding: 60px 0;
    }

    .ht-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .ht-cta-actions .btn,
    .ht-cta-actions .ht-btn-cta-outline {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ht-hero-title {
        font-size: 1.8rem;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .ht-float-badge {
        display: none;
    }

    .ht-cta-visual {
        display: none;
    }
}