:root{
    --theme-dark:#1a2845;
    --theme-color:#4c8f8f;
    --theme-color2:#26baba;
    --theme-white:#fff;
    --reveron-bg:#f6f7f8;
    --reveron-grey:#6c757d;
    --shadow-sm:0 10px 30px rgba(14,42,71,.10);
    --shadow-md:0 18px 50px rgba(14,42,71,.16);
    --radius-xl:22px;
    --heading-font: 'Cormorant Garamond', serif;
    --body-font: 'Inter', serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1b2430;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
}
/* Utilities */

.text-teal {
    color: var(--theme-color) !important;
}

.section {
    padding: 90px 0;
}

.section-light {
    background: var(--reveron-bg);
}

.section-dark {
    background: var(--theme-dark);
    position: relative;
    overflow: hidden;
}
.hero .section-label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    margin-bottom: 17px !important;
}

.section-label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.section-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 42px;
}

.bf_txt{
    color: #222;
    padding-left: 15px;
    border-left: 2px solid var(--theme-color);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
/* Navbar */

.navbar-reveron {
    transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
    padding: 18px 0;
    background: transparent;
}

.navbar-reveron .nav-link {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
    transition: color 0.2s ease, opacity 0.2s ease;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.navbar-reveron .nav-link:hover {
    color: #fff;
}

.navbar-reveron.is-solid {
    /*background: rgba(14, 42, 71, 0.96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);*/
    /*background: rgba(234, 236, 238, 0.88);*/
    background: rgba(37, 38, 39, 0.88);
    padding: 12px 0;
    backdrop-filter: blur(10px);
}
.navbar-reveron.is-solid .nav-link{
    color: rgba(238, 228, 228, 0.86);
}
.navbar-reveron.is-solid .brand-title{
    color: rgba(24, 21, 21, 0.86);
}
.navbar-reveron.is-solid .btn-teal{
    color: #fff;
}
.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(111, 182, 166, 1), rgba(111, 182, 166, 0.35));
    box-shadow: 0 10px 22px rgba(111, 182, 166, 0.2);
}

.brand-title {
    font-weight: 600;
    letter-spacing: 0.14em;
    font-size: 24px;
}

.brand-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    opacity: 0.9;
}

/* Buttons */

.btn {
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 25px;
}

.btn-primary {
    background: var(--theme-color);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(14, 42, 71, 0.24);
}

.btn-primary:hover {
    background: #7bc9b7;
    border: 1px solid #7bc9b7;
    color: #fff;
    transform: translateY(-1px);
}
.btn-primary-dark {
    background: var(--theme-dark);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(14, 42, 71, 0.24);
}

.btn-primary-dark:hover {
    background: #0b223a;
    color: #fff;
    transform: translateY(-1px);
}

.btn-teal {
    background: var(--theme-color);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--theme-white);
}

.btn-teal:hover {
    background: #65ad9e;
    color: var(--theme-dark);
    transform: translateY(-1px);
}

.btn-outline-dark {
    border-width: 1px;
}

.btn-outline-dark:hover {
    transform: translateY(-1px);
}

/* Ripple */

.ripple-ink {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 0.6s ease-out;
    pointer-events: none;
    opacity: 0.65;
    background: rgba(255, 255, 255, 0.55);
    mix-blend-mode: overlay;
}

@keyframes ripple {
    to {
        transform: scale(3.2);
        opacity: 0;
    }
}

/* Hero */

.hero {
    position: relative;
    color: #fff;
    background: linear-gradient(120deg, rgba(14, 42, 71, 0.88), rgba(14, 42, 71, 0.55) 55%, rgba(14, 42, 71, 0.8)), url("Banner.jpg") center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 500px at 30% 35%, rgba(6, 20, 16, 0.39), transparent 60%);
    pointer-events: none;
}

.hero-title {
    font-family: "Outfit", serif;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.03;
}

