.elementor-18847 .elementor-element.elementor-element-612e376{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-db52c56 */<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
:root {
--black: #0e0e0e;
--white: #f7f5f0;
--cream: #ede9e0;
--gold: #c8a84b;
--gold-light: #e8d49a;
--forest: #1a3328;
--forest-mid: #254d3a;
--sage: #4a7c59;
--sage-light: #8ab89a;
--charcoal: #2c2c2c;
--mid: #6b6b6b;
--border: rgba(200,168,75,0.2);
--font-display: 'Playfair Display', Georgia, serif;
--font-body: 'DM Sans', sans-serif;
}
 
html { scroll-behavior: smooth; }
 
body {
font-family: var(--font-body);
background: var(--white);
color: var(--black);
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
}
 
/* NAV */
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
display: flex; align-items: center; justify-content: space-between;
padding: 1.2rem 2.5rem;
background: rgba(247,245,240,0.92);
backdrop-filter: blur(12px);
border-bottom: 0.5px solid var(--border);
}
.nav-logo {
font-family: var(--font-display);
font-size: 1.1rem;
font-weight: 700;
color: var(--forest);
letter-spacing: 0.02em;
text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-cta {
background: var(--forest);
color: var(--white);
font-family: var(--font-body);
font-size: 13px;
font-weight: 500;
padding: 10px 20px;
border-radius: 2px;
text-decoration: none;
letter-spacing: 0.04em;
transition: background 0.2s;
}
.nav-cta:hover { background: var(--forest-mid); }
 
/* HERO */
.hero {
min-height: 100vh;
background: var(--forest);
display: flex; align-items: center;
padding: 8rem 2.5rem 5rem;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute; inset: 0;
background: radial-gradient(ellipse 70% 60% at 80% 40%, rgba(200,168,75,0.12) 0%, transparent 60%);
}
.hero-grid {
display: grid;
grid-template-columns: 1fr 420px;
gap: 5rem;
max-width: 1100px;
margin: 0 auto;
width: 100%;
align-items: center;
position: relative;
}
.hero-eyebrow {
display: inline-block;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 1.5rem;
border-bottom: 1px solid var(--gold);
padding-bottom: 4px;
}
.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.6rem, 5vw, 4rem);
font-weight: 900;
color: var(--white);
line-height: 1.1;
margin-bottom: 1.5rem;
}
.hero h1 em {
font-style: italic;
color: var(--gold-light);
}
.hero-desc {
font-size: 1.05rem;
color: rgba(247,245,240,0.72);
max-width: 500px;
margin-bottom: 2.5rem;
line-height: 1.75;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
background: var(--gold);
color: var(--forest);
font-weight: 500;
font-size: 14px;
padding: 14px 28px;
border-radius: 2px;
text-decoration: none;
letter-spacing: 0.04em;
transition: background 0.2s, transform 0.15s;
display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost {
border: 1px solid rgba(247,245,240,0.35);
color: var(--white);
font-weight: 400;
font-size: 14px;
padding: 14px 28px;
border-radius: 2px;
text-decoration: none;
letter-spacing: 0.03em;
transition: border-color 0.2s, background 0.2s;
display: inline-block;
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(200,168,75,0.08); }
 
/* HERO CARD */
.hero-card {
background: rgba(255,255,255,0.05);
border: 0.5px solid rgba(200,168,75,0.3);
border-radius: 4px;
padding: 2rem;
backdrop-filter: blur(8px);
}
.hero-card-label {
font-size: 10px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 1rem;
font-weight: 500;
}
.stat-row {
display: flex;
align-items: baseline;
gap: 8px;
margin-bottom: 1.2rem;
padding-bottom: 1.2rem;
border-bottom: 0.5px solid rgba(200,168,75,0.15);
}
.stat-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.stat-num {
font-family: var(--font-display);
font-size: 2rem;
font-weight: 900;
color: var(--gold-light);
line-height: 1;
}
.stat-label { font-size: 13px; color: rgba(247,245,240,0.6); line-height: 1.4; }
 
/* TRUST BAR */
.trust-bar {
background: var(--cream);
padding: 1.5rem 2.5rem;
border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.trust-inner {
max-width: 1100px; margin: 0 auto;
display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.trust-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); white-space: nowrap; font-weight: 500; }
.trust-items { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; }
.trust-item { font-size: 13px; color: var(--charcoal); font-weight: 500; }
.trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); display: inline-block; margin: 0 4px; vertical-align: middle; }
 
