html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Outfit', sans-serif;
    color: #1d1d1f;
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 28%),
        radial-gradient(circle at right 20%, rgba(180, 83, 9, 0.14), transparent 24%),
        linear-gradient(180deg, #f7f3eb 0%, #ffffff 45%, #f4efe6 100%);
}

.page-shape {
    position: fixed;
    border-radius: 999px;
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.shape-one {
    top: 80px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: rgba(251, 191, 36, 0.12);
}

.shape-two {
    bottom: 80px;
    left: -120px;
    width: 260px;
    height: 260px;
    background: rgba(180, 83, 9, 0.1);
}

nav,
header,
section,
footer {
    position: relative;
    z-index: 1;
}

.tempo-navbar {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(180, 83, 9, 0.08);
}

.navbar-brand {
    font-size: 2.15rem;
    font-weight: 700;
    color: #b45309;
}

.nav-link {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-link:hover,
.nav-link:focus {
    color: #b45309;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 0;
    height: 2px;
    background: #b45309;
    transition: width 0.25s ease;
}

.nav-link:hover::after,
.nav-link:focus::after {
    width: 100%;
}

.hero-section {
    min-height: 100vh;
    padding: 120px 0 80px;
}

.hero-badge,
.section-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: #fff4e6;
    color: #b45309;
    font-weight: 600;
    font-size: 1.05rem;
}

.hero-title {
    margin: 1.25rem 0 1rem;
    font-size: clamp(3.4rem, 6vw, 6rem);
    line-height: 1.02;
    font-weight: 700;
    max-width: 760px;
}

.hero-text,
.section-text,
.service-box p,
.contact-list {
    color: #5b5b5f;
    font-size: 1.3rem;
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-mini-note {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1.4rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(180, 83, 9, 0.1);
    color: #6f4a22;
    font-size: 1rem;
    box-shadow: 0 14px 32px rgba(66, 35, 5, 0.06);
}

.hero-mini-note i {
    color: #b45309;
    font-size: 1.2rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.25rem;
    max-width: 650px;
}

.stat-box {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(180, 83, 9, 0.12);
    box-shadow: 0 12px 30px rgba(66, 35, 5, 0.06);
}

.stat-box strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    color: #1f1f20;
}

.stat-box span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.95rem;
    color: #6d6256;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.25rem;
    margin-top: 1.5rem;
    color: #70411a;
    font-weight: 600;
    font-size: 1.15rem;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-points i {
    color: #b45309;
}

.btn-tempo-primary,
.btn-tempo-outline {
    padding: 1rem 1.75rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.08rem;
}

.btn-tempo-primary {
    background: linear-gradient(135deg, #c76316 0%, #a34708 100%);
    border: 1px solid #b45309;
    color: #fff;
    box-shadow: 0 16px 28px rgba(180, 83, 9, 0.22);
}

.btn-tempo-primary:hover {
    background: linear-gradient(135deg, #b95810 0%, #8f3f08 100%);
    border-color: #8f3f08;
    color: #fff;
    transform: translateY(-2px);
}

.btn-tempo-outline {
    border: 1px solid #d6c2aa;
    color: #1d1d1f;
    background: #fff;
    box-shadow: 0 10px 24px rgba(66, 35, 5, 0.05);
}

.btn-tempo-outline:hover {
    border-color: #b45309;
    color: #b45309;
    transform: translateY(-2px);
}

.hero-card,
.service-box,
.contact-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(180, 83, 9, 0.12);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(66, 35, 5, 0.08);
}

.hero-card {
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 242, 0.96) 100%);
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #fff4e6;
    color: #8f4a11;
    font-weight: 600;
    font-size: 1.02rem;
}

.hero-card-item {
    padding: 1.2rem;
    border-radius: 20px;
    background: #fffaf4;
    border: 1px solid rgba(180, 83, 9, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-visual-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(180, 83, 9, 0.16);
    box-shadow: 0 28px 60px rgba(66, 35, 5, 0.16);
}

.hero-visual-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent 0%, rgba(31, 20, 10, 0.22) 100%);
}

.hero-main-image,
.section-photo,
.contact-gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-main-image {
    min-height: 460px;
    transform: scale(1.01);
}

.hero-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(66, 35, 5, 0.08);
}

