:root {
    --primary-color: #8e7056;
    --primary-hover: #8e7056;
    --dark-color: #242220;
    --dark-bg: #2d2b28;
    --light-tan: #eee8e2;
    --card-tan: #ece3db;
    --text-color: #4a4642;
    --border-color: #dfd7cf;
    --font-heading:"ivypresto-display",serif; 
    --font-body: "mozaic-hum-variable",sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
strong {
    font-weight: bold;
}
html ,
body {
    font-family: var(--font-body);
    color: #626366;
    background-color: #ffffff;
    font-size: 21px;
    line-height: 1.6;
    overflow-x: hidden;
}
.container {
	padding: 0 15px;
	max-width: 1280px;
	width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

/* Typography without classes */
h1 {
    font-family: var(--font-heading);
    font-size: 67px;
    font-weight: normal;
    line-height: 1.15;
    color: #434240;
    margin-bottom: 24px;
}

h2 {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: normal;
    line-height: 1.15;
    color: #434240;
    margin-bottom: 16px;
}

h3 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: normal;
    line-height: 1.20;
   color: #434240;
    margin-bottom: 20px;
}

/* Badges & Buttons */
h4 {
    font-size: 21px;
    text-transform: uppercase;
	color: #85654e;
	font-weight: 500;
    margin-bottom: 16px;
}
p {
    font-weight: 300;
}
.text-gold {
    color: #cca47c !important;
}
.btn {
	border: 2px solid var(--primary-color);
	padding: 12px 28px 14px;
	font-weight: 500;
    font-size: 18px;
    display: inline-block;
	text-transform: uppercase;
	 border-radius: 0;
    transition: all 0.3s ease;
}
.btn-primary {
    background-color: var(--primary-color);
    
    color: #ffffff;
   
    
}

.btn-primary:hover {
    background-color: transparent;
	color: #5e5d62;
    border-color: var(--primary-hover);
}
.btn-outline{
	background-color: transparent;
	color: #5e5d62;
	&:hover {
		background-color: var(--primary-color);    
    	color: #ffffff;
	}
}
/* Header */
.header {
    background-color: #ffffff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: -2px -1px 12px -4px rgba(0,0,0,0.5);

}
body {
    padding-top: 105px;
}
.logo img {
    height: 65px;
    width: auto;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.main-menu ul {
    display: flex;
    gap: 50px;
}

.main-menu ul li a {
    color: #3b3a38;
    text-transform: uppercase;
}

.main-menu ul li a:hover {
    color: var(--primary-color);    
}


/* Hamburger */
#nav-icon1 {
    width: 26px;
    height: 18px;
    position: relative;
    cursor: pointer;
    display: none;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--dark-color);
    border-radius: 4px;
    left: 0;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) { top: 0px; }
#nav-icon1 span:nth-child(2) { top: 8px; }
#nav-icon1 span:nth-child(3) { top: 16px; }

#nav-icon1.open span:nth-child(1) { top: 8px; transform: rotate(135deg); }
#nav-icon1.open span:nth-child(2) { opacity: 0; left: -60px; }
#nav-icon1.open span:nth-child(3) { top: 8px; transform: rotate(-135deg); }

/* Hero Section */
.hero-section {
    background-color: var(--light-tan);
}
.hero-image{
	width: calc(100% + 60px);
	margin-left: -30px;
}
.hero-image img {
    width: 100%;
    object-fit: cover;
}

.hero-content {
    padding: 90px 0
}

.hero-btn-wrap {
    gap: 20px;
    margin-top: 25px;
	margin-bottom: 25px;
    + p {
        color: #414042;
    }
}

.price-note {
    font-size: 0.95rem;
    color: var(--text-color);
}

/* Media Logos */
.logos-section {
    background-color: #434240;
    padding: 50px 0;
}

.logos-tagline p {
    color: #eee8e2;
    font-size: 32px;
    margin-bottom: 40px;
	font-style: italic;
	font-family: var(--font-heading);
}

.logos-row img {
    
}
.logo-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.logo-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.logo-slider .slick-slide > div {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0 35px;
}

.logo-slider .slide-content {
  height: 100%;
  display: flex;
  align-items: center; 
}

/* Story Section */
.story-section {
    padding: 90px 0;
}

