/* ============================================= 
   JVS SECTIONS CSS — Project Types, How To Order, CTA, FAQ
   ALL CONTENT ALWAYS VISIBLE — No opacity:0 anywhere
   ============================================= */

.jvs-pt-fw,.jvs-ho-fw,.jvs-cta-fw,.jvs-faq-fw{width:100vw!important;max-width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important}

/* ============ PROJECT TYPES ============ */
.jvs-pt{background:#F5EDE4;padding:85px 0;position:relative;overflow:hidden}
.jvs-pt::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(200,168,124,.06) 0%,transparent 45%);pointer-events:none}
.jvs-pt-inner{max-width:1260px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.jvs-pt-header{text-align:center;max-width:640px;margin:0 auto 50px}
.jvs-pt-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2C1810,#4A2C1A);color:#DFC08E;font-size:11px!important;font-weight:600!important;letter-spacing:2.5px;text-transform:uppercase;padding:9px 22px;border-radius:50px;margin-bottom:20px}
.jvs-pt-badge svg{width:14px;height:14px;stroke:#DFC08E;flex-shrink:0}
.jvs-pt-heading{font-size:36px!important;font-weight:700!important;color:#2C1810;line-height:1.25!important;margin:0 0 14px!important;padding:0!important}
.jvs-pt-sub{font-size:15px!important;font-weight:400!important;color:#6B5B4E;line-height:1.7!important;margin:0!important;padding:0!important}
.jvs-pt-grid{display:grid;gap:20px}
.jvs-pt[data-cols="4"] .jvs-pt-grid{grid-template-columns:repeat(4,1fr)}
.jvs-pt[data-cols="3"] .jvs-pt-grid{grid-template-columns:repeat(3,1fr)}
.jvs-pt-card{background:#fff;border-radius:18px;padding:32px 24px 28px;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(200,168,124,.1);transition:all .5s ease}
.jvs-pt-card:hover{transform:translateY(-8px);border-color:rgba(200,168,124,.3);box-shadow:0 20px 50px rgba(44,24,16,.08)}
.jvs-pt-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#C8A87C,#DFC08E);transform:scaleX(0);transition:transform .4s ease}
.jvs-pt-card:hover::before{transform:scaleX(1)}
.jvs-pt-card-num{position:absolute;top:14px;right:16px;font-size:28px!important;font-weight:800!important;color:rgba(200,168,124,.1);line-height:1}
.jvs-pt-card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 15px rgba(200,168,124,.2);transition:all .4s ease}
.jvs-pt-card-icon svg{width:26px;height:26px;stroke:#2C1810}
.jvs-pt-card:hover .jvs-pt-card-icon{transform:scale(1.1) rotate(-5deg)}
.jvs-pt-card-title{font-size:15px!important;font-weight:700!important;color:#2C1810;line-height:1.35!important;margin:0 0 8px!important;padding:0!important}
.jvs-pt-card-desc{font-size:12.5px!important;font-weight:400!important;color:#8B6F5E;line-height:1.6!important;margin:0!important;padding:0!important}
.jvs-pt-bottom{text-align:center;margin-top:40px;display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 36px;border-radius:14px;max-width:700px;margin-left:auto;margin-right:auto}
.jvs-pt-bottom svg{width:22px;height:22px;stroke:#C8A87C;flex-shrink:0}
.jvs-pt-bottom p{font-size:15px!important;font-weight:600!important;line-height:1.5!important;margin:0!important;padding:0!important}

@media(max-width:1024px){.jvs-pt[data-cols="4"] .jvs-pt-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.jvs-pt{padding:40px 0}.jvs-pt-inner{padding:0 20px!important}.jvs-pt-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px}.jvs-pt-heading{font-size:28px!important}}
@media(max-width:520px){.jvs-pt-grid{grid-template-columns:1fr!important}.jvs-pt-heading{font-size:24px!important}}

/* ============ HOW TO ORDER ============ */
.jvs-ho{background:#2C1810;padding:85px 0;position:relative;overflow:hidden}
.jvs-ho::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(200,168,124,.07) 0%,transparent 50%);pointer-events:none}
.jvs-ho::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#C8A87C,transparent);z-index:5}
.jvs-ho-inner{max-width:1260px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.jvs-ho-header{text-align:center;max-width:640px;margin:0 auto 55px}
.jvs-ho-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(200,168,124,.15),rgba(200,168,124,.08));border:1px solid rgba(200,168,124,.2);color:#C8A87C;font-size:11px!important;font-weight:600!important;letter-spacing:2.5px;text-transform:uppercase;padding:9px 24px;border-radius:50px;margin-bottom:22px}
.jvs-ho-badge svg{width:14px;height:14px;stroke:#C8A87C;flex-shrink:0}
.jvs-ho-heading{font-size:36px!important;font-weight:700!important;color:#fff;line-height:1.25!important;margin:0 0 14px!important;padding:0!important}
.jvs-ho-sub{font-size:15px!important;font-weight:400!important;color:rgba(245,237,228,.6);line-height:1.7!important;margin:0!important;padding:0!important}
.jvs-ho-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.jvs-ho-step{background:rgba(255,255,255,.05);border:1px solid rgba(200,168,124,.08);border-radius:20px;padding:36px 26px 30px;text-align:center;position:relative;overflow:hidden;transition:all .5s ease}
.jvs-ho-step:hover{background:rgba(255,255,255,.08);border-color:rgba(200,168,124,.25);transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.2)}
.jvs-ho-step-num{font-size:48px!important;font-weight:800!important;line-height:1!important;background:linear-gradient(135deg,rgba(200,168,124,.12),rgba(200,168,124,.04));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}
.jvs-ho-step-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 6px 20px rgba(200,168,124,.25);transition:all .45s ease}
.jvs-ho-step-icon svg{width:26px;height:26px;stroke:#2C1810}
.jvs-ho-step:hover .jvs-ho-step-icon{transform:scale(1.1)}
.jvs-ho-step-title{font-size:16px!important;font-weight:700!important;color:#fff;line-height:1.35!important;margin:0 0 10px!important;padding:0!important}
.jvs-ho-step-desc{font-size:13px!important;font-weight:400!important;color:rgba(245,237,228,.6);line-height:1.7!important;margin:0!important;padding:0!important}
.jvs-ho-step-arrow{position:absolute;top:50%;right:-18px;transform:translateY(-50%);z-index:5}
.jvs-ho-step-arrow svg{width:18px;height:18px;stroke:#C8A87C;opacity:.4}
.jvs-ho-bottom{text-align:center;margin-top:45px;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,rgba(200,168,124,.08),rgba(200,168,124,.03));border:1px solid rgba(200,168,124,.12);padding:20px 36px;border-radius:14px;max-width:600px;margin-left:auto;margin-right:auto}
.jvs-ho-bottom svg{width:20px;height:20px;stroke:#C8A87C;flex-shrink:0}
.jvs-ho-bottom p{font-size:14px!important;font-weight:500!important;color:rgba(245,237,228,.8);line-height:1.5!important;margin:0!important;padding:0!important}

@media(max-width:1024px){.jvs-ho-steps{grid-template-columns:repeat(2,1fr)}.jvs-ho-step-arrow{display:none}.jvs-ho-heading{font-size:30px!important}}
@media(max-width:768px){.jvs-ho{padding:40px 0}.jvs-ho-inner{padding:0 20px!important}}
@media(max-width:520px){.jvs-ho-steps{grid-template-columns:1fr}.jvs-ho-heading{font-size:24px!important}}

/* ============ CTA ============ */
.jvs-cta{padding:80px 0;position:relative;overflow:hidden;text-align:center}
.jvs-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(200,168,124,.1) 0%,transparent 45%);pointer-events:none}
.jvs-cta::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#C8A87C,transparent);z-index:5}
.jvs-cta-inner{max-width:780px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.jvs-cta-heading{font-size:38px!important;font-weight:700!important;color:#fff;line-height:1.2!important;margin:0 0 18px!important;padding:0!important}
.jvs-cta-desc{font-size:16px!important;font-weight:400!important;color:rgba(245,237,228,.7);line-height:1.7!important;margin:0 auto 36px!important;padding:0!important;max-width:600px}
.jvs-cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:40px}
.jvs-cta-btn1,.jvs-cta-btn2{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;border-radius:14px;font-size:15px!important;font-weight:600!important;text-decoration:none!important;transition:all .4s ease;cursor:pointer;line-height:1!important;position:relative;overflow:hidden}
.jvs-cta-btn1 svg,.jvs-cta-btn2 svg{width:16px;height:16px;transition:transform .3s ease}
.jvs-cta-btn1{color:#2C1810;border:none}.jvs-cta-btn1 svg{stroke:#2C1810}
.jvs-cta-btn1:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(200,168,124,.3)}
.jvs-cta-btn1:hover svg{transform:translateX(4px)}
.jvs-cta-btn2{background:transparent!important;color:#fff;border:2px solid rgba(200,168,124,.4)}.jvs-cta-btn2 svg{stroke:#fff}
.jvs-cta-btn2:hover{transform:translateY(-3px);background:rgba(200,168,124,.15)!important}
.jvs-cta-btn2:hover svg{transform:translateX(4px)}
.jvs-cta-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;padding-top:30px;border-top:1px solid rgba(200,168,124,.1)}
.jvs-cta-trust-item{display:flex;align-items:center;gap:8px}
.jvs-cta-trust-item span{font-size:13px!important;font-weight:500!important;color:rgba(245,237,228,.7)}
.jvs-cta-trust-item svg{width:16px;height:16px;stroke:#C8A87C;flex-shrink:0}

@media(max-width:768px){.jvs-cta{padding:40px 0}.jvs-cta-inner{padding:0 20px!important}.jvs-cta-heading{font-size:26px!important}.jvs-cta-buttons{flex-direction:column;align-items:center}.jvs-cta-btn1,.jvs-cta-btn2{width:100%;max-width:320px;justify-content:center;box-sizing:border-box}}
@media(max-width:520px){.jvs-cta-heading{font-size:22px!important}.jvs-cta-desc{font-size:14px!important}}

/* ============ FAQ ============ */
.jvs-faq{background:#FBF7F2;padding:85px 0;position:relative;overflow:hidden}
.jvs-faq-inner{max-width:1260px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.jvs-faq-split .jvs-faq-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}
.jvs-faq-centered .jvs-faq-inner{max-width:820px}
.jvs-faq-centered .jvs-faq-info{text-align:center;margin-bottom:40px}
.jvs-faq-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#2C1810,#4A2C1A);color:#DFC08E;font-size:11px!important;font-weight:600!important;letter-spacing:2.5px;text-transform:uppercase;padding:9px 22px;border-radius:50px;margin-bottom:20px}
.jvs-faq-badge svg{width:14px;height:14px;stroke:#DFC08E;flex-shrink:0}
.jvs-faq-heading{font-size:34px!important;font-weight:700!important;color:#2C1810;line-height:1.25!important;margin:0 0 14px!important;padding:0!important}
.jvs-faq-sub{font-size:15px!important;font-weight:400!important;color:#6B5B4E;line-height:1.7!important;margin:0 0 28px!important;padding:0!important}
.jvs-faq-contact{border-radius:18px;padding:30px 28px;margin-top:10px}
.jvs-faq-contact-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#C8A87C,#DFC08E);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.jvs-faq-contact-icon svg{width:22px;height:22px;stroke:#2C1810}
.jvs-faq-contact p{font-size:14px!important;font-weight:400!important;color:rgba(245,237,228,.75);line-height:1.7!important;margin:0 0 18px!important;padding:0!important}
.jvs-faq-contact-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:13px!important;font-weight:600!important;text-decoration:none!important;transition:all .4s ease}
.jvs-faq-contact-btn svg{width:14px;height:14px;transition:transform .3s ease}
.jvs-faq-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(200,168,124,.25)}
.jvs-faq-contact-btn:hover svg{transform:translateX(4px)}
.jvs-faq-list{display:flex;flex-direction:column;gap:12px}
.jvs-faq-item{background:#fff;border:1px solid rgba(200,168,124,.1);border-radius:16px;overflow:hidden;transition:all .4s ease}
.jvs-faq-item:hover,.jvs-faq-open{border-color:rgba(200,168,124,.25);box-shadow:0 8px 25px rgba(44,24,16,.04)}
.jvs-faq-q{display:flex;align-items:center;gap:14px;width:100%;padding:22px 24px;background:none!important;border:none!important;font-size:15px!important;font-weight:600!important;color:#2C1810;line-height:1.4!important;cursor:pointer;text-align:left;outline:none}
.jvs-faq-q:hover{color:#5E3824}
.jvs-faq-q-num{width:32px;height:32px;min-width:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px!important;font-weight:700!important;color:#C8A87C;background:#F5EDE4;transition:all .3s ease}
.jvs-faq-open .jvs-faq-q-num{background:linear-gradient(135deg,#C8A87C,#DFC08E)!important;color:#2C1810!important}
.jvs-faq-q-text{flex:1;min-width:0;overflow-wrap:break-word;word-wrap:break-word;}
.jvs-faq-q-icon{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;transition:all .35s ease}
.jvs-faq-q-icon svg{width:16px;height:16px;stroke:#C8A87C;transition:all .35s ease}
.jvs-faq-open .jvs-faq-q-icon{transform:rotate(45deg)}
.jvs-faq-open .jvs-faq-q-icon svg{stroke:#2C1810}
.jvs-faq-a{padding:0 24px 22px 70px}
.jvs-faq-a p{font-size:14px!important;font-weight:400!important;color:#6B5B4E;line-height:1.8!important;border-top:1px solid rgba(200,168,124,.1);padding-top:16px!important;margin:0!important}

@media(max-width:1024px){.jvs-faq-split .jvs-faq-inner{grid-template-columns:1fr}.jvs-faq-contact{display:none}}
@media(max-width:768px){.jvs-faq{padding:40px 0}.jvs-faq-inner{padding:0 20px!important}.jvs-faq-heading{font-size:28px!important}.jvs-faq-q{padding:14px 14px;gap:8px;font-size:13px!important}.jvs-faq-q-num{width:28px;height:28px;min-width:28px;font-size:11px!important}.jvs-faq-q-icon{width:24px;height:24px;min-width:24px}.jvs-faq-a{padding:0 14px 14px 50px}.jvs-faq-item{border-radius:12px}}
@media(max-width:520px){.jvs-faq-heading{font-size:24px!important}.jvs-faq-a{padding:0 14px 14px 14px}.jvs-faq-q{padding:12px 12px;gap:6px;font-size:12.5px!important}.jvs-faq-q-num{width:26px;height:26px;min-width:26px;border-radius:8px}.jvs-faq-sub{font-size:13px!important}}
