.ctwa-main{flex:1;display:flex;flex-direction:column;min-height:100vh;background-color:#F5F7FA;overflow-x:hidden}.ctwa-container{width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.ctwa-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:2rem}.ctwa-breadcrumb-link{color:#3b82f6;text-decoration:none;transition:text-decoration .2s}.ctwa-breadcrumb-link:hover{text-decoration:underline}.ctwa-breadcrumb-current,.ctwa-breadcrumb-separator{color:#6b7280}.ctwa-hero-section{width:100%;margin-bottom:4rem}.ctwa-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.ctwa-hero-text{display:flex;flex-direction:column;gap:1.5rem}.ctwa-hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#111827;margin:0}.ctwa-hero-description{font-size:1.125rem;color:#4b5563;margin:0;line-height:1.6}.ctwa-hero-button{width:fit-content;color:white}.ctwa-arrow-icon{font-size:.875rem}.ctwa-hero-card{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.ctwa-section{width:100%;background-color:#ffffff;border-radius:1.5rem;padding:2rem;margin-bottom:4rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ctwa-section-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 2.5rem;text-align:center}.ctwa-section-title-left{text-align:left;max-width:48rem}.ctwa-how-it-works{display:grid;grid-template-columns:1fr;gap:2rem}.ctwa-how-item{display:flex;gap:1rem;align-items:flex-start}.ctwa-how-number{flex-shrink:0;width:2rem;height:2rem;border-radius:9999px;background-color:#dbeafe;color:#3b82f6;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center}.ctwa-how-text{font-size:1rem;color:#374151;margin:0;line-height:1.6}.ctwa-video-wrapper{width:100%;max-width:64rem;margin:0 auto}.ctwa-video-player{position:relative;width:100%;aspect-ratio:16/9;background-color:#000000;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border:1px solid #e5e7eb;cursor:pointer}.ctwa-video-thumbnail{position:relative;width:100%;height:100%}.ctwa-video-image{width:100%;height:100%;object-fit:cover;opacity:.6}.ctwa-video-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent)}.ctwa-video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;background-color:rgba(255,255,255,.2);backdrop-filter:blur(4px);border-radius:9999px;display:flex;align-items:center;justify-content:center;z-index:10;transition:transform .2s}.ctwa-video-player:hover .ctwa-video-play-button{transform:translate(-50%,-50%) scale(1.1)}.ctwa-video-play-button .material-icons-outlined{color:white;font-size:3rem;margin-left:.25rem}.ctwa-video-title-overlay{position:absolute;top:2rem;left:2rem;text-align:left;z-index:10}.ctwa-video-title-text{color:#60a5fa;font-weight:600;font-size:1.125rem;margin:0 0 .25rem}.ctwa-video-subtitle-text{color:#93c5fd;font-size:1.25rem;font-weight:700;margin:0}.ctwa-video-controls{position:absolute;bottom:0;left:0;right:0;height:3rem;background-color:rgba(0,0,0,.6);display:flex;align-items:center;padding:0 1rem;gap:1rem}.ctwa-video-controls .material-icons-outlined{color:white;font-size:1.25rem}.ctwa-video-progress{flex:1;height:.25rem;background-color:#6b7280;border-radius:9999px;position:relative}.ctwa-video-progress-bar{height:100%;width:25%;background-color:#ef4444;border-radius:9999px}.ctwa-video-time{color:white;font-size:.75rem}.ctwa-why-choose{display:grid;grid-template-columns:1fr;gap:1.5rem}.ctwa-why-item{display:flex;gap:.75rem;align-items:flex-start}.ctwa-check-icon{color:#00BAF2;font-size:1.5rem;margin-top:.125rem;flex-shrink:0}.ctwa-why-text{font-size:1rem;color:#374151;margin:0;line-height:1.6}.ctwa-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.ctwa-feature-card{background-color:#ffffff;padding:2rem;border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);text-align:center;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.ctwa-feature-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.ctwa-feature-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .75rem}.ctwa-feature-description{font-size:.875rem;color:#4b5563;margin:0;line-height:1.6}.ctwa-integrations-description{font-size:1.125rem;color:#4b5563;margin:0;line-height:1.6;max-width:48rem}.ctwa-results-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.ctwa-result-item{background-color:#ffffff;padding:2rem;border-radius:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ctwa-result-number{font-size:3rem;font-weight:700;color:#3b82f6;margin:0 0 1rem;line-height:1}.ctwa-result-title{font-size:.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.ctwa-result-text{font-size:.75rem;color:#6b7280;margin:0}.ctwa-cta-section{width:100%;padding:5rem 1.5rem;background-color:#002970;text-align:center;color:white}.ctwa-cta-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.ctwa-cta-title{font-size:2rem;font-weight:700;margin:0;line-height:1.2;max-width:48rem}.ctwa-cta-button{background-color:white!important;color:#002970!important;transition:background-color .2s;border:none;cursor:pointer}.ctwa-cta-button:hover{background-color:#f3f4f6}.ctwa-cta-button .ctwa-arrow-icon{color:#002970}@media (min-width:640px){.ctwa-how-it-works{grid-template-columns:repeat(2,1fr);gap-x:3rem}.ctwa-why-choose{gap-x:2rem}.ctwa-features-grid,.ctwa-results-grid,.ctwa-why-choose{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.ctwa-container{padding:3rem 2rem}.ctwa-hero-content{grid-template-columns:repeat(2,1fr)}.ctwa-hero-title{font-size:3rem}.ctwa-section{padding:3rem}.ctwa-section-title{font-size:2.25rem}.ctwa-cta-title{font-size:2.5rem}}@media (min-width:1024px){.ctwa-features-grid{grid-template-columns:repeat(3,1fr)}.ctwa-results-grid{grid-template-columns:repeat(4,1fr)}.ctwa-hero-title{font-size:3.125rem}}.whatsapp-partner-section{width:100%;padding:4rem 0}.whatsapp-partner-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.whatsapp-partner-label{font-size:.875rem;font-weight:500;color:#47749e;margin:0}