/* ==========================================================================
   Homeverse (Real-State) — landing page overrides
   Minimalist skin on top of the Crystalo template (style.css/responsive.css):
   flat surfaces, thin hairline dividers instead of shadows/cards. Palette is
   a warm "sold sign" amber accent over a deep navy ink, distinct from the
   product's own UI so this reads as marketing, not a UI clone.
   ========================================================================== */

:root {
    --ink: #16233a;
    --ink-soft: #4a5568;
    --text: #3a3d42;
    --text-muted: #767a82;
    --accent: #d97706;
    --accent-dark: #b45309;
    --accent-tint: #fff7ed;
    --line: #e7e9ec;
    --bg: #ffffff;
    --bg-alt: #fafbfc;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--text);
}

/* ---------- Global resets: flatten the template ---------- */
section {
    background: var(--bg);
}

.sec-title p:not(.bottom-text) {
    color: var(--accent) !important;
    font-weight: 600 !important;
}

.sec-title .title {
    color: var(--ink) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.sec-title .title span {
    color: var(--accent) !important;
}

.sec-title.max-width {
    max-width: 620px;
    margin: 0 auto 50px;
    text-align: center;
}

.sec-title .bottom-text {
    color: var(--text-muted);
    font-size: 15px;
    margin-top: 12px;
}

code {
    background: var(--accent-tint);
    color: var(--accent-dark);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

.boxed_wrapper {
    overflow: visible !important;
}

/* ---------- Header ---------- */
.header-style1 {
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-upper-style1 {
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: none !important;
    border-bottom: 1px solid var(--line);
}

.header-upper-style1 .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.logo-box-style1,
.main-menu-box,
.mainmenu-right,
.cart-box {
    position: static !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.logo-box-style1 .text-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
    padding: 18px 0;
    transition: opacity 200ms ease;
}

.logo-box-style1 .text-logo:hover {
    opacity: 0.82;
}

.logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--accent), var(--ink));
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
    flex-shrink: 0;
}

.logo-badge svg {
    width: 60%;
    height: 60%;
    display: block;
}

.logo-box-style1 .text-logo span {
    color: var(--accent);
}

.main-menu .navigation > li > a {
    color: var(--text) !important;
    font-weight: 500 !important;
}

.main-menu .navigation > li > a:hover {
    color: var(--accent) !important;
}

/* ---------- Flat buttons / links ---------- */
.btn-flat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: #ffffff !important;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 26px;
    border-radius: 7px;
    transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.btn-flat:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(22, 35, 58, 0.22);
    background: var(--accent);
    color: #ffffff !important;
}

.header-upper-style1 .btn-flat {
    padding: 11px 20px;
    font-size: 13px;
}

.btn-link {
    display: inline-block;
    color: var(--ink) !important;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 4px;
    border-bottom: 1px solid transparent;
}

.btn-link:hover {
    color: var(--accent) !important;
    border-bottom-color: var(--accent);
}

/* ---------- Hero ---------- */
.hv-hero {
    padding: 110px 0 90px;
    background: var(--bg);
}

.hv-hero .badge-oss {
    display: inline-block;
    color: var(--accent-dark);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.hv-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 20px;
}

.hv-hero h1 span {
    color: var(--accent);
}

.hv-hero p.lead {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 28px;
    max-width: 540px;
    margin-bottom: 30px;
}

.hv-hero .btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
}

.hv-hero .stack-line {
    color: var(--text-muted);
    font-size: 12px;
    letter-spacing: 0.3px;
}

.hv-hero-frame {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.hv-hero-frame .bar {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--line);
    padding: 9px 12px;
    display: flex;
    gap: 6px;
}

.hv-hero-frame .bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d7dbe0;
    display: inline-block;
}

.hv-hero-frame img {
    display: block;
    width: 100%;
}

/* ---------- Highlights ---------- */
.highlights-area {
    padding: 30px 0 90px;
    border-top: 1px solid var(--line);
}

.single-highlight-box {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
}

.single-highlight-box .inner-content {
    background: none !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}

.single-highlight-box .icon-holder {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    margin: 0 0 18px !important;
    text-align: left !important;
}

.single-highlight-box .icon-holder::before {
    display: none !important;
}

.single-highlight-box .icon-holder span:before {
    display: inline-block !important;
    color: var(--accent) !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

.single-highlight-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 10px;
}

.single-highlight-box p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 24px;
}

.single-highlight-box a.btn-one {
    display: none;
}

/* ---------- About / AI agents ---------- */
.about-area {
    padding: 90px 0;
    border-top: 1px solid var(--line);
}

.about-image-box .inner-box img {
    border: 1px solid var(--line);
    border-radius: 6px;
}

.about-area .single-box {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.about-area .single-box .icon-holder {
    background: none;
    width: auto;
    height: auto;
    color: var(--accent);
    font-size: 22px;
    margin-bottom: 10px;
}

.about-area .single-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 6px;
}

.about-area .single-box p {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 20px;
}

/* ---------- Modules ---------- */
.modules-area {
    padding: 90px 0;
    border-top: 1px solid var(--line);
    background: var(--bg-alt);
}

.single-module-box {
    background: transparent;
}

.single-module-box .img-holder {
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}

.single-module-box .img-holder img {
    width: 100%;
    display: block;
}

