:root{--bg: #f4f7fb;--card: #ffffff;--card-2: #f9fbff;--text: #172033;--muted: #74809a;--line: #e5ebf3;--primary: #0f766e;--primary-dark: #0b5e57;--primary-soft: #e7f7f5;--blue: #2563eb;--blue-soft: #eef4ff;--red: #dc2626;--red-soft: #fff1f1;--yellow: #d97706;--yellow-soft: #fff7e8;--green: #16a34a;--green-soft: #eefcf3;--shadow: 0 12px 35px rgba(15, 23, 42, .08);--radius: 20px;--radius-sm: 14px;--radius-xs: 10px}*{box-sizing:border-box;font-family:IBM Plex Sans Arabic,sans-serif}body{margin:0;background:radial-gradient(circle at top right,#f0f9ff 0%,transparent 30%),radial-gradient(circle at top left,#f0fdf4 0%,transparent 25%),var(--bg);color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.page{max-width:1480px;margin:0 auto;padding:24px;min-height:100vh;display:flex;flex-direction:column;width:100%}.hero{background:linear-gradient(135deg,#0f766e,#0b5e57);color:#fff;border-radius:28px;padding:26px 28px;box-shadow:var(--shadow);margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.hero-title{display:flex;align-items:center;gap:14px;min-width:0}.hero-title .icon{width:56px;height:56px;border-radius:16px;background:#ffffff24;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex:0 0 auto}.hero h1{margin:0;font-size:28px;font-weight:700}.hero p{margin:6px 0 0;color:#ffffffe0;font-size:14px;line-height:1.8}.company-name-line{margin-top:4px;color:#fff;font-weight:700;font-size:15px}.hero-side{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hero-badge,.hero-action{background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:16px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-badge{padding:10px 14px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.hero-actions{display:inline-flex;align-items:center;gap:8px}.hero-action{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center}.hero-action:hover,.hero-client-btn:hover{transform:translateY(-1px)}.top-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:22px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-header{padding:18px 20px 0;display:flex;align-items:center;justify-content:space-between;gap:10px}.compact-header{padding-bottom:0}.card-title{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px}.card-title svg,.table-title svg{color:var(--primary)}.card-body{padding:18px 20px 20px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-card{border-radius:18px;padding:18px;border:1px solid var(--line);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;left:-30px;bottom:-30px;width:120px;height:120px;border-radius:50%;opacity:.5}.stat-card .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.stat-card .name{font-size:14px;color:var(--muted);font-weight:600}.stat-card .icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-card .value{font-size:34px;font-weight:700;line-height:1}.stat-card .sub{margin-top:8px;font-size:13px;color:var(--muted)}.stat-green{background:linear-gradient(180deg,#fff,#f8fffb)}.stat-green .icon{background:var(--green-soft);color:var(--green)}.stat-green:after{background:#dcfce7}.stat-red{background:linear-gradient(180deg,#fff,#fff9f9)}.stat-red .icon{background:var(--red-soft);color:var(--red)}.stat-red:after{background:#fee2e2}.stat-yellow{background:linear-gradient(180deg,#fff,#fffdf7)}.stat-yellow .icon{background:var(--yellow-soft);color:var(--yellow)}.stat-yellow:after{background:#fde68a}.table-card{padding:20px;min-width:0}.table-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}.table-title{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px}.table-count{min-width:30px;height:26px;border-radius:999px;padding:0 10px;background:#eef4ff;color:var(--blue);font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.toolbar{display:flex;gap:10px;flex-wrap:nowrap;align-items:center;direction:ltr;justify-content:flex-start;min-width:0}.view-switcher{flex:0 0 auto;display:inline-flex;direction:ltr;background:#f1f5f9;border:1px solid #e7edf4;border-radius:14px;padding:4px;gap:3px;box-shadow:0 2px 8px #0f172a0d}.view-switcher button{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#a0aab8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s ease}.view-switcher button.active{background:#fff;color:#0f8db8;box-shadow:0 4px 12px #0f172a1f}.toolbar .btn{direction:rtl}.toolbar-popover-wrap{position:relative;flex:0 0 auto}.toolbar-icon-button{width:44px;height:44px;border:1px solid #dfe8f2;border-radius:14px;background:#fff;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;box-shadow:0 2px 8px #0f172a0d;transition:.18s ease}.toolbar-icon-button:hover,.toolbar-icon-button.active{color:var(--primary);border-color:#94c8d8;background:#f3fbfd;transform:translateY(-1px)}.toolbar-dot{position:absolute;top:8px;left:8px;width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 2px #fff}.toolbar-popover{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);z-index:30;width:min(310px,calc(100vw - 24px));direction:rtl;border:1px solid #dfe8f2;border-radius:16px;background:#fff;box-shadow:0 22px 55px #0f172a2e;padding:12px}.toolbar-popover:before{content:"";position:absolute;top:-6px;left:calc(50% - 6px);width:12px;height:12px;background:#fff;border-top:1px solid #dfe8f2;border-left:1px solid #dfe8f2;transform:rotate(45deg)}.modern-search-box{min-height:44px;display:flex;align-items:center;gap:10px;border:1px solid #d8e2ef;border-radius:13px;padding:0 12px;background:#f8fafc;color:#94a3b8}.modern-search-box input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text)}.popover-clear{width:100%;margin-top:10px;border:1px solid #edf2f7;border-radius:12px;background:#fff;color:#64748b;padding:9px 10px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:6px}.popover-clear:hover{background:#f8fafc;color:var(--red)}.filter-popover{width:min(620px,calc(100vw - 24px));max-height:min(480px,70vh);overflow:auto;scrollbar-width:thin;scrollbar-color:#b8c7d8 transparent}.filter-popover::-webkit-scrollbar{width:4px}.filter-popover::-webkit-scrollbar-thumb{background:#b8c7d8;border-radius:999px}.popover-title{padding:4px 4px 10px;color:#64748b;font-size:12px;font-weight:900}.filter-columns{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.filter-column{min-width:0;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff;padding:10px}.filter-option{width:100%;min-height:42px;border:1px solid transparent;border-radius:12px;background:transparent;color:#334155;padding:9px 10px;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:right;font-size:13px;font-weight:800;line-height:1.5}.filter-option:hover{background:#f8fafc}.filter-option.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.filter-option svg{flex:0 0 auto;color:var(--primary)}.btn{border:none;outline:none;cursor:pointer;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 10px 22px #0f766e2e}.btn-light{background:#f7f9fc;color:var(--text);border:1px solid var(--line)}.btn-danger-light{background:#fff5f5;color:var(--red);border:1px solid #ffd7d7}.btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 10px 22px #dc26262e}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;max-width:100%;min-width:0}table{width:100%;border-collapse:collapse;min-width:1120px;background:#fff}thead th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#334155;font-size:14px;font-weight:700;padding:16px 14px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap}tbody td{padding:14px;border-bottom:1px solid #edf2f7;text-align:center;font-size:14px;color:#1e293b;white-space:nowrap;background:#fff}tbody tr{transition:.15s ease;cursor:pointer}tbody tr:hover td{background:#f8fbff}tbody tr.selected td{background:#eef8ff}.notes-cell{max-width:280px;white-space:normal;line-height:1.7}.row-actions{display:inline-flex;align-items:center;justify-content:center;gap:8px}.icon-action{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.icon-action:hover:not(:disabled){color:#64748b;background:#f8fafc;transform:translateY(-1px)}.icon-action.danger:hover:not(:disabled){color:var(--red)}.icon-action:disabled{opacity:.38}.badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.badge-active,.days-ok{background:var(--green-soft);color:var(--green)}.badge-expired,.days-expired{background:var(--red-soft);color:var(--red)}.badge-near,.days-near{background:var(--yellow-soft);color:var(--yellow)}.badge-empty{background:#f1f5f9;color:var(--muted)}.empty{padding:34px!important;text-align:center;color:var(--muted);font-weight:600;background:#fff!important;border-radius:18px}.cards-view{padding:2px 0}.licenses-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;align-items:stretch}.license-card{min-height:318px;border:1px solid #e5e9ef;border-radius:10px;background:#fff;box-shadow:0 2px 5px #0f172a29;position:relative;overflow:hidden;padding:26px 18px 16px;display:flex;flex-direction:column;text-align:center;cursor:default;transition:.2s ease}.license-card.has-file{cursor:pointer}.license-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a29}.license-card:before{content:"";position:absolute;top:0;right:0;left:0;height:7px;background:#2f90ad}.license-card.near:before{background:#ff7a2f}.license-card.expired:before{background:#dc2626}.card-doc-icon,.card-hover-actions{position:absolute;top:23px;right:16px;height:40px;display:inline-flex;align-items:center;justify-content:center}.card-doc-icon{width:40px;border-radius:8px;background:#f4f6f8;color:#0078a8;transition:.18s ease}.card-hover-actions{gap:2px;opacity:0;pointer-events:none;transition:.18s ease}.license-card:hover .card-doc-icon{opacity:0}.license-card:hover .card-hover-actions{opacity:1;pointer-events:auto}.license-card-title{margin:50px 6px 8px;color:#0f172a;font-size:18px;font-weight:800;line-height:1.35;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.license-card-number{color:#475569;font-size:14px;margin-bottom:10px}.license-card-branch{color:#9aa5b4;font-size:12px;min-height:18px;margin-bottom:8px}.license-card-date{color:#475569;font-size:13px;margin-bottom:14px}.license-card-file{margin-top:auto;padding-top:12px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:flex-start;gap:6px;color:#94a3b8;font-size:11px;min-height:34px;text-align:right}.license-card-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.license-card-footer{margin-top:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.card-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;white-space:nowrap}.card-status.active{background:var(--green-soft);color:var(--green)}.card-status.near{background:var(--yellow-soft);color:#f97316}.card-status.expired{background:var(--red-soft);color:var(--red)}.card-status.empty{background:#f1f5f9;color:var(--muted)}.card-remaining{color:#64748b;font-size:12px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.alert{border-radius:14px;padding:12px 14px;margin-bottom:16px;font-size:14px;font-weight:700;line-height:1.7}.alert.error{background:var(--red-soft);color:var(--red);border:1px solid #ffd7d7}.field{margin-bottom:12px;display:block}.field:last-child{margin-bottom:0}.field>span,.field label{display:block;margin-bottom:6px;font-size:13px;color:var(--muted);font-weight:600}.input-wrap{position:relative}.input-wrap>svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#94a3b8;z-index:1}.input-wrap>.textarea-icon{top:20px;transform:none}.input-wrap input,.input-wrap textarea,.input-wrap select{width:100%;border:1px solid #d8e2ef;border-radius:14px;background:#fff;outline:none;padding:12px 42px 12px 14px;font-size:14px;color:var(--text);transition:.2s ease;min-height:48px}.input-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrap textarea{min-height:100px;resize:vertical;padding-top:12px}.input-wrap textarea.notes-textarea{height:48px;min-height:48px}.input-wrap input:focus,.input-wrap textarea:focus,.input-wrap select:focus{border-color:#7ab7ff;box-shadow:0 0 0 4px #2563eb14}.required-star{color:var(--red)}.date-picker{position:relative;height:48px}.date-picker-trigger{width:100%;height:48px;min-height:0;border:1px solid #d8e2ef;border-radius:14px;background:#fff;color:var(--text);padding:0 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;text-align:right;font-size:14px;line-height:1;transition:.2s ease}.date-picker-trigger:hover,.date-picker-trigger[aria-expanded=true]{border-color:#7ab7ff;box-shadow:0 0 0 4px #2563eb14}.date-picker-trigger svg{color:#94a3b8}.date-picker-trigger span{min-width:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-picker-trigger-empty span{color:#94a3b8}.date-picker-trigger .open{transform:rotate(180deg)}.date-picker-popover{position:fixed;z-index:12000;max-width:calc(100vw - 24px);overflow:hidden;border:1px solid #dfe8f2;border-radius:16px;background:#fff;box-shadow:0 24px 60px #0f172a38}.date-picker-modes{margin:10px;padding:4px;border-radius:12px;background:#f3f7fb;display:grid;grid-template-columns:1fr 1fr;gap:4px}.date-picker-modes button,.date-picker-header button,.date-picker-footer button{border:none;background:transparent}.date-picker-modes button{border-radius:9px;padding:8px 10px;color:#64748b;font-size:13px;font-weight:800}.date-picker-modes button.active{background:#fff;color:var(--primary);box-shadow:0 4px 12px #0f172a1a}.date-picker-header{padding:4px 14px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.date-picker-header strong{color:#0f172a;font-size:14px;text-align:center}.date-picker-header button{width:34px;height:34px;border-radius:999px;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.date-picker-header button:hover{background:#eef8f7}.date-picker-weekdays,.date-picker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.date-picker-weekdays{margin:0 14px 8px;padding-bottom:8px;border-bottom:1px solid #edf2f7}.date-picker-weekdays span{color:#94a3b8;font-size:12px;font-weight:800;text-align:center}.date-picker-days{padding:0 14px 14px}.date-picker-days button,.date-picker-days span{width:34px;height:34px;justify-self:center}.date-picker-days button{border:1px solid transparent;border-radius:999px;background:transparent;color:#334155;font-size:13px;font-weight:700}.date-picker-days button:hover{background:#ecfdfb;color:var(--primary-dark)}.date-picker-days button.today{border-color:var(--primary)}.date-picker-days button.selected{background:var(--primary);color:#fff;box-shadow:0 8px 18px #0f766e40}.date-picker-footer{border-top:1px solid #edf2f7;background:#f8fafc;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px;font-weight:700}.date-picker-footer>div{display:flex;align-items:center;gap:8px}.date-picker-footer button{color:var(--primary);font-size:12px;font-weight:900;display:inline-flex;align-items:center;gap:4px}.date-picker-footer button.muted{color:#64748b}.document-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.document-type-option{min-height:52px;border:1px solid #dbe5f0;border-radius:14px;background:#fbfdff;color:#334155;cursor:pointer;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:right;font-size:13px;font-weight:800;line-height:1.45;transition:.18s ease}.document-type-option:hover{border-color:#94c8d8;background:#f3fbfd;transform:translateY(-1px)}.document-type-option.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark);box-shadow:0 10px 22px #0f766e1f}.document-type-option svg{flex:0 0 auto;color:var(--primary)}.landing-page{min-height:100vh;background:#fff;color:var(--text)}.landing-page main{display:block}.landing-nav{position:sticky;top:0;z-index:20;height:72px;background:#fffffff5;border-bottom:1px solid #dfe7ef;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-nav-inner{width:min(1180px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-brand{display:inline-flex;align-items:center;gap:10px;color:#12343b;font-size:18px}.landing-brand-mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:var(--primary);color:#fff}.landing-nav-actions,.landing-hero-actions,.landing-trial-note{display:flex;align-items:center;gap:12px}.landing-nav-link{border:0;padding:8px 4px;background:transparent;color:#475569;font-size:13px;font-weight:700}.landing-nav-link:hover{color:var(--primary-dark)}.landing-login-button{min-height:40px;padding:8px 14px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#172033;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.landing-login-button:hover{border-color:#6faea8;color:var(--primary-dark)}.landing-hero-section{position:relative;min-height:calc(84svh - 72px);overflow:hidden;isolation:isolate;background:#102f35;color:#fff;display:flex;align-items:center}.landing-hero-content{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:64px 0}.landing-eyebrow{width:fit-content;margin-bottom:18px;padding:7px 10px;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:#ffffff1f;display:inline-flex;align-items:center;gap:7px;color:#d1fae5;font-size:13px;font-weight:700}.landing-hero-content h1{margin:0;font-size:64px;line-height:1.15;font-weight:800}.landing-hero-lead{max-width:720px;margin:20px 0 0;color:#ffffffe6;font-size:21px;line-height:1.9;font-weight:500}.landing-hero-actions{margin-top:30px;flex-wrap:wrap}.landing-trial-button,.landing-secondary-button{min-height:50px;border-radius:6px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:15px;font-weight:800;transition:transform .2s ease,background .2s ease,border-color .2s ease}.landing-trial-button{border:1px solid #fbbf24;background:#fbbf24;color:#352507}.landing-trial-button:hover,.landing-secondary-button:hover{transform:translateY(-1px)}.landing-trial-button:hover{background:#fcd34d}.landing-secondary-button{border:1px solid rgba(255,255,255,.45);background:#ffffff1a;color:#fff}.landing-secondary-button:hover{background:#ffffff2e}.landing-trial-note{margin-top:20px;flex-wrap:wrap;color:#ffffffd1;font-size:12px}.landing-trial-note span{display:inline-flex;align-items:center;gap:5px}.landing-trial-note svg{color:#86efac}.landing-status-band{border-bottom:1px solid #e2e8f0;background:#fff}.landing-status-inner{width:min(1180px,calc(100% - 40px));min-height:88px;margin:0 auto;display:flex;align-items:center;gap:28px;color:#475569;font-size:13px}.landing-status-inner>div{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.landing-status-inner p{margin:0 0 0 auto;color:#64748b}.status-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.status-dot.active{background:#16a34a}.status-dot.near{background:#d97706}.status-dot.expired{background:#dc2626}.landing-section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:88px 0}.landing-section-heading{max-width:720px}.landing-section-heading>span{color:var(--primary);font-size:13px;font-weight:800}.landing-section-heading h2,.landing-final-cta h2{margin:8px 0 0;font-size:34px;line-height:1.5}.landing-section-heading p{margin:12px 0 0;color:#64748b;font-size:16px;line-height:1.9}.landing-feature-grid{margin-top:38px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.landing-feature-item{min-height:230px;padding:24px;border:1px solid #dfe7ef;border-radius:8px;background:#fff}.landing-feature-icon{width:44px;height:44px;border-radius:6px;background:#e7f7f5;color:var(--primary);display:flex;align-items:center;justify-content:center}.landing-feature-item:nth-child(2) .landing-feature-icon{background:#fff7e8;color:#b45309}.landing-feature-item:nth-child(3) .landing-feature-icon{background:#eef4ff;color:#1d4ed8}.landing-feature-item:nth-child(4) .landing-feature-icon{background:#f1f5f9;color:#334155}.landing-feature-item h3,.landing-workflow-step h3{margin:20px 0 0;font-size:17px}.landing-feature-item p,.landing-workflow-step p{margin:10px 0 0;color:#64748b;font-size:13px;line-height:1.9}.landing-workflow-band{background:#f1f5f9;border-block:1px solid #dfe7ef}.landing-workflow-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:80px 0;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:70px;align-items:start}.landing-section-heading.compact h2{font-size:30px}.landing-workflow-list{display:grid;gap:0}.landing-workflow-step{min-height:116px;padding:18px 0;border-bottom:1px solid #cbd5e1;display:grid;grid-template-columns:54px 1fr;gap:18px}.landing-workflow-step:first-child{padding-top:0}.landing-workflow-step:last-child{border-bottom:0}.landing-workflow-step>strong{color:var(--primary);font-size:21px;font-variant-numeric:tabular-nums}.landing-workflow-step h3{margin-top:0}.landing-final-cta{width:100%;padding:58px max(24px,calc((100% - 1180px)/2));background:#0f766e;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.landing-final-cta>div>span{color:#a7f3d0;font-size:13px;font-weight:700}.landing-final-cta h2{max-width:720px;font-size:28px}.landing-trial-button.light{flex:0 0 auto;background:#fff;border-color:#fff;color:#0b5e57}.landing-page>.legal-footer{margin-top:0;background:#fff}.activation-shell{min-height:100vh;padding:24px;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-content:center;justify-items:center;gap:18px}.activation-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:30px 32px}.activation-topbar{display:flex;justify-content:flex-end;margin-bottom:10px}.activation-back-icon{width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:#f7f9fc;color:var(--text);display:inline-flex;align-items:center;justify-content:center;transition:.2s ease}.activation-back-icon:hover{transform:translateY(-1px);border-color:#0f766e47;color:var(--primary-dark);background:var(--primary-soft)}.activation-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.activation-card h1{margin:0 0 6px;font-size:22px;line-height:1.4;text-align:center}.activation-note{margin:0 0 24px;color:var(--muted);line-height:1.8;font-size:12px;text-align:center}.activation-note strong{color:var(--primary)}.activation-status{display:none;border-radius:14px;padding:12px 14px;margin-bottom:16px;font-size:14px;font-weight:700;line-height:1.7}.activation-status.show{display:block}.activation-status.error{background:var(--red-soft);color:var(--red);border:1px solid #ffd7d7}.activation-status.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.activation-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.stacked-actions .btn{flex:1 1 150px;white-space:nowrap}.activation-card .field{margin-bottom:18px}.activation-card .field>span,.activation-card .field label{font-size:12px;margin-bottom:0}.activation-card .input-wrap input{border-width:0 0 1px;border-color:#cfd8e5;border-radius:0;background:transparent;min-height:42px;padding-top:8px;padding-bottom:8px}.activation-card .input-wrap input:focus{border-color:var(--primary);box-shadow:none}.activation-card .input-wrap input.otp-code-input{direction:ltr;text-align:center;padding-inline:42px;font-size:24px;font-weight:700;letter-spacing:0;font-variant-numeric:tabular-nums}.otp-timer{min-height:24px;margin-top:-4px;color:var(--muted);text-align:center;font-size:12px;line-height:1.7}.otp-timer strong{color:var(--primary-dark);font-variant-numeric:tabular-nums}.auth-text-action{display:block;width:fit-content;margin:-8px 0 2px auto;border:0;padding:4px 0;background:transparent;color:var(--primary-dark);font-size:12px;font-weight:700}.auth-text-action:hover{text-decoration:underline}.auth-primary-action{width:100%;margin-top:8px}.auth-provider-section{margin-top:18px}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;margin-bottom:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.google-auth-btn{width:100%;min-height:44px;border:1px solid var(--line);border-radius:999px;background:#f7f9fc;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;transition:.2s ease}.google-auth-btn img{width:19px;height:19px}.google-auth-btn:hover{transform:translateY(-1px);border-color:#0f766e47;background:#fff}.legal-footer{width:100%;max-width:1216px;margin:34px auto 0;padding:28px 16px 18px;border-top:1px solid #dbe4ee;color:#52637a;text-align:center;font-size:13px;line-height:1.8}.page>.legal-footer{margin-top:auto}.activation-shell .legal-footer{align-self:end;margin-top:0;max-width:min(1216px,calc(100vw - 40px))}.legal-brand-line,.legal-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.legal-brand-line{color:#26384f;font-size:15px;font-weight:500;line-height:1.45;flex-direction:column}.legal-brand-line span+span{margin-top:-2px;color:#d9e0e8;font-weight:600}.legal-brand-line a{color:#1e9bff;font-weight:800;text-decoration:none}.legal-brand-line a:hover{color:#087bd8}.legal-badges{margin-top:8px;color:#52637a;font-size:12px;gap:24px}.legal-badges button{border:0;background:transparent;padding:0;color:inherit;font:inherit}.legal-badges button:hover{color:#1e9bff}.legal-modal{width:min(640px,100%);max-height:92vh;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border-radius:24px;box-shadow:0 30px 80px #00000038;border:1px solid rgba(255,255,255,.3)}.legal-modal::-webkit-scrollbar{display:none}.legal-modal-body{padding:22px 24px;color:#354058;font-size:14px;line-height:2}.legal-modal-body p{margin:0 0 14px}.legal-modal-body p:last-child{margin-bottom:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center;padding:18px;display:none}.modal-overlay.open{display:flex}.modal{width:100%;max-width:860px;max-height:92vh;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border-radius:28px;box-shadow:0 30px 80px #00000038;border:1px solid rgba(255,255,255,.3)}.modal::-webkit-scrollbar{display:none}.modal-header{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2}.modal-title{display:flex;align-items:center;gap:12px}.modal-title .icon{width:48px;height:48px;border-radius:16px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center}.modal-title h2{margin:0;font-size:22px}.modal-title p{margin:4px 0 0;font-size:13px;color:var(--muted)}.close-btn{border:1px solid var(--line);background:#f8fafc;color:#64748b;width:42px;height:42px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.modal-body{padding:24px}.modal-alert{border-radius:14px;padding:12px 14px;margin-bottom:18px;display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:800;line-height:1.7}.modal-alert.error{background:var(--red-soft);color:var(--red);border:1px solid #ffd7d7}.modal-alert svg{flex:0 0 auto;margin-top:3px}.modal-alert.compact{text-align:right;margin:0 0 16px}.confirm-dialog{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 80px #00000038;padding:26px;text-align:center}.confirm-icon{width:58px;height:58px;border-radius:18px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center}.confirm-icon.danger{background:var(--red-soft);color:var(--red)}.confirm-dialog h2{margin:0;font-size:22px}.confirm-dialog p{margin:10px 0 22px;color:#64748b;line-height:1.8}.confirm-dialog strong{color:var(--text)}.confirm-actions{display:flex;gap:10px}.confirm-actions .btn{flex:1 1 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.full{grid-column:1 / -1}.upload-box{border:1px dashed #cfd9e6;border-radius:18px;padding:18px;background:#fbfdff;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.file-error-message{margin-top:10px;border:1px solid #ffd7d7;border-radius:12px;background:var(--red-soft);color:var(--red);padding:10px 12px;display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:800;line-height:1.6}.file-error-message svg{flex:0 0 auto;margin-top:2px}.upload-info{display:flex;align-items:center;gap:14px}.upload-icon{width:52px;height:52px;border-radius:16px;background:#fff1f2;color:#e11d48;display:flex;align-items:center;justify-content:center;border:1px solid #ffe4e6}.upload-info h4{margin:0;font-size:15px}.upload-info p{margin:4px 0 0;color:var(--muted);font-size:13px;word-break:break-word}.file-button input{display:none}.modal-footer{padding:22px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.footer-actions{display:flex;gap:10px;flex-wrap:wrap}.mini-chip{background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:flex;align-items:center;justify-content:center;background:#f8fafcb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loading-box{width:70px;height:70px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center}.loading-spinner{width:34px;height:34px;border-radius:50%;border:4px solid #dbeafe;border-top-color:var(--primary);animation:spin .8s linear infinite}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;min-width:0}.admin-grid>*{min-width:0}.admin-panel{min-width:0}.panel-form{display:flex;flex-direction:column;gap:12px}.key-duration-field{display:grid;gap:8px}.key-duration-field>span{color:var(--muted);font-size:13px;font-weight:800}.key-duration-picker,.duration-filter{display:grid;gap:8px}.key-duration-picker{grid-template-columns:repeat(3,minmax(0,1fr))}.duration-filter{grid-template-columns:repeat(4,max-content);align-items:center;padding:4px;border:1px solid #d8e2ef;border-radius:14px;background:#f8fafc}.duration-option,.duration-filter button{min-height:40px;border:1px solid #d8e2ef;border-radius:12px;background:#fff;color:#64748b;font-weight:800;transition:.2s ease;white-space:nowrap}.duration-option{width:100%}.duration-filter button{min-width:76px;padding:0 14px}.duration-option:hover,.duration-filter button:hover,.duration-option.selected,.duration-filter button.selected{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;box-shadow:0 6px 14px #2563eb1a}.admin-table-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.wide-panel{grid-column:1 / -1}.generated-key{border:1px solid #dbeafe;border-radius:14px;padding:12px;background:#eef4ff;color:var(--blue);font-weight:800;direction:ltr;font-family:Consolas,Monaco,monospace;display:flex;justify-content:space-between;align-items:center;gap:8px}.generated-key span,.key-cell{direction:ltr;font-family:Consolas,Monaco,monospace}.key-cell{max-width:360px;overflow:hidden;text-overflow:ellipsis}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1200px){.admin-grid{grid-template-columns:1fr}}@media(max-width:768px){.landing-nav{height:64px}.landing-nav-inner,.landing-hero-content,.landing-status-inner,.landing-section,.landing-workflow-inner{width:min(100% - 28px,1180px)}.landing-brand{font-size:15px}.landing-brand-mark{width:34px;height:34px}.landing-nav-actions{gap:8px}.landing-nav-link{font-size:12px}.landing-login-button{min-height:38px;padding-inline:10px}.landing-hero-section{min-height:calc(84svh - 64px)}.landing-hero-content{padding:44px 0}.landing-hero-content h1{font-size:44px}.landing-hero-lead{font-size:17px;line-height:1.8}.landing-hero-actions{align-items:stretch}.landing-trial-button,.landing-secondary-button{width:100%}.landing-trial-note{align-items:flex-start;gap:8px 14px}.landing-status-inner{min-height:112px;padding:18px 0;flex-wrap:wrap;gap:12px 18px}.landing-status-inner p{width:100%;margin:2px 0 0}.landing-section{padding:64px 0}.landing-section-heading h2,.landing-final-cta h2{font-size:27px}.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-workflow-inner{padding:64px 0;grid-template-columns:1fr;gap:38px}.landing-final-cta{padding-block:48px;flex-direction:column;align-items:stretch}.page{padding:14px}.hero{padding:18px;border-radius:22px}.hero h1{font-size:22px}.hero-title{align-items:flex-start}.hero-side,.hero-actions,.admin-table-actions,.activation-actions,.footer-actions{width:100%}.admin-table-actions{justify-content:stretch}.duration-filter{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.duration-filter button{min-width:0}.key-duration-picker{grid-template-columns:1fr}.hero-badge,.btn{width:100%}.stacked-actions .btn{white-space:normal}.toolbar{width:100%;gap:8px;overflow:visible;padding-bottom:2px}.toolbar .btn{flex:0 0 auto;width:auto;min-height:42px;padding-inline:10px;white-space:nowrap}.toolbar .view-switcher{flex:0 0 auto}.filter-columns{grid-template-columns:1fr}.document-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid,.form-grid{grid-template-columns:1fr}.table-head{align-items:stretch}.modal-body,.modal-header,.modal-footer{padding:18px}}.file-session-page{min-height:100vh;background:var(--page-bg);display:flex;flex-direction:column}.file-session-frame{width:100%;flex:1 1 auto;min-height:70vh;height:auto;border:0;display:block;background:#fff}.file-session-page>.legal-footer{flex:0 0 auto;margin-top:auto}@media(max-width:460px){.landing-nav-link{display:none}.landing-feature-grid{grid-template-columns:1fr}.landing-feature-item{min-height:0}.document-type-grid{grid-template-columns:1fr}}.landing-page{overflow:clip;background:#fff;color:#20233b}.landing-page .landing-nav{height:76px;border-bottom-color:#e7e7eb;background:#fffffff7}.landing-page .landing-nav-inner{width:min(1180px,calc(100% - 48px))}.landing-page .landing-brand{color:#20233b;font-size:19px}.landing-page .landing-brand-mark{background:#0f766e}.landing-nav-menu{display:flex;align-items:center;gap:34px}.landing-nav-menu a{color:#34364c;font-size:14px;font-weight:700;text-decoration:none}.landing-nav-menu a:hover{color:#0f766e}.landing-page .landing-login-button{min-width:126px;border:0;background:#20233b;color:#fff}.landing-page .landing-login-button:hover{background:#31344f;color:#fff}.landing-page .landing-nav-link{color:#20233b}.landing-page .landing-hero-section{position:relative;height:auto;min-height:600px;max-height:none;padding:70px 0 54px;display:block;overflow:visible;background:#fff;color:#20233b}.landing-page .landing-hero-content{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:0;text-align:center}.landing-page .landing-eyebrow{margin:0 auto 14px;border:1px solid #dadbe2;background:#fff;color:#0f766e}.landing-page .landing-hero-content h1{margin:0;color:#20233b;font-size:88px;line-height:1.1;font-weight:800}.landing-page .landing-hero-lead{max-width:760px;margin:12px auto 0;color:#42455d;font-size:19px;line-height:1.8}.landing-page .landing-hero-actions{margin-top:18px;justify-content:center}.landing-page .landing-trial-button,.landing-page .landing-secondary-button{min-height:50px;border-radius:999px;padding-inline:24px}.landing-page .landing-trial-button{border-color:#0f766e;background:#0f766e;color:#fff}.landing-page .landing-trial-button:hover{background:#0b5e57}.landing-page .landing-secondary-button{border-color:#20233b;background:#fff;color:#20233b}.landing-page .landing-secondary-button:hover{background:#fff}.landing-hero-media{position:relative;width:min(760px,calc(100% - 160px));height:620px;margin:0 auto 36px}.landing-hero-media .landing-hero-image{width:100%;height:100%;border-radius:30px;display:block;object-fit:cover;object-position:54% center;box-shadow:0 22px 54px #20233b24}.landing-media-pill,.landing-media-card{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.88);background:#fffffff5;box-shadow:0 14px 32px #20233b29;color:#20233b}.landing-media-pill{min-height:58px;padding:11px 20px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;white-space:nowrap}.landing-media-pill.secure{top:36px;right:-66px}.landing-media-pill.alert{top:110px;right:-10px}.landing-media-pill.secure svg{color:#0f766e}.landing-media-pill.alert svg{color:#d97706}.landing-media-card{width:190px;min-height:172px;padding:22px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.landing-media-card svg{margin-bottom:14px;color:#0f766e}.landing-media-card strong{font-size:19px}.landing-media-card span{margin-top:5px;color:#6b6e80;font-size:12px}.landing-media-card.schedule{right:-42px;bottom:34px}.landing-media-card.files{top:48px;left:-56px}.landing-statement{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:112px 0 104px;text-align:center}.landing-statement h2{margin:0;color:#75788d;font-size:54px;line-height:1.48;font-weight:800}.landing-showcase,.landing-faq-section{width:min(1100px,calc(100% - 48px));margin:0 auto;padding:0 0 110px}.landing-page .landing-section-heading{max-width:820px;margin:0 auto 42px;text-align:center}.landing-page .landing-section-heading>span,.landing-workflow-title>span,.landing-security-band>div>span,.landing-final-cta>span{color:#0f766e;font-size:14px;font-weight:800}.landing-page .landing-section-heading h2,.landing-workflow-title h2,.landing-security-band h2,.landing-page .landing-final-cta h2{margin:10px 0 0;color:#20233b;font-size:42px;line-height:1.35;font-weight:800}.landing-page .landing-section-heading p{max-width:720px;margin:14px auto 0;color:#65687b;font-size:17px}.landing-feature-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:310px;gap:18px}.landing-photo-panel,.landing-feature-panel{position:relative;overflow:hidden;border-radius:8px}.landing-photo-panel{grid-row:span 2;background:#e7edf1}.landing-photo-panel img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.landing-photo-caption{position:absolute;right:20px;bottom:20px;left:20px;padding:17px 18px;border-radius:8px;background:#fffffff0;color:#20233b}.landing-photo-caption span,.landing-feature-panel>span{display:block;font-size:13px;font-weight:700}.landing-photo-caption strong{display:block;margin-top:3px;font-size:22px}.landing-feature-panel{padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#20233b}.landing-feature-panel>svg{position:absolute;top:28px;right:30px}.landing-feature-panel h3{margin:9px 0 0;font-size:31px;line-height:1.35}.landing-feature-panel p{max-width:420px;margin:10px 0 0;font-size:14px;line-height:1.8}.landing-feature-panel.dark{background:#292640;color:#fff}.landing-feature-panel.yellow{background:#ffd956}.landing-feature-panel.blue{background:#c8e8f5}.landing-feature-panel.coral{background:#ffc7ba}.landing-status-preview{width:100%;margin-top:16px;display:flex;align-items:center;gap:8px}.landing-status-preview b{padding:7px 9px;border-radius:999px;background:#ffffffa6;display:inline-flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap}.landing-status-preview .status-dot{flex:0 0 auto}.landing-page .landing-workflow-band{border:0;background:#f3c8d7}.landing-page .landing-workflow-inner{width:min(1100px,calc(100% - 48px));padding:100px 0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:90px;align-items:center}.landing-workflow-title>span{color:#6f2047}.landing-workflow-title .landing-trial-button{margin-top:26px}.landing-page .landing-workflow-step{min-height:126px;border-bottom-color:#20233b3d;grid-template-columns:58px 1fr}.landing-page .landing-workflow-step>strong{color:#6f2047;font-size:24px}.landing-page .landing-workflow-step h3{font-size:20px}.landing-page .landing-workflow-step p{color:#5f3e50;font-size:14px}.landing-security-band{width:min(1100px,calc(100% - 48px));margin:110px auto;min-height:360px;padding:60px;border-radius:8px;background:#dcecf9;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:54px}.landing-security-icon{width:140px;height:140px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#0f766e}.landing-security-band p{max-width:700px;margin:16px 0 0;color:#4e5668;font-size:17px;line-height:1.9}.landing-faq-section{padding-top:18px}.landing-faq-list{border-top:1px solid #d9dbe2}.landing-faq-list details{border-bottom:1px solid #d9dbe2}.landing-faq-list summary{min-height:92px;padding:24px 0;cursor:pointer;color:#20233b;font-size:20px;font-weight:800}.landing-faq-list details p{max-width:850px;margin:-6px 0 26px;color:#65687b;font-size:15px;line-height:1.9}.landing-page .landing-final-cta{width:100%;padding:86px 24px;background:#0f766e;color:#fff;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.landing-page .landing-final-cta>span{color:#b8f3e8}.landing-page .landing-final-cta h2{color:#fff;font-size:46px}.landing-page .landing-final-cta p{margin:12px 0 24px;color:#d7fff7;font-size:16px}.landing-page .landing-trial-button.light{border-color:#fff;background:#fff;color:#0b5e57}@media(max-width:900px){.landing-nav-menu{display:none}.landing-page .landing-hero-content h1{font-size:58px}.landing-statement h2{font-size:42px}.landing-feature-mosaic{grid-auto-rows:290px}.landing-feature-panel h3{font-size:26px}.landing-status-preview{align-items:flex-start;flex-direction:column}}@media(max-width:768px){.landing-page .landing-nav{height:66px}.landing-page .landing-nav-inner,.landing-page .landing-hero-content,.landing-hero-media,.landing-statement,.landing-showcase,.landing-page .landing-workflow-inner,.landing-security-band,.landing-faq-section{width:min(100% - 28px,1100px)}.landing-page .landing-nav-link{display:none}.landing-page .landing-hero-section{height:auto;min-height:0;max-height:none;padding:46px 0 38px}.landing-page .landing-hero-content{padding-top:0}.landing-page .landing-hero-content h1{font-size:43px;line-height:1.16}.landing-page .landing-hero-lead{margin-top:12px;font-size:15px;line-height:1.7}.landing-page .landing-hero-actions{margin-top:16px;flex-direction:row;flex-wrap:nowrap}.landing-page .landing-trial-button,.landing-page .landing-secondary-button{width:auto;min-height:46px;padding-inline:15px;font-size:13px}.landing-hero-media{height:430px;margin-bottom:22px}.landing-hero-media .landing-hero-image{border-radius:20px;object-position:52% center}.landing-media-pill{min-height:42px;padding:8px 12px;font-size:12px}.landing-media-pill.secure{top:14px;right:-6px}.landing-media-pill.alert{top:66px;right:14px}.landing-media-card{width:142px;min-height:132px;padding:14px}.landing-media-card.files{top:24px;left:-5px}.landing-media-card.schedule{right:10px;bottom:-18px}.landing-statement{padding:76px 0}.landing-statement h2{font-size:31px;line-height:1.55}.landing-showcase,.landing-faq-section{padding-bottom:76px}.landing-page .landing-section-heading{margin-bottom:30px}.landing-page .landing-section-heading h2,.landing-workflow-title h2,.landing-security-band h2,.landing-page .landing-final-cta h2{font-size:30px}.landing-page .landing-section-heading p,.landing-security-band p{font-size:15px}.landing-feature-mosaic{grid-template-columns:1fr;grid-auto-rows:auto}.landing-photo-panel{grid-row:auto;min-height:540px}.landing-feature-panel{min-height:280px}.landing-page .landing-workflow-inner{padding:72px 0;grid-template-columns:1fr;gap:44px}.landing-security-band{margin-block:76px;min-height:0;padding:34px 24px;grid-template-columns:1fr;gap:24px}.landing-security-icon{width:88px;height:88px}.landing-faq-list summary{min-height:78px;font-size:17px}.landing-page .landing-final-cta{padding-block:66px}}@media(max-width:430px){.landing-page .landing-hero-section{height:auto;min-height:0;max-height:none;padding:38px 0 30px}.landing-page .landing-hero-content{padding-top:0}.landing-hero-media{width:calc(100% - 28px);height:360px}.landing-hero-media .landing-hero-image{height:100%;object-position:55% center}.landing-media-pill.alert,.landing-media-card.files{display:none}.landing-media-pill.secure{right:10px}.landing-media-card.schedule{right:auto;bottom:-14px;left:10px}.landing-page .landing-brand-mark{width:32px;height:32px}.landing-page .landing-brand{font-size:14px}.landing-page .landing-login-button{min-width:0;padding-inline:11px}.landing-page .landing-login-button svg{display:none}.landing-page .landing-hero-content h1{font-size:37px}.landing-page .landing-hero-actions{gap:7px}.landing-page .landing-trial-button,.landing-page .landing-secondary-button{padding-inline:12px;font-size:12px}.landing-page .landing-trial-button svg:first-child{display:none}.landing-photo-panel{min-height:470px}.landing-feature-panel{min-height:260px;padding:24px}.landing-feature-panel>svg{top:24px;right:24px}.landing-feature-panel h3{font-size:25px}}
