:root {
    --navy: #1148c2;
    --navy-deep: #0a2f85;
    --green: #ff2d96;
    --green-soft: #ffd3ea;
    --white: #ffffff;
    --gray-soft: #f4f7f8;
    --gray-mid: #718096;
    --text-dark: #142133;
    --border-soft: rgba(12, 35, 64, 0.09);
    --shadow-soft: 0 18px 45px rgba(10, 31, 58, 0.08);
    --shadow-strong: 0 28px 70px rgba(7, 23, 41, 0.18);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --transition: all 0.35s ease;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

body.inner-page {
    padding-top: 78px;
}

h1,
h2,
h3,
.brand-title {
    font-family: "Playfair Display", serif;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.section-pad {
    padding: 100px 0;
}

.section-soft {
    background: linear-gradient(180deg, #f8fafb 0%, #eef3f5 100%);
}

.section-header {
    max-width: 760px;
    margin: 0 auto 14px;
}

.section-header.text-start {
    margin: 0;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--green);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 16px;
}

.section-header p {
    color: var(--gray-mid);
    font-size: 1.05rem;
}

#mainNav {
    padding: 10px 0;
    transition: var(--transition);
    background: rgba(13, 34, 84, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 30px rgba(13, 34, 84, 0.22);
}

#mainNav.scrolled {
    background: rgba(13, 34, 84, 0.97);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(13, 34, 84, 0.24);
    padding: 8px 0;
}

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

.navbar-brand {
    min-width: 0;
    max-width: calc(100% - 72px);
    flex: 1 1 auto;
    overflow: hidden;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--green), #77d8a1);
    color: var(--white);
    font-weight: 800;
    font-size: 1.15rem;
    box-shadow: 0 12px 24px rgba(47, 179, 111, 0.28);
}

.site-logo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center top;
    background: transparent;
    padding: 0;
    box-shadow: none;
    filter: drop-shadow(0 8px 16px rgba(255, 255, 255, 0.18));
    border-radius: 16px;
    transform-origin: center;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    min-width: 0;
}

.brand-title {
    color: var(--white);
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    position: relative;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--white);
}

.btn-book,
.btn-primary-premium,
.btn-outline-premium,
.btn-cta-primary,
.btn-cta-secondary {
    border-radius: 999px;
    padding: 0.95rem 1.55rem;
    font-weight: 700;
    transition: var(--transition);
}

.btn-book,
.btn-primary-premium {
    background: linear-gradient(135deg, #ff2d96, #ff69b8);
    color: var(--white);
    border: 0;
    box-shadow: 0 16px 36px rgba(255, 45, 150, 0.28);
}

.btn-book:hover,
.btn-primary-premium:hover {
    transform: translateY(-2px);
    color: var(--white);
    box-shadow: 0 20px 38px rgba(255, 45, 150, 0.34);
}

.btn-outline-premium {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

.btn-outline-premium:hover {
    background: var(--white);
    color: var(--navy);
    transform: translateY(-2px);
}

.success-outline {
    border-color: rgba(255, 45, 150, 0.35);
    color: var(--green);
    background: transparent;
}

.success-outline:hover {
    background: var(--green);
    color: var(--white);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(7, 23, 41, 0.8) 0%, rgba(7, 23, 41, 0.56) 48%, rgba(7, 23, 41, 0.28) 100%),
        url("assets/image_2.png") center/cover no-repeat;
    overflow: hidden;
}

.page-hero {
    position: relative;
    padding: 110px 0 80px;
    background:
        linear-gradient(90deg, rgba(7, 23, 41, 0.9) 0%, rgba(7, 23, 41, 0.7) 55%, rgba(7, 23, 41, 0.45) 100%),
        url("assets/image_2.png") center/cover no-repeat;
    overflow: hidden;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(47, 179, 111, 0.16), transparent 28%);
}

.page-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.page-hero h1 {
    color: var(--white);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    margin-bottom: 18px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    max-width: 640px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(47, 179, 111, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 10px 18px;
    margin-bottom: 28px;
    backdrop-filter: blur(12px);
}

.hero-title {
    font-size: clamp(3rem, 7vw, 5.4rem);
    color: var(--white);
    line-height: 1.02;
    max-width: 820px;
    margin-bottom: 20px;
}

.hero-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 640px;
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.trust-pill {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.service-card,
.feature-card,
.testimonial-card,
.booking-card,
.comparison-card,
.cta-card {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.service-card {
    position: relative;
    height: 100%;
    padding: 38px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    border: 1px solid var(--border-soft);
    transition: var(--transition);
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--navy));
}

.service-card:hover,
.feature-card:hover,
.booking-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-strong);
}

.service-icon,
.feature-card i {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(47, 179, 111, 0.14), rgba(12, 35, 64, 0.08));
    color: var(--navy);
    font-size: 1.8rem;
    margin-bottom: 24px;
}