.single-module-box .text-holder .icon-holder {
    display: inline-block;
    font-size: 20px;
    color: var(--accent);
    margin-bottom: 10px;
}

.single-module-box .text-holder h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: var(--ink);
    margin-bottom: 6px;
}

.single-module-box .text-holder p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 22px;
}

/* ---------- Screenshot gallery ---------- */
.recently-project-area {
    padding: 90px 0;
    border-top: 1px solid var(--line);
}

.single-project-style1 .img-holder {
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
}

.single-project-style1 .img-holder img {
    transform: none !important;
}

.single-project-style1:hover .img-holder img {
    transform: none !important;
}

.single-project-style1 .overlay-content {
    display: none !important;
}

.single-project-style1 .img-holder .title-box {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: left !important;
    padding: 14px 2px 0 !important;
}

.single-project-style1 .img-holder .title-box span {
    color: var(--text-muted) !important;
    font-size: 12px;
}

.single-project-style1 .img-holder .title-box h3 {
    color: var(--ink) !important;
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0 0;
}

.project-carousel .owl-dots .owl-dot {
    background: var(--line) !important;
    border-color: var(--line) !important;
}

.project-carousel .owl-dots .owl-dot.active {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

/* ---------- How it works ---------- */
.working-process-area {
    padding: 90px 0;
    border-top: 1px solid var(--line);
    background: var(--bg-alt);
}

.single-working-process {
    text-align: left !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

.single-working-process .top-box {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.single-working-process .top-box::before {
    display: none !important;
}

.single-working-process .top-box span {
    color: var(--accent);
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.single-working-process .inner {
    background: none !important;
    border-top: none !important;
    box-shadow: none !important;
    padding: 16px 0 0 !important;
}

.single-working-process .inner h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: var(--ink);
    margin: 12px 0 8px;
}

.single-working-process .inner p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 22px;
}

.single-working-process .icon-holder {
    display: none;
}

/* ---------- CTA ---------- */
.slogan-area {
    padding: 60px 0;
    background: var(--bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.slogan-area .title h3 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

/* ---------- License section ---------- */
.license-area {
    padding: 90px 0;
}

.single-license-item {
    background: none;
    border: none;
    border-top: 1px solid var(--line);
    border-radius: 0;
    padding: 30px 0 0;
    height: 100%;
    transition: none;
}

.single-license-item:hover {
    box-shadow: none;
    transform: none;
}

.single-license-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 12px;
}

.single-license-item h3 span {
    color: var(--accent);
    font-size: 18px;
}

.single-license-item p {
    color: var(--text-muted);
    margin-bottom: 16px;
}

.single-license-item ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.single-license-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text);
}

.single-license-item ul li:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent);
    font-size: 11px;
}

/* ---------- Docs / resources cards ---------- */
.docs-area {
    padding: 20px 0 90px;
    border-top: 1px solid var(--line);
}

.single-doc-card {
    display: block;
    background: none;
    border: none;
    border-top: 1px solid var(--line);
    border-radius: 0;
    padding: 26px 0 0;
    height: 100%;
    transition: none;
}

.single-doc-card:hover {
    border-color: var(--line);
    box-shadow: none;
}

.single-doc-card:hover h3 {
    color: var(--accent);
}

.single-doc-card .file-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.single-doc-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--ink);
    margin-bottom: 8px;
    transition: color 200ms ease;
}

.single-doc-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 0;
}

.docs-area .stack-line {
    color: var(--text-muted);
    font-size: 13px;
    margin-top: 50px;
}

/* ---------- Footer ---------- */
.footer-area {
    background: var(--bg-alt);
    border-top: 1px solid var(--line);
    padding: 70px 0 30px;
}

.footer-shape-bg {
    display: none;
}

.footer-logo .text-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 14px;
}

.footer-logo .text-logo span {
    color: var(--accent);
}

.single-footer-widget p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 22px;
}

.single-footer-widget .title:before {
    background: var(--line) !important;
}

.single-footer-widget .title:after {
    background: var(--accent) !important;
}

.single-footer-widget .title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

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

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

.single-footer-widget .services-links a {
    color: var(--text-muted);
    font-size: 14px;
}

.single-footer-widget .services-links a:hover {
    color: var(--accent);
}

.footer-bottom-area {
    background: var(--bg-alt);
    padding: 22px 0;
}

.footer-bottom-content .copyright-text p {
    color: var(--text-muted);
    font-size: 13px;
    margin: 0;
}

.footer-social-links a {
    color: var(--text-muted);
    font-size: 16px;
}

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

/* ---------- Scroll to top ---------- */
.scroll-to-top-style2 {
    background: var(--ink) !important;
    border-color: var(--ink) !important;
    border-radius: 3px !important;
}

@media only screen and (max-width: 991px) {
    .hv-hero {
        padding: 80px 0 60px;
        text-align: center;
    }

    .hv-hero p.lead {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hv-hero .btn-box {
        justify-content: center;
    }

    .hv-hero-frame {
        margin-top: 40px;
    }

    .single-highlight-box,
    .about-area .single-box {
        text-align: center !important;
    }

    .single-highlight-box .icon-holder,
    .about-area .single-box .icon-holder {
        margin-left: auto;
        margin-right: auto;
    }
}