.story-content {
    padding-left: 60px;
}
.story-content p {
	margin-bottom: 25px;
	line-height: 1.33
}
.story-image img {
    width: 100%;
}
.story-content p a  ,
.goldtext {
	color: #8e7056;
	font-weight: bold;
}
.story-content p a:hover {
    color: inherit;
}
.quote-box {
    border-left: 3px solid var(--primary-color);
    padding-left: 30px;
    margin: 60px 0 30px;
}

.quote-box p {
    font-family: var(--font-heading);
    font-size: 30px;
	line-height: 1.25;
    letter-spacing: 0.2px;
    color: #3b3a38;
}

.awards-badges {
    gap: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    
}
.awards-badges img {
        max-height: 88px;
    }


/* Target / Is this for you Section */
.target-section {
    background-color: #eeece2;
    padding: 45px 0;
    .row {
        margin: 0 -35px;
        row-gap: 45px;
        > div {
            padding: 0 35px;
        }
    }
}

.section-title {
    margin-bottom: 45px;
}

.feature-card h3 {
    font-size: 32px;
    line-height: 1.20;
    color: #3b3a38;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #bea595;
}

.feature-card p {
    margin: 0;
    line-height: 1.33;
    font-weight: 300;
    color: #624a3a;
}

.highlight-card {
    background-color: var(--dark-bg);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: none;
    padding: 40px 30px;
}

.highlight-card h3 {
    color: #ffffff;
    border: 0;
    margin: 0;
}

.highlight-card p {
    color: #cccccc;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

/* Pillars Section */
.pillars-section {
    padding:55px 0 70px;
}

.section-desc {
    max-width: 760px;
font-weight: 300;
    margin: 0 auto 50px;
}

.pillar-box {
    background-color: var(--light-tan);
    padding: 30px 40px;
    height: 100%;
     -webkit-box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57); 
box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57);
    p {
        font-weight: 300;
    }
    &.pillar-box-dark {
        background-color: #d8c9bf;
    }
}
.pillars-row {
    margin: 0 -30px;
    > div {
        padding: 0 30px;
    }
}

/* Pricing Section */
.pricing-section {
    background-color: #eeece2;
    padding: 85px 0;
    p {
        line-height: 1.33;
    }
    &.pricing-dark {
        background-color: #ebe4dd;
    }
}

.pricing-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57); 
box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57);
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 10%, #ffffff 90%, #ffffff 100%);
}
.pricing-card-02 {
    padding: 0;
    .pricing-card-header {
        background-color: #8e7056;
        color: #fff;
        padding: 35px;
    }
    .pricing-events {
        padding: 35px;
        .event-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            &:last-child {
                margin: 0;
            }
            .event-count{
                font-weight: bold;
                color: #8e7056;
                width: 60px;
				display: none;
            }
            p{
                margin: 0;
            }
            > div {
                flex: 1;
                strong {
                    margin: 0;
                }
            }
        }
    }
}
.badge-tag {
    background-color: var(--card-tan);
    color: var(--primary-color);
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.1em;
}

.pricing-card h3 {
    font-size: 2.8rem;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pricing-card h3 span {
    font-size: 1rem;
    color: #777;
}

.billed-note {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
}

.guarantee-box {
    background-color: var(--light-tan);
    padding: 20px 25px;
    margin-bottom: 25px;
}



.pricing-perks {
    margin-bottom: 35px;
}

.pricing-perks li {
    line-height: 1.33;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    p {
        flex: 1;margin: 0;
    }
}

.pricing-perks li span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #434240;
    color: #fff;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    padding-bottom: 5px;
}

/* FAQ */
.faq-section {
    padding: 65px 0;
}

.faq-accordion-wrap {
    max-width: 975px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 45px 0;
}

.faq-question {
    cursor: pointer;
    position: relative;
    gap: 15px;
    &:after {
        content: '+';
        display: block;color: var(--primary-color);
        font-size: 1.2em;
        transition: all .3s;
        transform-origin: 50% 50%;
    }
}
.faq-item.active {
    .faq-question:after {
        transform: rotate(45deg);
    }
}
.faq-question h3 {
    font-size: 32px;
    margin: 0;
	line-height: 1.19;
	color: #434240;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding-top: 20px;
}


