.b2b-section{padding:60px 5%;background:#fff}.b2b-section-alt{padding:60px 5%;background:var(--bg-soft)}.section-header-b2b{text-align:center;max-width:800px;margin:0 auto 3rem}.section-header-b2b h2{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem;letter-spacing:-.02em}.section-header-b2b p{font-size:1.15rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.b2b-section,.b2b-section-alt{padding:40px 5%}.section-header-b2b{margin-bottom:2rem}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;border:1px solid #f1f5f9;box-shadow:0 10px 30px #00000008;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000012}.benefit-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1.5rem}.benefit-card h4{font-size:1.2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.services-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card-new{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:2.5rem 2rem;box-shadow:0 10px 30px #00000005;transition:all .3s ease;position:relative;overflow:hidden}.service-card-new:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary);opacity:0;transition:opacity .3s ease}.service-card-new:hover:before{opacity:1}.service-card-new:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000000f}.service-icon-new{width:60px;height:60px;background:#1b5e2014;color:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.service-card-new:hover .service-icon-new{background:var(--primary);color:#fff}.service-card-new h3{font-size:1.3rem;font-weight:800;color:#1e293b;margin-bottom:.75rem}.service-card-new p{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1.25rem}.service-burden-pill{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;color:var(--secondary);background:#0d47a114;padding:6px 12px;border-radius:50px}@media(max-width:992px){.k2p-grid{grid-template-columns:1fr!important;gap:2rem!important}.k2p-truth-box{padding:2rem!important}.k2p-truth-box p{font-size:1.15rem!important}.k2p-truth-box p:last-of-type{font-size:1.25rem!important}}.k2p-card{transition:transform .3s ease,box-shadow .3s ease!important}.k2p-card:hover{transform:translateY(-5px)}.how-we-operate-page{background-color:var(--bg-soft);color:var(--text-dark)}.detailed-steps-section{padding:80px 10%;background-color:#fff}.detailed-steps-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:6rem}.detailed-step-row{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.detailed-step-row:nth-child(2n){grid-template-columns:.9fr 1.1fr}.detailed-step-row:nth-child(2n) .detailed-step-info{grid-column:2}.detailed-step-row:nth-child(2n) .detailed-step-illustration{grid-column:1;grid-row:1}.detailed-step-info{display:flex;flex-direction:column;gap:1.25rem}.detailed-step-badge{align-self:flex-start;background:linear-gradient(135deg,var(--primary),#2e7d32);color:#fff;font-size:.85rem;font-weight:800;padding:6px 16px;border-radius:50px;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 4px 10px #1b5e2026}.detailed-step-info h3{font-size:2.2rem;font-weight:800;color:var(--primary);line-height:1.2;letter-spacing:-.02em}.detailed-step-desc{font-size:1.1rem;color:#475569;line-height:1.7;font-weight:500;margin:0}.detailed-step-highlights{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.85rem}.detailed-step-highlights li{display:flex;align-items:flex-start;gap:10px;font-size:1rem;font-weight:600;color:var(--text-dark)}.detailed-step-highlights li i{color:#16a34a;margin-top:4px;font-size:1.1rem}.detailed-step-illustration{display:flex;justify-content:center;align-items:center;position:relative}.illustration-box{background:#f0fdf4;border:2px dashed #bbf7d0;border-radius:36px;width:100%;max-width:380px;aspect-ratio:1.2 / 1;display:flex;justify-content:center;align-items:center;position:relative;box-shadow:0 20px 40px #00000005;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.illustration-box:hover{transform:translateY(-8px);border-color:var(--primary);box-shadow:0 25px 50px #1b5e2014}.illustration-icon-wrapper{background:#fff;border-radius:28px;width:110px;height:110px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000000d;border:1px solid #e2e8f0;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.illustration-box:hover .illustration-icon-wrapper{transform:scale(1.1) rotate(5deg)}.illustration-icon-wrapper i{font-size:3rem;color:var(--primary)}.how-we-operate-page .b2b-section,.how-we-operate-page .b2b-section-alt{padding:80px 10%}@media(max-width:992px){.detailed-steps-section{padding:60px 5%}.detailed-steps-container{gap:4rem}.detailed-step-row,.detailed-step-row:nth-child(2n){grid-template-columns:1fr;gap:2rem;text-align:center}.detailed-step-badge{align-self:center}.detailed-step-row:nth-child(2n) .detailed-step-info{grid-column:auto}.detailed-step-row:nth-child(2n) .detailed-step-illustration{grid-column:auto;grid-row:auto}.detailed-step-highlights li{justify-content:center}.illustration-box{max-width:320px;margin:0 auto}.how-we-operate-page .b2b-section,.how-we-operate-page .b2b-section-alt{padding:60px 5%}}
