.hero {
    position: relative;
    min-height: 80vh;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-content {
    width: 80%;
    position: relative;
    color: #ffffff;
    /*padding: clamp(100px, 12vh, 140px) 0 clamp(60px, 8vh, 80px) 0;*/
}

.hero h1 {
    font-size: clamp(1.8rem, 6vw, 3rem);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* How It Works */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.step h3 {
    margin-bottom: 10px;
}

/* Products */
.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.product-list li {
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 4px;
    border: 1px solid #e2e6e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.badge-soon {
    background: #f4e3f6;
    color: #6a2c70;
    border: 1px solid #d6a6db;
}

.badge-soon {
    background: linear-gradient(135deg, #f4e3f6, #ead2ee);
    color: #6a2c70;
    border: none;
    box-shadow: 0 4px 10px rgba(106,44,112,0.15);
}

.product-list li:has(.badge-soon) {
    opacity: 0.55;
}

/* SOAP SECTION */

/* SECTION INTRO */

.section-intro{
max-width:650px;
margin:0 auto 40px auto;
text-align:center;
opacity:.8;
}


/* GRID */

.soap-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:24px;
margin-top:30px;
align-items:start;
}


/* CARD */

.soap-card{
background:white;
border-radius:16px;
border:1px solid #e4e7e6;
box-shadow:0 8px 20px rgba(0,0,0,.05);
overflow:hidden;
transition:transform .2s ease, box-shadow .2s ease;
height:fit-content;
}

.soap-card:hover{
transform:translateY(-3px);
box-shadow:0 12px 26px rgba(0,0,0,.08);
}


/* HEADER */

.soap-header{
width:100%;
background:none;
border:none;
padding:20px;
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
text-align:left;
}

.soap-title h3{
margin:0;
font-size:1.1rem;
}

.soap-type{
display:block;
font-size:.85rem;
opacity:.6;
margin-top:4px;
}


/* BADGES */

.soap-badge{
font-size:.7rem;
padding:5px 10px;
border-radius:20px;
background:#eee;
font-weight:600;
}

.badge-natural{
background:#e5f6ea;
color:#227a46;
}

.badge-eco{
background:#e7f2ff;
color:#2959a8;
}

.badge-clean{
background:#f5ecff;
color:#5b2f87;
}


/* BODY */

.soap-body{
max-height:0;
overflow:hidden;
padding:0 20px;
transition:max-height .35s ease, padding .25s ease;
}

.soap-card.open .soap-body{
max-height:800px;
padding:20px;
border-top:1px solid #eee;
}

.soap-uses{
font-weight:600;
margin-bottom:15px;
opacity:.9;
}


/* BLOCKS */

.soap-block{
margin-top:16px;
}

.soap-block h4{
margin-bottom:6px;
font-size:.9rem;
text-transform:uppercase;
letter-spacing:.04em;
opacity:.6;
}


/* TAGS */

.soap-tags{
display:flex;
flex-wrap:wrap;
gap:6px;
margin-bottom:14px;
}

.soap-tags span{
font-size:.75rem;
padding:4px 8px;
border-radius:6px;
background:#f2f4f4;
}


/* LISTS */

.soap-body ul{
padding-left:18px;
margin-top:8px;
}


/* CAUTION */

.soap-caution{
margin-top:12px;
font-size:.85rem;
opacity:.7;
}


/* COMING SOON */

.coming-soon-mini{
margin-top:60px;
}

/* CHEVRON INDICATOR */

.soap-header{
position:relative;
padding-right:50px;
}

.soap-header::after{
content:"";
position:absolute;
right:20px;
top:50%;
width:8px;
height:8px;

border-right:2px solid #444;
border-bottom:2px solid #444;

transform:translateY(-50%) rotate(45deg);
transition:transform .25s ease;
}


/* rotate when open */

.soap-card.open .soap-header::after{
transform:translateY(-50%) rotate(225deg);
}

/* ===============================
   REQUEST SECTION
================================ */

.section-request {
    background: linear-gradient(180deg, #360833 0%, #2a0626 100%);
    padding: clamp(60px, 8vw, 100px) 0;
    color: white;
}

.request-container {
    max-width: 900px;
    margin: 0 auto;
}

.request-header {
    text-align: center;
    margin-bottom: 40px;
}

.request-header h2 {
    margin-bottom: 14px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.request-sub {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* FORM WRAPPER */
.request-form-wrapper {
    background: white;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

/* Make Jotform responsive */
.request-form-wrapper iframe {
    width: 100% !important;
}

.section-request::before {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    margin-bottom: 60px;
}





/* Responsive */
@media (max-width: 768px) {
    .soap-grid{
grid-template-columns:1fr;
}
    .hero {
        background-position: center top;
        min-height: auto;
        padding: 10px 0 10px 0;
    }
    .hero-content {
        margin: 0 5%;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}