.hero-italic {
    font-style: italic;
    color: var(--theme-color2);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

.hero-lead {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

.hero-content{
    padding-top: 6%;
}
/*.hero-features .hero-chip {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}*/
.hero-features{
    margin-bottom: 15px;
    font-size: 15px;
}
.hero-features .hero-chip {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.hero-chip i {
    color: var(--theme-color);
}

.hero-sidecard {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-xl);
    padding: 22px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.badge-soft {
    background: rgba(111, 182, 166, 0.18);
    border: 1px solid rgba(111, 182, 166, 0.3);
    color: #e8fffb;
    font-weight: 600;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: 38px;
    height: 52px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-indicator:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
}

.scroll-indicator span {
    width: 6px;
    height: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    animation: scrollDot 1.4s infinite ease-in-out;
}

@keyframes scrollDot {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

/* About */

.about-media {
    position: relative;
}

.about-media img {
    box-shadow: var(--shadow-md);
}

.about-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(14, 42, 71, 0.1);
    border-radius: 14px;
    font-weight: 600;
    color: var(--theme-dark);
    box-shadow: 0 12px 30px rgba(14, 42, 71, 0.12);
}

.feature-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 16px;
    border-radius: 18px;
    background: #eee;
    border: 1px solid rgba(255, 255, 255, .12);
    /*box-shadow: var(--shadow-sm);*/
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
    
}
.feature-card h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(111, 182, 166, 0.16);
    border: 1px solid rgba(111, 182, 166, 0.25);
    color: var(--theme-dark);
    flex: 0 0 auto;
}

/* Focus cards */

.focus-card {
    background: #fff;
    /*border: 1px solid rgba(14, 42, 71, 0.08);*/
    border-radius: 5px;
    padding: 44px 32px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
}
.focus-card h3{
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 600;
}
.focus-card p{
    font-size: 15px;
    line-height: 25px;
}
.focus-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(117, 199, 180, 0.28);
    border: 1px solid rgba(111, 182, 166, 0.22);
    color: var(--theme-color);
    margin-bottom: 20px;
    font-size: 1.3rem;
}
.focus-card:hover .focus-icon{
    background: rgba(111, 182, 166, 0.14);
}
/* Partnership network visualization */

.network-visual {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 1/1;
    margin: 0 auto;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 1px solid rgba(111, 182, 166, 0.22);
    box-shadow: inset 0 0 40px rgba(111, 182, 166, 0.08);
}

.ring-1 {
    width: 72%;
    height: 72%;
}

.ring-2 {
    width: 50%;
    height: 50%;
    border-color: rgba(255, 255, 255, 0.18);
}

.ring-3 {
    width: 30%;
    height: 30%;
    border-color: rgba(111, 182, 166, 0.28);
}

.node {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(111, 182, 166, 1);
    box-shadow: 0 0 0 8px rgba(111, 182, 166, 0.1), 0 10px 26px rgba(0, 0, 0, 0.35);
}

.node-center {
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08), 0 12px 40px rgba(0, 0, 0, 0.35);
}
.node span{
    color: #fff;
    position: relative;
    left: -8px;
      top: 25px;
}
.node-a {
    left: 18%;
    top: 30%;
}

.node-b {
    left: 70%;
    top: 22%;
}

.node-c {
    left: 78%;
    top: 62%;
}

.node-d {
    left: 28%;
    top: 72%;
}

.node-e {
    left: 50%;
    top: 14%;
}

.node-f {
    left: 16%;
    top: 56%;
}

/* Lists */

.checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.checklist li {
    padding-left: 0px;
    position: relative;
    margin: 15px 0 18px;
    color: rgba(255, 255, 255, 0.82);
}
/*.checklist li span{
    background-color: rgba(111, 182, 166, 0.11);
    border-radius: 2px;
    padding: 7px 7px;
    margin-right: 7px;
}*/
.checklist li span{
    margin-right: 7px;
}
.checklist li span i{
    color: #87baae;
}
./*checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: 800;
}*/

.bullet-list {
    padding-left: 1.1rem;
}

.bullet-list li {
    margin: 0.55rem 0;
}
/* Rich Card */
.reach-card{
    border: 1px solid rgba(14, 42, 71, 0.08);
    border-radius: 5px;
    padding: 40px 35px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
    text-align: center;
}
.reach-card h3{
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 600;
}
.reach-card p{
    line-height: 24px;
    font-size: 14px;
}
.reach-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(216, 223, 221, 0.35);
    color: var(--theme-dark);
    font-size: 1.25rem;
    margin: 0px auto;
    margin-bottom: 12px;
}
.reach-card:hover .reach-icon{
    background: rgba(159, 201, 189, 0.35);
}
.reach-icon i{
    color: var(--theme-color);
}
/*Info boxes */

.info-box {
    background: #fff;
    border: 1px solid rgba(14, 42, 71, 0.08);
    border-radius: 22px;
    padding: 20px 18px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
}

.info-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(111, 182, 166, 0.14);
    border: 1px solid rgba(111, 182, 166, 0.22);
    color: var(--theme-dark);
    margin-bottom: 12px;
    font-size: 1.25rem;
}

/* Stats panel */

.stats-panel {
    background: #fff;
    border: 1px solid rgba(14, 42, 71, 0.08);
    border-radius: 5px;
    padding: 22px;
    /*box-shadow: var(--shadow-md);*/
}

.stats-hero {
    padding: 18px 18px;
    /*background: linear-gradient(135deg, rgba(111, 182, 166, 0.2), rgba(14, 42, 71, 0.04));
    border: 1px solid rgba(14, 42, 71, 0.06);*/
    border-radius: 22px;
    text-align: center;
}
.stats-hero .stat-sub{
    font-size: 14px;
}
.stat-big {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    font-weight: 700;
    /*letter-spacing: -0.03em;*/
    color: var(--theme-color);
    margin-bottom: 8px;
}
.stat-big span{
    font-size: 4.6rem;
    font-weight: 400;
}
.stat-card {
    border-radius: 18px;
    padding: 14px 14px;
    /*background: var(--reveron-bg);
    border: 1px solid rgba(14, 42, 71, 0.06);*/
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
    text-align: center;
}