.faq-answer p {
	line-height: 1.33;
    margin: 0;
}

/* Final CTA */
.final-cta-section {
    background-color: #ebe4dd;
    padding: 50px	 0;
}

.final-cta-section p {
    max-width: 760px;
    margin: 0 auto 30px;
}
.final-cta-section .btn {
	margin-bottom: 25px
}
.final-cta-section .btn  + p {
	font-size: 18px; margin: 0 auto;
}
/* Footer */
.footer {
    background-color: #3b3a38;
    padding: 16px 0;
    color: #ded9d3;
}

.footer-brand p .footer-brand a,
.footer-copyright p {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff7ee;
    margin: 0;
}
.footer-brand a:hover {
    color: #fff;
}
.footer-social {
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    &:hover {
        img {
            transform: scale(1.03);
        }
    }
	img {
		width: 34px;
        transition: all .3s;
		max-height: 34px;
	}
}


/* Accountability Section */
.accountability-section {
    background-color: #434240;
    padding: 65px 0;
    color: #ffffff;
    .row {
        row-gap: 40px;
        padding: 0 15px;
        > div {
            padding: 0 15px;
        }
    }
}

.accountability-section .section-title {
    max-width: 900px;
    margin: 0 auto 60px;
    h2 {
        color: #fff;
         margin-bottom: 25px;
    }
    h4 {
        color: #eeece2;
        font-weight: 500;
         margin-bottom: 30px;
    }
    p{
        font-weight: 300;
    }
}
/* Card Items */
.accountability-card {
    padding:0;
    margin-bottom: 0px;
}

.count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #eeece2;
    color: #434240;
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.accountability-card h3 {
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 2px solid #bea595;
    letter-spacing: -0.01em;
}

.accountability-card p {
    line-height: 1.33;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-section .section-title {
    margin-bottom: 50px;
}

/* Review Cards */
.testimonial-card {
   background-color: #eeece2;
    padding: 40px 30px 100px;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
     -webkit-box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57); 
box-shadow: 5px 5px 15px 0px rgba(142,112,86,0.57);
}
.testimonials-section .row {
    row-gap: 35px;
}

.star-rating {
    margin-bottom: 22px;
}

.star-rating img {
    height: 30px;
    width: auto;
    object-fit: contain;
    display: block;
}

.testimonial-card p {
    font-family: inherit;
    line-height: 1.33;
    font-weight: 300;
    color: #624a3a;
    margin-bottom: 30px;
    flex-grow: 1;
}

.testimonial-author {
    font-size: 20px;line-height: 1.25;
    font-weight: 500;
    color: #69686d;
    max-width: 90%;
    margin: 0 0 0 auto;text-align: right;
    position: absolute;
    right: 0;
    padding-right: 30px;
    bottom: 40px;
    min-height: 50px;
}


/* Dedicated Space Section */
.dedicated-space-section {
    background-color: #eeece2;
    padding: 90px 0;
}

.dedicated-content {
    padding-right: 30px;
}

.dedicated-content h4 {
    font-size: 21px;
    letter-spacing: 0.14em;
    font-weight: 500;
    text-transform: uppercase;
    color: #85654e;
    margin-bottom: 16px;
}


.dedicated-list {
    margin: 28px 0 32px;
    padding: 0;
}

.dedicated-list li {
    line-height: 1.33;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}

.dedicated-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #8e7056;
}

.dedicated-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dedicated-mockup img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Built Small Section */
.built-small-section {
    background-color: #ffffff;
    padding: 90px 0px;
}

.small-image-box {
    width: 100%;
    margin-bottom: 30px;
}

.small-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 580px;
    object-position: top;
}

/* 3 Stats Row Under Image */
.small-stats-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    gap: 10px;
}

.stat-col {
    
}

.stat-col h3 {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    color: #85654e;
    margin-bottom: 8px;
}

.stat-col span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5e5d62;
    line-height: 1.3;
}

/* Content Area */
.built-small-content {
    padding-left: 45px;
}

.built-small-content p {
    line-height: 1.33;
    font-weight: 300;
    color: #626366;
    margin-bottom: 22px;
}


.go-to-link{
    position: absolute;
    left: 0;
    top: -106px;
}
.feature-card .btn:hover {
    color: #fff;
}