.service-card h3,
.feature-card h3,
.testimonial-card h3,
.site-footer h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.service-card p,
.feature-card p,
.footer-text,
.footer-links li,
.footer-links a {
    color: var(--gray-mid);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.service-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-list li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    color: var(--green);
    position: absolute;
    left: 0;
    top: 0;
}

.services-preview-cta {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-secondary-btn {
    border: 1px solid rgba(12, 35, 64, 0.14);
    color: var(--navy);
    background: transparent;
}

.services-secondary-btn:hover {
    background: var(--navy);
    color: var(--white);
}

.services-stack {
    display: grid;
    gap: 30px;
}

.service-showcase {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.service-showcase-image,
.service-showcase-image img {
    height: 100%;
    min-height: 420px;
}

.service-showcase-image img {
    width: 100%;
    object-fit: cover;
}

.service-showcase-image video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.service-showcase-content {
    padding: 44px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--green-soft);
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 20px;
    width: fit-content;
}

.service-showcase-content h3 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    margin-bottom: 16px;
}

.service-showcase-content p {
    color: var(--gray-mid);
    margin-bottom: 20px;
}

.service-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
}

.service-addon-card,
.pricing-shell {
    height: 100%;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, #f7fafb 0%, #eef4f6 100%);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
    padding: 36px;
}

.pricing-intro {
    background: linear-gradient(135deg, rgba(12, 35, 64, 1), rgba(18, 56, 96, 1));
    color: var(--white);
}

.pricing-intro p,
.pricing-intro .section-kicker {
    color: rgba(255, 255, 255, 0.85);
}

.price-value {
    display: block;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.price-note {
    font-size: 0.9rem;
    color: var(--gray-mid);
}

.service-process {
    display: grid;
    gap: 18px;
}

.process-step {
    display: flex;
    gap: 18px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(12, 35, 64, 0.08);
    box-shadow: var(--shadow-soft);
}

.process-step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--green), #76d39d);
    color: var(--white);
    font-weight: 800;
    flex-shrink: 0;
}

.contact-card {
    height: 100%;
    padding: 30px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 35, 64, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-card i {
    font-size: 1.5rem;
    color: var(--green);
    margin-bottom: 16px;
    display: inline-block;
}

.contact-card h3 {
    margin-bottom: 10px;
}

.contact-card a,
.contact-card p {
    color: var(--gray-mid);
}

.faq-shell {
    display: grid;
    gap: 16px;
}

.faq-item {
    padding: 26px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(12, 35, 64, 0.08);
    box-shadow: var(--shadow-soft);
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.service-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-area-list span {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(47, 179, 111, 0.1);
    color: var(--navy);
    font-weight: 700;
}

.service-addon-card h3,
.pricing-shell h3,
.package-card h4 {
    font-family: "Playfair Display", serif;
    color: var(--navy);
}

.service-addon-card p,
.pricing-shell-header p,
.package-card p {
    color: var(--gray-mid);
}

.addon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.addon-list span {
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(12, 35, 64, 0.08);
    font-weight: 700;
    color: var(--navy);
}

.pricing-shell-header {
    margin-bottom: 20px;
}

.package-card {
    height: 100%;
    padding: 26px;
    border-radius: 22px;
    background: var(--white);
    border: 1px solid rgba(12, 35, 64, 0.08);
    transition: var(--transition);
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-soft);
}

.package-card h4 {
    font-size: 1.5rem;
    margin-bottom: 14px;
}

.package-card a {
    color: var(--green);
    font-weight: 800;
}

.package-card-featured {
    background: linear-gradient(180deg, rgba(47, 179, 111, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
    border-color: rgba(47, 179, 111, 0.24);
}

.feature-card {
    height: 100%;
    padding: 34px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(12, 35, 64, 0.07);
    transition: var(--transition);
}

.comparison-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    background: var(--white);
}

.comparison-panel {
    position: relative;
    min-height: 420px;
}

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

.comparison-before::after,
.comparison-after::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 23, 41, 0.18), transparent 35%, rgba(7, 23, 41, 0.25));
}

.comparison-label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy);
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 800;
}

.about-image-wrap {
    position: relative;
}

.about-image {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-strong);
}

.about-floating-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: var(--shadow-soft);
}

.about-floating-card strong {
    display: block;
    color: var(--navy);
}

.about-floating-card span {
    color: var(--gray-mid);
    font-size: 0.95rem;
}

.testimonial-carousel {
    max-width: 860px;
    margin: 0 auto;
}

.testimonial-card {
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
    padding: 50px 38px;
    border: 1px solid rgba(12, 35, 64, 0.08);
}

