*{box-sizing:border-box;margin:0;padding:0}body{color:#374151;background:#fff;font-family:DM Sans,sans-serif;line-height:1.65;overflow-x:hidden}:root{--navy:#0f2b4c;--navy-light:#1a3d66;--blue:#2e7db5;--blue-light:#4a9fd9;--sky:#e8f4fd;--mint:#e6f7f0;--green:#2e8b6a;--warm:#f8f6f2;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--coral:#e8734a;--shadow-sm:0 1px 3px #0f2b4c14;--shadow-md:0 4px 16px #0f2b4c1a;--shadow-lg:0 12px 40px #0f2b4c1f}.dashboard-container{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#fff;z-index:50;flex-direction:column;width:260px;padding:1.5rem 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{color:#fff;align-items:center;gap:.6rem;margin-bottom:2rem;padding:0 1.5rem;text-decoration:none;display:flex}.sidebar-logo-icon{background:var(--blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.sidebar-logo span{font-family:DM Serif Display,serif;font-size:1.15rem}.sidebar-nav{flex-direction:column;flex:1;gap:.2rem;padding:0 .75rem;display:flex}.sidebar-link{color:#fff9;border-radius:8px;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff14}.sidebar-link.active{color:#fff;background:#2e7db540}.sidebar-link svg{flex-shrink:0;width:20px;height:20px}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.sidebar-signout{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 0;font-family:inherit;font-size:.85rem;transition:color .2s;display:flex}.sidebar-signout:hover{color:#fff}.main-content{background:var(--gray-50);flex:1;min-height:100vh;margin-left:260px}.page-header{border-bottom:1px solid var(--gray-200);background:#fff;padding:1.5rem 2rem}.page-header h1{color:var(--navy);font-family:DM Serif Display,serif;font-size:1.6rem}.page-header p{color:var(--gray-500);margin-top:.25rem;font-size:.9rem}.page-body{padding:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.stat-card-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-card-icon svg{width:20px;height:20px}.stat-card-label{color:var(--gray-500);font-size:.85rem;font-weight:500}.stat-card-value{color:var(--navy);font-size:2rem;font-weight:700}.data-table-wrapper{border:1px solid var(--gray-200);background:#fff;border-radius:12px;overflow:hidden}.data-table-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.data-table-header h2{color:var(--navy);font-size:1.1rem;font-weight:700}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.75rem 1.5rem;font-size:.8rem;font-weight:600}.data-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.85rem 1.5rem;font-size:.9rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--gray-50)}.status-badge{border-radius:100px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-block}.status-new{color:#1e40af;background:#dbeafe}.status-contacted{color:#92400e;background:#fef3c7}.status-demo_scheduled{color:#4338ca;background:#e0e7ff}.status-signed{color:#046c4e;background:#def7ec}.status-declined{color:#9b1c1c;background:#fde8e8}.status-onboarding{color:#92400e;background:#fef3c7}.status-active{color:#046c4e;background:#def7ec}.status-churned{color:#9b1c1c;background:#fde8e8}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary-sm{background:var(--blue);color:#fff}.btn-primary-sm:hover{background:var(--navy)}.btn-outline{color:var(--gray-700);border:1px solid var(--gray-200);background:#fff}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{width:90%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;padding:2rem;overflow-y:auto}.modal h2{color:var(--navy);margin-bottom:1.5rem;font-family:DM Serif Display,serif}.modal-field{margin-bottom:1rem}.modal-field label{color:var(--gray-700);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.modal-field input,.modal-field textarea,.modal-field select{border:1.5px solid var(--gray-200);border-radius:8px;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.modal-field input:focus,.modal-field textarea:focus,.modal-field select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.login-container{background:linear-gradient(165deg, var(--sky) 0%, var(--mint) 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{width:90%;max-width:400px;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;padding:2.5rem}.login-card h1{color:var(--navy);text-align:center;margin-bottom:.5rem;font-family:DM Serif Display,serif}.login-card p{text-align:center;color:var(--gray-500);margin-bottom:2rem;font-size:.9rem}.login-field{margin-bottom:1rem}.login-field label{color:var(--gray-700);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.login-field input{border:1.5px solid var(--gray-200);border-radius:8px;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.95rem}.login-field input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.login-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .2s}.login-btn:hover{background:var(--navy)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#9b1c1c;background:#fde8e8;border-radius:8px;margin-bottom:1rem;padding:.6rem .8rem;font-size:.85rem}.login-logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.login-logo-icon{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.checklist-section{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin-bottom:1.5rem}.checklist-section-header{border-bottom:1px solid var(--gray-100);color:var(--navy);padding:1rem 1.5rem;font-size:1rem;font-weight:700}.checklist-item{border-bottom:1px solid var(--gray-50);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:background .15s;display:flex}.checklist-item:hover{background:var(--gray-50)}.checklist-item:last-child{border-bottom:none}.checklist-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue);cursor:pointer}.checklist-item span{color:var(--gray-700);font-size:.9rem}.checklist-item.completed span{color:var(--gray-400);text-decoration:line-through}.instance-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.instance-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.instance-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.instance-name{color:var(--navy);font-weight:700}.instance-url{color:var(--gray-400);margin-bottom:1rem;font-size:.82rem}.health-indicator{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.health-dot{border-radius:50%;width:10px;height:10px}.health-healthy .health-dot{background:#046c4e}.health-healthy{color:#046c4e}.health-unhealthy .health-dot{background:#9b1c1c}.health-unhealthy{color:#9b1c1c}.health-unknown .health-dot{background:var(--gray-400)}.health-unknown{color:var(--gray-500)}.health-checking .health-dot{background:var(--blue);animation:1s infinite pulse}.health-checking{color:var(--blue)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.detail-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.detail-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.detail-card h3{color:var(--navy);margin-bottom:1rem;font-size:1rem;font-weight:700}.detail-row{border-bottom:1px solid var(--gray-50);justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--gray-500)}.detail-value{color:var(--gray-700);font-weight:500}.notes-section{margin-top:1.5rem}.notes-input{border:1.5px solid var(--gray-200);resize:vertical;border-radius:8px;width:100%;min-height:80px;margin-bottom:.75rem;padding:.7rem .9rem;font-family:inherit;font-size:.9rem}.notes-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.note-item{background:var(--gray-50);border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.88rem}.note-item-date{color:var(--gray-400);margin-top:.25rem;font-size:.78rem}.file-upload-area{border:2px dashed var(--gray-200);text-align:center;cursor:pointer;border-radius:10px;padding:2rem;transition:all .2s}.file-upload-area:hover{border-color:var(--blue);background:var(--sky)}.file-upload-area input{display:none}@media (width<=900px){.sidebar{z-index:1000;height:100vh;transition:left .3s;position:fixed;top:0;left:-260px}.sidebar.sidebar-open{left:0}.sidebar-overlay{z-index:999;background:#0006;display:none;position:fixed;inset:0}.sidebar-overlay.active{display:block}.mobile-header{background:var(--navy);color:#fff;z-index:100;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.mobile-header button{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.mobile-header span{font-family:DM Serif Display,serif;font-size:1.15rem}.main-content{margin-left:0}.detail-grid{grid-template-columns:1fr}.data-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.stats-grid{grid-template-columns:1fr}.modal{border-radius:12px 12px 0 0;width:100%;max-width:100%;max-height:85vh;margin:auto 0 0;padding:1.5rem}.btn,.btn-primary-sm,.btn-outline,.login-btn,.modal-field input,.modal-field textarea,.modal-field select,.login-field input,.notes-input{min-height:44px}.checklist-item{gap:1rem;padding:1rem 1.5rem}.checklist-item input[type=checkbox]{width:24px;height:24px}.checklist-item span{font-size:.95rem}.page-body{padding:1rem}.page-header{padding:1rem 1.5rem}}@media (width>=901px){.mobile-header,.sidebar-overlay{display:none}}.landing{--navy:#0f2b4c;--navy-light:#1a3d66;--blue:#2e7db5;--blue-light:#4a9fd9;--sky:#e8f4fd;--mint:#e6f7f0;--green:#2e8b6a;--warm:#f8f6f2;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--coral:#e8734a;--shadow-sm:0 1px 3px #0f2b4c14;--shadow-md:0 4px 16px #0f2b4c1a;--shadow-lg:0 12px 40px #0f2b4c1f;--shadow-xl:0 20px 60px #0f2b4c26}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #0f2b4c0f;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{box-shadow:var(--shadow-sm)}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{color:var(--navy);align-items:center;gap:.6rem;font-family:DM Serif Display,serif;font-size:1.4rem;text-decoration:none;display:flex}.nav-logo-icon{background:var(--blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 2px 8px #2e7db54d}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--blue);border-radius:8px;padding:.55rem 1.4rem;transition:background .2s,transform .2s;color:#fff!important;font-size:.88rem!important;font-weight:600!important}.nav-cta:hover{background:var(--navy);transform:translateY(-1px)}.mobile-menu{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu svg{width:24px;height:24px;color:var(--navy)}.landing-hero{background:linear-gradient(165deg, var(--white) 0%, var(--sky) 50%, var(--mint) 100%);padding:10rem 2rem 6rem;position:relative;overflow:hidden}.landing-hero:before{content:"";background:radial-gradient(circle,#2e7db50f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.landing-hero:after{content:"";background:radial-gradient(circle,#2e8b6a0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-badge{color:var(--green);background:#2e8b6a1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.82rem;font-weight:600;animation:.6s ease-out fadeUp;display:inline-flex}.hero-badge svg{width:16px;height:16px}.landing-hero h1{color:var(--navy);margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:3.4rem;line-height:1.12;animation:.6s ease-out .1s both fadeUp}.landing-hero h1 span{color:var(--blue)}.hero-sub{color:var(--gray-600);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;animation:.6s ease-out .2s both fadeUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.6s ease-out .3s both fadeUp;display:flex}.btn-primary{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #2e7db540}.btn-primary:hover{background:var(--navy);transform:translateY(-2px);box-shadow:0 6px 20px #0f2b4c4d}.btn-secondary{background:var(--white);color:var(--navy);border:2px solid var(--gray-200);border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.hero-visual{animation:.8s ease-out .4s both fadeUp;position:relative}.hero-card{background:var(--white);box-shadow:var(--shadow-xl);border:1px solid #0f2b4c0f;border-radius:16px;padding:2rem;position:relative}.hero-card-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.hero-card-dot{border-radius:50%;width:10px;height:10px}.hero-card-title{color:var(--navy);font-size:.95rem;font-weight:600}.hero-card-row{border-bottom:1px solid var(--gray-50);justify-content:space-between;align-items:center;padding:.7rem 0;display:flex}.hero-card-name{color:var(--gray-700);font-size:.9rem;font-weight:500}.hero-card-badge{border-radius:100px;padding:.2rem .7rem;font-size:.75rem;font-weight:600}.badge-green{color:#046c4e;background:#def7ec}.badge-blue{color:#1e40af;background:#dbeafe}.badge-amber{color:#92400e;background:#fef3c7}.floating-card{box-shadow:var(--shadow-lg);background:#fff;border:1px solid #0f2b4c0d;border-radius:12px;padding:.9rem 1.2rem;animation:6s ease-in-out infinite float;position:absolute}.floating-card-1{animation-delay:0s;top:-20px;right:-30px}.floating-card-2{animation-delay:3s;bottom:-15px;left:-25px}.floating-stat{color:var(--blue);font-size:1.5rem;font-weight:700}.floating-label{color:var(--gray-500);font-size:.75rem}.trust-bar{background:var(--navy);text-align:center;padding:2rem}.trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:900px;margin:0 auto;display:flex}.trust-item{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.trust-item svg{width:20px;height:20px;color:var(--blue-light);flex-shrink:0}.landing-features{background:var(--white);padding:7rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.82rem;font-weight:600;display:inline-block}.section-title{color:var(--navy);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:2.6rem;line-height:1.15}.section-sub{color:var(--gray-500);max-width:600px;margin-bottom:3.5rem;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--gray-50);border:1px solid #0000;border-radius:14px;padding:2rem;transition:all .3s}.feature-card:hover{background:var(--white);border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{background:var(--sky);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.2rem;display:flex}.feature-icon svg{width:24px;height:24px;color:var(--blue)}.feature-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--gray-500);font-size:.92rem;line-height:1.6}.how-it-works{background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);padding:7rem 2rem}.steps{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.step{text-align:center;padding:0 1rem;position:relative}.step-num{background:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.2rem;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 14px #2e7db540}.step h3{color:var(--navy);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.step p{color:var(--gray-500);font-size:.88rem}.step:not(:last-child):after{content:"";background:linear-gradient(90deg, var(--blue-light), var(--gray-200));height:2px;position:absolute;top:26px;left:calc(50% + 36px);right:calc(36px - 50%)}.compliance{background:var(--navy);color:#fff;padding:7rem 2rem;position:relative;overflow:hidden}.compliance:before{content:"";background:radial-gradient(circle,#2e7db526 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.compliance .section-label{color:var(--blue-light)}.compliance .section-title{color:#fff}.compliance .section-sub{color:#ffffffa6}.compliance-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}.compliance-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:1.8rem;transition:all .3s}.compliance-card:hover{background:#ffffff1a;transform:translateY(-2px)}.compliance-card h3{color:#fff;margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.compliance-card p{color:#fff9;font-size:.88rem;line-height:1.6}.compliance-icon{background:#2e7db533;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.compliance-icon svg{width:20px;height:20px;color:var(--blue-light)}.pricing{background:var(--white);text-align:center;padding:7rem 2rem}.pricing-card{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:20px;max-width:540px;margin:3rem auto 0;padding:3rem;transition:all .3s}.pricing-card:hover{border-color:var(--blue);box-shadow:var(--shadow-lg)}.pricing-label{color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.pricing-title{color:var(--navy);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.8rem}.pricing-desc{color:var(--gray-500);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.pricing-features{text-align:left;margin-bottom:2rem}.pricing-feature{color:var(--gray-700);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.92rem;display:flex}.pricing-check{width:20px;height:20px;color:var(--green);flex-shrink:0;margin-top:2px}.pricing-cta{justify-content:center;width:100%;padding:1rem;font-size:1.05rem}.cta-section{background:linear-gradient(165deg, var(--sky) 0%, var(--mint) 100%);text-align:center;padding:7rem 2rem}.cta-section .section-title{margin-bottom:1rem}.cta-section .section-sub{max-width:500px;margin:0 auto 2.5rem}.contact-form{background:var(--white);max-width:480px;box-shadow:var(--shadow-lg);text-align:left;border-radius:16px;margin:0 auto;padding:2.5rem}.contact-form h3{color:var(--navy);text-align:center;margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:1.4rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--gray-700);margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--gray-200);background:var(--white);border-radius:8px;width:100%;padding:.7rem .9rem;font-family:DM Sans,sans-serif;font-size:.92rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2e7db51a}.form-group textarea{resize:vertical;min-height:80px}.form-submit{justify-content:center;width:100%;margin-top:.5rem;padding:.85rem;font-size:1rem}.form-note{text-align:center;color:var(--gray-400);margin-top:.75rem;font-size:.8rem}.landing-footer{background:var(--navy);color:#fff9;text-align:center;padding:3rem 2rem;font-size:.88rem}.landing-footer a{color:var(--blue-light);text-decoration:none}.landing-footer a:hover{color:#fff}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-links{gap:1.5rem;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.hero-inner{text-align:center;grid-template-columns:1fr}.landing-hero h1{font-size:2.6rem}.hero-sub{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-visual{display:none}.features-grid,.steps{grid-template-columns:1fr 1fr}.step:not(:last-child):after{display:none}.compliance-grid{grid-template-columns:1fr}.section-title{font-size:2.1rem}}@media (width<=600px){.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #0f2b4c1a;flex-direction:column;gap:.5rem;padding:1rem 2rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 16px #0f2b4c1a}.nav-links.open{display:flex}.nav-links a{padding:.75rem 0;font-size:1rem}.nav-cta{text-align:center;margin-top:.5rem}.mobile-menu{display:block}.landing-hero{padding:8rem 1.5rem 4rem}.landing-hero h1{font-size:2rem}.features-grid,.steps{grid-template-columns:1fr}.trust-inner{grid-template-columns:1fr 1fr;justify-items:start;gap:1rem 1.5rem;display:grid}.trust-item{font-size:.82rem}.contact-form{margin:0 .5rem;padding:1.5rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{justify-content:center;width:100%}.pricing-cta{width:100%}.btn-primary,.btn-secondary,.form-submit,.pricing-cta,.nav-cta,.form-group input,.form-group textarea,.form-group select{min-height:44px}}