/* SECTIONS */
section { padding: 6rem 2.5rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow {
font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
text-transform: uppercase; color: var(--sage); margin-bottom: 1rem;
}
.section-title {
font-family: var(--font-display);
font-size: clamp(1.8rem, 3.5vw, 2.8rem);
font-weight: 900; color: var(--forest);
line-height: 1.15; margin-bottom: 1.25rem;
}
.section-desc { font-size: 1.05rem; color: var(--mid); max-width: 560px; line-height: 1.75; }
 
/* WHO IT'S FOR */
.who-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5px;
background: var(--border);
border: 0.5px solid var(--border);
border-radius: 4px;
overflow: hidden;
margin-top: 3.5rem;
}
.who-card {
background: var(--white);
padding: 2.5rem;
transition: background 0.2s;
}
.who-card:hover { background: var(--cream); }
.who-icon {
width: 44px; height: 44px;
background: var(--forest);
border-radius: 2px;
display: flex; align-items: center; justify-content: center;
margin-bottom: 1.25rem;
font-size: 1.3rem;
}
.who-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--forest); margin-bottom: 0.6rem; }
.who-desc { font-size: 13.5px; color: var(--mid); line-height: 1.65; }
 
/* WHAT'S INCLUDED */
.included-section { background: var(--forest); }
.included-section .section-title { color: var(--white); }
.included-section .section-desc { color: rgba(247,245,240,0.65); }
.included-section .section-eyebrow { color: var(--gold); }
 
.included-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1px;
background: rgba(200,168,75,0.15);
border: 0.5px solid rgba(200,168,75,0.2);
border-radius: 4px;
overflow: hidden;
margin-top: 3.5rem;
}
.included-card {
background: var(--forest);
padding: 2.25rem;
transition: background 0.2s;
}
.included-card:hover { background: var(--forest-mid); }
.included-num {
font-family: var(--font-display);
font-size: 3rem;
font-weight: 900;
color: rgba(200,168,75,0.25);
line-height: 1;
margin-bottom: 1rem;
}
.included-title { font-size: 15px; font-weight: 500; color: var(--white); margin-bottom: 0.5rem; }
.included-desc { font-size: 13px; color: rgba(247,245,240,0.55); line-height: 1.65; }
 
/* HOW IT WORKS */
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 2px;
margin-top: 3.5rem;
}
.step { position: relative; padding: 2rem 1.5rem 2rem 2rem; }
.step::before {
content: '';
position: absolute; top: 2rem; left: 0;
width: 3px; height: 40px;
background: var(--gold);
}
.step-num {
font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.step-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--forest); margin-bottom: 0.5rem; }
.step-desc { font-size: 13.5px; color: var(--mid); line-height: 1.65; }
 
/* TESTIMONIALS */
.testimonials-section { background: var(--cream); }
.testimonial-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
margin-top: 3.5rem;
}
.testimonial-card {
background: var(--white);
border: 0.5px solid rgba(0,0,0,0.08);
border-radius: 4px;
padding: 2rem;
}
.testimonial-quote {
font-family: var(--font-display);
font-size: 1.05rem;
font-style: italic;
color: var(--charcoal);
line-height: 1.7;
margin-bottom: 1.25rem;
}
.testimonial-quote::before { content: '\201C'; color: var(--gold); }
.testimonial-quote::after { content: '\201D'; color: var(--gold); }
.testimonial-name { font-size: 13px; font-weight: 500; color: var(--forest); }
.testimonial-role { font-size: 12px; color: var(--mid); margin-top: 2px; }
 
