/* ===== RESET & BASE ===== */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter','Noto Sans JP','Meiryo',sans-serif;color:#1a1a2e;background:#f4f5f7;line-height:1.6;-webkit-font-smoothing:antialiased}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}

/* ===== TYPOGRAPHY ===== */
h1{font-size:clamp(2.2rem,7vw,4.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;font-family:'Inter',sans-serif}
h2{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;letter-spacing:-.01em;line-height:1.25}
h3{font-size:1.55rem;font-weight:700}
p{font-size:1.15rem;line-height:1.8}

/* ===== STICKY HEADER ===== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,10,30,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}
.header-logos{display:flex;align-items:center;gap:1rem}
.header-logos .nw-logo{height:36px;width:auto;display:block}
.header-logos .nv-logo{height:36px;width:auto;display:block}
.header-logos .divider{width:1px;height:28px;background:rgba(255,255,255,.25)}
.mode-pill{display:none;padding:.35rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .3s;border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.8);background:transparent}
.mode-pill:hover{background:rgba(255,255,255,.1)}
[data-mode="vdi"] .mode-pill,[data-mode="creative"] .mode-pill{display:inline-block}
[data-mode="vdi"] .mode-pill::before{content:"VDI・仮想化"}
[data-mode="creative"] .mode-pill::before{content:"WS仮想化"}

/* ===== HERO ===== */
.hero{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;padding-top:60px}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('../img/hero-bg.jpg');background-size:cover;background-position:center;z-index:0}
.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(10,10,30,.7) 0%,rgba(10,10,30,.85) 100%);z-index:1}
.hero-content{position:relative;z-index:2;text-align:center;max-width:960px;padding:2rem;animation:fadeUp 1s ease-out}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero h1{margin-bottom:1.2rem;text-shadow:0 4px 16px rgba(0,0,0,.3);color:#fff}
.hero h1 .accent{color:#76B900}
.hero-sub{font-size:1.22rem;margin-bottom:2.5rem;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.8;color:rgba(255,255,255,.92);text-shadow:0 2px 8px rgba(0,0,0,.2)}

/* ===== MODE SELECTOR ===== */
.mode-selector{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}
.mode-card{background:rgba(255,255,255,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:2px solid rgba(118,185,0,.6);border-radius:14px;padding:2rem 2.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;width:280px;position:relative;overflow:hidden}
.mode-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.14)}
#card-creative{border-color:rgba(245,158,11,.6)}
#card-creative:hover{border-color:#F59E0B}
.mode-card.selected{border-color:#76B900;background:rgba(118,185,0,.15);box-shadow:0 0 30px rgba(118,185,0,.2)}
#card-creative.selected{border-color:#F59E0B;background:rgba(245,158,11,.15);box-shadow:0 0 30px rgba(245,158,11,.2)}
.mode-card-icon{margin-bottom:.8rem;display:block}
.mode-card-icon svg{width:48px;height:48px;stroke:#fff;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round;margin:0 auto}
.mode-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:#fff}
.mode-card-desc{font-size:.98rem;color:rgba(255,255,255,.7);line-height:1.5}
.hero-scroll-hint{margin-top:2rem;font-size:.8rem;color:rgba(255,255,255,.5);opacity:0;transition:opacity .5s}
[data-mode="vdi"] .hero-scroll-hint,[data-mode="creative"] .hero-scroll-hint{opacity:1}

/* ===== MODE CONTENT CONTAINERS ===== */
.mode-content{display:none;opacity:0;transition:opacity .5s ease}
.mode-content.active{display:block;animation:fadeIn .6s ease forwards}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* ============================== */
/* ===== VDI MODE (LIGHT) ====== */
/* ============================== */

/* Pain Points - VDI */
.vdi-pain{background:#eef0f3;padding:5rem 2rem;border-bottom:1px solid #dde0e5}
.vdi-pain .section-inner{max-width:1100px;margin:0 auto;text-align:center}
.vdi-pain h2{color:#1a1a2e;margin-bottom:.8rem}
.vdi-pain .section-lead{color:#555;margin-bottom:3rem;font-size:1.18rem}
.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pain-card{border-radius:12px;text-align:left;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;overflow:hidden;border:none;padding:0;position:relative;display:flex;flex-direction:column}
.pain-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.15)}
.pain-card .card-photo{width:100%;height:160px;object-fit:cover;display:block}
.pain-card .card-body{padding:1.5rem;background:#fff;border-top:3px solid #76B900;flex:1;display:flex;flex-direction:column}
.pain-card .icon{width:40px;height:40px;border-radius:50%;background:#f0f9e0;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}
.pain-card .icon svg{width:20px;height:20px;stroke:#4a7a00;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pain-card h3{font-size:1.18rem;margin-bottom:.5rem;color:#1a1a2e}
.pain-card p{font-size:1rem;color:#666;line-height:1.7}

/* Solution - VDI */
.vdi-solution{background:#f4f5f7;padding:5rem 2rem}
.vdi-solution .section-inner{max-width:1100px;margin:0 auto;text-align:center}
.vdi-solution h2{color:#1a1a2e;margin-bottom:.8rem}
.vdi-solution .section-lead{color:#555;margin-bottom:3rem;font-size:1.18rem}
.solution-visual{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}
.solution-box{background:#fff;border-radius:12px;padding:2rem;text-align:center;min-width:200px;flex:1;max-width:300px}
.solution-box.before{border:2px solid #ddd}
.solution-box.after{border:2px solid #76B900;background:#f0f9e0}
.solution-box .number{font-size:3rem;font-weight:800;color:#1a1a2e;line-height:1}
.solution-box.after .number{color:#76B900}
.solution-box .label{font-size:.98rem;color:#888;margin-top:.3rem}
.solution-arrow{font-size:2rem;color:#76B900;font-weight:700}
/* GPU/CPU Role Diagram */
.gpu-cpu-diagram{max-width:900px;margin:3rem auto 0;background:#fff;border-radius:18px;padding:3rem 3rem 2.5rem;border:2px solid #76B900;box-shadow:0 8px 40px rgba(118,185,0,.12)}
.gpu-cpu-title{text-align:center;font-size:1.4rem;font-weight:800;color:#1a1a2e;letter-spacing:.04em;margin:0 auto 2rem;position:relative;padding-bottom:.6rem;width:fit-content}
.gpu-cpu-title::after{content:'';position:absolute;bottom:0;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#76B900,#84cc16);border-radius:2px}
.gpu-cpu-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:stretch}
.gpu-cpu-box{border-radius:14px;padding:2rem;text-align:center}
.gpu-cpu-box.before-state{background:#fafafa;border:2px solid #ddd}
.gpu-cpu-box.after-state{background:#f0f9e0;border:3px solid #76B900;box-shadow:0 4px 20px rgba(118,185,0,.15)}
.gpu-cpu-box .box-label{font-size:1rem;font-weight:800;letter-spacing:.06em;color:#999;margin-bottom:1.2rem}
.gpu-cpu-box.after-state .box-label{color:#4a7a00}
.gpu-cpu-bar{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}
.gpu-cpu-bar-label{font-size:1rem;font-weight:700;color:#333;width:44px;text-align:right;flex-shrink:0}
.gpu-cpu-bar-track{flex:1;height:28px;border-radius:6px;background:#eee;position:relative;overflow:hidden}
.gpu-cpu-bar-fill{height:100%;border-radius:6px;transition:width .6s ease}
.gpu-cpu-bar-fill.cpu{background:linear-gradient(90deg,#f87171,#ef4444,#dc2626)}
.gpu-cpu-bar-fill.gpu{background:linear-gradient(90deg,#76B900,#84cc16)}
.gpu-cpu-bar-fill.idle{background:#ddd}
.gpu-cpu-bar-pct{font-size:.95rem;font-weight:800;color:#555;width:40px;flex-shrink:0}
.gpu-cpu-arrow{display:flex;align-items:center;justify-content:center;font-size:2.8rem;color:#76B900;font-weight:800}
.gpu-cpu-note{text-align:center;margin-top:1.5rem;font-size:1.05rem;color:#333;line-height:1.7}
.gpu-cpu-note strong{color:#4a7a00}
@media(max-width:600px){.gpu-cpu-flow{grid-template-columns:1fr;gap:1rem}.gpu-cpu-arrow{transform:rotate(90deg)}}

/* VDI Merit: Full-width alternating feature rows */
.vdi-feature-list{display:flex;flex-direction:column;gap:0;margin-top:3rem}
.vdi-feature-row{display:grid;grid-template-columns:1fr 1fr;min-height:320px;overflow:hidden}
.vdi-feature-row:nth-child(even){direction:rtl}
.vdi-feature-row:nth-child(even) > *{direction:ltr}
.vdi-feature-img{position:relative;overflow:hidden}
.vdi-feature-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
.vdi-feature-row:hover .vdi-feature-img img{transform:scale(1.05)}
.vdi-feature-text{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 3.5rem;background:#fff}
.vdi-feature-tag{display:inline-block;background:rgba(118,185,0,.12);color:#4a7a00;padding:.4rem 1rem;border:1.5px solid rgba(118,185,0,.35);border-radius:4px;font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:.8rem;width:fit-content}
.vdi-feature-text h3{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin-bottom:.8rem;line-height:1.35}
.vdi-feature-text p{font-size:1.15rem;color:#555;line-height:1.8}
.vdi-feature-num{font-size:3.2rem;font-weight:800;color:#76B900;line-height:1;margin-bottom:1.2rem;font-family:'Inter',sans-serif}

/* Creative Merit: carousel (LP A style) */
.cre-carousel-wrap{max-width:1300px;margin:3rem auto 0;display:grid;grid-template-columns:1fr 340px;gap:1.5rem;min-height:440px}
.cre-carousel-main{position:relative;border-radius:10px;overflow:hidden}
.cre-carousel-slide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .6s ease;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}
.cre-carousel-slide.active{opacity:1;pointer-events:auto}
.cre-carousel-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center}
.cre-carousel-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.75) 100%)}
.cre-carousel-content{position:relative;z-index:1;padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}
.cre-carousel-content .cre-tag{display:inline-block;background:rgba(245,158,11,.2);color:#F59E0B;padding:.35rem 1rem;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;backdrop-filter:blur(4px)}
.cre-carousel-content h3{font-size:1.65rem;color:#fff;margin-bottom:.75rem;line-height:1.3;font-weight:700}
.cre-carousel-content p{font-size:1.15rem;color:rgba(255,255,255,.88);line-height:1.7;max-width:500px;text-align:center}
.cre-carousel-controls{display:flex;align-items:center;gap:12px;margin-top:1.5rem}
.cre-carousel-progress{display:flex;gap:8px;flex:1}
.cre-dot{width:40px;height:3px;background:rgba(255,255,255,.3);border-radius:2px;cursor:pointer;position:relative;overflow:hidden}
.cre-dot::after{content:'';position:absolute;top:0;left:0;bottom:0;width:0%;background:#F59E0B;border-radius:2px;transition:none}
.cre-dot.active::after{animation:creDotFill 5s linear forwards}
.cre-dot.done::after{width:100%;background:#F59E0B}
@keyframes creDotFill{from{width:0%}to{width:100%}}
.cre-carousel-pause{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.65rem;transition:all .2s;flex-shrink:0}
.cre-carousel-pause:hover{border-color:#F59E0B;color:#F59E0B}
.cre-carousel-side{display:flex;flex-direction:column;gap:1.5rem}
.cre-thumb{flex:1;background:#2d2d30;border:1px solid #444;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s;display:flex;flex-direction:column}
.cre-thumb:hover{border-color:#F59E0B;transform:translateY(-2px)}
.cre-thumb.active{border-color:#F59E0B;box-shadow:0 0 0 1px #F59E0B}
.cre-thumb-photo{height:110px;background-size:cover;background-position:center;position:relative}
.cre-thumb-photo::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.35)}
.cre-thumb-content{padding:.8rem 1rem;flex-grow:1}
.cre-thumb-content .cre-tag{display:inline-block;background:rgba(245,158,11,.15);color:#F59E0B;padding:.2rem .6rem;border-radius:3px;font-size:.78rem;font-weight:700;letter-spacing:.05em;margin-bottom:.4rem}
.cre-thumb h4{font-size:1.05rem;font-weight:600;color:#fff;line-height:1.4}

/* Simulator - VDI */
.vdi-sim{background:#eef0f3;padding:5rem 2rem}
.vdi-sim .section-inner{max-width:960px;margin:0 auto}
.vdi-sim h2{text-align:center;color:#1a1a2e;margin-bottom:.5rem}
.vdi-sim .section-lead{text-align:center;color:#555;margin-bottom:2rem;font-size:1.18rem}
.spec-badge{text-align:center;margin-bottom:2.5rem}
.spec-badge span{display:inline-block;background:#1a1a2e;color:#fff;padding:.5rem 1.5rem;border-radius:4px;font-size:.92rem;font-weight:700;letter-spacing:.05em}
.sim-panel{background:#ffffff;border-radius:14px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.slider-group{margin-bottom:2rem}
.slider-group label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-weight:600;color:#1a1a2e}
.slider-group .val{font-size:1.5rem;font-weight:800;color:#4a7a00}
input[type=range]{-webkit-appearance:none;width:100%;height:8px;border-radius:4px;outline:none;cursor:pointer;background:#e0e0e0}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#76B900;cursor:pointer;box-shadow:0 2px 8px rgba(118,185,0,.4)}
input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#76B900;cursor:pointer;border:none}
input[type=range]::-moz-range-track{height:8px;border-radius:4px;background:#e0e0e0}
input[type=range]:focus-visible{outline:3px solid #76B900;outline-offset:4px}
.sim-result{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;margin:2rem 0}
.sim-result-box{text-align:center;padding:1.5rem;border-radius:10px}
.sim-result-box.before-box{background:#fff0f0;border:1px solid #fca5a5}
.sim-result-box.after-box{background:#f0f9e0;border:1px solid #76B900}
.sim-result-box .result-label{font-size:.88rem;font-weight:600;letter-spacing:.08em;color:#888;margin-bottom:.3rem}
.result-num-wrap{display:flex;align-items:flex-end;justify-content:center;gap:.25rem}
.sim-result-box .result-num{font-size:2.8rem;font-weight:800;line-height:1}
.before-box .result-num{color:#ef4444}
.after-box .result-num{color:#4a7a00}
.sim-result-box .result-unit{font-size:1rem;font-weight:600;color:#888;padding-bottom:.35rem}
.sim-arrow{font-size:2rem;color:#76B900}
.sim-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}
.stat-card{background:#fff;border-radius:10px;padding:1.2rem;text-align:center;transition:all .3s;border:1px solid #e8e8ee}
.stat-card.highlight{background:#f0f9e0;border:1px solid #76B900}
.stat-card .stat-val{font-size:1.8rem;font-weight:800;color:#4a7a00;line-height:1}
.stat-card .stat-label{font-size:.88rem;color:#888;margin-top:.3rem}
.sim-impact{text-align:center;margin-top:1.5rem;padding:1rem;background:#f0f9e0;border-radius:8px;border:1px solid #c6e48b;font-size:1.08rem;font-weight:600;color:#3d6b00}

/* Server Grid - VDI */
.server-grid-section{margin-top:2rem}
.server-grid-row{display:flex;gap:2rem;margin-top:1rem}
.server-grid-col{flex:1}
.server-grid-col h4{font-size:.8rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;color:#888}
.server-grid{display:flex;flex-wrap:wrap;gap:3px}
.srv-icon{width:24px;height:18px;border-radius:2px;transition:all .3s}
.srv-icon.before{background:linear-gradient(135deg,#ef4444,#ef4444)}
.srv-icon.after{background:linear-gradient(135deg,#76B900,#5a8f00)}
.server-grid-overflow{display:inline-flex;align-items:center;padding:2px 6px;font-size:.65rem;font-weight:700;color:#888;background:#f0f0f0;border-radius:2px}

/* TCO Benefits - VDI (photo card grid) */
.vdi-tco{background:#eaecf0;padding:5rem 2rem}
.vdi-tco .section-inner{max-width:1100px;margin:0 auto;text-align:center}
.vdi-tco h2{margin-bottom:.8rem;color:#1a1a2e}
.vdi-tco .section-lead{color:#555;margin-bottom:3rem;font-size:1.18rem}
.tco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.tco-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;position:relative}
.tco-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.15)}
.tco-card-img{height:180px;background-size:cover;background-position:center;position:relative}
.tco-card-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45))}
.tco-card-num{position:absolute;bottom:12px;left:16px;z-index:1;font-size:2.2rem;font-weight:800;color:#fff;font-family:'Inter',sans-serif;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.tco-card-body{padding:1.5rem;background:#fff;text-align:left;border-top:3px solid #76B900}
.tco-card-body h4{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}
.tco-card-body p{font-size:1rem;color:#666;line-height:1.7}

/* CTA - VDI */
.vdi-cta{background:#eef0f3;padding:5rem 2rem}
.vdi-cta .section-inner{max-width:700px;margin:0 auto;text-align:center}
.vdi-cta h2{color:#1a1a2e;margin-bottom:.5rem}
.vdi-cta .section-lead{color:#555;margin-bottom:2.5rem;font-size:1.18rem}
.cta-form{background:#fff;border-radius:14px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.form-group{margin-bottom:1.2rem;text-align:left}
.form-group label{display:block;font-size:.95rem;font-weight:600;color:#888;letter-spacing:.05em;margin-bottom:.4rem}
.form-group input{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border .3s}
.form-group input:focus{border-color:#76B900;outline:none;box-shadow:0 0 0 3px rgba(118,185,0,.15)}
.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#76B900,#5a8f00);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;letter-spacing:.03em}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(118,185,0,.3)}
.submit-btn:focus-visible{outline:3px solid #76B900;outline-offset:2px}
.form-note{font-size:.88rem;color:#aaa;margin-top:1rem;line-height:1.5}
.form-success{display:none;text-align:center;padding:2rem}
/* CTA Buttons (replacing form) */
.cta-buttons{display:flex;flex-direction:column;gap:1rem;max-width:560px;margin:2rem auto 0;align-items:stretch}
.cta-btn-primary{display:block;width:100%;padding:1.2rem 2rem;background:linear-gradient(135deg,#76B900,#5a8a00);color:#fff;border:none;border-radius:8px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s;letter-spacing:.03em;text-decoration:none;text-align:center;box-shadow:0 4px 16px rgba(118,185,0,.25)}
.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(118,185,0,.4)}
.cta-btn-secondary{display:block;width:100%;padding:1.1rem 2rem;background:transparent;color:#76B900;border:2px solid #76B900;border-radius:8px;font-size:1.08rem;font-weight:700;cursor:pointer;transition:all .3s;text-decoration:none;text-align:center}
.cta-btn-secondary:hover{background:rgba(118,185,0,.1);transform:translateY(-1px)}
.cre-cta .cta-btn-primary{background:linear-gradient(135deg,#76B900,#5a8a00);box-shadow:0 4px 16px rgba(118,185,0,.25)}
.cre-cta .cta-btn-primary:hover{box-shadow:0 8px 24px rgba(118,185,0,.4)}
.cre-cta .cta-btn-secondary{color:#76B900;border-color:#76B900}
.cre-cta .cta-btn-secondary:hover{background:rgba(118,185,0,.1)}
.form-success .check{font-size:3rem;margin-bottom:1rem}
.form-success h3{color:#76B900;margin-bottom:.5rem}
.form-success p{color:#666;font-size:.95rem}
/* Whitepaper Banner (Light CV) */
.wp-banner{max-width:700px;margin:0 auto 3rem;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;cursor:pointer;display:block;text-decoration:none}
.wp-banner:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.wp-banner img{width:100%;display:block}
.wp-banner-body{padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.wp-banner-text{flex:1}
.wp-banner-text .wp-label{font-size:.85rem;font-weight:700;letter-spacing:.08em;color:#76B900;text-transform:uppercase;margin-bottom:.2rem}
.wp-banner-text h4{font-size:1.18rem;font-weight:700;margin:0;line-height:1.4}
.wp-banner-text p{font-size:.95rem;color:#888;margin-top:.2rem;line-height:1.5}
.wp-dl-btn{flex-shrink:0;padding:.7rem 1.5rem;border-radius:6px;font-size:.85rem;font-weight:700;color:#fff;text-decoration:none;white-space:nowrap;transition:all .3s;letter-spacing:.03em}
.wp-dl-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}
/* VDI wp-banner */
.vdi-cta .wp-banner{background:#fff}
.vdi-cta .wp-banner-body{background:#fff}
.vdi-cta .wp-banner-text h4{color:#1a1a2e}
.vdi-cta .wp-dl-btn{background:linear-gradient(135deg,#76B900,#5a8f00)}
/* Creative wp-banner */
.cre-cta .wp-banner{background:#2d2d30;border:1px solid #444}
.cre-cta .wp-banner-body{background:#2d2d30}
.cre-cta .wp-banner-text .wp-label{color:#F59E0B}
.cre-cta .wp-banner-text h4{color:#fff}
.cre-cta .wp-banner-text p{color:rgba(255,255,255,.45)}
.cre-cta .wp-dl-btn{background:linear-gradient(135deg,#F59E0B,#d97706)}
/* cta-phone removed */
.sim-notes{margin-top:1.5rem;padding:1rem;background:#fafafa;border-radius:6px;border:1px solid #eee}
.sim-notes p{font-size:.88rem;color:#aaa;line-height:1.6;margin-bottom:.2rem}
/* Simulator CTA button */
.sim-cta-wrap{text-align:center;margin-top:2rem}
.sim-cta-btn{display:inline-block;padding:1rem 2.5rem;border-radius:6px;font-size:1.12rem;font-weight:700;color:#fff;text-decoration:none;transition:all .3s;letter-spacing:.03em;cursor:pointer;border:none}
.sim-cta-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}
.sim-cta-btn:focus-visible{outline:3px solid currentColor;outline-offset:2px}
.vdi-sim .sim-cta-btn{background:linear-gradient(135deg,#76B900,#5a8a00);box-shadow:0 4px 16px rgba(118,185,0,.3)}
.vdi-sim .sim-cta-btn:hover{box-shadow:0 8px 24px rgba(118,185,0,.45)}
.cre-sim .sim-cta-btn{background:linear-gradient(135deg,#76B900,#5a8a00);box-shadow:0 4px 16px rgba(118,185,0,.3)}
.cre-sim .sim-cta-btn:hover{box-shadow:0 8px 24px rgba(118,185,0,.45)}

/* ============================== */
/* === CREATIVE MODE (DARK) ==== */
/* ============================== */

/* Pain Points - Creative */
.cre-pain{background:#1c1c1e;padding:5rem 2rem;position:relative;overflow:hidden}
.cre-pain::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px);z-index:0}
.cre-pain .section-inner{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:1}
.cre-pain h2{color:#fff;margin-bottom:.8rem}
.cre-pain .section-lead{color:rgba(255,255,255,.6);margin-bottom:3rem;font-size:1.18rem}
.cre-pain .pain-card{box-shadow:0 4px 20px rgba(0,0,0,.3)}
.cre-pain .pain-card .card-body{background:#2d2d30;border-top-color:#F59E0B}
.cre-pain .pain-card .icon{background:rgba(245,158,11,.15)}
.cre-pain .pain-card .icon svg{stroke:#F59E0B}
.cre-pain .pain-card h3{color:#fff}
.cre-pain .pain-card p{color:rgba(255,255,255,.55)}
.cre-pain .pain-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.4)}
.cre-pain .pain-card .card-photo{/* filter removed – image pre-adjusted */}

/* Solution - Creative */
.cre-solution{background:#242426;padding:5rem 2rem;position:relative;overflow:hidden}
.cre-solution::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px);z-index:0}
.cre-solution .section-inner{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:1}
.cre-solution h2{color:#fff;margin-bottom:.8rem}
.cre-solution .section-lead{color:rgba(255,255,255,.6);margin-bottom:3rem;font-size:1.18rem}
.cre-solution .solution-box{background:#2d2d30;border-color:rgba(255,255,255,.35)}
.cre-solution .solution-box.after{background:#2d2d30;border-color:rgba(255,255,255,.35)}
.cre-solution .solution-arrow{color:#fff}
.cre-solution .solution-box.before .number{color:#F59E0B}
.cre-solution .solution-box.after .number{color:#76B900}
.cre-solution .solution-box .label{color:rgba(255,255,255,.5)}
/* (creative merits now use carousel, old merit-card rules removed) */

/* Simulator - Creative (Dashboard) */
.cre-sim{background:#1c1c1e;padding:5rem 2rem;position:relative;overflow:hidden}
.cre-sim::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px);z-index:0}
.cre-sim .section-inner{max-width:960px;margin:0 auto;position:relative;z-index:1}
.cre-sim h2{text-align:center;color:#fff;margin-bottom:.5rem}
.cre-sim .section-lead{text-align:center;color:rgba(255,255,255,.6);margin-bottom:2rem;font-size:1.18rem}
.cre-sim .spec-badge span{background:#fff;color:#1c1c1e}
.cre-sim .sim-panel{background:#2d2d30;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #444}
.cre-sim .slider-group label{color:#fff}
.cre-sim .slider-group .val{color:#F59E0B}
.cre-sim input[type=range]{background:#444}
.cre-sim input[type=range]::-webkit-slider-thumb{background:#F59E0B;box-shadow:0 2px 8px rgba(245,158,11,.4)}
.cre-sim input[type=range]::-moz-range-thumb{background:#F59E0B}

/* Dashboard cards */
.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}
.dash-card{background:#363638;border-radius:10px;padding:1.5rem;border:1px solid rgba(255,255,255,.3);transition:all .4s}
.dash-card.highlight{border-color:rgba(255,255,255,.5);box-shadow:0 0 20px rgba(255,255,255,.08)}
.dash-card-label{font-size:.9rem;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.85);margin-bottom:.8rem}
.dash-row{display:flex;align-items:center;gap:.8rem;margin-bottom:.4rem}
.dash-before{font-size:1.5rem;font-weight:700;color:rgba(255,255,255,.4);text-decoration:line-through;text-decoration-color:rgba(239,68,68,.5)}
.dash-arrow{color:#F59E0B;font-size:1rem}
.dash-after{font-size:2rem;font-weight:800;color:#F59E0B;line-height:1}
.dash-unit{font-size:.88rem;color:rgba(255,255,255,.35);margin-left:.3rem}
.dash-delta{font-size:.92rem;font-weight:700;color:#F59E0B;margin-top:.3rem}
.dash-total{grid-column:1/-1;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.05));border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:1.5rem;text-align:center}
.dash-total-label{font-size:.92rem;color:#ffffff;margin-bottom:.3rem}
.dash-total-val{font-size:2.5rem;font-weight:800;color:#F59E0B;line-height:1}
.dash-total-sub{font-size:.98rem;color:rgba(255,255,255,.5);margin-top:.5rem}
.cre-icon-grid{display:flex;align-items:center;gap:1.5rem;margin:1.2rem 0 0;padding:1.2rem;background:rgba(255,255,255,.04);border-radius:10px;border:1px solid rgba(255,255,255,.1)}
.cre-icon-col{flex:1}
.cre-icon-col h4{font-size:.8rem;font-weight:700;letter-spacing:.06em;color:rgba(255,255,255,.5);margin-bottom:.8rem;text-align:center}
.cre-icon-arrow{color:#F59E0B;flex-shrink:0;display:flex;align-items:center}
.cre-icon-area{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-items:center;min-height:48px}
.cre-device-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;transition:all .3s}
.cre-device-icon svg{width:22px;height:22px;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.cre-device-icon.ws{background:rgba(118,185,0,.15);border:1px solid rgba(118,185,0,.3)}
.cre-device-icon.ws svg{stroke:#76B900}
.cre-device-icon.srv{background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.3)}
.cre-device-icon.srv svg{stroke:#F59E0B}
.cre-icon-overflow{display:inline-flex;align-items:center;padding:4px 8px;font-size:.7rem;font-weight:700;color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);border-radius:4px}
.cre-icon-count{display:block;width:100%;text-align:center;font-size:.85rem;font-weight:700;color:rgba(255,255,255,.6);margin-top:.5rem}

.cre-sim .sim-notes{background:#363638;border-color:#444}
.cre-sim .sim-notes p{color:rgba(255,255,255,.35)}
.cre-sim .sim-impact{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.3);color:#F59E0B}

/* Green IT - Creative (photo card grid) */
.cre-green{background:#242426;padding:5rem 2rem;position:relative;overflow:hidden}
.cre-green::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px);z-index:0}
.cre-green .section-inner{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:1}
.cre-green h2{color:#fff;margin-bottom:.8rem}
.cre-green .section-lead{color:rgba(255,255,255,.6);margin-bottom:3rem;font-size:1.18rem}
.green-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.green-card{border-radius:12px;overflow:hidden;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.3);border:none;padding:0}
.green-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.4)}
.green-card-img{height:170px;background-size:cover;background-position:center;position:relative}
.green-card-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}
.green-card-tag{position:absolute;bottom:12px;left:16px;z-index:1;display:inline-block;background:rgba(245,158,11,.2);color:#F59E0B;padding:.3rem .8rem;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.05em;backdrop-filter:blur(4px)}
.green-card-body{padding:1.5rem;background:#2d2d30;text-align:left;border-top:2px solid #F59E0B}
.green-card-body h3{font-size:1.18rem;color:#fff;margin-bottom:.4rem;font-weight:700}
.green-card-body p{font-size:1rem;color:rgba(255,255,255,.55);line-height:1.7}

/* CTA - Creative */
.cre-cta{background:#1c1c1e;padding:5rem 2rem;position:relative;overflow:hidden}
.cre-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px);z-index:0}
.cre-cta .section-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}
.cre-cta h2{color:#fff;margin-bottom:.5rem}
.cre-cta .section-lead{color:rgba(255,255,255,.6);margin-bottom:2.5rem;font-size:1.18rem}
.cre-cta .cta-form{background:#2d2d30;border:1px solid #444;box-shadow:0 4px 20px rgba(0,0,0,.3)}
.cre-cta .form-group label{color:rgba(255,255,255,.5)}
.cre-cta .form-group input{background:#363638;border-color:#555;color:#fff}
.cre-cta .form-group input:focus{border-color:#F59E0B;box-shadow:0 0 0 3px rgba(245,158,11,.15)}
.cre-cta .submit-btn{background:linear-gradient(135deg,#F59E0B,#d97706)}
.cre-cta .submit-btn:hover{box-shadow:0 8px 24px rgba(245,158,11,.3)}
/* cre-cta phone removed */
.cre-cta .form-note{color:rgba(255,255,255,.3)}

/* ===== TRUST BAR (shared) ===== */
.trust-bar{padding:3.5rem 2rem;text-align:center}
[data-mode="vdi"] .trust-bar{background:#1a1a2e;color:#fff}
[data-mode="creative"] .trust-bar{background:#111;color:#fff}
.trust-bar .trust-headline{font-size:1.15rem;color:rgba(255,255,255,.8);margin-bottom:2rem}
.trust-bar .trust-headline .nw{color:#fff;font-weight:700}
.trust-bar .trust-headline .nv{color:#76B900;font-weight:700}
.trust-solutions{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:900px;margin:0 auto}
.trust-sol-card{flex:1;min-width:220px;max-width:280px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:all .3s}
.trust-sol-card:hover{background:rgba(255,255,255,.1);transform:translateY(-3px)}
.trust-sol-icon{width:88px;height:88px;border-radius:50%;background:rgba(118,185,0,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.trust-sol-icon svg{width:44px;height:44px;stroke:#76B900;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.trust-sol-card h4{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.4}
.trust-sol-card p{font-size:.88rem;color:rgba(255,255,255,.5);line-height:1.6}
[data-mode="creative"] .trust-sol-icon{background:rgba(245,158,11,.15)}
[data-mode="creative"] .trust-sol-icon svg{stroke:#F59E0B}

/* ===== FOOTER (Networld style) ===== */
/* CTA aside block */
.footer-aside{background:#f0f0f5;padding:3rem 2rem;text-align:center}
.footer-aside-inner{max-width:700px;margin:0 auto}
.footer-btns{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.footer-btns a{display:inline-block;min-width:260px;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:700;color:#fff;text-decoration:none;text-align:center;transition:all .3s;letter-spacing:.03em}
.footer-btns a:hover{transform:translateY(-2px);filter:brightness(1.1)}
.footer-btns .btn-product{background:#76B900}
.footer-btns .btn-contact{background:#76B900;background:linear-gradient(135deg,#76B900,#5a8f00)}
.footer-btns .btn-product:hover{box-shadow:0 8px 24px rgba(118,185,0,.3)}
.footer-btns .btn-contact:hover{box-shadow:0 8px 24px rgba(118,185,0,.3)}
.footer-caution{font-size:.88rem;color:#999;margin-top:1rem}
/* Nav links */
.footer-nav{max-width:800px;margin:0 auto;padding:1.5rem 2rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.footer-nav ul{display:flex;justify-content:center;gap:1rem;list-style:none;flex-wrap:wrap}
.footer-nav ul li{position:relative;padding-right:1rem}
.footer-nav ul li:not(:last-child)::after{content:'|';position:absolute;right:0;color:#ccc;font-size:.8rem}
.footer-nav ul li a{color:#888;text-decoration:none;font-size:.8rem;transition:color .3s}
.footer-nav ul li a:hover{color:#76B900}
/* Copyright */
footer{background:#fff;padding:2rem;text-align:center}
footer p{font-size:.75rem;color:#999}
@media(max-width:600px){.footer-btns{flex-direction:column;align-items:center}.footer-btns a{width:100%;max-width:300px}}



/* ===== BUSINESS IMPACT (VDI Merit②) ===== */
.vdi-impact-section{background:#f0f4f8;padding:5rem 2rem}
.vdi-impact-section .section-inner{max-width:1100px;margin:0 auto;text-align:center}
.vdi-impact-section h2{margin-bottom:.8rem;color:#1a1a2e}
.vdi-impact-section .section-lead{color:#555;margin-bottom:3rem;font-size:1.18rem}
.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.impact-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;position:relative;background:#fff}
.impact-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.15)}
.impact-card-img{height:180px;background-size:cover;background-position:center;position:relative}
.impact-card-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4))}
.impact-card-tag{position:absolute;bottom:12px;left:16px;z-index:1;display:inline-block;background:rgba(118,185,0,.85);color:#fff;padding:.3rem .8rem;border-radius:3px;font-size:.85rem;font-weight:700;letter-spacing:.05em}
.impact-card-body{padding:1.5rem;text-align:left;border-top:3px solid #76B900}
.impact-card-body h4{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}
.impact-card-body p{font-size:1rem;color:#666;line-height:1.7}

/* ===== STEPS SECTION ===== */
.steps-section{padding:5rem 2rem}
.steps-section.vdi-steps{background:#f4f5f7}
.steps-section.cre-steps{background:#1c1c1e;position:relative;overflow:hidden}
.steps-section.cre-steps::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.03) 49px,rgba(255,255,255,.03) 50px);z-index:0}
.steps-section .section-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.steps-section h2{margin-bottom:.8rem}
.vdi-steps h2{color:#1a1a2e}
.cre-steps h2{color:#fff}
.steps-section .section-lead{margin-bottom:3rem;font-size:1.18rem}
.vdi-steps .section-lead{color:#555}
.cre-steps .section-lead{color:rgba(255,255,255,.6)}
.steps-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}
.steps-flow::before{content:'';position:absolute;top:28px;left:12%;right:12%;height:2px;z-index:0}
.vdi-steps .steps-flow::before{background:linear-gradient(90deg,#76B900,#4a7a00)}
.cre-steps .steps-flow::before{background:linear-gradient(90deg,#F59E0B,#d97706)}
.step-item{position:relative;z-index:1;text-align:center;padding:0 .5rem}
.step-num{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1rem;font-family:'Inter',sans-serif;position:relative;z-index:2}
.vdi-steps .step-num{background:#f0f9e0;color:#4a7a00;border:2px solid #76B900}
.cre-steps .step-num{background:#1c1c1e;color:#F59E0B;border:2px solid #F59E0B}
.step-item h4{font-size:1.12rem;font-weight:700;margin-bottom:.4rem}
.vdi-steps .step-item h4{color:#1a1a2e}
.cre-steps .step-item h4{color:#fff}
.step-item p{font-size:.95rem;line-height:1.65}
.vdi-steps .step-item p{color:#777}
.cre-steps .step-item p{color:rgba(255,255,255,.5)}

/* ===== FAQ SECTION ===== */
.faq-section{padding:5rem 2rem}
.faq-section.vdi-faq{background:#f4f5f7}
.faq-section.cre-faq{background:#242426;position:relative;overflow:hidden}
.faq-section.cre-faq::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,255,255,.02) 49px,rgba(255,255,255,.02) 50px);z-index:0}
.faq-section .section-inner{max-width:800px;margin:0 auto;position:relative;z-index:1}
.faq-section h2{text-align:center;margin-bottom:.8rem}
.vdi-faq h2{color:#1a1a2e}
.cre-faq h2{color:#fff}
.faq-section .section-lead{text-align:center;margin-bottom:2.5rem;font-size:1.18rem}
.vdi-faq .section-lead{color:#555}
.cre-faq .section-lead{color:rgba(255,255,255,.6)}
.faq-list{display:flex;flex-direction:column;gap:1rem}
.faq-item{border-radius:10px;overflow:hidden;transition:all .3s}
.vdi-faq .faq-item{background:#fff;border:1px solid #e0e2e6}
.cre-faq .faq-item{background:#2d2d30;border:1px solid #444}
.faq-q{padding:1.2rem 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-weight:600;font-size:1.1rem;transition:background .2s;user-select:none}
.vdi-faq .faq-q{color:#1a1a2e}
.cre-faq .faq-q{color:#fff}
.vdi-faq .faq-q:hover{background:#f0f0f5}
.cre-faq .faq-q:hover{background:#363638}
.faq-q .faq-icon{flex-shrink:0;font-size:1.2rem;transition:transform .3s}
.vdi-faq .faq-q .faq-icon{color:#76B900}
.cre-faq .faq-q .faq-icon{color:#F59E0B}
.faq-item.open .faq-q .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 1.5rem}
.faq-item.open .faq-a{max-height:300px;padding:0 1.5rem 1.2rem}
.faq-a p{font-size:1.05rem;line-height:1.8}
.vdi-faq .faq-a p{color:#666}
.cre-faq .faq-a p{color:rgba(255,255,255,.55)}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
    .pain-grid{grid-template-columns:repeat(2,1fr)}
    .sim-result{grid-template-columns:1fr;text-align:center}
    .sim-arrow{transform:rotate(90deg)}
    .sim-stats{grid-template-columns:1fr}
    .dash-grid{grid-template-columns:1fr}
    .green-grid{grid-template-columns:1fr}
    .tco-grid{grid-template-columns:1fr}
    .impact-grid{grid-template-columns:1fr}
    .steps-flow{grid-template-columns:repeat(2,1fr);gap:1.5rem}
    .steps-flow::before{display:none}
    .solution-visual{flex-direction:column}
    .solution-arrow{transform:rotate(90deg)}
    .vdi-feature-row{grid-template-columns:1fr;min-height:auto}
    .vdi-feature-row:nth-child(even){direction:ltr}
    .vdi-feature-img{height:240px}
    .vdi-feature-text{padding:2rem}
    .cre-carousel-wrap{grid-template-columns:1fr;min-height:auto}
    .cre-carousel-main{min-height:380px}
    .cre-carousel-side{flex-direction:row}
    .cre-thumb-photo{height:80px}
    .gpu-cpu-flow{grid-template-columns:1fr;gap:1rem}
    .gpu-cpu-arrow{transform:rotate(90deg)}
    .trust-solutions{flex-direction:column;align-items:center}
    .trust-sol-card{max-width:400px;width:100%}
    .wp-banner-body{flex-direction:column;text-align:center}
    .wp-dl-btn{width:100%;text-align:center}
}
@media(max-width:600px){
    .site-header{padding:.5rem 1rem}
    .header-logos .nw-logo,.header-logos .nv-logo{height:28px}
    .hero{min-height:auto;padding:5rem 1rem 3rem}
    .hero h1{font-size:1.8rem}
    .hero-sub{font-size:1rem}
    .hero-sub br{display:none}
    .pain-grid{grid-template-columns:1fr}
    .mode-selector{flex-direction:column;align-items:center}
    .mode-card{width:100%;max-width:320px}
    .server-grid-row{flex-direction:column}
    .cre-icon-grid{flex-direction:column;gap:1rem}
    .cre-icon-arrow svg{transform:rotate(90deg)}
    .cre-carousel-side{flex-direction:column}
    .steps-flow{grid-template-columns:1fr}
    .section-inner{padding:0 .5rem}
    .vdi-pain,.vdi-solution,.cre-pain,.cre-solution,.vdi-sim,.cre-sim,.steps-section,.faq-section,.vdi-cta,.cre-cta,.vdi-impact-section,.cre-green{padding:3rem 1rem}
    .sim-notes p{font-size:.78rem}
    .faq-q{font-size:1rem;padding:1rem}
    .faq-a{padding:0 1rem}
    .faq-item.open .faq-a{padding:0 1rem 1rem}
    .cta-btn-primary,.cta-btn-secondary{font-size:1rem;padding:1rem 1.5rem}
}
