.customer-section{background:linear-gradient(180deg,#fff,#fff8f6)}.customer-head{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:end}.customer-head h2{font-size:clamp(2rem,3.5vw,3.2rem);margin:0}.customer-head>p{color:var(--muted)}.customer-flow{display:flex;align-items:center;justify-content:center;gap:15px;margin:40px auto;padding:18px;background:#f4e4e7;border-radius:12px;color:var(--deep);font-weight:700}.customer-flow span{background:#fff;padding:8px 17px;border-radius:999px;font-size:.83rem}.customer-flow i{font-style:normal;color:var(--rose)}.customer-permissions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.customer-permissions article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px;display:flex;gap:14px;transition:.2s}.customer-permissions article:hover{border-color:#d6aeb7;transform:translateY(-3px)}.customer-permissions article>span{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:50%;background:var(--blush);font-size:1.2rem;color:var(--rose)}.customer-permissions h3{margin:0 0 5px;font-size:1rem}.customer-permissions p{margin:0;color:var(--muted);font-size:.82rem}@media(max-width:900px){.customer-head{grid-template-columns:1fr}.customer-permissions{grid-template-columns:1fr 1fr}.customer-flow{flex-wrap:wrap}}@media(max-width:560px){.customer-permissions{grid-template-columns:1fr}.customer-flow i{display:none}.customer-flow{justify-content:flex-start}.customer-permissions article{padding:18px}}