/* PRICING */
.pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-top: 3.5rem;
align-items: start;
}
.pricing-card {
border: 0.5px solid rgba(0,0,0,0.1);
border-radius: 4px;
overflow: hidden;
background: var(--white);
}
.pricing-card.featured {
border: 1.5px solid var(--gold);
position: relative;
}
.pricing-badge {
background: var(--gold);
color: var(--forest);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 5px 14px;
text-align: center;
}
.pricing-header { padding: 1.75rem 1.75rem 1.25rem; border-bottom: 0.5px solid rgba(0,0,0,0.08); }
.pricing-tier { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); margin-bottom: 0.5rem; font-weight: 500; }
.pricing-price {
font-family: var(--font-display);
font-size: 2rem; font-weight: 900; color: var(--forest);
}
.pricing-price span { font-size: 14px; font-weight: 400; color: var(--mid); font-family: var(--font-body); }
.pricing-desc { font-size: 13px; color: var(--mid); margin-top: 0.4rem; line-height: 1.5; }
.pricing-features { padding: 1.5rem 1.75rem; }
.feature-item {
display: flex; align-items: flex-start; gap: 10px;
font-size: 13.5px; color: var(--charcoal);
margin-bottom: 0.8rem; line-height: 1.5;
}
.feature-check { color: var(--sage); flex-shrink: 0; margin-top: 2px; font-size: 14px; }
.pricing-footer { padding: 0 1.75rem 1.75rem; }
.btn-outline {
display: block; text-align: center;
border: 1px solid var(--forest);
color: var(--forest); font-weight: 500; font-size: 13px;
padding: 12px 20px; border-radius: 2px;
text-decoration: none; letter-spacing: 0.04em;
transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--forest); color: var(--white); }
.btn-gold {
display: block; text-align: center;
background: var(--gold); color: var(--forest);
font-weight: 500; font-size: 13px;
padding: 12px 20px; border-radius: 2px;
text-decoration: none; letter-spacing: 0.04em;
transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold-light); }
 
/* FAQ */
.faq-list { margin-top: 3rem; max-width: 720px; }
.faq-item {
border-bottom: 0.5px solid rgba(0,0,0,0.1);
padding: 1.5rem 0;
}
.faq-q {
font-family: var(--font-display);
font-size: 1.05rem;
font-weight: 700;
color: var(--forest);
margin-bottom: 0.6rem;
}
.faq-a { font-size: 14px; color: var(--mid); line-height: 1.7; }
 
/* CTA SECTION */
.cta-section {
background: var(--forest);
text-align: center;
padding: 7rem 2.5rem;
position: relative;
overflow: hidden;
}
.cta-section::before {
content: '';
position: absolute; inset: 0;
background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(200,168,75,0.1) 0%, transparent 60%);
}
.cta-section .section-title { color: var(--white); margin-bottom: 1rem; }
.cta-desc { font-size: 1.05rem; color: rgba(247,245,240,0.65); margin-bottom: 2.5rem; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.75; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-note { font-size: 12px; color: rgba(247,245,240,0.4); margin-top: 1.25rem; }
 
/* FOOTER */
footer {
background: var(--black);
padding: 3rem 2.5rem;
text-align: center;
}
.footer-logo {
font-family: var(--font-display);
font-size: 1.2rem; font-weight: 700;
color: var(--white); margin-bottom: 0.5rem;
}
.footer-logo span { color: var(--gold); }
.footer-tagline { font-size: 12px; color: rgba(247,245,240,0.35); margin-bottom: 1.5rem; letter-spacing: 0.06em; }
.footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: rgba(247,245,240,0.4); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
 
/* ANIMATIONS */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(24px); }
to { opacity: 1; transform: translateY(0); }
}
.animate { opacity: 0; animation: fadeUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
 
@media (max-width: 720px) {
.hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
nav { padding: 1rem 1.25rem; }
section { padding: 4rem 1.25rem; }
.hero { padding: 7rem 1.25rem 4rem; }
}

a.nav-cta, a.btn-ghost {color:#fff;}
</style>/* End custom CSS */