@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:24px}.omnichannel-main{width:100%;overflow-x:hidden;font-family:Inter,sans-serif;background-color:#f5f7fa;min-height:100vh}.omnichannel-hero-section{padding:4rem 1rem}.omnichannel-hero-content,.omnichannel-hero-section{display:flex;flex-direction:column;align-items:center}.omnichannel-hero-content{max-width:80rem;width:100%;gap:1.5rem;text-align:center}.omnichannel-hero-header{display:flex;flex-direction:column;gap:.5rem;align-items:center;max-width:48rem}.omnichannel-hero-title{font-size:2.25rem;font-weight:900;line-height:1.2;letter-spacing:-.033em;color:#003d77;margin:0}.omnichannel-hero-subtitle{font-size:1rem;font-weight:400;line-height:1.5;color:#000000;margin:0;max-width:48rem}.omnichannel-hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.omnichannel-btn-primary{display:inline-flex;align-items:center;justify-content:center;min-width:84px;max-width:480px;height:2.5rem;padding:0 1rem;background-color:#00baf2;color:#ffffff;font-size:.875rem;font-weight:700;letter-spacing:.015em;text-decoration:none;border-radius:.5rem;transition:opacity .2s}.omnichannel-btn-primary:hover{opacity:.9}.omnichannel-btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:84px;max-width:480px;height:2.5rem;padding:0 1rem;background-color:#e5e7eb;color:#000000;font-size:.875rem;font-weight:700;letter-spacing:.015em;text-decoration:none;border-radius:.5rem;transition:background-color .2s}.omnichannel-btn-secondary:hover{background-color:#d1d5db}.omnichannel-channels-section{padding:4rem 1rem}.omnichannel-channels-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:80rem;margin:0 auto}.omnichannel-channel-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#ffffff;transition:all .3s ease}.omnichannel-channel-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-4px)}.omnichannel-channel-content{display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.omnichannel-channel-icon{color:#00baf2;margin-bottom:.75rem}.omnichannel-channel-icon .material-symbols-outlined{font-size:3rem}.omnichannel-channel-icon.whatsapp-icon{color:#25D366}.omnichannel-channel-title{font-size:1.125rem;font-weight:700;line-height:1.2;color:#003d77;margin:0 0 .5rem}.omnichannel-channel-text{font-size:.875rem;font-weight:400;line-height:1.5;color:#000000;margin:0}.omnichannel-channel-button{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:100%;max-width:150px;height:2.5rem;padding:0 .75rem;background-color:rgba(0,186,242,.1);color:#00baf2;font-size:.875rem;font-weight:700;line-height:1.5;text-decoration:none;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;margin-top:1rem}.omnichannel-channel-button:hover{background-color:rgba(0,186,242,.2)}.omnichannel-channel-button .material-symbols-outlined{font-size:1rem;transition:transform .2s}.omnichannel-channel-button:hover .material-symbols-outlined{transform:translateX(4px)}.omnichannel-cta-section{padding:4rem 1rem;justify-content:flex-end;gap:1.5rem}.omnichannel-cta-content,.omnichannel-cta-section{display:flex;flex-direction:column;align-items:center}.omnichannel-cta-content{max-width:45rem;width:100%;gap:1rem;text-align:center}.omnichannel-cta-title{font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.033em;color:#003d77;margin:0}.omnichannel-cta-text{font-size:1rem;font-weight:400;line-height:1.5;color:#000000;margin:0}.omnichannel-cta-button-wrapper{display:flex;flex:1;justify-content:center;margin-top:1rem}.omnichannel-cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:84px;max-width:480px;height:2.5rem;padding:0 1rem;background-color:#00baf2;color:#ffffff;font-size:.875rem;font-weight:700;letter-spacing:.015em;text-decoration:none;border-radius:.5rem;transition:opacity .2s;flex-grow:1}.omnichannel-cta-button:hover{opacity:.9}@media (min-width:480px){.omnichannel-hero-title{font-size:3rem}.omnichannel-hero-subtitle{font-size:1.125rem}.omnichannel-hero-buttons{gap:.75rem}.omnichannel-btn-primary,.omnichannel-btn-secondary{height:3rem;padding:0 1.25rem;font-size:1rem}.omnichannel-cta-title{font-size:2.25rem}.omnichannel-cta-button{height:3rem;padding:0 1.25rem;font-size:1rem}}@media (min-width:640px){.omnichannel-channels-grid{grid-template-columns:repeat(2,1fr)}.omnichannel-channel-card-center{grid-column-start:2}}@media (min-width:768px){.omnichannel-hero-section{padding:6rem 2.5rem}.omnichannel-channels-section{padding:4rem 2.5rem}.omnichannel-cta-section{padding:5rem 2.5rem}}@media (min-width:1024px){.omnichannel-channels-grid{grid-template-columns:repeat(3,1fr)}.omnichannel-channel-card-center{grid-column-start:auto}.omnichannel-hero-section{padding:6rem 5rem}.omnichannel-channels-section{padding:4rem 5rem}.omnichannel-cta-section{padding:5rem}}