.stat-val {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--theme-dark);
    font-size: 1.85rem;
    font-family: var(--heading-font);
}

.stat-key {
    font-size: 0.85rem;
}

/* Glass cards */

.glass-card {
    border-radius: 5px;
    padding: 40px 18px;
    /*background: rgba(255, 255, 255, 0.08);*/
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
    text-align: center;
}

.glass-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(56, 72, 108, 0.47);
    /*border: 1px solid rgba(111, 182, 166, 0.26);*/
    color: #e9fffb;
    font-size: 1.25rem;
    margin: 0px auto;
    margin-bottom: 26px;
    transition: all 0.3s;
}
.glass-card:hover .glass-icon{    
    background: rgba(111, 182, 166, 0.16);
    box-shadow: 0 0 10px rgba(111,182,166,0.4),
                0 0 20px rgba(111,182,166,0.3),
                0 0 30px rgba(111,182,166,0.2);
}
.glass-card h3{
    margin-bottom: 10px;
}

/*Modal*/
.modal-body{
    padding-left: 30px;
    padding-right: 30px;
}
.modal-header{
    padding-left: 30px;
    padding-right: 30px;
}

/* CTA */

.cta-panel {
    padding: 0px 18px 20px;
}

/* Footer */
.footer p{
    font-size: 15px;
    color: #fff;
}

.footer {
    background: var(--theme-dark);
    padding: 60px 0 18px;
}

.footer-brand {
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #fff;
}

.footer-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Outfit", serif;
}
.footer-links a,
.footer-links.company li a,
.footer p{
    
}
.footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-links.company li a{
    font-size: 16px;
}
.footer-links li {
    margin: 4px 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
    font-size: 16px;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 34px;
    padding-top: 16px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
}



.aesthetic-market .bullet-list{
    list-style: none;
    position: relative;
    padding-left: 0px;
}
.aesthetic-market .bullet-list li i{
    color: var(--theme-color);
    font-size: 20px;
    margin-right: 5px;
}
.aesthetic-market .bullet-list li{
    color: var(--theme-dark);
    font-size: 15px;
}

.feature-box{
    border:1px solid #e5e5e5;
    border-radius:6px;
    padding:25px;
    background:#fbfbfb;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:0.3s;
}

.feature-box:hover{
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    background:var(--theme-color);
}
.feature-box:hover .feature-text,
.feature-box:hover .feature-title{
    color: #eee;
}
.icon-box{
    background:#e5f0ee;
    width:45px;
    height:45px;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2c7a7b;
    font-size:18px;
}

.feature-title{
    font-weight:600;
    margin-bottom:5px;
    font-size:18px;
}

.feature-text{
    font-size:14px;
    color:#6c757d;
    margin:0;
}


/* Reveal animations */

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-fade-in {
    animation: heroFade 0.9s ease both;
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover lift (applied via jQuery on .js-hover) */

.hover-lift {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-md) !important;
    border-color: rgba(111, 182, 166, 0.35) !important;
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
    .section {
        padding: 70px 0;
    }
    .hero-title {
        font-size: 2.55rem;
    }
}
@media(min-width: 1199px){
    .hero-content{
        padding-left: 20%;
    }
    .modal-md{
        max-width: 600px;
    }
}
@media (max-width: 767px) {
    .hero .section-label{
        display: block;
        text-align: center;
    }
    .section {
        padding: 50px 0;
    }
    .focus-card{
        text-align: center;
    }
    .focus-icon{
        margin: 0px auto 15px auto;
    }
    .hero-title {
        font-size: 2.1rem;
        text-align: center;
    }
    .section-label{
        display: block;
    }
    #partnerships p,
    .bf_txt{
        text-align: center;
    }
    #about p,
    .checklist li{
        text-align: center;
    }
    #distribution p.mb-4{
        margin-bottom: 0px !important;
    }
    .aesthetic-market p.mb-4{
        margin-bottom: 0px;
        text-align: center;
    }
    .aesthetic-market .bullet-list li{
        text-align: center;
    }
    .aesthetic-market a.btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        justify-content: baseline;
        text-align: center;
        justify-content: center;
        display: block;
        width: 70%;
    }
    .feature-box{
        display: block;
        text-align: center;
    }
    .feature-box .icon-box{
        margin: 0px auto 15px;
    }
    .section-title{
        font-size: 30px !important;
    }
    .hero-features .hero-chip{
        justify-content: center;
    }
    .hero-lead,
    .section-label,
    .section-title{
        text-align: center;
    }
    .navbar-reveron {
        padding: 12px 0;
        background: rgb(103 105 106 / 84%);
    }
    .navbar-reveron .nav-link{
        color: #111;
    }
    .feature-card{
        align-items: center;
    }
    .container{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .navbar-toggler{
        background: #222;
    }
}