.stars {
    color: #f5b301;
    letter-spacing: 0.18em;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-size: 1.12rem;
    color: var(--text-dark);
    max-width: 640px;
    margin: 0 auto 20px;
}

.testimonial-card span {
    color: var(--gray-mid);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(12, 35, 64, 0.28);
}

.carousel-indicators .active {
    background-color: var(--green);
}

.booking-section {
    background:
        linear-gradient(180deg, rgba(12, 35, 64, 0.02), rgba(12, 35, 64, 0.05)),
        linear-gradient(135deg, #f8fbfd 0%, #eef4f6 100%);
}

.booking-highlights {
    display: grid;
    gap: 14px;
    color: var(--navy);
    font-weight: 700;
}

.booking-highlights i {
    color: var(--green);
    margin-right: 10px;
}

.booking-card {
    background: rgba(255, 255, 255, 0.92);
    padding: 36px;
    border: 1px solid rgba(12, 35, 64, 0.08);
    backdrop-filter: blur(12px);
    transition: var(--transition);
}

.form-label {
    font-weight: 700;
    color: var(--navy);
}

.form-control,
.form-select {
    border-radius: 16px;
    border: 1px solid rgba(12, 35, 64, 0.12);
    padding: 0.95rem 1rem;
    min-height: 56px;
    color: var(--text-dark);
    box-shadow: none;
}

textarea.form-control {
    min-height: 150px;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(47, 179, 111, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(47, 179, 111, 0.14);
}

.form-note {
    color: var(--gray-mid);
    font-size: 0.95rem;
}

.form-status {
    display: none;
    border-radius: 16px;
    padding: 14px 16px;
    font-weight: 600;
}

.form-status.is-visible {
    display: block;
}

.form-status.is-error {
    background: rgba(255, 45, 150, 0.08);
    border: 1px solid rgba(255, 45, 150, 0.2);
    color: #9f145a;
}

.form-status.is-success {
    background: rgba(17, 72, 194, 0.08);
    border: 1px solid rgba(17, 72, 194, 0.18);
    color: var(--navy);
}

.form-note a {
    color: var(--navy);
    font-weight: 700;
}

.cta-banner {
    padding: 0 0 100px;
    background: linear-gradient(180deg, #eef4f6 0%, #ffffff 100%);
}

.cta-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, var(--navy) 0%, #123860 100%);
    color: var(--white);
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cta-card h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 6px 0 0;
}

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

.btn-cta-primary:hover,
.btn-cta-secondary:hover {
    transform: translateY(-2px);
}

.site-footer {
    background: #0d2254;
    color: var(--white);
    padding: 82px 0 26px;
}

.site-footer h3 {
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.footer-brand {
    margin-bottom: 18px;
    color: var(--white);
}

.footer-logo {
    width: 74px;
    height: 74px;
}

.footer-brand small {
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a:hover,
.social-links a:hover {
    color: var(--white);
}

.social-links {
    display: flex;
    gap: 14px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .navbar > .container {
        max-width: 100%;
    }

    #mainNav {
        background: rgba(13, 34, 84, 0.96);
        backdrop-filter: blur(10px);
    }

    .navbar-collapse {
        margin-top: 16px;
        padding: 18px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.06);
    }

    .hero-section {
        text-align: center;
    }

    .hero-actions,
    .trust-badges {
        justify-content: center;
    }

    .comparison-card {
        grid-template-columns: 1fr;
    }

    .service-showcase-content {
        padding: 34px;
    }

    .comparison-panel {
        min-height: 280px;
    }

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

    body.inner-page {
        padding-top: 76px;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        gap: 8px;
        max-width: calc(100% - 56px);
    }

    .section-pad {
        padding: 78px 0;
    }

    .site-logo {
        width: 42px;
        height: 42px;
    }

    .hero-title {
        font-size: 2.7rem;
    }

    .brand-title {
        font-size: 0.92rem;
    }

    .brand-subtitle {
        display: none;
    }

    .hero-text {
        font-size: 1rem;
    }

    .page-hero {
        padding: 92px 0 64px;
    }

    .service-card,
    .feature-card,
    .testimonial-card,
    .booking-card,
    .cta-card {
        padding: 28px;
    }

    .service-showcase-content,
    .service-addon-card,
    .pricing-shell,
    .package-card {
        padding: 26px;
    }

    .service-list-grid {
        grid-template-columns: 1fr;
    }

    .service-showcase-image,
    .service-showcase-image img {
        min-height: 280px;
    }

    .about-image {
        min-height: 380px;
    }

    .about-floating-card {
        position: static;
        margin-top: 16px;
    }

    .cta-actions,
    .hero-actions {
        width: 100%;
    }

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

    .services-preview-cta {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .navbar-brand {
        max-width: calc(100% - 52px);
    }

    .brand-text {
        display: none;
    }
}
