:root{--bg:#f6f8fb;--surface:#ffffff;--border:#e3e8ef;--text:#1f2933;--text-muted:#647084;--primary:#0b7285;--primary-dark:#095c6b;--primary-soft:#e3f3f6;--danger:#c92a2a;--danger-soft:#fce8e8;--warning:#b7791f;--warning-soft:#fbf3e0;--success:#2b8a3e;--success-soft:#e6f4ea;--info-soft:#e7edfb;--info:#364fc7;--radius:10px;--shadow:0 1px 2px rgba(16,24,40,0.05),0 1px 3px rgba(16,24,40,0.08);--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--surface);border-right:1px solid var(--border);padding:20px 14px;display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar .brand{font-weight:700;font-size:16px;color:var(--primary);padding:8px 10px 16px}.nav-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-radius:8px;color:var(--text);font-weight:500}.nav-link:hover{background:var(--bg);text-decoration:none}.nav-link.active{background:var(--primary-soft);color:var(--primary-dark)}.nav-count{min-width:1.4em;padding:1px 7px;border-radius:999px;background:var(--warning,#f59f00);color:#fff;font-size:11px;font-weight:700;text-align:center;line-height:1.5}.nav-link.active .nav-count{background:var(--primary)}.sidebar-footer{margin-top:auto;border-top:1px solid var(--border);padding-top:12px;font-size:13px;color:var(--text-muted)}.main{flex:1 1;padding:28px 36px;max-width:1100px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}.page-header h1{font-size:22px;margin:0 0 2px}.page-header p{margin:0;color:var(--text-muted);font-size:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:18px}.card h2,.card h3{margin-top:0}.card-title{font-size:15px;font-weight:600;margin:0 0 14px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:14px;gap:14px;margin-bottom:20px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.stat .value{font-size:28px;font-weight:700}.stat .label{color:var(--text-muted);font-size:13px}.btn{display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:8px;padding:9px 15px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s ease,border .12s ease}.btn,a.btn,a.btn:focus,a.btn:hover{text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#a61e1e;color:#fff}a.btn-danger:focus,a.btn-danger:hover,a.btn-primary:focus,a.btn-primary:hover{color:#fff}.btn-ghost{background:transparent;color:var(--primary)}.btn-sm{padding:6px 10px;font-size:13px}.field{margin-bottom:14px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:5px;color:var(--text)}.input,.select,.textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:14px;font-family:inherit;background:#fff;color:var(--text)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.field-hint{font-size:12px;color:var(--text-muted);margin-top:4px}.country-combobox{position:relative}.country-combobox-required{position:absolute;opacity:0;pointer-events:none;height:0;width:0;border:0;padding:0}.country-combobox-list{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:280px;overflow:auto}.country-combobox-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;padding:8px 10px;border-radius:6px;cursor:pointer;font:inherit;text-align:left;color:var(--text)}.country-combobox-option.is-active,.country-combobox-option:hover{background:var(--primary-soft)}.country-combobox-option.is-selected{font-weight:600}.country-combobox-empty{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);padding:10px 12px;background:#fff;border:1px solid var(--border);border-radius:8px;font-size:13px}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:10px 12px}.table td,.table th{border-bottom:1px solid var(--border)}.table td{padding:12px;vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tr.clickable:hover td{background:var(--bg);cursor:pointer}@media (max-width:720px){.table.table-stack,.table.table-stack tbody{display:block;width:100%}.table.table-stack thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.table.table-stack tr{display:block;border:1px solid var(--border);margin-bottom:12px;background:var(--surface)}.table.table-stack tr:last-child{margin-bottom:0}.table.table-stack tr.clickable:hover td{background:transparent}.table.table-stack tr.clickable:active{background:var(--bg)}.table.table-stack td{display:block;padding:10px 14px;border-bottom:1px solid var(--border)}.table.table-stack td:last-child{border-bottom:none}.table.table-stack td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.table.table-stack td:not([data-label]):before,.table.table-stack td[data-label=""]:before{display:none}.table.table-stack td[data-label=""] .inline{justify-content:flex-start;flex-wrap:wrap}}.badge{display:inline-flex;align-items:center;justify-content:center;padding:0 9px;height:22px;border-radius:999px;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;vertical-align:middle}.badge-neutral{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.badge-info{background:var(--info-soft);color:var(--info)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.empty-state{text-align:center;padding:40px 20px;color:var(--text-muted)}.empty-state-mark{margin-bottom:12px;display:flex;justify-content:center}.empty-state-body{max-width:36em;margin:0 auto}.alert{border-radius:8px;padding:12px 14px;font-size:14px;margin-bottom:14px}.alert-error{background:var(--danger-soft);color:var(--danger)}.alert-success{background:var(--success-soft);color:var(--success)}.alert-warning{background:var(--warning-soft);color:var(--warning)}.alert-info{background:var(--info-soft);color:var(--info)}.next-step{border-radius:var(--radius);padding:18px 20px;margin-bottom:18px;border:1px solid var(--border);box-shadow:var(--shadow);background:var(--surface)}.next-step-warning{background:var(--warning-soft);border-color:#ead7a4}.next-step-info{background:var(--info-soft);border-color:#c5d0f5}.next-step-success{background:var(--success-soft);border-color:#b7dfc0}.next-step-eyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.next-step-title{margin:0 0 8px;font-size:20px;line-height:1.3}.next-step-body{margin:0 0 12px;color:var(--text);line-height:1.65}.next-step-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:4px}.step-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.step-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface)}.step-item.step-current{border-color:#ead7a4;background:var(--warning-soft)}.step-item.step-done{opacity:.85;background:var(--success-soft);border-color:#b7dfc0}.step-marker{flex:0 0 28px;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--bg);color:var(--text-muted)}.step-current .step-marker{background:var(--warning);color:#fff}.step-done .step-marker{background:var(--success);color:#fff}.step-label{font-weight:600}.step-hint{font-size:13px;color:var(--text-muted);margin-top:2px;line-height:1.5}.step-action{margin-top:8px}.row-needs-action{background:var(--warning-soft)}.row-needs-action td:first-child{box-shadow:inset 3px 0 0 var(--warning)}.muted{color:var(--text-muted)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack{flex-direction:column}.inline,.stack{display:flex;gap:10px}.inline{align-items:center;flex-wrap:wrap}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 16px 20px;border-left:2px solid var(--border)}.timeline li:before{content:"";position:absolute;left:-6px;top:3px;width:10px;height:10px;border-radius:50%;background:var(--primary)}.timeline .time{font-size:12px;color:var(--text-muted)}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.photo-grid img{width:100%;height:140px;border-radius:8px}.package-thumb,.photo-grid img{object-fit:cover;border:1px solid var(--border)}.package-thumb{display:block;flex-shrink:0;background:var(--surface-2,#f3f4f6)}.package-thumb--sm{width:40px;height:40px;border-radius:4px}.package-thumb--md{width:52px;height:52px;border-radius:6px}.package-thumb--lg{width:72px;height:72px;border-radius:8px}.package-thumb--empty{display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted)}.package-thumb--empty .swiss-mark{width:55%;height:55%}.package-cell{display:flex;align-items:center;gap:12px;min-width:0}.package-cell-text{min-width:0}.package-header-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.package-header-row .page-header{flex:1 1;margin-bottom:0;min-width:0}.package-picker-row{display:flex;align-items:center;gap:10px;cursor:pointer}.photo-tile{position:relative}.photo-tile .photo-delete{position:absolute;top:6px;right:6px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:32px;width:100%;max-width:400px}.auth-card h1{font-size:20px;margin:0 0 4px;color:var(--primary)}.theme-swiss{--bg:#ffffff;--surface:#ffffff;--border:#111111;--border-soft:#d0d0d0;--text:#111111;--text-muted:#555555;--primary:#e30613;--primary-dark:#c10510;--primary-soft:#fce8e9;--danger:#e30613;--danger-soft:#fce8e9;--warning:#111111;--warning-soft:#f5f5f5;--success:#111111;--success-soft:#f5f5f5;--info:#111111;--info-soft:#f5f5f5;--radius:0;--shadow:none;--font:"Helvetica Neue",Helvetica,Arial,sans-serif;--swiss-red:#e30613;--swiss-black:#0a0a0a;--swiss-rule:1px solid #111111;--sidebar-bg:#ffffff;--sidebar-text:#0a0a0a;--sidebar-muted:#555555}.theme-swiss,.theme-swiss body{font-family:var(--font);background:var(--bg);color:var(--text);letter-spacing:-.01em}.theme-swiss a{color:var(--swiss-black);text-decoration:underline;text-underline-offset:3px}.theme-swiss a:hover{color:var(--swiss-red)}.theme-swiss .app-shell{background:var(--bg)}.theme-swiss .sidebar{width:268px;background:var(--sidebar-bg);border-right:var(--swiss-rule);padding:28px 20px 20px;gap:0;color:var(--sidebar-text)}.theme-swiss .sidebar .brand{display:block;font-size:inherit;font-weight:inherit;line-height:0;letter-spacing:0;padding:0 0 24px;margin:0 0 16px;border-bottom:var(--swiss-rule)}.theme-swiss .sidebar .brand,.theme-swiss .sidebar .brand:hover{color:inherit;text-decoration:none}.theme-swiss .brand-logo{width:auto;height:auto;max-width:280px;max-height:56px;display:block;object-fit:contain;object-position:left center}.theme-swiss .brand-emblem{position:relative;display:block;width:28px;height:28px;background:var(--swiss-red);flex-shrink:0}.theme-swiss .brand-emblem-notch{position:absolute;left:50%;bottom:0;width:7px;height:9px;transform:translateX(-50%);background:#ffffff}.theme-swiss .nav-link{border-radius:0;padding:12px 0;font-weight:500;font-size:14px;letter-spacing:-.01em;color:var(--sidebar-text);border-bottom:1px solid var(--border-soft);background:transparent;text-decoration:none}.theme-swiss .nav-link:hover{background:transparent;color:var(--swiss-red);text-decoration:none}.theme-swiss .nav-link.active{background:transparent;color:var(--swiss-black);font-weight:700;box-shadow:inset 3px 0 0 var(--swiss-red);padding-left:10px;margin-left:-10px;border-bottom-color:var(--swiss-black)}.theme-swiss .nav-count{background:var(--swiss-red);color:#fff;border-radius:0;font-size:11px;font-weight:700;min-width:18px;height:18px;padding:0 5px}.theme-swiss .sidebar-footer{border-top:var(--swiss-rule);margin-top:auto;padding-top:16px;color:var(--sidebar-muted);font-size:12px}.theme-swiss .sidebar-footer .muted{color:var(--sidebar-muted)}.theme-swiss .sidebar-footer .btn-ghost{color:var(--sidebar-text)}.theme-swiss .sidebar-footer .btn-ghost:hover:not(:disabled){color:var(--swiss-red)}.theme-swiss .main{background:var(--bg);padding:36px 40px 64px;max-width:960px}.theme-swiss .page-header h1{font-size:36px;font-weight:700;letter-spacing:-.045em;line-height:1.05;margin:0}.theme-swiss .page-header .subtitle,.theme-swiss .page-header p{color:var(--text-muted);font-size:15px;max-width:36em;letter-spacing:0}.theme-swiss .swiss-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--swiss-red);margin-bottom:8px}.theme-swiss .card{border:var(--swiss-rule);border-radius:0;box-shadow:none;background:#fff}.theme-swiss .card-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:var(--swiss-rule);padding-bottom:10px;margin-bottom:16px}.theme-swiss .next-step{border:var(--swiss-rule);border-radius:0;box-shadow:none;background:#fff;position:relative}.theme-swiss .next-step:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--swiss-red)}.theme-swiss .next-step-info,.theme-swiss .next-step-success,.theme-swiss .next-step-warning{background:#fff;border-color:var(--swiss-black)}.theme-swiss .next-step-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--swiss-red)}.theme-swiss .next-step-title{font-size:26px;font-weight:700;letter-spacing:-.035em;line-height:1.15}.theme-swiss .step-item{border-radius:0;border:1px solid var(--border-soft);background:#fff}.theme-swiss .step-item-current,.theme-swiss .step-item.step-current{border-color:var(--swiss-black);background:#fff;box-shadow:inset 4px 0 0 var(--swiss-red)}.theme-swiss .step-item-done,.theme-swiss .step-item.step-done{background:#f5f5f5;border-color:var(--border-soft)}.theme-swiss .step-marker,.theme-swiss .step-num{border-radius:0;background:var(--swiss-black);color:#fff}.theme-swiss .step-item-done .step-num,.theme-swiss .step-item.step-done .step-marker{background:var(--swiss-red)}.theme-swiss .btn{border-radius:0;font-weight:700;letter-spacing:-.01em;text-transform:none;transition:opacity .15s ease,background-color .15s ease,color .15s ease}.theme-swiss .btn:active{opacity:.75}.theme-swiss .btn-primary{background:var(--swiss-red);border-color:var(--swiss-red);color:#fff}.theme-swiss .btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.theme-swiss .btn-secondary{background:#fff;border:1px solid var(--swiss-black);color:var(--swiss-black)}.theme-swiss .btn-secondary:hover:not(:disabled){background:var(--swiss-black);color:#fff}.theme-swiss .btn-ghost{color:var(--swiss-black);border:none;background:transparent}.theme-swiss .btn-ghost:hover:not(:disabled){color:var(--swiss-red);background:transparent}.theme-swiss .btn-danger{background:var(--swiss-black);border-color:var(--swiss-black);color:#fff}.theme-swiss .btn-danger:hover:not(:disabled){background:#333;border-color:#333;color:#fff}.theme-swiss a.btn,.theme-swiss a.btn:hover{text-decoration:none}.theme-swiss a.btn-danger:hover:not(:disabled),.theme-swiss a.btn-primary:hover:not(:disabled),.theme-swiss a.btn-secondary:hover:not(:disabled){color:#fff}.theme-swiss .input,.theme-swiss .select,.theme-swiss input,.theme-swiss select,.theme-swiss textarea{border-radius:0;border:1px solid var(--swiss-black);box-shadow:none}.theme-swiss .input:focus,.theme-swiss .select:focus,.theme-swiss input:focus,.theme-swiss select:focus,.theme-swiss textarea:focus{outline:none;border-color:var(--swiss-red);box-shadow:none}.theme-swiss .field-label,.theme-swiss .field>label,.theme-swiss .table th{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.theme-swiss .table th{border-bottom:2px solid var(--swiss-black);color:var(--swiss-black)}.theme-swiss .table td{border-bottom:1px solid var(--border-soft)}.theme-swiss .table tr.clickable:hover,.theme-swiss .table tr.row-needs-action{background:#fafafa}.theme-swiss .table tr.row-needs-action{box-shadow:inset 4px 0 0 var(--swiss-red)}@media (max-width:720px){.theme-swiss .table.table-stack tr{border:var(--swiss-rule);background:#fff}.theme-swiss .table.table-stack tr.row-needs-action{box-shadow:inset 4px 0 0 var(--swiss-red);background:#fffaf9}.theme-swiss .table.table-stack tr.clickable:active{background:#f7f7f7}.theme-swiss .table.table-stack td{border-bottom:1px solid var(--border-soft)}.theme-swiss .main{overflow-x:clip}.theme-swiss .card{overflow:hidden}}.theme-swiss .badge{border-radius:0;border:1px solid var(--swiss-black);background:#fff;color:var(--swiss-black);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:10px}.theme-swiss .badge-danger,.theme-swiss .badge-info,.theme-swiss .badge-success,.theme-swiss .badge-warning{background:#fff;color:var(--swiss-black);border-color:var(--swiss-black)}.theme-swiss .alert{border-radius:0;border:var(--swiss-rule);background:#fff;box-shadow:none}.theme-swiss .alert-danger,.theme-swiss .alert-error{border-left:6px solid var(--swiss-red)}.theme-swiss .alert-info,.theme-swiss .alert-success,.theme-swiss .alert-warning{border-left:6px solid var(--swiss-black)}.theme-swiss .auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#fff}.theme-swiss .auth-page .auth-wrap{flex:1 1;display:flex;flex-direction:column;min-height:0;background:#fff;background-image:none;padding:0}.theme-swiss .auth-wrap{background:#fff;background-image:none;padding:0;min-height:100vh;min-height:100dvh}.theme-swiss .auth-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,420px);width:100%;flex:1 1;min-height:0}.theme-swiss .auth-page .auth-split{min-height:100%}.theme-swiss .auth-visual{position:relative;background:#111;overflow:hidden;min-height:220px}.theme-swiss .auth-visual img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1) contrast(1.15);display:block}.theme-swiss .auth-visual:after{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:var(--swiss-red)}.theme-swiss .auth-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:40px 28px 32px;border-left:var(--swiss-rule);background:#fff}.theme-swiss .auth-panel .legal-footer{width:100%;max-width:360px;margin-top:auto;padding:16px 0 0;border-top:1px solid var(--border-soft)}.theme-swiss .auth-card{border:none;border-radius:0;box-shadow:none;padding:0;max-width:360px;width:100%;flex:1 0 auto;display:flex;flex-direction:column;justify-content:center;gap:16px}.theme-swiss .auth-card h1,.theme-swiss .auth-title{margin:0;font-size:28px;font-weight:700;letter-spacing:-.04em;line-height:1.1;color:var(--swiss-black)}.theme-swiss .auth-lead{margin:0;font-size:15px;line-height:1.45}.theme-swiss .auth-hint{font-size:13px;margin:0}.theme-swiss .auth-form,.theme-swiss .auth-primary-action{display:flex;flex-direction:column;gap:12px}.theme-swiss .auth-primary-action .btn,.theme-swiss .auth-submit{width:100%;justify-content:center;text-align:center}.theme-swiss .auth-alt{margin:4px 0 0;text-align:center;font-size:13px}.theme-swiss .auth-alt a{color:inherit}.theme-swiss .auth-card .swiss-kicker{margin-bottom:12px}.theme-swiss .rates-visual{height:160px;margin:0 0 28px;position:relative;border:var(--swiss-rule);overflow:hidden;background:#111}.theme-swiss .rates-visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1);display:block}.theme-swiss .rates-visual:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--swiss-red);z-index:1}.theme-swiss .package-thumb,.theme-swiss .photo-grid img{border-radius:0;border:var(--swiss-rule)}.theme-swiss .package-thumb{background:var(--swiss-paper,#fff)}.theme-swiss .package-thumb--empty{color:var(--swiss-muted,#6b7280)}.theme-swiss .swiss-mark{display:block;flex-shrink:0;color:var(--swiss-black)}.theme-swiss .next-step-eyebrow{display:flex;align-items:center;gap:8px}.theme-swiss .next-step-mark{display:inline-flex;color:var(--swiss-red)}.theme-swiss .next-step-mark .swiss-mark{width:16px;height:16px;color:inherit}.theme-swiss .empty-state{text-align:left;padding:28px 0}.theme-swiss .empty-state-mark{margin-bottom:14px;color:var(--swiss-red)}.theme-swiss .empty-state-mark .swiss-mark{width:32px;height:32px;color:inherit}.theme-swiss .empty-state-body{max-width:28em;color:var(--text-muted);line-height:1.5}@media (max-width:800px){.theme-swiss .auth-split{grid-template-columns:1fr}.theme-swiss .auth-visual{min-height:0;height:112px;max-height:112px}.theme-swiss .auth-visual:after{top:auto;bottom:0;width:100%;height:4px}.theme-swiss .auth-panel{border-left:none;border-top:none;justify-content:flex-start;gap:20px;padding:24px 20px;flex:1 1}.theme-swiss .auth-card{max-width:none;flex:0 1 auto;justify-content:flex-start;gap:14px}.theme-swiss .auth-title{font-size:24px}.theme-swiss .auth-lead{font-size:14px}.theme-swiss .auth-panel .legal-footer{max-width:none;margin-top:auto}}@media (max-width:380px){.theme-swiss .auth-visual{height:88px;max-height:88px}.theme-swiss .auth-panel{padding:20px 16px}}.theme-swiss .swiss-hero{margin-bottom:28px;padding-bottom:28px;border-bottom:var(--swiss-rule)}.theme-swiss .swiss-hero-brand{font-size:48px;font-weight:700;letter-spacing:-.06em;line-height:.95;margin:0 0 12px;color:var(--swiss-black);text-transform:uppercase}.theme-swiss .swiss-hero-lead{font-size:16px;color:var(--text-muted);max-width:36em;margin:0;line-height:1.45}.theme-swiss .how-process{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px}.theme-swiss .how-process-step{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.theme-swiss .how-process-connector{position:absolute;z-index:1;color:var(--swiss-red);pointer-events:none}.theme-swiss .how-process-arrow{display:block;width:36px;height:12px;position:absolute;left:-24px;top:22px}.theme-swiss .how-process-vline{display:none}.theme-swiss .how-process-icon{position:relative;width:56px;height:56px;display:grid;place-items:center;border:1.5px solid var(--swiss-black);background:#fff;color:var(--swiss-black);flex-shrink:0}.theme-swiss .how-process-icon .swiss-mark{width:26px;height:26px}.theme-swiss .how-process-index{position:absolute;top:-7px;left:-7px;width:20px;height:20px;display:grid;place-items:center;background:var(--swiss-red);color:#fff;font-size:11px;font-weight:700;line-height:1;letter-spacing:-.02em}.theme-swiss .how-process-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.theme-swiss .how-process-title{font-size:14px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--swiss-black)}.theme-swiss .how-process-body{font-size:13px;line-height:1.4;color:var(--text-muted)}.theme-swiss .swiss-rate-intro{display:grid;grid-gap:8px;gap:8px;margin-bottom:24px;padding-bottom:24px;border-bottom:var(--swiss-rule)}.theme-swiss .swiss-rate-intro h1{font-size:40px;font-weight:700;letter-spacing:-.05em;line-height:1;margin:0}.theme-swiss .swiss-rate-intro p{margin:0;color:var(--text-muted);max-width:32em}.theme-swiss .swiss-price-list{list-style:none;margin:0;padding:0}.theme-swiss .swiss-price-list li{display:grid;grid-template-columns:140px 1fr;grid-gap:16px;gap:16px;padding:10px 0;border-bottom:1px solid var(--border-soft);font-size:14px;line-height:1.4}.theme-swiss .swiss-price-list li strong{font-weight:700;letter-spacing:-.02em}.theme-swiss .swiss-price-list li.muted{border-bottom:none;color:var(--text-muted);grid-template-columns:1fr;padding-top:14px}@keyframes swiss-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.theme-swiss .auth-card,.theme-swiss .main>*,.theme-swiss .swiss-rate-shell>*{animation:swiss-fade-in .35s ease both}.theme-swiss .main>:nth-child(2){animation-delay:.04s}.theme-swiss .main>:nth-child(3){animation-delay:.08s}.theme-swiss .main>:nth-child(4){animation-delay:.12s}.theme-swiss .nav-link{transition:color .15s ease,padding-left .15s ease,box-shadow .15s ease}@media (prefers-reduced-motion:reduce){.theme-swiss .auth-card,.theme-swiss .btn,.theme-swiss .main>*,.theme-swiss .nav-link,.theme-swiss .swiss-rate-shell>*{animation:none;transition:none}}.theme-swiss .mobile-topbar,.theme-swiss .nav-backdrop,.theme-swiss .nav-drawer-close{display:none}.theme-swiss .sidebar-head,.theme-swiss .sidebar-nav{display:contents}@media (max-width:800px){.theme-swiss .app-shell{flex-direction:column}.theme-swiss .mobile-topbar{display:flex;align-items:center;gap:12px;position:-webkit-sticky;position:sticky;top:0;z-index:40;height:56px;padding:0 12px;background:#fff;border-bottom:var(--swiss-rule)}.theme-swiss .mobile-brand{display:flex;align-items:center;line-height:0;min-width:0}.theme-swiss .mobile-brand img{height:36px;width:auto;max-width:min(240px,58vw)}.theme-swiss .nav-toggle{position:relative;flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--swiss-black);background:#fff;cursor:pointer;padding:0}.theme-swiss .nav-toggle-bars{display:flex;flex-direction:column;gap:5px;width:18px}.theme-swiss .nav-toggle-bars span{display:block;height:2px;background:var(--swiss-black);transition:transform .2s ease,opacity .2s ease}.theme-swiss .app-shell.nav-open .nav-toggle-bars span:first-child{transform:translateY(7px) rotate(45deg)}.theme-swiss .app-shell.nav-open .nav-toggle-bars span:nth-child(2){opacity:0}.theme-swiss .app-shell.nav-open .nav-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.theme-swiss .nav-toggle-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;text-align:center;color:#fff;background:var(--swiss-red)}.theme-swiss .nav-backdrop{display:block;position:fixed;inset:0;z-index:45;border:0;padding:0;margin:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .2s ease;cursor:pointer}.theme-swiss .app-shell.nav-open .nav-backdrop{opacity:1;pointer-events:auto}.theme-swiss .sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;width:min(300px,88vw);height:100%;height:100dvh;transform:translateX(-105%);transition:transform .22s ease;border-right:var(--swiss-rule);border-bottom:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.theme-swiss .app-shell.nav-open .sidebar{transform:translateX(0)}.theme-swiss .sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.theme-swiss .sidebar-head .brand{padding-bottom:16px}.theme-swiss .nav-drawer-close{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border:1px solid var(--swiss-black);background:#fff;font-size:24px;line-height:1;cursor:pointer;color:var(--swiss-black)}.theme-swiss .sidebar-nav{display:flex;flex-direction:column;gap:4px}.theme-swiss .main{padding:20px 16px 48px}.theme-swiss .swiss-hero-brand{font-size:36px}.theme-swiss .how-process{grid-template-columns:1fr;gap:0}.theme-swiss .how-process-step{flex-direction:row;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:var(--swiss-rule)}.theme-swiss .how-process-step:last-child{border-bottom:none;padding-bottom:0}.theme-swiss .how-process-step:first-child{padding-top:0}.theme-swiss .how-process-arrow{display:none}.theme-swiss .how-process-vline{display:block;position:absolute;left:27px;top:-14px;width:1.5px;height:14px;background:var(--swiss-red)}.theme-swiss .how-process-step:first-child .how-process-vline{display:none}.theme-swiss .swiss-price-list li{grid-template-columns:1fr;gap:4px}}@media (prefers-reduced-motion:reduce){.theme-swiss .nav-backdrop,.theme-swiss .nav-toggle-bars span,.theme-swiss .sidebar{transition:none}}.theme-swiss.theme-swiss-ops{--bg:#f7f7f7;--surface:#ffffff;--warning:#b7791f;--warning-soft:#fbf3e0;--success:#2b8a3e;--success-soft:#e6f4ea;--info:#364fc7;--info-soft:#e7edfb;--danger:#c92a2a;--danger-soft:#fce8e8;--primary:#e30613;--primary-dark:#c10510;--primary-soft:#fce8e9}.theme-swiss.theme-swiss-ops .sidebar{width:248px;padding:20px 14px 16px}.theme-swiss.theme-swiss-ops .sidebar .brand{font-size:15px;font-weight:700;letter-spacing:-.02em;line-height:1.2;padding:0 0 16px;margin:0 0 12px;border-bottom:var(--swiss-rule);color:var(--swiss-black);text-decoration:none}.theme-swiss.theme-swiss-ops .sidebar .brand span{display:block;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-top:4px}.theme-swiss.theme-swiss-ops .nav-link{border-radius:0;padding:8px 10px;font-size:14px}.theme-swiss.theme-swiss-ops .main{padding:24px 28px 48px;max-width:1200px}.theme-swiss.theme-swiss-ops .table{font-size:13px}.theme-swiss.theme-swiss-ops .table th{font-size:11px;letter-spacing:.04em;text-transform:uppercase}.theme-swiss.theme-swiss-ops .card{margin-bottom:16px}.theme-swiss.theme-swiss-ops .identity-block{line-height:1.45}.theme-swiss.theme-swiss-ops .identity-block strong{font-size:15px}.theme-swiss.theme-swiss-ops .address-block{line-height:1.55;font-size:14px}.theme-swiss.theme-swiss-ops .ops-explainer{font-size:13px;color:var(--text-muted);margin:0 0 12px;max-width:52rem}.theme-swiss.theme-swiss-ops .ops-hint{font-size:12px;color:var(--text-muted)}@media (max-width:800px){.theme-swiss.theme-swiss-ops .main{padding:16px 14px 40px;max-width:none;overflow-x:clip}.theme-swiss.theme-swiss-ops .mobile-brand{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0;font-size:15px;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--swiss-black);text-decoration:none}.theme-swiss.theme-swiss-ops .mobile-brand span{font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.theme-swiss.theme-swiss-ops .sidebar{width:min(300px,88vw)}.theme-swiss.theme-swiss-ops .sidebar-head .brand{border-bottom:none;margin-bottom:0;padding-bottom:0}.theme-swiss.theme-swiss-ops .page-header{flex-wrap:wrap;align-items:flex-start;gap:12px}.theme-swiss.theme-swiss-ops .page-header h1{font-size:20px;word-break:break-word}.theme-swiss.theme-swiss-ops .row-between{flex-wrap:wrap;align-items:flex-start}.theme-swiss.theme-swiss-ops .stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.theme-swiss.theme-swiss-ops .card{padding:14px}.theme-swiss.theme-swiss-ops .next-step-title{font-size:22px}.theme-swiss.theme-swiss-ops pre{overflow-x:auto;max-width:100%}}.theme-swiss .public-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fafafa,#ffffff 28%,#ffffff);color:var(--swiss-black)}.theme-swiss .public-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:var(--swiss-rule)}.theme-swiss .public-topbar .brand{line-height:0;text-decoration:none}.theme-swiss .public-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.theme-swiss .public-main{flex:1 1;width:100%;max-width:1120px;margin:0 auto;padding:32px 24px 64px}.theme-swiss .public-shell .lp-footer{margin-top:auto}.theme-swiss .legal-footer{border-top:var(--swiss-rule);padding:20px 24px 28px;text-align:center}.theme-swiss .legal-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px}.theme-swiss .legal-footer a{font-size:13px}.theme-swiss .landing-hero{padding:48px 0 40px;border-bottom:var(--swiss-rule);margin-bottom:40px}.theme-swiss .landing-hero .swiss-hero-brand{margin:0 0 12px}.theme-swiss .landing-hero .swiss-hero-lead{max-width:36rem;margin:0 0 24px}.theme-swiss .landing-cta{display:flex;flex-wrap:wrap;gap:12px}.theme-swiss .legal-doc h1{font-size:28px;margin:0 0 8px}.theme-swiss .legal-doc h2{font-size:18px;margin:28px 0 8px}.theme-swiss .legal-doc h3{font-size:15px;margin:20px 0 8px}.theme-swiss .legal-doc p,.theme-swiss .legal-doc ul{margin:0 0 12px;max-width:42rem}.theme-swiss .legal-doc ul{padding-left:1.25rem}.theme-swiss .legal-doc li{margin:0 0 6px}.theme-swiss .legal-doc .legal-address{font-style:normal;margin:0 0 12px;max-width:42rem;line-height:1.5}.theme-swiss .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-swiss .lp-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fafafa,#ffffff 28%,#ffffff);color:var(--swiss-black);overflow-x:clip}.theme-swiss .lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e8e8e8}.theme-swiss .lp-header-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.theme-swiss .lp-brand{display:flex;flex-direction:column;gap:2px;text-decoration:none;color:inherit;min-width:0}.theme-swiss .lp-brand:focus-visible,.theme-swiss .lp-faq-trigger:focus-visible,.theme-swiss .lp-menu-toggle:focus-visible,.theme-swiss .lp-nav-link:focus-visible,.theme-swiss .lp-text-link:focus-visible{outline:2px solid var(--swiss-red);outline-offset:3px}.theme-swiss .lp-brand-logo{height:44px;width:auto;max-width:min(280px,62vw)}.theme-swiss .lp-brand-desc{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#666;line-height:1.2}.theme-swiss .lp-nav-desktop{display:none;align-items:center;gap:10px;flex:1 1 auto;justify-content:center;min-width:0}.theme-swiss .lp-nav-link{font-size:13px;color:#222;text-decoration:none;white-space:nowrap}.theme-swiss .lp-nav-link:hover{color:var(--swiss-red)}.theme-swiss .lp-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;justify-content:flex-end;flex-shrink:0}.theme-swiss .lp-header-actions .btn-sm{white-space:nowrap}.theme-swiss .lp-lang{display:inline-flex;align-items:center;gap:2px;margin-right:6px}.theme-swiss .lp-lang-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#666;font:inherit;font-size:.72rem;font-weight:600;letter-spacing:.06em;line-height:1;padding:6px 5px;cursor:pointer}.theme-swiss .lp-lang-btn:hover:not(:disabled){color:#111}.theme-swiss .lp-lang-btn.is-active{color:#111;box-shadow:inset 0 -1px 0 #111}.theme-swiss .lp-lang-btn:disabled{cursor:default}.theme-swiss .lp-lang-btn:focus-visible{outline:2px solid var(--swiss-red);outline-offset:2px}.theme-swiss .lp-header-cta,.theme-swiss .lp-lang-desktop{display:none}.theme-swiss .lp-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #111;background:#fff;cursor:pointer;padding:0}.theme-swiss .lp-menu-bars{display:flex;flex-direction:column;gap:5px;width:18px}.theme-swiss .lp-menu-bars span{display:block;height:2px;background:#111;transition:transform .2s ease,opacity .2s ease}.theme-swiss .lp-menu-toggle.is-open .lp-menu-bars span:first-child{transform:translateY(7px) rotate(45deg)}.theme-swiss .lp-menu-toggle.is-open .lp-menu-bars span:nth-child(2){opacity:0}.theme-swiss .lp-menu-toggle.is-open .lp-menu-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.theme-swiss .lp-nav-mobile{border-top:1px solid #e8e8e8;background:#fff;padding:8px 24px 28px}.theme-swiss .lp-nav-mobile nav{display:flex;flex-direction:column;gap:4px;max-width:1120px;margin:0 auto}.theme-swiss .lp-nav-mobile .lp-nav-link{display:block;padding:14px 0;font-size:16px;border-bottom:1px solid #f0f0f0}.theme-swiss .lp-nav-mobile .lp-nav-link:last-of-type{border-bottom:none}.theme-swiss .lp-nav-mobile-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.theme-swiss .lp-nav-mobile-actions .btn{width:100%;justify-content:center}.theme-swiss .lp-nav-mobile-lang{margin-top:20px;padding-top:16px;border-top:1px solid #e8e8e8}.theme-swiss .lp-nav-mobile-lang .lp-lang{display:flex;width:100%;margin:0;gap:0}.theme-swiss .lp-nav-mobile-lang .lp-lang-btn{flex:1 1;padding:12px 8px;font-size:.8rem;text-align:center;border:1px solid #e8e8e8;margin-left:-1px}.theme-swiss .lp-nav-mobile-lang .lp-lang-btn:first-child{margin-left:0}.theme-swiss .lp-nav-mobile-lang .lp-lang-btn.is-active{color:#111;background:#f6f6f6;box-shadow:inset 0 0 0 1px #111;position:relative;z-index:1}.theme-swiss .lp-main{flex:1 1;width:100%;max-width:1120px;margin:0 auto;padding:0 24px 64px}.theme-swiss .lp-hero{position:relative;display:block;width:100%;padding:0;border-bottom:1px solid #ececec;overflow:hidden;isolation:isolate}.theme-swiss .lp-hero-backdrop{position:absolute;inset:0;z-index:0;pointer-events:none}.theme-swiss .lp-hero-backdrop-img{object-fit:cover;object-position:center 45%;opacity:.58;filter:saturate(.8) contrast(1.04) brightness(1.02)}.theme-swiss .lp-hero-backdrop-wash{position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,255,255,.9),rgba(255,255,255,.78) 36%,rgba(255,255,255,.35) 64%,rgba(255,255,255,.22)),linear-gradient(180deg,rgba(255,255,255,.2),transparent 40%,rgba(255,255,255,.35))}.theme-swiss .lp-hero-inner{position:relative;z-index:1;width:100%;max-width:1120px;margin:0 auto;padding:48px 24px 56px;display:grid;grid-gap:40px;gap:40px}.theme-swiss .lp-hero-copy,.theme-swiss .lp-hero-visual{position:relative;z-index:1}.theme-swiss .lp-eyebrow{margin:0 0 12px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--swiss-red);font-weight:600;display:flex;align-items:center;gap:8px}.theme-swiss .lp-eyebrow-mark,.theme-swiss .lp-inline-mark{width:16px;height:16px;flex-shrink:0;color:var(--swiss-red);vertical-align:-3px}.theme-swiss .lp-flow-caption-kicker,.theme-swiss .lp-flow-pill,.theme-swiss .lp-how-track-cue,.theme-swiss .lp-mock-kicker,.theme-swiss .lp-trust-points li{display:inline-flex;align-items:center;gap:8px}.theme-swiss .lp-hero h1{margin:0 0 16px;font-size:clamp(2rem,5vw,3.25rem);line-height:1.1;letter-spacing:-.02em;font-weight:700;max-width:14ch}.theme-swiss .lp-hero-lead{margin:0 0 24px;font-size:1.125rem;line-height:1.55;color:#333;max-width:36rem}.theme-swiss .lp-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.theme-swiss .lp-hero-stats{list-style:none;margin:0 0 14px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px 16px;gap:12px 16px;max-width:32rem}.theme-swiss .lp-hero-stats li{min-width:0}.theme-swiss .lp-hero-stats strong{display:block;font-size:1.15rem;letter-spacing:-.02em;line-height:1.2}.theme-swiss .lp-hero-stats span{display:block;margin-top:4px;font-size:12px;color:#555;line-height:1.35;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.theme-swiss .lp-trust-line{margin:0 0 8px;font-size:13px;color:#555}.theme-swiss .lp-endorsement{margin:0;font-size:14px;color:#444;font-style:italic}.theme-swiss .lp-flow{margin:0;border:1px solid #111;background:#fff;padding:20px;box-shadow:8px 8px 0 rgba(227,6,19,.07)}.theme-swiss .lp-flow-caption{margin:0 0 16px;display:flex;flex-direction:column;gap:4px}.theme-swiss .lp-flow-caption-kicker{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--swiss-red);font-weight:600}.theme-swiss .lp-flow-caption strong{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.35;color:var(--swiss-black)}.theme-swiss .lp-flow-subtitle{display:block}.theme-swiss .lp-dest-rotator{display:inline-grid;vertical-align:baseline;min-width:10ch}.theme-swiss .lp-dest-item{grid-area:1/1;opacity:0;transform:translateY(.15em);animation:lp-dest-cycle 21s ease-in-out infinite}.theme-swiss .lp-dest-item:first-child{animation-delay:0s}.theme-swiss .lp-dest-item:nth-child(2){animation-delay:3.5s}.theme-swiss .lp-dest-item:nth-child(3){animation-delay:7s}.theme-swiss .lp-dest-item:nth-child(4){animation-delay:10.5s}.theme-swiss .lp-dest-item:nth-child(5){animation-delay:14s}.theme-swiss .lp-dest-item:nth-child(6){animation-delay:17.5s}@keyframes lp-dest-cycle{0%,4%{opacity:0;transform:translateY(.15em)}14.5%,8%{opacity:1;transform:translateY(0)}18.5%,to{opacity:0;transform:translateY(-.12em)}}@media (prefers-reduced-motion:reduce){.theme-swiss .lp-dest-item{animation:none;opacity:0;transform:none}.theme-swiss .lp-dest-item:first-child{opacity:1}}.theme-swiss .lp-flow-steps{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:10px}.theme-swiss .lp-flow-step{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start}.theme-swiss .lp-flow-icon{width:40px;height:40px;border:1px solid #111;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--swiss-red)}.theme-swiss .lp-flow-icon .swiss-mark{width:20px;height:20px}.theme-swiss .lp-flow-index{color:var(--swiss-red);margin-right:2px}.theme-swiss .lp-flow-body{display:flex;flex-direction:column;gap:2px;min-width:0;padding-top:2px}.theme-swiss .lp-flow-body strong{font-size:.95rem}.theme-swiss .lp-flow-body span{font-size:13px;color:#555;line-height:1.35}.theme-swiss .lp-flow-panels{display:grid;grid-gap:10px;gap:10px}.theme-swiss .lp-flow-panel{border:1px solid #e2e2e2;background:#fafafa;padding:14px 16px;display:flex;flex-direction:column;gap:4px;font-size:13px;line-height:1.4;color:#444}.theme-swiss .lp-flow-panel strong{color:#111;font-size:.95rem}.theme-swiss .lp-flow-panel-accent{border-color:#111;background:#fff;box-shadow:inset 3px 0 0 var(--swiss-red)}.theme-swiss .lp-flow-pill{margin-top:6px;display:inline-block;width:-moz-fit-content;width:fit-content;border:1px solid #111;padding:4px 8px;font-size:12px;font-weight:600;color:#111}.theme-swiss .lp-address-blur{display:flex;flex-direction:column;gap:6px;margin-top:6px;filter:blur(3.5px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.theme-swiss .lp-blur-line{display:block;height:10px;width:55%;background:#c8c8c8}.theme-swiss .lp-blur-line-wide{width:88%}.theme-swiss .lp-blur-line-med{width:70%}.theme-swiss .lp-section{padding:88px 0 64px;border-bottom:1px solid #ececec;scroll-margin-top:88px}.theme-swiss .lp-services-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:1fr}.theme-swiss .lp-service-card{border:1px solid #111;background:#fff;padding:28px 24px;display:flex;flex-direction:column;gap:10px;box-shadow:6px 6px 0 rgba(227,6,19,.06)}.theme-swiss .lp-service-illust{width:72px;height:72px;border:1px solid #111;display:flex;align-items:center;justify-content:center;color:var(--swiss-red);background:#fafafa;margin-bottom:6px}.theme-swiss .lp-service-svg{width:56px;height:56px}.theme-swiss .lp-service-tagline{margin:0;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--swiss-red)}.theme-swiss .lp-service-card h3{margin:0;font-size:1.35rem;letter-spacing:-.02em;line-height:1.2}.theme-swiss .lp-service-body{margin:0;color:#333;line-height:1.6}.theme-swiss .lp-service-bullets{margin:4px 0 12px;padding:0 0 0 1.1rem;color:#444;line-height:1.55;display:flex;flex-direction:column;gap:6px}.theme-swiss .lp-service-card .btn{align-self:flex-start;margin-top:auto}@media (min-width:720px){.theme-swiss .lp-services-grid{grid-template-columns:1fr 1fr;gap:24px}}.theme-swiss .lp-section-muted{background:#f7f7f7;margin-left:-24px;margin-right:-24px;padding:48px 24px;border-bottom:1px solid #e8e8e8}.theme-swiss .lp-section-muted .lp-section-intro{margin-bottom:0;max-width:40rem}.theme-swiss .lp-section-intro{max-width:40rem;margin-bottom:36px}.theme-swiss .lp-how-caption{margin:12px 0 0!important;font-size:.95rem!important;color:#555!important;font-weight:600}.theme-swiss .lp-how-track{display:none;margin:0 0 36px;width:100%;grid-template-columns:repeat(4,1fr);align-items:center}.theme-swiss .lp-how-track-item{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.theme-swiss .lp-how-track-cue{position:relative;z-index:1;border:1px solid #111;background:#fff;padding:8px 12px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;justify-content:center}.theme-swiss .lp-how-track-line{position:absolute;z-index:0;top:50%;left:50%;width:100%;height:1px;margin:0;background:#ccc;min-width:0}.theme-swiss .lp-how-steps{text-align:center}.theme-swiss .lp-how-step{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.theme-swiss .lp-how-step .lp-step-icon{align-items:center}.theme-swiss .lp-how-step-copy{max-width:18rem}.theme-swiss .lp-how-step-copy h3{margin:0 0 6px}.theme-swiss .lp-how-step-copy p{margin:0;color:#444;line-height:1.55}.theme-swiss .lp-final h2,.theme-swiss .lp-section-intro h2{margin:0 0 14px;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.02em;line-height:1.2}.theme-swiss .lp-final p,.theme-swiss .lp-section-intro p{margin:0;font-size:1.05rem;line-height:1.6;color:#333}.theme-swiss .lp-steps{list-style:none;margin:0;padding:0;display:grid;grid-gap:20px;gap:20px}.theme-swiss .lp-step{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;align-items:start}.theme-swiss .lp-step-icon{display:flex;flex-direction:column;align-items:center;gap:8px}.theme-swiss .lp-step-num{width:28px;height:28px;border:1px solid #111;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--swiss-red);background:#fff}.theme-swiss .lp-step-icon .swiss-mark{width:28px;height:28px;color:#111}.theme-swiss .lp-step h3{margin:0 0 6px;font-size:1.05rem}.theme-swiss .lp-step p{margin:0;color:#444;line-height:1.55}.theme-swiss .lp-category-item{display:flex;align-items:center;gap:12px}.theme-swiss .lp-benefit-icon,.theme-swiss .lp-cat-icon{width:40px;height:40px;border:1px solid #111;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--swiss-red);background:#fff}.theme-swiss .lp-benefit-icon .swiss-mark,.theme-swiss .lp-cat-icon .swiss-mark{width:20px;height:20px}.theme-swiss .lp-benefit-icon{margin-bottom:12px}.theme-swiss .lp-price-from{margin:0 0 28px;padding:20px 22px;border:1px solid #111;background:#fff;box-shadow:6px 6px 0 rgba(227,6,19,.06);max-width:40rem}.theme-swiss .lp-price-from strong{display:block;font-size:clamp(1.5rem,3vw,1.85rem);letter-spacing:-.02em;color:var(--swiss-red);margin-bottom:8px}.theme-swiss .lp-price-from p{margin:0;color:#444;line-height:1.55;font-size:.98rem}.theme-swiss .lp-benefit-grid,.theme-swiss .lp-category-grid,.theme-swiss .lp-pricing-grid{list-style:none;margin:0 0 24px;padding:0;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr}.theme-swiss .lp-benefit,.theme-swiss .lp-category-item,.theme-swiss .lp-pricing-item{border:1px solid #e2e2e2;background:#fff;padding:18px 20px}.theme-swiss .lp-category-item{font-weight:600;font-size:.98rem}.theme-swiss .lp-benefit h3,.theme-swiss .lp-pricing-item h3{margin:0 0 8px;font-size:1.05rem}.theme-swiss .lp-benefit p,.theme-swiss .lp-pricing-item p{margin:0;color:#444;line-height:1.55}.theme-swiss .lp-note{margin:0 0 20px;font-size:13px;color:#666;max-width:40rem;line-height:1.5}.theme-swiss .lp-trust-points{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:10px}.theme-swiss .lp-trust-points li{border:1px solid #111;padding:8px 14px;font-size:13px;font-weight:600;background:#fff}.theme-swiss .lp-proof-stats{list-style:none;margin:0 0 36px;padding:0;display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.theme-swiss .lp-proof-stats li{min-width:0;border:1px solid #111;background:#fff;padding:16px 18px}.theme-swiss .lp-proof-stats strong{display:block;font-size:clamp(1.35rem,3vw,1.75rem);letter-spacing:-.02em;line-height:1.15;color:var(--swiss-red);margin-bottom:6px}.theme-swiss .lp-proof-stats span{display:block;font-size:13px;color:#444;line-height:1.4;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.theme-swiss .lp-quotes-kicker{margin:0 0 14px;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--swiss-red);font-weight:600}.theme-swiss .lp-quotes{list-style:none;margin:0 0 12px;padding:0;display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr}.theme-swiss .lp-quote{margin:0;height:100%;border:1px solid #111;background:#fff;padding:20px 22px;display:flex;flex-direction:column;gap:16px}.theme-swiss .lp-quote p{margin:0;font-size:.98rem;line-height:1.55;color:#222}.theme-swiss .lp-quote footer{margin-top:auto}.theme-swiss .lp-quote cite{font-style:normal;font-weight:700;font-size:13px}.theme-swiss .lp-quotes-source{margin:0 0 32px;font-size:13px}.theme-swiss .lp-sfb-note{max-width:40rem;padding:20px;border-left:3px solid var(--swiss-red);background:#fafafa;display:flex;gap:16px;align-items:flex-start}.theme-swiss .lp-sfb-story{display:grid;grid-gap:24px;gap:24px;margin-top:8px;padding:28px 24px;border:1px solid #111;background:#fff;box-shadow:8px 8px 0 rgba(227,6,19,.06)}.theme-swiss .lp-sfb-story-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.theme-swiss .lp-sfb-since{margin:0;letter-spacing:.04em}.theme-swiss .lp-sfb-kicker,.theme-swiss .lp-sfb-since{font-size:13px;font-weight:600;text-transform:uppercase;color:var(--swiss-red)}.theme-swiss .lp-sfb-kicker{margin:0 0 8px;letter-spacing:.06em}.theme-swiss .lp-sfb-story-copy h3{margin:0 0 14px;font-size:1.25rem;letter-spacing:-.02em;line-height:1.25}.theme-swiss .lp-sfb-story-copy p{margin:0 0 12px;line-height:1.65;color:#333;max-width:40rem}.theme-swiss .lp-sfb-logo-link{display:inline-flex;flex-shrink:0;line-height:0;border-radius:50%}.theme-swiss .lp-sfb-logo-link:focus-visible{outline:2px solid var(--swiss-red);outline-offset:3px}.theme-swiss .lp-sfb-logo{width:48px;height:48px;border-radius:50%;display:block}.theme-swiss .lp-sfb-logo-lg{width:72px;height:72px}.theme-swiss .lp-sfb-logo-link-footer{margin-top:12px}.theme-swiss .lp-sfb-logo-link-footer .lp-sfb-logo{width:32px;height:32px}.theme-swiss .lp-sfb-copy{min-width:0}.theme-swiss .lp-sfb-note p{margin:0 0 10px;line-height:1.55;color:#333}@media (min-width:720px){.theme-swiss .lp-sfb-story{grid-template-columns:auto 1fr;align-items:start;gap:32px;padding:32px}.theme-swiss .lp-proof-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-swiss .lp-quotes{grid-template-columns:repeat(3,1fr)}}.theme-swiss .lp-text-link{color:var(--swiss-red);font-weight:600;text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:0;cursor:pointer;font:inherit}.theme-swiss .lp-faq{display:flex;flex-direction:column;border-top:1px solid #e2e2e2}.theme-swiss .lp-faq-item{border-bottom:1px solid #e2e2e2}.theme-swiss .lp-faq-item h3{margin:0;font-size:inherit;font-weight:inherit}.theme-swiss .lp-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;padding:18px 4px;border:none;background:transparent;cursor:pointer;font-size:1.02rem;font-weight:600;color:#111}.theme-swiss .lp-faq-icon{font-size:1.25rem;line-height:1;color:var(--swiss-red)}.theme-swiss .lp-faq-panel{padding:0 4px 18px}.theme-swiss .lp-faq-panel p{margin:0 0 8px;color:#444;line-height:1.6;max-width:40rem}.theme-swiss .lp-final{padding:64px 0 24px;text-align:center;max-width:36rem;margin:0 auto}.theme-swiss .lp-final-actions{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:14px}.theme-swiss .lp-footer{border-top:1px solid #111;padding:40px 24px 48px;display:grid;grid-gap:32px;gap:32px;max-width:1120px;margin:0 auto;width:100%}.theme-swiss .lp-footer-family,.theme-swiss .lp-footer-legal{margin:12px 0 0;font-size:13px;color:#555;line-height:1.55}.theme-swiss .lp-footer-nav{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr}.theme-swiss .lp-footer-nav div{display:flex;flex-direction:column;gap:10px}.theme-swiss .lp-footer-nav a{font-size:14px;color:#222;text-decoration:none}.theme-swiss .lp-footer-nav a:hover{color:var(--swiss-red)}@media (min-width:720px){.theme-swiss .lp-flow-panels{grid-template-columns:1fr 1fr}.theme-swiss .lp-how-track{display:grid}.theme-swiss .lp-benefit-grid,.theme-swiss .lp-category-grid,.theme-swiss .lp-how-steps,.theme-swiss .lp-pricing-grid{grid-template-columns:repeat(2,1fr)}.theme-swiss .lp-footer{grid-template-columns:1.2fr 1fr}.theme-swiss .lp-footer-nav{grid-template-columns:1fr 1fr}.theme-swiss .lp-final-actions{flex-direction:row;justify-content:center}}@media (min-width:960px){.theme-swiss .lp-section{padding:104px 0 72px}.theme-swiss .lp-section-muted{padding:56px 24px}.theme-swiss .lp-nav-desktop{display:flex}.theme-swiss .lp-brand-desc{display:none}.theme-swiss .lp-header-cta,.theme-swiss .lp-lang-desktop{display:inline-flex}.theme-swiss .lp-menu-toggle,.theme-swiss .lp-nav-mobile{display:none!important}.theme-swiss .lp-hero-inner{grid-template-columns:1.05fr .95fr;align-items:start;gap:48px;padding:72px 24px 80px}.theme-swiss .lp-hero-backdrop-img{opacity:.64}.theme-swiss .lp-flow-steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px 16px;gap:12px 16px}.theme-swiss .lp-benefit-grid,.theme-swiss .lp-category-grid{grid-template-columns:repeat(4,1fr)}.theme-swiss .lp-pricing-grid,.theme-swiss .lp-quotes{grid-template-columns:repeat(3,1fr)}.theme-swiss .lp-hero-stats strong{font-size:1.25rem}.theme-swiss .lp-how-steps,.theme-swiss .lp-steps:not(.lp-how-steps){grid-template-columns:repeat(4,1fr)}.theme-swiss .lp-step:not(.lp-how-step){grid-template-columns:1fr}}.theme-swiss .public-main:has(.rates-page){max-width:1080px;padding-top:28px}.theme-swiss .rates-page{display:grid;grid-gap:40px;gap:40px}.theme-swiss .rates-hero{display:grid;grid-gap:14px;gap:14px;padding-bottom:8px;animation:swiss-fade-in .35s ease both}.theme-swiss .rates-hero h1{margin:0;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;letter-spacing:-.045em;line-height:1.05}.theme-swiss .rates-hero-lead{margin:0;max-width:36em;color:var(--text-muted);font-size:1.05rem;line-height:1.55}.theme-swiss .rates-from{margin:4px 0 8px}.theme-swiss .rates-hero .btn{justify-self:start}.theme-swiss .rates-section{display:grid;grid-gap:16px;gap:16px;animation:swiss-fade-in .4s ease both}.theme-swiss .rates-section h2{margin:0;font-size:1.35rem;letter-spacing:-.03em}.theme-swiss .rates-rules{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr}.theme-swiss .rates-rule{border:1px solid #e2e2e2;background:#fff;padding:18px 20px}.theme-swiss .rates-rule h3{margin:0 0 6px;font-size:1rem;letter-spacing:-.02em}.theme-swiss .rates-rule p{margin:0;color:#444;line-height:1.5;font-size:.95rem}.theme-swiss .rates-notes{margin:0;padding-left:1.15rem;color:var(--text-muted);font-size:.9rem;line-height:1.55;display:grid;grid-gap:6px;gap:6px}.theme-swiss .rates-estimator-lead{margin:0 0 16px;color:var(--text-muted);line-height:1.5;max-width:36em}.theme-swiss .rates-estimator-grid{display:grid;grid-gap:28px;gap:28px;grid-template-columns:1fr;align-items:start}.theme-swiss .rates-form{display:grid;grid-gap:14px;gap:14px}.theme-swiss .rates-form-row{display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr}.theme-swiss .rates-form-row-3{grid-template-columns:repeat(3,1fr)}.theme-swiss .rates-result-panel{border:1px solid #111;background:#fff;padding:22px 22px 24px;box-shadow:6px 6px 0 rgba(227,6,19,.06);min-height:220px}.theme-swiss .rates-result-panel h2{margin:0 0 12px;font-size:1.15rem}.theme-swiss .rates-result-list{display:grid;grid-gap:16px;gap:16px}.theme-swiss .rates-result-card{border-top:1px solid #e2e2e2;padding-top:14px}.theme-swiss .rates-result-card:first-of-type{border-top:none;padding-top:0}.theme-swiss .rates-quote-head{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin-bottom:10px;font-size:.95rem}.theme-swiss .rates-quote-head span{color:var(--text-muted)}.theme-swiss .rates-quote-table{width:100%;border-collapse:collapse;font-size:.95rem;line-height:1.5}.theme-swiss .rates-quote-table td{padding:5px 0;vertical-align:top}.theme-swiss .rates-quote-table td:last-child{text-align:right;white-space:nowrap;padding-left:12px}.theme-swiss .rates-quote-hint{display:block;font-size:.8rem;color:var(--text-muted);margin-top:2px}.theme-swiss .rates-quote-muted{color:var(--text-muted);font-size:.85rem}.theme-swiss .rates-quote-total td{padding-top:12px;border-top:1px solid #e2e8f0;font-weight:700}.theme-swiss .rates-quote-note,.theme-swiss .rates-result-meta{margin:12px 0 0;font-size:.8rem;color:var(--text-muted);line-height:1.45}.theme-swiss .rates-exclusions{margin:0;padding-left:1.1rem;font-size:.85rem;color:var(--text-muted);line-height:1.45}.theme-swiss .rates-result-list .btn{justify-self:start}@media (min-width:760px){.theme-swiss .rates-rules{grid-template-columns:repeat(2,1fr)}.theme-swiss .rates-estimator-grid{grid-template-columns:1.05fr .95fr;gap:32px}}@media (min-width:960px){.theme-swiss .rates-rules{grid-template-columns:repeat(4,1fr)}}@media (max-width:520px){.theme-swiss .rates-form-row,.theme-swiss .rates-form-row-3{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.theme-swiss .rates-hero,.theme-swiss .rates-section{animation:none}}