body{background-color:#f2f5f0}.section-divider{border:none;border-top:1px solid #e5e7eb;max-width:1360px;margin:0 auto}.section-managed{max-width:1360px;margin:0 auto;padding:5rem 1rem}@media (min-width: 768px){.section-managed{padding:5rem 3rem}}.managed-card{background-color:#111827;color:#fff;border-radius:24px;padding:2rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 768px){.managed-card{padding:4rem;grid-template-columns:1.2fr 1fr;gap:3rem}}.managed-text h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.08;color:#fff;letter-spacing:-2px;margin-bottom:1rem}@media (max-width: 767px){.managed-text h2{font-size:2.3rem}}.managed-highlight{color:#facc15}.managed-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:#fff9;line-height:1.6;margin-bottom:1.5rem}.managed-list{display:flex;flex-direction:column;gap:.75rem}.managed-item{display:flex;align-items:center;gap:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;color:#ffffffd9}.managed-check{width:22px;height:22px;border-radius:9999px;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#10b981;flex-shrink:0}.managed-form-wrap{background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem}.managed-form-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.managed-form-group{margin-bottom:.75rem}.managed-form-group label{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#ffffff80;font-weight:600;margin-bottom:.5rem}.managed-form-group input,.managed-form-group select,.managed-form-group textarea{width:100%;background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;padding:.75rem;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;outline:none;transition:border-color .2s ease}.managed-form-group input::placeholder,.managed-form-group select::placeholder,.managed-form-group textarea::placeholder{color:#ffffff4d}.managed-form-group input:focus,.managed-form-group select:focus,.managed-form-group textarea:focus{border-color:#fff6}.managed-form-group input.has-error,.managed-form-group select.has-error,.managed-form-group textarea.has-error{border-color:#ef4444}.managed-form-group select option{color:#111827}.managed-form-group textarea{resize:vertical;min-height:80px}.managed-form-error{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem;min-height:16px}.managed-form-submit{width:100%;background-color:#fff;color:#111827;border:none;border-radius:.75rem;padding:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:700;cursor:pointer;margin-top:.5rem;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.managed-form-submit:hover{opacity:.9}.managed-form-submit:disabled{opacity:.5;cursor:not-allowed}.section-faq{padding:4rem 0;background-color:#fff}@media (min-width: 1024px){.section-faq{padding:5rem 0}}.section-faq .container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;max-width:800px}.section-faq .section-header{text-align:center;margin-bottom:2.5rem}@media (min-width: 1024px){.section-faq .section-header{margin-bottom:3rem}}.section-faq .section-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#111827;margin:0 0 .75rem}@media (min-width: 768px){.section-faq .section-title{font-size:2.25rem}}.section-faq .section-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;line-height:1.6;color:#4b5563;margin:0}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#f9fafb;border-radius:.5rem;overflow:hidden;transition:all .2s ease}.faq-item:hover{background-color:#f3f4f6}.faq-item[open]{background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.faq-item[open] .faq-question{border-bottom:1px solid #f3f4f6}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-item[open] .faq-answer{animation:fadeIn .3s ease-out}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;color:#111827;transition:all .2s ease}@media (min-width: 1024px){.faq-question{padding:1.5rem 2rem;font-size:1.125rem}}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none}.faq-question span{flex:1}.faq-icon{width:20px;height:20px;flex-shrink:0;color:#6b7280;transition:transform .2s ease}@media (min-width: 1024px){.faq-icon{width:24px;height:24px}}.faq-answer{padding:0 1.5rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.7;color:#4b5563}@media (min-width: 1024px){.faq-answer{padding:0 2rem 2rem}}.faq-answer p{margin:0 0 1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul,.faq-answer ol{margin:1rem 0;padding-left:1.5rem}.faq-answer li{margin-bottom:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.section-header-center{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header-center h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.08;letter-spacing:-2px;color:#111827;margin-bottom:.75rem}@media (max-width: 767px){.section-header-center h2{font-size:2.3rem}}.section-header-center .section-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;color:#6b7280;font-weight:500}.aps-hero{max-width:1360px;margin:0 auto;padding:4rem 1rem 5rem}@media (min-width: 768px){.aps-hero{padding:4rem 3rem 5rem}}.aps-hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.aps-hero-grid{grid-template-columns:1fr 1.4fr;gap:3rem}}.aps-hero-text h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800;line-height:1.05;letter-spacing:-2.5px;margin-bottom:1.25rem}.aps-hero-text h1 em,.aps-hero-text h1 .highlight{font-style:italic;color:#2563eb}@media (max-width: 767px){.aps-hero-text h1{font-size:3rem}}.aps-hero-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;max-width:440px}@media (max-width: 767px){.aps-hero-sub{font-size:1.3rem}}.aps-hero-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 767px){.aps-hero-stats{justify-content:center}}.aps-hero-stat .stat-num{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:800;color:#111827;letter-spacing:-1px;display:block}.aps-hero-stat .stat-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:#6b7280;font-weight:500}.btn-hero{display:inline-block;background-color:#111827;border:none;border-radius:9999px;padding:1.25rem 2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 4px 16px #0000001f;transition:all .2s ease;color:#fff}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000002e}@media (max-width: 767px){.btn-hero{display:block;text-align:center}}.aps-hero-visual{display:flex;gap:1rem;align-items:center}@media (max-width: 767px){.aps-hero-visual{flex-direction:column}}.aps-hero-before{width:180px;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 767px){.aps-hero-before{width:140px;align-self:center}}.aps-before-label,.aps-after-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;text-align:center}.aps-before-label{color:#6b7280}.aps-after-label{color:#2563eb;grid-column:1/3}.aps-before-img{border-radius:1rem;overflow:hidden;border:2px dashed #d1d5db}.aps-before-img img{width:100%;display:block}.aps-hero-arrow{font-size:28px;color:#2563eb;font-weight:700;flex-shrink:0}@media (max-width: 767px){.aps-hero-arrow{transform:rotate(90deg)}}.aps-hero-after{flex:1;display:flex;flex-direction:column;gap:.5rem}.aps-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.aps-after-item{border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000f}.aps-after-item img{width:100%;display:block}.wdfy-hero{max-width:1360px;margin:0 auto;padding:4rem 1rem 5rem}@media (min-width: 768px){.wdfy-hero{padding:4rem 3rem 5rem}}.wdfy-hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.wdfy-hero-grid{grid-template-columns:1fr .7fr;gap:3rem}}.wdfy-hero-text h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800;line-height:1.05;letter-spacing:-2.5px;margin-bottom:1.25rem}.wdfy-highlight,.wdfy-hero-text h1 .highlight{color:#2563eb;font-style:italic}.wdfy-hero-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.wdfy-hero-video{display:flex;justify-content:center}.wdfy-hero-video video{width:100%;max-width:300px;border-radius:1rem;box-shadow:0 8px 40px #0000001a}@media (max-width: 767px){.wdfy-hero-video video{max-width:240px}}.wdfy-deliverables{max-width:1360px;margin:0 auto;padding:5rem 1rem}@media (min-width: 768px){.wdfy-deliverables{padding:5rem 3rem}}.wdfy-del-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.wdfy-del-grid{grid-template-columns:1fr 1fr 1fr}}.wdfy-del{background-color:#fff;border-radius:1rem;padding:2rem;transition:box-shadow .2s ease}.wdfy-del:hover{box-shadow:0 8px 32px #0000000f}.wdfy-del-number{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:800;color:#e5e7eb;line-height:1;letter-spacing:-2px;margin-bottom:.75rem}.wdfy-del-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:800;color:#111827;letter-spacing:-.5px;margin-bottom:.5rem}.wdfy-del-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#6b7280;line-height:1.6}.wdfy-process{max-width:1360px;margin:0 auto;padding:5rem 1rem}@media (min-width: 768px){.wdfy-process{padding:5rem 3rem}}.wdfy-steps{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative}@media (min-width: 768px){.wdfy-steps{grid-template-columns:1fr 1fr 1fr 1fr}.wdfy-steps:before{content:"";position:absolute;top:40px;left:60px;right:60px;height:2px;background-color:#e5e7eb;z-index:0}}.wdfy-step{text-align:center;position:relative;z-index:1;padding:0 1rem}.wdfy-step-circle{width:80px;height:80px;border-radius:9999px;background-color:#fff;border:3px solid #111827;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:800;color:#111827;margin:0 auto 1.25rem;box-shadow:0 4px 16px #0000000f}.wdfy-step-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:800;color:#111827;margin-bottom:.25rem}.wdfy-step-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;color:#6b7280;line-height:1.5}.wdfy-for{max-width:1360px;margin:0 auto;padding:5rem 1rem}@media (min-width: 768px){.wdfy-for{padding:5rem 3rem}}.wdfy-for-cards{display:grid;grid-template-columns:1fr;gap:1rem;max-width:900px;margin:0 auto}@media (min-width: 768px){.wdfy-for-cards{grid-template-columns:1fr 1fr}}.wdfy-for-card{background-color:#fff;border-radius:1rem;padding:2rem;border-left:3px solid #111827}.wdfy-for-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:.5rem}.wdfy-for-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#6b7280;line-height:1.6}.wdfy-contact{max-width:1360px;margin:0 auto;padding:5rem 1rem 6rem}@media (min-width: 768px){.wdfy-contact{padding:5rem 3rem 6rem}}.managed-form-note{text-align:center;margin-top:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;color:#ffffff59}
