@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css);:root{--bs-primary:#667eea;--bs-primary-rgb:102,126,234;--bs-secondary:#764ba2;--bs-secondary-rgb:118,75,162}.btn-primary{--bs-btn-bg:#667eea;--bs-btn-border-color:#667eea;--bs-btn-hover-bg:#5a6fd8;--bs-btn-hover-border-color:#5a6fd8;--bs-btn-active-bg:#4d63d2;--bs-btn-active-border-color:#4d63d2}.btn-outline-primary{--bs-btn-color:#667eea;--bs-btn-border-color:#667eea;--bs-btn-hover-bg:#667eea;--bs-btn-hover-border-color:#667eea;--bs-btn-active-bg:#667eea;--bs-btn-active-border-color:#667eea}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header-banner{border-radius:10px;margin-bottom:2rem;padding:2rem}.header-banner h1{font-weight:700}.header-banner p{font-size:1.2rem}.header-banner small{font-size:.9rem}.form-wizard{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:2rem}.step-indicator{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.step-indicator:before{background-color:#dee2e6;content:"";height:2px;left:25px;position:absolute;right:25px;top:25px;z-index:1}.step-item{flex:1 1;position:relative;text-align:center;z-index:2}.step-circle{align-items:center;background-color:#dee2e6;border-radius:50%;color:#6c757d;display:flex;font-weight:700;height:50px;justify-content:center;margin:0 auto .5rem;transition:all .3s ease;width:50px}.step-item.active .step-circle{background-color:#ac2430;box-shadow:0 0 0 4px #0d6efd40;color:#fff}.step-item.completed .step-circle{background-color:#198754;color:#fff}.step-label{color:#6c757d;font-size:.9rem;transition:color .3s ease}.step-item.active .step-label{color:#ac2430;font-weight:600}.step-item.completed .step-label{color:#198754}.form-section{margin-bottom:2rem}.form-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.form-section p{color:#6c757d;margin-bottom:1.5rem}.form-control:focus,.form-select:focus{border-color:#667eea;box-shadow:0 0 0 .25rem #667eea40}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.btn-outline-primary{border-color:#667eea;color:#667eea;font-size:15px;font-weight:600;padding:.25rem 1rem;transition:all .3s ease}.btn-outline-primary:hover{background-color:#667eea;border-color:#667eea}.deliverable-card{border:2px solid #e9ecef;border-radius:10px;cursor:pointer;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.deliverable-card:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea26}.deliverable-card.selected{background-color:#667eea0d;border-color:#667eea}.price-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:700;padding:.5rem 1rem}.signature-pad{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;margin:1rem 0;padding:2rem;text-align:center}.terms-box{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.5rem;max-height:300px;overflow-y:auto;padding:1.5rem}.terms-box h5{border-bottom:2px solid #667eea;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem}.terms-box ol{margin-bottom:0}.terms-box li{color:#495057;line-height:1.6}.deliverables-table th{background-color:#667eea;border:none;color:#fff;font-weight:600}.deliverables-table td,.deliverables-table th{text-align:center;vertical-align:middle}.deliverables-table tbody tr:hover{background-color:#667eea0d}.alert-info{background-color:#667eea1a;border-color:#667eea;color:#2c3e50}.alert-success{background-color:#1987541a;border-color:#198754;color:#0f5132}.alert-warning{background-color:#ffc1071a;border-color:#ffc107;color:#664d03}.is-invalid{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.invalid-feedback{color:#dc3545;display:block;font-size:.875em;margin-top:.25rem;width:100%}.btn-outline-danger:hover,.btn-outline-primary:hover{transform:translateY(-1px)}.btn,.form-control,.form-select{transition:all .2s ease-in-out}.terms-box::-webkit-scrollbar{width:8px}.terms-box::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.terms-box::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.terms-box::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.header-banner h1{font-size:1.8rem}.header-banner p{font-size:1rem}.form-wizard{padding:1rem}.step-indicator{margin-bottom:2rem}.step-circle{font-size:.9rem;height:40px;width:40px}.step-label{font-size:.8rem}.deliverables-table{font-size:.875rem}.terms-box{max-height:250px;padding:1rem}}.navbar-with-shadow{box-shadow:0 2px 8px #0000001a;padding:1rem 0;transition:all .3s ease}.navbar-with-shadow .navbar-brand{color:#667eea!important;font-size:1.4rem;font-weight:700;letter-spacing:.5px;transition:transform .3s ease}.navbar-with-shadow .navbar-brand:hover{transform:scale(1.05)}.navbar-with-shadow .navbar-brand img{filter:drop-shadow(0 2px 4px rgba(102,126,234,.2));transition:transform .3s ease}.navbar-with-shadow .navbar-brand:hover img{transform:rotate(5deg)}.nav-link-custom{border-radius:4px;color:#333!important;font-weight:500;margin:0 8px;padding:8px 12px!important;position:relative;transition:all .3s ease}.nav-link-custom:hover{background-color:#667eea14;color:#667eea!important;transform:translateY(-2px)}.nav-link-custom.active{background-color:#667eea1a;color:#667eea!important;font-weight:600}.nav-link-custom.active:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:-2px;content:"";height:3px;left:12px;position:absolute;right:12px}.header-banner{animation:slideDown .6s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 8px 32px #667eea33;color:#fff;margin-bottom:40px;padding:50px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header-custom{align-items:center;gap:20px}.header-custom img{height:auto;max-width:100%;transition:transform .3s ease}.header-custom img:hover{transform:scale(1.05)}.header-custom h5{font-size:1.5rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px;text-shadow:0 2px 4px #0000001a}.header-custom h5:first-of-type{font-size:1rem;font-weight:600;letter-spacing:2px;margin-bottom:15px;opacity:.95;text-transform:uppercase}.header-custom h6{font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:20px;opacity:.95}.detail-class{display:flex;flex-direction:column;font-size:.95rem;font-weight:500;gap:12px}.detail-class div{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;display:flex;padding:8px 12px;transition:all .3s ease}.detail-class div:hover{background:#fff3;transform:translateX(8px)}.detail-class svg{font-size:1.2rem}@media (max-width:768px){.navbar-with-shadow{padding:.8rem 0}.navbar-with-shadow .navbar-brand{font-size:1.2rem}.nav-link-custom{margin:0 4px;padding:6px 10px!important}.header-banner{margin-bottom:30px;padding:30px 15px}.header-custom h5{font-size:1.3rem}.header-custom h5:first-of-type{font-size:.9rem}.header-custom h6{font-size:.9rem;margin-bottom:15px}.detail-class{font-size:.85rem;gap:10px}.detail-class div{padding:6px 10px}.detail-class svg{font-size:1rem}}@media (max-width:576px){.navbar-with-shadow .navbar-brand{font-size:1.1rem}.nav-link-custom{font-size:.95rem;margin:0;padding:6px 8px!important}.header-banner{border-radius:8px;margin-bottom:25px;padding:20px 10px}.header-custom h5{font-size:1.2rem}.header-custom h6{font-size:.85rem}.detail-class{font-size:.8rem;gap:8px}.detail-class div{gap:8px;padding:5px 8px}}.footer-section{border-top:1px solid #e0e0e0;margin-top:5rem;padding-top:2rem}.footer-contact-info{color:#555;font-size:.95rem;line-height:1.8}.footer-label{color:#333;font-weight:500;margin:0 0 8px}.footer-detail{color:#555;margin:4px 0}.footer-divider{border-color:#e0e0e0;margin:20px 0}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.footer-links a{border-right:1px solid #ddd;color:#667eea;font-size:.9rem;font-weight:500;padding-right:12px;text-decoration:none;transition:color .3s ease}.footer-links a:last-child{border-right:none;padding-left:0;padding-right:0}.footer-links a:hover{color:#764ba2}@media (max-width:768px){.footer-section{margin-top:3rem;padding-top:1.5rem}.footer-links{align-items:flex-start;flex-direction:column;gap:8px}.footer-links a{border-right:none;padding-right:0;width:100%}}.contact-us-wrapper{background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh;padding-bottom:2rem}.header-banner{background:linear-gradient(133deg,#f7f7f7,#438868);border-radius:0;box-shadow:0 4px 15px #0000001a;color:#000;margin-bottom:3rem;padding:3rem 2rem;text-align:center}.logo-container{margin-bottom:1.5rem}.header-logo{height:auto;max-width:80px;transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.header-banner h1{color:#333;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.header-banner p{color:#555;font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.header-banner small{color:#666;display:block;font-size:1rem;margin-top:.5rem;opacity:.8}.contact-card{background:#fff;border-radius:12px;height:100%;transition:all .3s ease}.contact-card:hover{box-shadow:0 12px 25px #00000026!important;transform:translateY(-8px)}.contact-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto;width:80px}.phone-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.email-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.address-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.contact-card .card-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-link{color:#438868;font-weight:500;text-decoration:none;transition:color .3s ease;word-break:break-all}.contact-link:hover{color:#2d5d47;text-decoration:underline}.separator{color:#ddd;margin:.5rem 0}.contact-address{color:#555;font-size:.95rem;line-height:1.8}.contact-address p{margin:0}.info-card{background:#fff;border-radius:12px}.info-card h3{color:#333;font-weight:700}.info-card h5{color:#438868;font-weight:600;margin-bottom:.5rem}.info-card p{color:#666;line-height:1.6;margin-bottom:0}.quick-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.quick-links .btn{border-radius:8px;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.quick-links .btn-outline-success{border-color:#438868;color:#438868}.quick-links .btn-outline-success:hover{background-color:#438868;border-color:#438868;box-shadow:0 4px 12px #4388684d;transform:translateY(-2px)}.footer-banner{background:linear-gradient(133deg,#f7f7f7,#438868);border-top:2px solid #ddd;margin-top:4rem}.footer-banner p{color:#333;font-size:.95rem;line-height:1.6}.footer-banner strong{color:#2d5d47}@media (max-width:768px){.header-banner{margin-bottom:2rem;padding:2rem 1rem}.header-banner h1{font-size:2rem}.header-banner p{font-size:1.1rem}.header-banner small{font-size:.9rem}.contact-icon{font-size:1.5rem;height:70px;width:70px}.contact-card .card-title{font-size:1.3rem}.quick-links{gap:.25rem}.quick-links .btn{font-size:.9rem;padding:.6rem 1rem}.footer-banner{text-align:center}.footer-banner .text-md-end{text-align:center!important}}@media (max-width:576px){.header-banner{margin-bottom:1.5rem;padding:1.5rem .5rem}.header-banner h1{font-size:1.5rem}.header-banner p{font-size:1rem}.logo-container{margin-bottom:1rem}.header-logo{max-width:60px}.contact-icon{font-size:1.3rem;height:60px;width:60px}.contact-card .card-title{font-size:1.1rem}.contact-details{font-size:.9rem}.quick-links{align-items:center;flex-direction:column}.quick-links .btn{width:100%}.info-card .row{flex-direction:column}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-card{animation:fadeInUp .6s ease forwards}.contact-card:nth-child(2){animation-delay:.1s}.contact-card:nth-child(3){animation-delay:.2s}@media print{.footer-banner,.header-banner,.quick-links{display:none}.contact-card{break-inside:avoid;page-break-inside:avoid}}.policy-wrapper{background-color:#f8f9fa;min-height:100vh;padding-bottom:20px;padding-top:20px}.policy-wrapper .header-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;margin-bottom:40px;padding:30px 20px}.policy-wrapper .header-custom{align-items:center;gap:20px}.policy-wrapper .header-custom img{height:auto;max-width:100%}.policy-wrapper .header-custom h5{font-size:1.3rem;font-weight:600;margin-bottom:10px}.policy-wrapper .header-custom h6{font-size:.95rem;margin-bottom:15px;opacity:.95}.policy-wrapper .detail-class{display:flex;flex-direction:column;font-size:.9rem;gap:10px}.policy-wrapper .detail-class div{align-items:center;display:flex;gap:8px}.policy-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.policy-card:hover{box-shadow:0 4px 16px #00000026}.policy-title{border-bottom:3px solid #667eea;color:#667eea;font-size:2rem;font-weight:700;margin-bottom:30px;padding-bottom:15px}.policy-content{color:#333;line-height:1.8}.policy-section{background-color:#f9f9f9;border-left:4px solid #667eea;border-radius:4px;margin-bottom:30px;padding:20px}.policy-section:last-child{margin-bottom:0}.section-title{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:15px}.policy-list{list-style:none;padding-left:0}.policy-list li{margin-bottom:12px;padding-left:25px;position:relative}.policy-list li:before{color:#667eea;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.policy-list li strong{color:#667eea}.policy-content p{margin-bottom:15px;text-align:justify}.policy-content p:last-child{margin-bottom:0}.alert-box{background-color:#e7f3ff;border:2px solid #667eea;border-radius:8px}.alert-box .alert{background-color:initial;border:none;padding:0}.lead{color:#667eea;font-size:1.1rem;font-weight:500;margin-bottom:20px}@media (max-width:768px){.policy-wrapper .header-custom{flex-direction:column;text-align:center}.policy-card{padding:15px}.policy-title{font-size:1.5rem}.policy-section{margin-bottom:20px;padding:15px}.policy-content p{text-align:left}}@media print{.policy-wrapper .header-banner{background:none;border:1px solid #667eea;color:#667eea}.policy-card{border:1px solid #ddd;box-shadow:none}.policy-section{page-break-inside:avoid}}#root{margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;transition:filter .3s;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin 20s linear infinite}}.card{padding:2em}.read-the-docs{color:#888}.form-label{font-weight:700!important}.form-section div{text-align:start}.header-custom img{max-width:200px}.detail-class,.header-custom p{font-size:15px}.header-custom h5{font-size:25px}.header-custom h6{font-size:18px}@media (max-width:767px){.terms-box li{font-size:10px}.header-banner{padding:0 0 5px}.header-custom img{max-width:150px}.header-custom h5{font-size:18px}.detail-class,.header-custom h6,.header-custom p{font-size:12px}}.detail-class svg{font-size:17px}.footer-link{color:#555;text-decoration:none}