:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.search-box{min-height:320px;background-color:#fff;box-shadow:0 8px 24px #0000001f;display:grid;grid-template-rows:auto 1fr;max-width:100wh;margin:0 auto 2rem;padding:2rem;border-radius:20px}.search-box-content{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.search-box-sidebar{flex:0 0 220px;padding-left:1rem;background-color:#2563eb0d;border-radius:16px;padding:1rem}.search-box-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.search-box-subtitle{font-size:1.15rem;color:#4a5568;line-height:1.5}.search-box-main{flex:1}@media(max-width:768px){.search-box{padding:1.5rem 1rem;min-height:280px}.search-box-sidebar{flex:1 1 100%;padding-left:.5rem;padding-right:.5rem;margin-bottom:1rem;border-radius:12px}.search-box-title{font-size:1.6rem}.search-box-subtitle{font-size:1rem}}.search-box-sidebar-button{margin-top:1.5rem;padding:.75rem 1.5rem;border-radius:9999px;border:none;background-color:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 10px -1px #2563eb33,0 12px 16px -3px #00000026}.search-box-sidebar-button:hover{transform:translateY(-2px);box-shadow:0 8px 12px -1px #2563eb4d,0 16px 20px -3px #0003}.search-box-sidebar-button:active{transform:translateY(0);box-shadow:0 4px 6px -1px #2563eb26,0 8px 10px -3px #0000001f}.input-box{width:100%;max-width:90%;margin-bottom:1.5rem}.input-label{font-size:.9rem;font-weight:600;color:#111827}.input-required{margin-left:4px;color:#2563eb}.input-field{width:100%;padding:.75rem 1rem;font-size:.95rem;color:#111827;background:#fff;border-radius:12px;border:1.5px solid #e5e7eb;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0000000a}.input-field::placeholder{color:#9ca3af}.input-field:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.input-textarea{resize:vertical;min-height:110px}.input-field:disabled{background:#f9fafb;cursor:not-allowed}.submit-button{padding:.9rem 2.8rem;border-radius:9999px;background-color:#fff;color:#2563eb;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 12px -2px #00000059,0 16px 20px -4px #00000026}.submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 16px -2px #00000073,0 20px 24px -4px #0003}.submit-button:active{transform:translateY(0)}.login-page{display:flex;align-items:center;justify-content:center}.login-container{width:100%;max-width:420px;padding:1.5rem}.login-card{width:100%;background:#2563eb0a;border-radius:20px;padding:1.5rem;box-shadow:0 10px 25px #00000014,0 4px 10px #2563eb14}.login-error{font-size:.85rem;font-weight:600;color:#dc2626;background:#dc262614;padding:.6rem .8rem;border-radius:10px}.header{color:#fff;display:flex;flex-direction:column;padding:0 24px;background:#1e1e1eb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:0;overflow:hidden;transition:border-radius .35s ease,box-shadow .35s ease;cursor:pointer}.header:hover{border-radius:16px;box-shadow:0 12px 30px #00000059}.header-top{height:60px;display:flex;align-items:center}.logo{font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;align-items:left;margin-top:10px}.header-expand{max-height:0;opacity:0;transform:translateY(-10px);overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .3s ease,transform .4s ease}.header:hover .header-expand{max-height:300px;opacity:1;transform:translateY(0)}.header-nav{display:flex;flex-wrap:wrap;gap:16px 24px;padding-top:16px;padding-bottom:27px;justify-content:center}.header-nav a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.85;cursor:pointer;transition:opacity .2s ease}.header-nav a:hover{opacity:1;text-decoration:underline}body{margin:0;font-family:system-ui,sans-serif;background-color:#1e1e1e}.expand-indicator{margin-left:auto;font-size:1.7rem;opacity:.7;transition:transform .45s cubic-bezier(.4,0,.2,1),opacity .3s ease}.header:hover .expand-indicator{transform:rotate(180deg) translateY(2px);opacity:1}@media(max-width:640px){.header{padding:0 16px}.header-nav{justify-content:flex-start;gap:12px 16px}.header-nav a{font-size:.9rem}}.contact-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding:.5rem;cursor:pointer}.contact-card{background:#fff;border-radius:14px;padding:1.25rem;border:1px solid #e5e7eb;box-shadow:0 6px 18px #0000000a;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.contact-card.selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.contact-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000014}.snackbar{position:fixed;bottom:32px;left:50%;transform:translate(-50%);min-width:320px;max-width:400px;padding:16px 24px;border-radius:12px;color:#050505;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 25px #00000026,0 5px 10px #0000001a,inset 0 1px #ffffff1a;animation:slideUp .4s cubic-bezier(.16,1,.3,1);z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08)}@keyframes progressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.snackbar:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 15px 35px #0003,0 8px 15px #00000026,inset 0 1px #ffffff1a}@media(max-width:480px){.snackbar{min-width:calc(100% - 48px);max-width:calc(100% - 48px);bottom:20px;padding:14px 20px}}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#fff 0% 100%);position:fixed;top:0;left:0;z-index:9999}.spinner{position:relative;width:80px;height:80px}.spinner:before,.spinner:after{content:"";position:absolute;border-radius:50%}.spinner:before{width:100%;height:100%;border:4px solid rgba(37,99,235,.1)}.spinner:after{width:80%;height:80%;top:10%;left:10%;border:4px solid transparent;border-top-color:#2563eb;border-right-color:#2563eb;animation:spin-luxury 1.8s cubic-bezier(.68,-.55,.27,1.55) infinite}.spinner-backdrop{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}@keyframes spin-luxury{0%{transform:rotate(0);border-top-color:#2563eb;border-right-color:#2563eb}50%{border-top-color:#60a5fa;border-right-color:#60a5fa}to{transform:rotate(720deg);border-top-color:#2563eb;border-right-color:#2563eb}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@keyframes fadeInOut{0%,to{opacity:.3}50%{opacity:1}}.bottom-box{flex:1;min-height:320px;background:linear-gradient(135deg,#f8fbff,#eef4ff,#e6efff);display:grid;grid-template-rows:auto 1fr;color:#1e3a8a}.bottom-box{min-height:calc(100vh - 320px)}.bottom-box.home{min-height:calc(10vh - 320px)}.bottom-box h1{font-size:1.2rem;margin-bottom:12px;font-weight:600}.bottom-box-title{font-size:2rem;font-weight:700;color:#fff}.bottom-box-subtitle{font-size:1.25rem;color:#dbeafe}@media(max-width:768px){.bottom-box{padding:1.6rem 1.4rem;min-height:280px}}.search-box-tabs{display:flex;margin-bottom:1.5rem;background:#2563eb14;border-radius:12px;padding:.25rem}.search-box-tabs button{flex:1;padding:.6rem 1rem;border:none;background:#fff;color:#2563eb;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #2563eb1a,0 8px 10px -3px #0000001a;border-radius:0}.search-box-tabs button:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.search-box-tabs button:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.search-box-tabs button:hover{background:#2563eb1f;transform:translateY(-1px)}.search-box-tabs button:active{transform:translateY(0);box-shadow:0 2px 4px -1px #2563eb1a,0 4px 6px -2px #00000014}.search-box-tabs button.active{background:#2563eb;color:#fff;box-shadow:0 6px 10px -1px #2563eb33,0 12px 16px -3px #00000026}@media(max-width:768px){.search-box-tabs{padding:.2rem;border-radius:10px}.search-box-tabs button{padding:.5rem;font-size:.9rem}.search-box-tabs button:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.search-box-tabs button:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}}@media(max-width:480px){.search-box-tabs button{font-size:.85rem;padding:.45rem}.search-box-tabs button:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.search-box-tabs button:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}}.stage-selector{display:flex;justify-content:center;align-items:center;margin:1.5rem 0}.stage-header{color:#2563eb}.stage-pill{min-width:44px;height:38px;padding:0 1rem;border:1.5px solid #2563EB;background:#fff;color:#2563eb;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.9rem;box-shadow:0 1px 2px #0000000d}.stage-pill:first-child{border-radius:8px 0 0 8px;border-right:none}.stage-pill:last-child{border-radius:0 8px 8px 0;border-left:none}.stage-pill:not(:first-child):not(:last-child){border-left:none;border-right:none}.stage-pill:hover{background:#1e1e1e;color:#fff;border-color:#1e1e1e;box-shadow:0 2px 4px #0000001a}.stage-pill.active{background:#2563eb;color:#fff;border-color:#2563eb;font-weight:600;position:relative;z-index:2;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #0000000f}.stage-pill.active:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 6px 8px -1px #2563eb4d,0 2px 4px -1px #0000000f}.stage-pill.nav{background:#1e1e1e;color:#fff;border-color:#1e1e1e;box-shadow:0 1px 2px #0000001a}.stage-pill.nav:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 2px 4px #2563eb33}.stage-counter{margin:1.5rem 0}.stage-counter-label{font-size:.85rem;font-weight:600;color:#111827;display:block;margin-bottom:.5rem}.stage-counter-controls{display:inline-flex;align-items:center;border-radius:8px;overflow:hidden;border:1.5px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000000d}.stage-counter-btn{width:38px;height:38px;background:#1e1e1e;border:none;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .15s ease;color:#fff}.stage-counter-btn:hover:not(:disabled){background:#2563eb}.stage-counter-btn:disabled{background:#9ca3af;cursor:not-allowed}.stage-counter-value{min-width:50px;text-align:center;font-weight:600;background:#fff;color:#2563eb;font-size:1rem;padding:0 .5rem;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #f3f4f6}.stage-counter-controls:focus-within{box-shadow:0 0 0 2px #2563eb1a,0 1px 3px #0000000d}.stage-pill:focus-visible{outline:2px solid #2563EB;outline-offset:2px}.stage-counter-btn:focus-visible{outline:2px solid #2563EB;outline-offset:0}.submit-button-wrapper{padding-top:16px}.select-box{display:flex;flex-direction:column;gap:.4rem}.select-label{font-size:.95rem;font-weight:600;color:#000}.select-required{margin-left:4px;color:#2563eb}.select-field{width:auto;min-width:120px;padding:.85rem 1rem;font-size:1rem;color:#000;background:#fff;border-radius:14px;border:2px solid #f3f4f6;outline:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px -1px #2563eb0f;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-field option:disabled{color:#9ca3af}.select-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26,0 4px 6px -1px #2563eb1f}.select-field:disabled{background:#f9fafb;cursor:not-allowed}.select-field{width:45%}@media(min-width:768px){.select-field{width:28%}}@media(min-width:1200px){.select-field{width:19%}}@media(min-width:1600px){.select-field{width:15%}}.date-input-box{width:100%;max-width:90%;margin-bottom:1.5rem;display:flex;flex-direction:column}.date-input-label{font-size:.9rem;font-weight:600;color:#111827;margin-bottom:6px}.date-input-required{margin-left:4px;color:#2563eb}.date-input-field{width:100%;padding:.75rem 1rem;font-size:.95rem;color:#111827;background:#fff;border-radius:12px;border:1.5px solid #e5e7eb;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;box-shadow:0 1px 2px #0000000a;cursor:pointer}.date-input-field:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.date-input-field:hover{border-color:#d1d5db}.date-input-field:disabled{background:#f9fafb;cursor:not-allowed}.date-input-field::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .15s ease}.date-input-field::-webkit-calendar-picker-indicator:hover{opacity:1}.date-input-wrapper{position:relative;width:100%}.date-input-field.empty{color:transparent}.date-input-placeholder{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.95rem;color:#2563eb;pointer-events:none}.date-input-field:not(.empty){color:#111827}.date-input-field.empty::-webkit-calendar-picker-indicator{opacity:.6}.code-input-row{display:flex;gap:.75rem;align-items:center}.code-input-row input{flex:1;height:42px;border-radius:8px;border:1.5px solid #CBD5E1;padding:0 .75rem;font-size:1rem;background:#fff;color:#111827}.generate-code-btn{flex:1;height:42px;border-radius:8px;border:1.5px solid #CBD5E1;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.generate-code-btn:hover{background:#1d4ed8}.user-search{width:100%;max-width:90%;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.search-method-group{display:flex;flex-direction:column;gap:.5rem;background:#2563eb0f;padding:.75rem;border-radius:14px}.search-method-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#374151}.search-method-select{appearance:none;width:fit-content;min-width:170px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:#2563eb;background:#fff;border-radius:999px;border:1px solid rgba(37,99,235,.15);cursor:pointer;outline:none;box-shadow:0 4px 6px -1px #2563eb1a,0 8px 10px -3px #00000014;transition:background-color .2s ease,box-shadow .2s ease,transform .15s ease,border-color .2s ease}.search-method-select:hover{background:#2563eb14;transform:translateY(-1px)}.search-method-select:active{transform:translateY(0);box-shadow:0 2px 4px -1px #2563eb1a,0 4px 6px -2px #00000014}.search-method-select:focus{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 6px 10px -1px #2563eb40,0 12px 16px -3px #00000026}.search-method-select:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed}.user-search .loading-container{margin-top:.4rem}.client-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.client-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 6px 16px #00000014}.client-card h3{margin-bottom:8px;font-size:1.1rem;color:#1e3a8a}.client-meta{display:flex;flex-direction:column;gap:4px;font-size:.9rem;color:#374151}.empty-state{color:#6b7280;font-style:italic}.page-wrapper{background-color:#fff;width:100%;min-height:100vh;max-width:none}.code-input-row{display:flex;align-items:flex-end;gap:.6rem}.expand-stages-btn{height:44px;width:44px;border-radius:10px;border:1.5px solid #e5e7eb;background:#f9fafb;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.expand-stages-btn.open{transform:rotate(90deg);background:#111827;color:#fff}.stage-fields{margin-top:1.5rem;display:grid;gap:1rem}.client-input-wrapper{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.client-mode-selector{display:flex;gap:1.5rem;align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:500;color:#111827}.client-mode-selector label{display:flex;align-items:center;gap:.4rem;cursor:pointer}.client-mode-selector input[type=radio]{accent-color:#2563eb;width:18px;height:18px}.client-input-wrapper .input-box{display:flex;flex-direction:column;gap:.4rem}.client-input-wrapper .input-box input{height:42px;padding:0 .75rem;font-size:1rem;border:1.5px solid #CBD5E1;border-radius:8px;background:#fff;color:#111827;outline:none;transition:all .2s ease}.client-input-wrapper .input-box input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}@media(max-width:640px){.client-input-wrapper{gap:.75rem}.client-mode-selector{flex-direction:column;align-items:flex-start;gap:.5rem}}.document-cards{display:grid;gap:1.5rem}.document-card{background:#fff;border-radius:12px;padding:1.4rem;box-shadow:0 6px 20px #0000000f}.document-header{display:flex;justify-content:space-between;align-items:center}.document-code{font-weight:600;color:#2563eb}.document-meta{display:grid;gap:.4rem;margin:.8rem 0 1.2rem;font-size:.9rem;color:#374151}.document-stages h4{margin-bottom:.6rem}.stage-card{border-left:4px solid #cbd5e1;padding:.8rem 1rem;margin-bottom:.6rem;background:#f9fafb;border-radius:8px}.stage-card.completed{border-color:#16a34a}.stage-card.in_progress{border-color:#2563eb}.stage-card.pending{border-color:#f59e0b}.stage-header{display:flex;justify-content:space-between;font-weight:600}.stage-title{color:#111827}.stage-status{font-size:.8rem;text-transform:uppercase}.stage-detail{margin:.4rem 0;font-size:.9rem;color:#4b5563}.stage-dates{display:flex;gap:1rem;font-size:.75rem;color:#6b7280}.quotations-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding:.5rem;cursor:pointer}.quotation-card{background:#fff;border-radius:14px;padding:1.25rem;border:1px solid #e5e7eb;box-shadow:0 6px 18px #0000000a;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.quotation-card.selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.quotation-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #00000014}.card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.card-title{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.status-badge{font-size:.75rem;padding:.3rem .65rem;border-radius:999px;font-weight:600;white-space:nowrap}.status-badge.yes{background:#dcfce7;color:#166534}.status-badge.no{background:#fee2e2;color:#7f1d1d}.card-body{display:grid;gap:.5rem}.card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;min-width:90px}.card-value{font-size:.9rem;color:#0f172a;text-align:right;word-break:break-word;flex:1}.message-container{background:#f8fafc;border-radius:10px;padding:.75rem}.message-label{font-size:.7rem;font-weight:600;text-transform:uppercase;color:#64748b;margin-bottom:.25rem}.message-content{font-size:.9rem;line-height:1.5;color:#1e293b;margin:0}.empty-state{color:#64748b;font-size:.9rem;text-align:center;padding:2rem}@media(max-width:768px){.quotations-cards{grid-template-columns:1fr;padding:.25rem}.card-row{flex-direction:column;gap:.25rem}.card-value{text-align:left}}.file-input-wrapper{display:flex;flex-direction:column;gap:.4rem;padding-bottom:25px}.file-input-label{font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#374151}.file-input-button{width:fit-content;max-width:100%;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;color:#2563eb;background:#fff;border-radius:9px;border:1px solid rgba(37,99,235,.15);cursor:pointer;outline:none;box-shadow:0 4px 6px -1px #2563eb1a,0 8px 10px -3px #00000014;transition:background-color .2s ease,box-shadow .2s ease,transform .15s ease,border-color .2s ease}.file-input-button:hover{background:#2563eb14;transform:translateY(-1px)}.file-input-button:active{transform:translateY(0);box-shadow:0 2px 4px -1px #2563eb1a,0 4px 6px -2px #00000014}.file-input-button.disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;box-shadow:none;cursor:not-allowed}.target-user-info{width:100%;max-width:90%;background:#2563eb0f;padding:1rem;border-radius:16px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 6px -1px #2563eb14,0 8px 10px -3px #0000000f;animation:fadeInUp .25s ease-out}.info-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:.6rem .9rem;border-radius:12px;border:1px solid rgba(37,99,235,.12);box-shadow:0 2px 4px #0000000a;transition:transform .15s ease,box-shadow .15s ease}.info-row:hover{transform:translateY(-1px);box-shadow:0 4px 8px #2563eb1f}.info-label{font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#374151}.info-value{font-size:.9rem;font-weight:600;color:#2563eb;word-break:break-all}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero-box{min-height:320px;background-color:#fff;box-shadow:0 8px 24px #0000001f;display:grid;grid-template-rows:auto 1fr;margin-bottom:4rem}.hero-box-title{font-size:2rem;font-weight:700;color:#111827}.hero-box-subtitle{font-size:1.25rem;color:#6b7280}.page-title{padding:120px 20px 40px;text-align:center;color:#222}.page-title h1{font-size:clamp(36px,6vw,64px);font-weight:800;letter-spacing:1px;margin-bottom:12px;line-height:1.2}.page-title p{max-width:720px;margin:0 auto;font-size:28px;color:#555;line-height:1.6}.page-title h1:after{content:"";display:block;width:180px;height:4px;background-color:#2563eb;margin:16px auto 0;border-radius:2px}.page-title-bottom h1:after{display:none}.page-title-bottom p{max-width:720px;margin:0 auto;font-size:35px;color:#555;line-height:1.6}.page-title--compact{padding:60px 20px 40px;text-align:center;color:#222}.page-title--compact h1{margin:0;line-height:1}.page-title--compact p{margin:4px auto 0}.page-title--middle{padding:0 0 40px;text-align:center;color:#222}.page-title--middle p{font-size:18px;max-width:600px;margin:24px auto 0;padding-left:16px;text-align:center;color:#555}@media(max-width:480px){.page-title{padding:40px 16px}.page-title p{font-size:16px}.page-title-bottom p{font-size:20px}}.info-cards-section{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.info-cards-section{grid-template-columns:1fr}}.info-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000014;transition:.2s;color:#111}.info-card h3{margin:0 0 8px;font-size:18px;font-weight:600}.info-card p{margin:0;font-size:14px;color:#333}.retool-embed{margin-top:24px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}.retool-embed iframe{border:none;display:block}.page-wrapper{background-color:#fff;width:100%;min-height:100vh}.page-content{padding:2rem}.footer-box{min-height:120px;background-color:#1e1e1e;display:grid;grid-template-rows:auto 1fr}@media(max-width:768px){.hero-box{padding:1.6rem 1.4rem;min-height:280px}}.footer-text{text-align:center;display:flex;flex-direction:column;gap:.75rem}.footer-text__company{font-size:1.1rem;font-weight:700;letter-spacing:.04em;color:#fff;padding-top:15px;cursor:pointer}.footer-text__contact{display:flex;justify-content:center;gap:1.25rem;font-size:.9rem;color:#6b7280;padding-top:10px;cursor:pointer}.footer-text__contact span{white-space:nowrap}.footer-text__copyright{font-size:.75rem;color:#9ca3af}
