@import "https://fonts.googleapis.com/css2?family=Anton&family=Dancing+Script:wght@700&family=Inter:wght@400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Dancing+Script:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
:root{--primary-color:#ff0f6e;--secondary-color:#ece3df;--text-color-dark:#333;--text-color-light:#fff;--text-color-medium:#3a3a3a;--button-hover-color:#c10061}
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-pink:#ff0f6e;--primary-pink-dark:#c10061;--secondary-pink:#ff4fa0;--light-pink:#ffe6f2;--background-light:#f5f5f5;--background-white:#fff;--text-dark:#2c2c2c;--text-gray:#666;--text-light:#999;--border-light:#e0e0e0;--font-primary:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-script:"Dancing Script",cursive;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-xxl:4rem;--border-radius:8px;--border-radius-lg:16px;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 12px #00000026;--shadow-lg:0 8px 24px #0003}body{font-family:var(--font-primary);color:var(--text-dark);background-color:var(--background-white);line-height:1.6}.container{max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}.header{background:var(--background-white);padding:var(--spacing-sm)0;box-shadow:var(--shadow-sm);z-index:100;position:sticky;top:0}.header-container{max-width:1200px;padding:0 var(--spacing-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.logo{align-items:center;gap:var(--spacing-xs);display:flex}.logo-icon{background:var(--primary-pink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.logo-text{color:#ff0f6e;letter-spacing:-1px;font-family:Arial Black,sans-serif;font-size:2rem;font-weight:900}.logo-sweeps{text-transform:lowercase}.logo-touch{text-transform:uppercase}.apply-button{background:var(--primary-pink);color:#fff;padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--border-radius);cursor:pointer;border:none;font-family:Roboto,sans-serif;font-weight:600;transition:all .3s}.apply-button:hover{background:var(--primary-pink-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0;display:none}.hamburger:focus{outline:none}.hamburger-line{background:var(--primary-pink);transform-origin:1px;border-radius:10px;width:30px;height:3px;transition:all .3s linear;position:relative}.hamburger[aria-expanded=true] .hamburger-line:first-child{transform:rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:rotate(-45deg)}.mobile-menu{background:var(--background-white);box-shadow:var(--shadow-md);padding:var(--spacing-md);border-top:1px solid #e5e5e5;display:none;position:absolute;top:100%;left:0;right:0}.mobile-menu.open{animation:.3s ease-out slideDown;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hamburger{display:flex}.apply-button{display:none}.mobile-menu{display:block}.mobile-menu .apply-button{text-align:center;width:100%;margin-top:var(--spacing-sm);display:block}}@media (max-width:1024px) and (min-width:769px){.hamburger{display:none}.apply-button{display:block}}@media (min-width:1025px){.hamburger{display:none}.apply-button{display:block}.mobile-menu{display:none!important}}.who-are-we{padding:var(--spacing-xxl)0;background:var(--background-light)}.content-wrapper{gap:var(--spacing-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.text-content .section-title{text-align:left;color:var(--primary-pink);font-size:4rem;font-family:var(--font-script);font-style:italic}.image-content{justify-content:center;display:flex}.image-content img{border-radius:var(--border-radius-lg);max-width:100%;height:auto}.locations{padding:var(--spacing-xxl)0;background:var(--background-white)}.locations-grid{gap:var(--spacing-lg);margin-top:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.location-card{text-align:center;padding:var(--spacing-lg);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);background:#fff;transition:all .3s}.location-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.location-icon{margin-bottom:var(--spacing-md);font-size:2rem}.location-state{margin-bottom:var(--spacing-sm);color:var(--text-dark);font-size:1.3rem;font-weight:600}.location-cities{color:var(--text-gray);line-height:1.5}.call-to-action{padding:var(--spacing-xxl)0;background:var(--primary-pink);color:#fff;text-align:center}.cta-title{margin-bottom:var(--spacing-md);font-size:3rem;font-weight:700;font-family:var(--font-script);font-style:italic}.cta-subtitle{margin-bottom:var(--spacing-xl);opacity:.9;font-size:1.2rem}.cta-button{color:var(--primary-pink);padding:var(--spacing-md)var(--spacing-xl);border-radius:var(--border-radius);cursor:pointer;margin-bottom:var(--spacing-lg);background:#fff;border:none;font-size:1.1rem;font-weight:600;transition:all .3s}.cta-button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cta-disclaimer{opacity:.8;max-width:600px;margin:0 auto;font-size:.9rem}@media (max-width:768px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.content-wrapper{text-align:center;grid-template-columns:1fr}.text-content .section-title{text-align:center;font-size:3rem}.hero-buttons{flex-direction:column;align-items:center}.footer-content{gap:var(--spacing-md);text-align:center;flex-direction:column}.footer-links{justify-content:center}.features-grid,.testimonials-grid,.locations-grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 var(--spacing-sm)}.hero-title,.section-title{font-size:2rem}.cta-title{font-size:2.5rem}.hero-features{grid-template-columns:1fr}}:root{--font-titles:"Bebas Neue",sans-serif}h1,h2,h3,h4,h5,h6,.section-title,.hero-title,.table-title,.cta-title,.text-content .section-title,.location-state,.feature-title,button,.apply-button,.primary-button,.secondary-button,.cta-button{font-family:var(--font-titles);letter-spacing:.5px}@tailwind base;@tailwind components;@tailwind utilities;:root{--radius:.5rem;--background:255 255 255;--foreground:15 23 42;--card:255 255 255;--card-foreground:15 23 42;--popover:255 255 255;--popover-foreground:15 23 42;--primary:15 23 42;--primary-foreground:248 250 252;--secondary:241 245 249;--secondary-foreground:15 23 42;--muted:241 245 249;--muted-foreground:100 116 139;--accent:241 245 249;--accent-foreground:15 23 42;--destructive:239 68 68;--destructive-foreground:248 250 252;--border:226 232 240;--input:226 232 240;--ring:15 23 42}*{border-color:rgb(var(--border))}body{background-color:rgb(var(--background));color:rgb(var(--foreground));font-family:system-ui,-apple-system,sans-serif}.demo-controls{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;margin-bottom:2rem;padding:1rem}.demo-controls h3{color:#92400e;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.demo-controls-buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.demo-button{cursor:pointer;border:1px solid;border-radius:.375rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.demo-button-1{color:#15803d;background-color:#dcfce7;border-color:#16a34a}.demo-button-1:hover{background-color:#bbf7d0}.demo-button-1.completed{color:#fff;background-color:#16a34a}.demo-button-2{color:#1d4ed8;background-color:#dbeafe;border-color:#2563eb}.demo-button-2:hover{background-color:#bfdbfe}.demo-button-2.completed{color:#fff;background-color:#2563eb}.demo-button-3{color:#c2410c;background-color:#fed7aa;border-color:#ea580c}.demo-button-3:hover{background-color:#fdba74}.demo-button-3.completed{color:#fff;background-color:#ea580c}.demo-button-4{color:#7c3aed;background-color:#e9d5ff;border-color:#9333ea}.demo-button-4:hover{background-color:#ddd6fe}.demo-button-4.completed{color:#fff;background-color:#9333ea}.demo-button-reset{color:#dc2626;background-color:#fee2e2;border-color:#dc2626}.demo-button-reset:hover{background-color:#fecaca}.demo-tip{color:#92400e;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.header{border-bottom:1px solid rgb(var(--border));background-color:#fff;box-shadow:0 1px 3px #0000001a}.header-content{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.header-title{color:rgb(var(--foreground));font-size:1.5rem;font-weight:700}.header-progress{color:rgb(var(--muted-foreground));font-size:.875rem}.main-content{max-width:80rem;margin:0 auto;padding:2rem 1.5rem}.grid-layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.grid-layout{grid-template-columns:2fr 1fr}}.card{background-color:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 3px #0000001a}.card-header{border-bottom:1px solid rgb(var(--border));padding:1.5rem}.card-title{color:rgb(var(--foreground));font-size:1.25rem;font-weight:600}.card-content{padding:1.5rem}.video-container{aspect-ratio:16/9;border-radius:var(--radius);background-color:#000;position:relative;overflow:hidden}.video-element{object-fit:cover;width:100%;height:100%}.video-controls{background:linear-gradient(#0000,#000c);padding:1rem;position:absolute;bottom:0;left:0;right:0}.video-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;transition:background-color .2s}.video-button:hover{background-color:#fff3}.video-time{color:#fff;font-size:.875rem}.progress-bar{background-color:#ffffff4d;border-radius:9999px;height:.5rem;position:relative;overflow:hidden}.progress-fill{background-color:#3b82f6;border-radius:9999px;height:100%;transition:width .3s}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background-color:rgb(var(--primary));color:rgb(var(--primary-foreground))}.btn-primary:hover{background-color:rgb(var(--primary)/.9)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{border:1px solid rgb(var(--border));color:rgb(var(--foreground));background-color:#0000}.btn-outline:hover{background-color:rgb(var(--accent))}.btn-green{color:#fff;background-color:#16a34a}.btn-green:hover{background-color:#15803d}.progress-section{margin-bottom:1.5rem}.progress-header{align-items:center;justify-content:between;margin-bottom:1rem;display:flex}.progress-title{font-size:1.25rem;font-weight:600}.progress-completed{color:#16a34a;align-items:center;gap:.5rem;font-weight:500;display:flex}.progress-stats{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.progress-label{color:rgb(var(--muted-foreground));font-size:.875rem}.progress-value{font-size:.875rem;font-weight:500}.progress-track{background-color:rgb(var(--muted));border-radius:9999px;height:.75rem;overflow:hidden}.progress-track-fill{border-radius:9999px;height:100%;transition:width .7s}.progress-track-fill.completed{background-color:#16a34a}.progress-track-fill.incomplete{background-color:#3b82f6}.progress-percentage{text-align:right;margin-top:.25rem}.progress-percentage-text{color:rgb(var(--muted-foreground));font-size:.75rem}.video-list{flex-direction:column;gap:.75rem;display:flex}.video-item{border:1px solid rgb(var(--border));border-radius:var(--radius);align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.video-item:hover,.video-item.active{background-color:#3b82f60d;border-color:#3b82f6}.video-icon{flex-shrink:0;width:1.5rem;height:1.5rem}.video-icon.completed{color:#16a34a}.video-icon.active{color:#3b82f6}.video-icon.pending{color:rgb(var(--muted-foreground))}.video-info{flex:1;min-width:0}.video-title{margin-bottom:.25rem;font-weight:600}.video-title.active{color:#3b82f6}.video-description{color:rgb(var(--muted-foreground));margin-bottom:.25rem;font-size:.875rem}.video-duration{color:rgb(var(--muted-foreground));font-size:.75rem}.video-action{flex-shrink:0}.submit-section{text-align:center;padding:2rem}.submit-icon{border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.submit-icon.success{background-color:#dcfce7}.submit-icon.warning{background-color:#fed7aa}.submit-icon svg{width:2rem;height:2rem}.submit-icon.success svg{color:#16a34a}.submit-icon.warning svg{color:#ea580c}.submit-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.submit-title.success{color:#15803d}.submit-title.warning{color:#ea580c}.submit-description{color:rgb(var(--muted-foreground));margin-bottom:1.5rem}.submit-description.success{color:#16a34a}.submit-summary{border-radius:var(--radius);text-align:left;background-color:#dcfce7;border:1px solid #16a34a;margin-bottom:1.5rem;padding:1rem}.submit-summary.warning{background-color:#fed7aa;border-color:#ea580c}.submit-summary-title{margin-bottom:.5rem;font-weight:600}.submit-summary-title.success{color:#15803d}.submit-summary-title.warning{color:#c2410c}.submit-summary-list{font-size:.875rem;line-height:1.5}.submit-summary-list.success{color:#15803d}.submit-summary-list.warning{color:#c2410c}.footer{background:linear-gradient(135deg,var(--primary-pink)0%,var(--secondary-pink)100%);color:#fff;border-top:0;margin-top:4rem}.footer .container{max-width:80rem;margin:0 auto}.footer-content{text-align:left;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2.5rem 1.5rem 1.5rem;display:flex}.footer-contact h4{margin-bottom:.5rem;font-size:1rem;font-weight:800}.footer-contact p{opacity:.9;max-width:28rem;margin-bottom:1rem}.footer .contact-item{opacity:.95;align-items:center;gap:.6rem;margin:.4rem 0;display:flex}.footer .icon{color:#fff;display:inline-flex}.footer-right{text-align:right}.footer-logo{justify-content:flex-end;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.footer-logo .logo-text{color:#fff;letter-spacing:-.5px;font-weight:900}.footer-logo .highlight{color:#fff;opacity:.9}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.footer-link{color:#fff;opacity:.9;font-weight:600;text-decoration:none}.footer-link:hover{opacity:1;text-decoration:underline}.footer-bottom{text-align:center;opacity:.95;border-top:1px solid #ffffff38;padding:1rem 1.5rem;font-size:.875rem}@media (max-width:768px){.footer-content{text-align:left;flex-direction:column}.footer-right{text-align:left}.footer-logo,.footer-links{justify-content:flex-start}.header-content{text-align:center;flex-direction:column;gap:.5rem}.main-content{padding:1rem}.demo-controls-buttons{justify-content:center}.video-controls-row{flex-wrap:wrap;gap:.5rem}}.video-container{border-radius:var(--border-radius);width:100%;box-shadow:var(--shadow-md);background:#000;position:relative;overflow:hidden}.video-element{object-fit:contain;will-change:transform;backface-visibility:hidden;background:#000;width:100%;height:auto;display:block;transform:translateZ(0)}.video-controls{opacity:0;z-index:5;background:linear-gradient(#0000,#000c);padding:1rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.video-container:hover .video-controls{opacity:1}.video-controls-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.video-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.video-button:hover{background:#ffffff4d;transform:scale(1.05)}.video-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.video-time{color:#fff;text-shadow:0 1px 2px #00000080;margin-left:auto;font-size:.875rem;font-weight:500}.progress-bar{cursor:pointer;background:#ffffff4d;border-radius:2px;width:100%;height:4px;overflow:hidden}.progress-fill{background:var(--primary-pink);border-radius:2px;height:100%;transition:width .1s}.video-loading-overlay{z-index:10;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-volume-controls{align-items:center;gap:8px;display:flex}.video-volume-slider{cursor:pointer;appearance:none;background:#ffffff4d;border-radius:2px;outline:none;width:60px;height:4px}.video-volume-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 3px #0000004d}.video-volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 3px #0000004d}@media (max-width:768px){.video-controls{padding:.75rem}.video-button{width:36px;height:36px}.video-controls-row{gap:.5rem}.video-volume-controls{display:none}}.video-button:focus,.progress-bar:focus{outline:2px solid var(--primary-pink);outline-offset:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.video-element{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