.icon-chip,
.service-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff0db 0%, #ffe4bf 100%);
    color: #b45309;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.hero-card-item + .hero-card-item {
    margin-top: 1rem;
}

.hero-card-item h3,
.service-box h3 {
    font-size: 1.65rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.section-space {
    padding: 90px 0;
}

.section-soft {
    background: rgba(255, 248, 240, 0.75);
}

.section-head {
    max-width: 720px;
    margin: 0 auto 3rem;
}

.section-title {
    margin-top: 1rem;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    line-height: 1.1;
    font-weight: 700;
}

.about-image-frame {
    overflow: hidden;
    min-height: 420px;
    border-radius: 34px;
    border: 1px solid rgba(180, 83, 9, 0.16);
    box-shadow: 0 24px 50px rgba(66, 35, 5, 0.14);
    position: relative;
}

.about-image-frame::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.about-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 24px;
    background: rgba(255, 244, 230, 0.9);
    border: 1px solid rgba(180, 83, 9, 0.12);
}

.about-note i {
    font-size: 1.6rem;
    color: #b45309;
}

.about-note strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.3rem;
}

.about-note p {
    color: #5b5b5f;
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-grid {
    margin-top: 3rem;
}

.about-card {
    height: 100%;
    padding: 2rem 1.6rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(180, 83, 9, 0.1);
    box-shadow: 0 18px 40px rgba(66, 35, 5, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(66, 35, 5, 0.1);
    border-color: rgba(180, 83, 9, 0.18);
}

.about-card i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #b45309;
    background: #fff1dd;
}

.about-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.about-card p {
    margin: 0;
    color: #5b5b5f;
    line-height: 1.8;
    font-size: 1.08rem;
}

.service-box {
    height: 100%;
    padding: 2rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(66, 35, 5, 0.12);
    border-color: rgba(180, 83, 9, 0.2);
}

.service-number {
    display: inline-block;
    margin-bottom: 1rem;
    color: #b45309;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
}

.contact-panel {
    padding: 2.5rem;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.14), transparent 28%),
        rgba(255, 255, 255, 0.94);
    position: relative;
    overflow: hidden;
}

.contact-panel::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.08);
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.contact-list li + li {
    margin-top: 0.5rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-list i {
    width: 20px;
    color: #b45309;
    font-size: 1.1rem;
}

.form-mini-head {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.95rem;
    border-radius: 999px;
    background: #fff4e6;
    color: #9a4f10;
    font-weight: 600;
    font-size: 1rem;
}

.form-control {
    border-radius: 18px;
    padding: 1.1rem 1.1rem;
    border: 1px solid #e4d7c7;
    box-shadow: none;
    font-size: 1.05rem;
}

.form-control:focus {
    border-color: #b45309;
    box-shadow: 0 0 0 0.2rem rgba(180, 83, 9, 0.12);
}

.contact-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.contact-gallery-image {
    height: 240px;
    border-radius: 24px;
    border: 1px solid rgba(180, 83, 9, 0.14);
    box-shadow: 0 20px 40px rgba(66, 35, 5, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-gallery-image:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 26px 48px rgba(66, 35, 5, 0.14);
}

.contact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.contact-strip-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 247, 238, 0.86);
    border: 1px solid rgba(180, 83, 9, 0.1);
    color: #684423;
    font-weight: 600;
}

.contact-strip-item i {
    color: #b45309;
    font-size: 1.2rem;
}

.contact-alert {
    border-radius: 20px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
}

.site-footer {
    padding: 24px 0 40px;
    text-align: center;
    color: #6a6a6d;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .tempo-navbar .navbar-nav {
        padding-top: 1rem;
    }

    .hero-section {
        min-height: auto;
        padding-top: 110px;
    }

    .hero-card {
        margin-top: 1rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .about-image-frame {
        min-height: 320px;
    }

    .contact-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2.7rem;
    }

    .section-space {
        padding: 70px 0;
    }

    .contact-panel,
    .service-box,
    .hero-card,
    .about-card {
        border-radius: 22px;
    }

    .hero-points {
        flex-direction: column;
        gap: 0.7rem;
    }

    .hero-text,
    .section-text,
    .service-box p,
    .contact-list {
        font-size: 1.12rem;
        line-height: 1.8;
    }

    .hero-main-image {
        min-height: 300px;
    }

    .contact-gallery {
        grid-template-columns: 1fr;
    }
}
