.logo-slider-section{width:100%;background:linear-gradient(135deg,#f8f9fa,#fff);padding:40px 0;overflow:hidden;border-top:2px solid #e2e8f0;border-bottom:2px solid #3b82f6}.logo-slider-container{width:100%;overflow:hidden;position:relative}.logo-slider-track{display:flex;animation:scroll-left 30s linear infinite;gap:80px;padding:0 20px}.logo-slider-items{display:flex;gap:80px;min-width:100%;flex-shrink:0}.logo-item{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;min-width:140px}.logo-square{width:120px;height:120px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;text-align:center;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px #00000014}.logo-item:hover .logo-square{transform:translateY(-8px);border-color:#3b82f6;box-shadow:0 8px 16px #3b82f626;background:linear-gradient(135deg,#f0f7ff,#fff)}.logo-icon{font-size:32px;margin-bottom:8px;display:block;line-height:1}.logo-info{flex:1;min-width:0}.logo-name{font-size:11px;font-weight:600;color:#1f2937;margin:0;line-height:1.2;word-break:break-word}.logo-title{font-size:9px;color:#6b7280;margin:2px 0 0;line-height:1.1;word-break:break-word}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 768px){.logo-slider-section{padding:30px 0}.logo-square{width:100px;height:100px}.logo-icon{font-size:24px}.logo-name{font-size:10px}.logo-title{font-size:8px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media (max-width: 480px){.logo-slider-section{padding:20px 0}.logo-slider-track,.logo-slider-items{gap:15px}.logo-square{width:85px;height:85px;padding:8px}.logo-icon{font-size:20px}.logo-name{font-size:9px}.logo-title{font-size:7px}.logo-item:hover .logo-square{transform:translateY(-4px)}}.career-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff)}.career-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px;text-align:center}.career-hero h1{font-size:2.5rem;margin-bottom:15px;font-weight:700}.career-hero p{font-size:1.1rem;max-width:600px;margin:0 auto;opacity:.95;line-height:1.6}.career-form-layout{max-width:1000px;margin:60px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.career-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}.career-form h2{font-size:1.8rem;margin-bottom:30px;color:#1f2937;font-weight:700}.career-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.career-form label{display:flex;flex-direction:column;margin-bottom:20px;font-weight:500;color:#374151}.career-form label span{display:block;margin-bottom:8px}.career-form input,.career-form textarea,.career-form select{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease}.career-form input:focus,.career-form textarea:focus,.career-form select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.career-form textarea{resize:vertical;min-height:100px}.career-file-box{position:relative;margin-bottom:20px}.career-file-box input[type=file]{cursor:pointer;padding:12px;border:2px dashed #667eea;background-color:#f0f4ff}.file-hint{font-size:.85rem;color:#6b7280;margin-top:6px;display:block}.career-form button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.career-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.career-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{background-color:#fee2e2;border-left:4px solid #dc2626;padding:12px;margin-bottom:20px;border-radius:4px;color:#991b1b;font-size:.95rem}.form-success{background-color:#dcfce7;border-left:4px solid #16a34a;padding:12px;margin-bottom:20px;border-radius:4px;color:#15803d;font-size:.95rem}.career-info{display:flex;flex-direction:column;gap:30px}.career-info-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000014}.career-info-card h3{font-size:1.3rem;margin-bottom:20px;color:#1f2937;font-weight:700}.career-info-card ul{list-style:none;padding:0}.career-info-card li{padding:10px 0 10px 25px;position:relative;color:#4b5563;line-height:1.5}.career-info-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.career-success-message{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.success-card{background:#fff;padding:60px 40px;border-radius:12px;text-align:center;box-shadow:0 10px 30px #0000001a;max-width:500px}.success-card h1{font-size:2.5rem;color:#16a34a;margin-bottom:20px;font-weight:700}.success-card p{font-size:1.1rem;color:#6b7280;margin-bottom:10px;line-height:1.6}.success-button{display:inline-block;margin-top:30px;padding:12px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.success-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}@media (max-width: 768px){.career-hero h1{font-size:1.8rem}.career-hero p{font-size:.95rem}.career-form-layout{grid-template-columns:1fr;gap:30px;margin:40px auto}.career-form{padding:30px 20px}.career-form-grid{grid-template-columns:1fr}.career-info-card{padding:20px}.success-card{padding:40px 20px}.success-card h1{font-size:1.8rem}}@media (max-width: 480px){.career-hero{padding:40px 15px}.career-hero h1{font-size:1.5rem;margin-bottom:10px}.career-form-layout{margin:30px auto;padding:0 15px}.career-form{padding:20px 15px}.career-form h2{font-size:1.3rem;margin-bottom:20px}.career-form input,.career-form textarea{font-size:16px}}*{box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1e3a8a;--dark: #0f172a;--muted: #64748b;--surface: #ffffff;--soft: #f8fafc;--border: #cbd5e1;--shadow: 0 18px 45px rgba(15, 23, 42, .1)}body{margin:0;font-family:Arial,sans-serif;background:#f4f7fb;color:#1f2937}.navbar{display:flex;justify-content:space-between;align-items:center;padding:18px 8%;background:var(--dark)}.brand{color:#fff;font-size:24px;font-weight:700;text-decoration:none}.navbar nav a{color:#fff;margin-left:18px;text-decoration:none}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:80px 8%}.hero-premium{min-height:calc(100vh - 72px);background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.16),transparent 26%),radial-gradient(circle at 86% 22%,rgba(20,184,166,.18),transparent 28%),linear-gradient(135deg,#f8fafc,#eef2ff 48%,#f8fafc);overflow:hidden}.hero-copy{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e0f2fe;color:#075985;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hero h1{font-size:clamp(42px,5vw,66px);margin:0 0 18px;color:#0f172a;line-height:1.04;letter-spacing:-.04em}.hero p{font-size:20px;line-height:1.7;color:#475569;max-width:620px}.hero-actions{display:flex;align-items:stretch;gap:18px;flex-wrap:wrap;margin-top:28px}.offer-button,button{display:inline-block;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:12px 20px;text-decoration:none;cursor:pointer;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.offer-button:hover,button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #2563eb40;background:#1d4ed8}button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.projects-card{min-width:260px;max-width:340px;padding:14px 16px;border-radius:18px;background:#fff;color:#0f172a;text-decoration:none;box-shadow:0 18px 40px #0f172a1a;border:1px solid rgba(148,163,184,.22)}.projects-card span{display:block;color:#64748b;font-size:12px;font-weight:800}.projects-card strong{display:block;margin:4px 0;color:#1e3a8a}.projects-card small{color:#64748b;line-height:1.5}.analytics-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.visual-glow{position:absolute;border-radius:999px;filter:blur(8px);opacity:.75;animation:floatGlow 5s ease-in-out infinite}.glow-one{width:230px;height:230px;background:#2563eb3d;top:35px;right:20px}.glow-two{width:190px;height:190px;background:#14b8a638;bottom:40px;left:0;animation-delay:1.2s}.analytics-dashboard{position:relative;z-index:2;width:min(100%,520px);padding:20px;border-radius:32px;background:linear-gradient(145deg,#0f172af5,#1e3a8aeb);color:#fff;box-shadow:0 36px 90px #0f172a52;border:1px solid rgba(255,255,255,.14);transform:rotate(-2deg)}.dashboard-topbar{display:flex;align-items:center;gap:8px;margin-bottom:18px}.dashboard-topbar span{width:10px;height:10px;border-radius:999px;background:#38bdf8}.dashboard-topbar span:nth-child(2){background:#22c55e}.dashboard-topbar span:nth-child(3){background:#f97316}.dashboard-topbar strong{margin-left:auto;color:#dbeafe;font-size:13px;letter-spacing:.04em}.dashboard-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;margin-bottom:16px}.metric-card{min-height:122px;padding:16px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.metric-card small{display:block;color:#bfdbfe;font-weight:800;margin-bottom:8px}.metric-card strong{display:block;font-size:21px}.metric-card p{margin:8px 0 0;color:#cbd5e1;font-size:13px;line-height:1.4}.primary-metric strong{font-size:42px;letter-spacing:-.04em}.progress-ring{width:54px;height:54px;border-radius:50%;margin-top:10px;background:conic-gradient(#22c55e 0,#22c55e 92%,#ffffff2e 92%,#ffffff2e);display:grid;place-items:center}.progress-ring span{width:34px;height:34px;border-radius:50%;background:#172554;display:block}.advanced-chart{position:relative;height:220px;border-radius:26px;overflow:hidden;padding:24px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.12)}.advanced-chart:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.5}.chart-bars{position:absolute;left:24px;right:24px;bottom:24px;height:150px;display:flex;align-items:flex-end;gap:14px}.chart-bars span{flex:1;border-radius:999px 999px 10px 10px;background:linear-gradient(180deg,#38bdf8,#2563eb);box-shadow:0 0 18px #38bdf86b;animation:barPulse 3s ease-in-out infinite}.chart-bars span:nth-child(2n){background:linear-gradient(180deg,#34d399,#14b8a6);animation-delay:.4s}.chart-line{position:absolute;left:38px;right:38px;top:76px;height:86px;border-radius:50%;border-top:4px solid #facc15;transform:rotate(-6deg);filter:drop-shadow(0 0 10px rgba(250,204,21,.55));z-index:2}.dot{position:absolute;width:13px;height:13px;border-radius:50%;background:#facc15;box-shadow:0 0 0 6px #facc152e;z-index:3}.dot-a{left:68px;top:115px}.dot-b{left:170px;top:82px}.dot-c{right:150px;top:102px}.dot-d{right:70px;top:64px}.floating-chip{position:absolute;z-index:3;width:210px;padding:14px 16px;border-radius:20px;background:#ffffffeb;color:#0f172a;box-shadow:0 24px 52px #0f172a2e;border:1px solid rgba(148,163,184,.22);animation:floatChip 4.5s ease-in-out infinite}.floating-chip span{display:block;color:#2563eb;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.floating-chip strong{display:block;margin-top:4px}.chip-left{left:-10px;top:70px}.chip-right{right:-10px;bottom:78px;animation-delay:1s}.page{padding:50px 8%}.makale-page{min-height:calc(100vh - 70px);background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at 88% 18%,rgba(20,184,166,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2ff 52%,#f8fafc)}.makale-shell{max-width:900px;margin:0 auto;background:#fff;border-radius:38px;padding:50px;box-shadow:0 30px 80px #0f172a24}.makale-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid rgba(148,163,184,.2)}.makale-title{margin:0 0 16px;color:#0f172a;font-size:clamp(36px,4.5vw,56px);line-height:1.08;letter-spacing:-.04em}.makale-subtitle{margin:0;color:#475569;font-size:clamp(18px,2vw,24px);line-height:1.6}.makale-content{margin-bottom:40px}.makale-article-title{margin:0 0 24px;color:#1e3a8a;font-size:clamp(24px,2.5vw,32px);line-height:1.3;letter-spacing:-.02em}.makale-text{color:#334155;font-size:18px;line-height:1.85}.makale-text p{margin:0 0 20px;text-align:justify}.makale-text p:last-child{margin-bottom:0}.makale-author{text-align:right;padding:20px 0;margin-bottom:30px;border-top:1px solid rgba(148,163,184,.28);border-bottom:1px solid rgba(148,163,184,.28)}.makale-author p{margin:0;color:#1e3a8a;font-size:16px;font-weight:700;font-style:italic}.makale-footer{text-align:center}.makale-back-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 10px 24px #2563eb3d;transition:all .2s ease}.makale-back-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #2563eb52;background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}@media (max-width: 768px){.makale-shell{padding:28px;border-radius:28px}.makale-text{font-size:16px}.makale-author{text-align:center}}.service-grid,.downloads-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.service-card,.download-card,.offer-form{background:var(--surface);padding:24px;border-radius:18px;box-shadow:0 12px 30px #0f172a14}.offer-form input,.offer-form textarea,.offer-form select{width:100%;margin-bottom:14px;padding:12px;border:1px solid var(--border);border-radius:10px}.offer-form textarea{min-height:140px}.downloads-cloud-link-box{margin:0 0 22px;padding:22px;border-radius:20px;background:linear-gradient(145deg,#eef6ff,#ecfeff);border:1px solid rgba(37,99,235,.24);box-shadow:0 14px 30px #0f172a1a}.downloads-cloud-link-box span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.downloads-cloud-link-box h2{margin:12px 0 8px;color:#0f172a}.downloads-cloud-link-box p{margin:0 0 14px;color:#475569;line-height:1.65}.downloads-cloud-link-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;font-weight:900;text-decoration:none}.form-error,.form-success{margin-bottom:14px;padding:12px 14px;border-radius:12px;font-weight:700}.form-error{background:#fee2e2;color:#991b1b}.form-success{background:#dcfce7;color:#166534}.admin-login-page,.admin-page{min-height:calc(100vh - 70px);padding:56px 8%;background:radial-gradient(circle at top left,rgba(37,99,235,.17),transparent 30%),radial-gradient(circle at bottom right,rgba(20,184,166,.17),transparent 32%),linear-gradient(180deg,#f8fafc,#eef2ff)}.admin-login-shell{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;max-width:1180px;margin:0 auto}.admin-login-visual,.admin-hero,.admin-page-header,.admin-form-info{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e3a8a 62%,#2563eb);color:#fff;border-radius:30px;padding:36px;box-shadow:0 26px 70px #0f172a38}.admin-login-visual:after,.admin-hero:after,.admin-page-header:after,.admin-form-info:after{content:"";position:absolute;width:190px;height:190px;right:-70px;top:-70px;border-radius:50%;background:#ffffff1a}.admin-login-visual h1,.admin-hero h1,.admin-page-header h1,.admin-form-info h1{margin:10px 0 14px;font-size:clamp(30px,4vw,42px);line-height:1.12}.admin-login-visual p,.admin-hero p,.admin-page-header p,.admin-form-info p{color:#dbeafe;line-height:1.7;font-size:17px;max-width:760px}.admin-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#bfdbfe;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.admin-login-highlights{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.admin-login-highlights span{padding:9px 13px;border-radius:999px;background:#ffffff21;color:#fff;border:1px solid rgba(255,255,255,.18);font-weight:700}.admin-login-card,.admin-form-card{background:#fffffff5;border:1px solid rgba(148,163,184,.3);border-radius:28px;padding:32px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-card-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:20px;background:#eff6ff;margin-bottom:14px;font-size:26px}.admin-login-card h2,.admin-form-card h2{margin:0 0 8px;color:var(--dark);font-size:26px}.admin-login-card p{color:var(--muted);line-height:1.6}.admin-login-card label,.admin-form-card label,.admin-select-label{display:block;margin-bottom:15px;color:#334155;font-weight:800}.admin-login-card input,.admin-form-card input,.admin-form-card textarea,.admin-form-card select,.admin-select-label select{width:100%;margin-top:8px;padding:14px 15px;border:1px solid var(--border);border-radius:14px;background:#fff;outline:none;transition:border .2s ease,box-shadow .2s ease}.admin-login-card input:focus,.admin-form-card input:focus,.admin-form-card textarea:focus,.admin-form-card select:focus,.admin-select-label select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.admin-form-card textarea{min-height:132px;resize:vertical}.admin-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}.admin-hero-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.admin-hero-actions a{padding:12px 17px;border-radius:14px;background:#fff;color:var(--primary-dark);text-decoration:none;font-weight:900;box-shadow:0 10px 22px #0f172a1f}.admin-hero-actions .admin-dashboard-logout{padding:12px 17px;border-radius:14px;background:#ef4444;color:#fff;border:none;font-weight:900;box-shadow:0 10px 22px #0f172a2e}.admin-hero-actions .admin-dashboard-logout:hover{background:#dc2626}.admin-stats-grid,.admin-action-grid,.admin-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:22px;margin-bottom:30px}.admin-stat-card,.admin-action-card,.admin-offer-card{background:var(--surface);border:1px solid rgba(148,163,184,.28);border-radius:24px;padding:24px;box-shadow:0 16px 38px #0f172a14}.admin-stat-card{position:relative;overflow:hidden}.admin-stat-card:after{content:"";position:absolute;width:82px;height:82px;right:-22px;bottom:-22px;border-radius:50%;background:#2563eb14}.admin-stat-card span{color:var(--muted);font-weight:900}.admin-stat-card strong{display:block;margin:10px 0;font-size:40px;color:var(--dark)}.admin-stat-card p{margin:0;color:var(--muted);line-height:1.5}.admin-stat-card.blue{border-top:6px solid #2563eb}.admin-stat-card.orange{border-top:6px solid #f97316}.admin-stat-card.green{border-top:6px solid #14b8a6}.admin-stat-card.purple{border-top:6px solid #7c3aed}.admin-action-card{text-decoration:none;color:var(--dark);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.admin-action-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px #0f172a24;border-color:#2563eb52}.admin-action-card span{color:var(--primary);font-weight:900}.admin-action-card h2{margin:10px 0}.admin-action-card p{color:var(--muted);line-height:1.6}.admin-action-card-button{width:100%;text-align:left;cursor:pointer;border:1px solid rgba(148,163,184,.28);background:var(--surface);padding:24px}.admin-action-card-button:hover{background:#fff}.admin-page-header{margin-bottom:26px}.admin-offer-card{display:flex;flex-direction:column;gap:12px}.admin-offer-top{display:flex;justify-content:space-between;align-items:center;gap:14px}.admin-offer-top small{color:var(--muted);font-weight:800}.admin-status{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900;background:#eff6ff;color:#2563eb}.admin-status.reviewing{background:#fef3c7;color:#92400e}.admin-status.prototype_sent,.admin-status.in_development{background:#ede9fe;color:#5b21b6}.admin-status.waiting_payment{background:#ffedd5;color:#9a3412}.admin-status.delivered{background:#dcfce7;color:#166534}.admin-status.cancelled{background:#fee2e2;color:#991b1b}.admin-offer-card h2{margin:0;color:var(--dark)}.admin-offer-service{margin:0;color:var(--primary);font-weight:900}.admin-offer-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:14px}.admin-offer-meta span{padding:7px 10px;border-radius:999px;background:#f1f5f9}.admin-offer-message{color:#334155;line-height:1.65}.admin-form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start;max-width:1180px;margin:0 auto}.admin-form-info ul{margin:22px 0 0;padding-left:20px;color:#dbeafe;line-height:1.7}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-file-box{padding:18px;border:1px dashed #94a3b8;border-radius:18px;background:#f8fafc}.admin-file-box input{background:transparent;border:none;padding-left:0}.admin-demo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:grid;place-items:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.admin-demo-modal-card{width:min(620px,100%);border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.32);box-shadow:0 28px 70px #0f172a47;overflow:hidden}.admin-demo-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px;background:linear-gradient(135deg,#0f172a,#1e3a8a)}.admin-demo-modal-header h2{margin:0;color:#fff}.admin-demo-modal-header button{padding:10px 14px;border-radius:10px;border:none;background:#ef4444;color:#fff;font-weight:900}.admin-demo-modal-body{padding:22px}.admin-demo-modal-tab{display:inline-flex;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900}.admin-demo-modal-body label{display:block;margin-bottom:8px;color:#1f2937;font-weight:800}.admin-demo-modal-body input{width:100%;padding:14px;border-radius:12px;border:1px solid var(--border);outline:none}.admin-demo-modal-body input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.admin-demo-modal-actions{margin-top:14px}.admin-demo-modal-body small{display:block;margin-top:12px;color:#334155;font-weight:700}@keyframes floatGlow{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.06)}}@keyframes barPulse{0%,to{opacity:.78;transform:scaleY(.96)}50%{opacity:1;transform:scaleY(1.04)}}@keyframes floatChip{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media (max-width: 1100px){.hero{grid-template-columns:1fr}.analytics-visual{min-height:520px}.chip-left{left:20px}.chip-right{right:20px}}@media (max-width: 1000px){.admin-login-shell,.admin-form-layout{grid-template-columns:1fr}.admin-hero{display:grid;grid-template-columns:1fr}}@media (max-width: 768px){.navbar{flex-direction:column;gap:12px;align-items:flex-start}.navbar nav{display:flex;flex-wrap:wrap;gap:12px}.navbar nav a{margin-left:0}.hero{grid-template-columns:1fr;padding:54px 6%}.hero h1{font-size:38px}.analytics-visual{min-height:auto;padding:30px 0}.analytics-dashboard{transform:none}.dashboard-grid{grid-template-columns:1fr}.floating-chip{position:static;width:100%;margin-top:14px;animation:none}.admin-login-page,.admin-page{padding:34px 5%}.admin-login-visual,.admin-hero,.admin-page-header,.admin-form-info,.admin-login-card,.admin-form-card{border-radius:22px;padding:24px}.admin-form-grid,.admin-stats-grid,.admin-action-grid,.admin-offer-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero h1{font-size:32px}.advanced-chart{height:190px;padding:18px}.chart-bars{left:18px;right:18px;bottom:18px;gap:9px}.admin-login-visual h1,.admin-hero h1,.admin-page-header h1,.admin-form-info h1{font-size:28px}.admin-stat-card strong{font-size:34px}.admin-hero-actions a,.offer-button,button{width:100%;text-align:center}}.detailed-analytics-side .analytics-visual-stack.after-z-formula{margin-top:.8rem!important;transform:translateY(0)!important;width:100%!important}.detailed-analytics-side .analytics-visual-stack.after-z-formula .formula-ribbon.top{position:relative!important;left:auto!important;right:auto!important;top:auto!important;margin:0 auto 14px!important;width:100%!important;max-width:680px!important}.detailed-analytics-side .analytics-visual-stack.after-z-formula .detailed-analytics-board{margin:0 auto 18px!important}@media (max-width: 768px){.detailed-analytics-side .analytics-visual-stack.after-z-formula{margin-top:.4rem!important;transform:translateY(0)!important}}.process-panel-heading.with-service-logo{padding-right:285px!important;min-height:260px!important}.process-panel-logo{position:absolute!important;right:24px!important;top:24px!important;width:225px!important;height:225px!important;object-fit:cover!important;object-position:center center!important;border-radius:26px!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important;box-shadow:0 24px 58px #0f172a33!important;display:block!important;z-index:5!important}@media (max-width: 760px){.process-panel-heading.with-service-logo{padding-right:26px!important;padding-top:270px!important;min-height:auto!important}.process-panel-logo{left:24px!important;right:auto!important;top:24px!important;width:220px!important;height:220px!important;border-radius:26px!important}}.brand-logo{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand-logo-mark{width:54px;height:54px;border-radius:14px;overflow:hidden;display:grid;place-items:center}.brand-logo-mark img{width:100%;height:100%;object-fit:contain;display:block;transform:scale(2.35);transform-origin:center}.brand-logo span{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.03em}@media (max-width: 768px){.brand-logo-mark{width:46px;height:46px}.brand-logo span{font-size:22px}}.nav-action-button{display:inline-flex;align-items:center;justify-content:center;margin-left:12px;padding:9px 14px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 10px 22px #2563eb47}.nav-action-button.secondary{background:linear-gradient(135deg,#14b8a6,#22c55e);box-shadow:0 10px 22px #14b8a63d}.nav-action-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb57}.popup-page{min-height:calc(100vh - 70px);background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 30%),radial-gradient(circle at bottom right,rgba(20,184,166,.16),transparent 32%),linear-gradient(135deg,#f8fafc,#eef2ff)}.popup-hero{padding:44px;border-radius:34px;background:linear-gradient(135deg,#0f172a,#1e3a8a 62%,#2563eb);color:#fff;box-shadow:0 28px 72px #0f172a38;margin-bottom:28px}.popup-hero span{display:inline-flex;padding:9px 13px;border-radius:999px;background:#ffffff24;color:#dbeafe;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.popup-hero h1{margin:0 0 16px;font-size:clamp(36px,5vw,60px);line-height:1.06;letter-spacing:-.045em}.popup-hero p{max-width:900px;color:#dbeafe;font-size:19px;line-height:1.75}.popup-action-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.popup-secondary-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;background:#fff;color:#1e3a8a;text-decoration:none;font-weight:900}.popup-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.popup-card-grid article{padding:26px;border-radius:26px;background:#fff;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 44px #0f172a17}.popup-card-grid span{display:inline-grid;place-items:center;min-width:48px;height:48px;padding:0 12px;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-weight:950;margin-bottom:14px}.popup-card-grid h2{margin:0 0 10px;color:#0f172a}.popup-card-grid p{margin:0;color:#475569;line-height:1.7}@media (max-width: 768px){.nav-action-button{margin-left:0;width:auto}.popup-hero{padding:28px;border-radius:26px}.popup-action-row a{width:100%}}.meeting-start-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#14b8a6);color:#fff;border:none;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #14b8a647}.meeting-start-button:hover{transform:translateY(-2px);box-shadow:0 18px 34px #14b8a65c;background:linear-gradient(135deg,#16a34a,#0f766e)}.meeting-room-section{margin-top:28px;padding:24px;border-radius:28px;background:#fff;box-shadow:0 18px 44px #0f172a1a;border:1px solid rgba(148,163,184,.28)}.meeting-room-header{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}.meeting-room-header span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.meeting-room-header h2{margin:0 0 8px;color:#0f172a}.meeting-room-header p{margin:0;color:#64748b;line-height:1.6}.meeting-close-button{background:#ef4444;color:#fff;border:none;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer}.meeting-share-box{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;margin-bottom:18px;border-radius:20px;background:#f8fafc;border:1px solid rgba(148,163,184,.35)}.meeting-share-box strong{display:block;margin-bottom:8px;color:#0f172a}.meeting-share-box code{display:block;padding:10px 12px;border-radius:12px;background:#e0f2fe;color:#075985;word-break:break-all;font-weight:800}.meeting-copy-button{background:#2563eb;color:#fff;border:none;border-radius:14px;padding:12px 18px;font-weight:900;cursor:pointer;white-space:nowrap}.meeting-frame{width:100%;height:620px;border:none;border-radius:22px;background:#020617}@media (max-width: 768px){.meeting-room-header,.meeting-share-box{flex-direction:column;align-items:flex-start}.meeting-close-button,.meeting-copy-button{width:100%}.meeting-frame{height:520px}}.promotion-video-section{margin-top:36px}.promotion-video-divider{width:100%;height:2px;background:#0f172a;opacity:.18;margin:0 0 28px}.promotion-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.promotion-video-card{background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:26px;padding:24px;box-shadow:0 18px 44px #0f172a17}.promotion-video-card h2{margin:0 0 18px;color:#0f172a;font-size:clamp(22px,2vw,30px);line-height:1.15;letter-spacing:-.035em}.promotion-video-player{width:100%;aspect-ratio:16 / 9;border-radius:20px;background:#020617;display:block;outline:none}.promotion-video-card p{margin:14px 0 0;color:#64748b;line-height:1.65;font-size:14px}@media (max-width: 900px){.promotion-video-grid{grid-template-columns:1fr}.promotion-video-card{padding:20px;border-radius:22px}}.legal-info-card{width:min(840px,100%)!important;padding:30px 34px!important;text-align:left!important}.legal-info-card p{margin:0 0 18px!important;max-width:78ch!important;color:#334155!important;font-size:16px!important;line-height:1.85!important;text-align:left!important;text-indent:0!important;letter-spacing:0!important;word-spacing:normal!important;-webkit-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important}.legal-info-card p:last-child{margin-bottom:0!important}.legal-info-header{align-items:flex-start!important;margin-bottom:22px!important;border-bottom:1px solid rgba(148,163,184,.28)!important;padding-bottom:16px!important}.legal-info-header h3{max-width:620px!important;margin:0!important;line-height:1.25!important;letter-spacing:-.02em!important;text-align:left!important}.about-page{background:linear-gradient(180deg,#f8fafc,#eef2ff)!important}.about-header{max-width:980px!important;margin:0 auto 30px!important;text-align:left!important}.about-header p{max-width:78ch!important;line-height:1.85!important;text-align:left!important;text-indent:0!important;word-spacing:normal!important}.about-content{max-width:1020px!important;margin:0 auto!important;display:grid!important;gap:24px!important}.about-content article{padding:30px 34px!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(148,163,184,.28)!important;box-shadow:0 16px 40px #0f172a12!important;text-align:left!important}.about-content article h2{margin:0 0 14px!important;color:#0f172a!important;line-height:1.25!important;letter-spacing:-.02em!important}.about-content article p{max-width:82ch!important;margin:0 0 18px!important;color:#334155!important;font-size:17px!important;line-height:1.9!important;text-align:left!important;text-indent:0!important;letter-spacing:0!important;word-spacing:normal!important;-webkit-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important}.about-content article p:last-child{margin-bottom:0!important}@media (max-width: 700px){.legal-info-card,.about-content article{padding:22px!important}.legal-info-card p,.about-content article p,.about-header p{max-width:100%!important;font-size:15.5px!important;line-height:1.75!important}}.home-privacy-policy-button{order:3;align-self:flex-start;margin:-34px 0 18px 18px;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;font-weight:950;letter-spacing:.01em;box-shadow:0 16px 34px #2563eb3d}.privacy-policy-modal-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:26px;background:#0f172aa3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.privacy-policy-modal-card{width:min(900px,100%);max-height:84vh;overflow:auto;padding:32px 36px;border-radius:28px;background:#fff;box-shadow:0 30px 90px #0f172a57;border:1px solid rgba(148,163,184,.32)}.privacy-policy-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(148,163,184,.28)}.privacy-policy-modal-header h2{margin:0;color:#0f172a;line-height:1.25;letter-spacing:-.03em}.privacy-policy-close-button{padding:10px 14px;border-radius:12px;background:#ef4444;color:#fff;font-weight:950;white-space:nowrap}.privacy-policy-modal-content p{margin:0 0 18px;max-width:82ch;color:#334155;font-size:16px;line-height:1.85;text-align:left;text-indent:0;word-spacing:normal}.privacy-policy-modal-content p:last-child{margin-bottom:0}@media (max-width: 700px){.home-privacy-policy-button{margin:-18px 0 18px;width:100%}.privacy-policy-modal-card{padding:22px;border-radius:22px}.privacy-policy-modal-header{flex-direction:column}.privacy-policy-close-button{width:100%}}.home-bottom-action-buttons{order:3!important;align-self:flex-end!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin:-470px 5.5% 42px auto!important;width:min(330px,90vw)!important;position:relative!important;z-index:5!important}.home-bottom-action-buttons .home-privacy-policy-button,.home-bottom-action-buttons .home-contact-button{width:100%!important;margin:0!important;padding:14px 22px!important;border-radius:999px!important;text-align:center!important;text-decoration:none!important;font-weight:950!important;letter-spacing:.01em!important;box-shadow:0 16px 34px #2563eb3d!important}.home-bottom-action-buttons .home-privacy-policy-button{background:linear-gradient(135deg,#0f172a,#2563eb)!important;color:#fff!important}.home-bottom-action-buttons .home-contact-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#14b8a6,#22c55e)!important;color:#fff!important}@media (max-width: 700px){.home-bottom-action-buttons{align-self:stretch!important;width:auto!important;margin:-250px 5% 28px!important}}.home-bottom-brand-line{position:relative!important;display:grid!important;grid-template-columns:minmax(260px,520px) minmax(260px,360px)!important;grid-template-areas:"line line" "logo actions"!important;align-items:start!important;justify-content:space-between!important;gap:26px 32px!important;width:100vw!important;max-width:none!important;margin:64px calc(50% - 50vw) 0!important;padding:0 5.5% 34px!important}.home-bottom-brand-line>div:first-of-type{grid-area:line!important;order:initial!important;width:100%!important;height:14px!important;flex:none!important;border-radius:999px!important;background:linear-gradient(90deg,#0f172a,#2563eb 42%,#14b8a6)!important;box-shadow:0 12px 30px #2563eb38!important}.home-bottom-brand-line>img{grid-area:logo!important;order:initial!important;width:500px!important;height:500px!important;max-width:100%!important;object-fit:contain!important;align-self:start!important;filter:drop-shadow(0 28px 54px rgba(15,23,42,.24))!important}.home-bottom-brand-line>.home-bottom-action-buttons{grid-area:actions!important;order:initial!important;align-self:start!important;justify-self:end!important;display:flex!important;flex-direction:column!important;gap:12px!important;width:min(330px,90vw)!important;margin:0!important;padding:0!important;height:auto!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;position:relative!important;z-index:2!important}.home-bottom-brand-line>.home-bottom-action-buttons>.home-privacy-policy-button,.home-bottom-brand-line>.home-bottom-action-buttons>.home-contact-button{width:100%!important;margin:0!important;padding:14px 22px!important;border-radius:999px!important;text-align:center!important;text-decoration:none!important;font-weight:950!important;letter-spacing:.01em!important;box-shadow:0 16px 34px #2563eb3d!important}.home-bottom-brand-line>.home-bottom-action-buttons>.home-privacy-policy-button{background:linear-gradient(135deg,#0f172a,#2563eb)!important;color:#fff!important}.home-bottom-brand-line>.home-bottom-action-buttons>.home-contact-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#14b8a6,#22c55e)!important;color:#fff!important}@media (max-width: 800px){.home-bottom-brand-line{grid-template-columns:1fr!important;grid-template-areas:"line" "logo" "actions"!important;padding:0 5% 28px!important;margin-top:42px!important}.home-bottom-brand-line>img{width:320px!important;height:320px!important}.home-bottom-brand-line>.home-bottom-action-buttons{justify-self:stretch!important;width:100%!important}}.home-bottom-brand-line{grid-template-columns:minmax(260px,520px) 1fr minmax(260px,360px)!important;grid-template-areas:"line line line" "logo spacer actions"!important;gap:8px 32px!important;align-items:start!important;justify-content:space-between!important;padding:0 5.5% 18px!important;margin-top:46px!important}.home-bottom-brand-line>div:first-of-type{grid-area:line!important;margin-bottom:0!important}.home-bottom-brand-line>img{grid-area:logo!important;margin-top:0!important;align-self:start!important;justify-self:start!important;transform:translateY(-6px)!important}.home-bottom-brand-line>.home-bottom-action-buttons{grid-area:actions!important;justify-self:end!important;align-self:start!important;margin:0!important;padding-top:0!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;width:min(330px,90vw)!important}@media (max-width: 800px){.home-bottom-brand-line{grid-template-columns:1fr!important;grid-template-areas:"line" "actions" "logo"!important;gap:14px!important}.home-bottom-brand-line>.home-bottom-action-buttons{justify-self:end!important;width:min(330px,100%)!important;transform:none!important}.home-bottom-brand-line>img{transform:none!important}}.production-process-page{background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at bottom right,rgba(20,184,166,.14),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2ff 55%,#f8fafc)}.premium-process-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:34px;align-items:center;padding:46px;border-radius:38px;background:linear-gradient(135deg,#020617,#0f172a 44%,#1e3a8a 76%,#2563eb);color:#fff;box-shadow:0 34px 88px #0f172a42;border:1px solid rgba(255,255,255,.14);margin-bottom:30px}.premium-process-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:42px 42px;opacity:.38}.premium-process-hero:after{content:"";position:absolute;width:320px;height:320px;right:-110px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.34),transparent 68%)}.process-hero-copy,.process-hero-visual{position:relative;z-index:1}.process-hero-copy span{display:inline-flex;padding:10px 14px;border-radius:999px;background:#ffffff24;color:#bfdbfe;font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.process-hero-copy h1{margin:0 0 18px;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.055em;color:#fff}.process-hero-copy p{margin:0;max-width:920px;color:#dbeafe;font-size:20px;line-height:1.8}.process-hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.process-hero-badges strong{padding:10px 14px;border-radius:999px;background:#ffffff21;border:1px solid rgba(255,255,255,.16);color:#fff;font-size:13px;box-shadow:inset 0 1px #ffffff1a}.process-hero-visual{min-height:340px;display:grid;place-items:center}.process-orbit-card.main{width:250px;height:250px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:30px;background:radial-gradient(circle at 30% 20%,#ffffff3d,#2563eb66 42%,#020617b8);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 70px #02061759,inset 0 1px #ffffff2e}.process-orbit-card.main span{width:74px;height:74px;border-radius:26px;display:grid;place-items:center;background:#fff;color:#1e3a8a;font-weight:950;font-size:26px;margin-bottom:12px}.process-orbit-card.main strong{display:block;color:#fff;font-size:24px;line-height:1.1}.process-orbit-card.main small{display:block;margin-top:8px;color:#bfdbfe;font-weight:800}.process-mini-card{position:absolute;min-width:138px;padding:15px 17px;border-radius:22px;background:#fffffff0;color:#0f172a;box-shadow:0 20px 48px #0206173d;border:1px solid rgba(255,255,255,.24)}.process-mini-card span{color:#2563eb;font-weight:950;font-size:12px;letter-spacing:.08em}.process-mini-card strong{display:block;margin-top:5px;font-size:17px}.process-mini-card.top{top:18px;left:10px}.process-mini-card.right{right:0;top:132px}.process-mini-card.bottom{bottom:18px;left:48px}@media (max-width: 1050px){.premium-process-hero{grid-template-columns:1fr}.process-hero-visual{min-height:300px}}@media (max-width: 700px){.premium-process-hero{padding:28px;border-radius:28px}.process-hero-copy h1{font-size:38px}.process-hero-copy p{font-size:17px}.process-mini-card{position:static;margin:10px}.process-hero-visual{display:flex;flex-wrap:wrap;justify-content:center;min-height:auto}.process-orbit-card.main{width:220px;height:220px}}.process-arrow-flow{position:relative;min-height:330px;display:grid;grid-template-columns:.92fr 96px .92fr;grid-template-rows:.9fr 86px .9fr;align-items:center;justify-items:center;padding:10px;overflow:visible}.process-flow-node{position:relative;z-index:2;width:172px;min-height:172px;border-radius:38px;display:grid;place-items:center;text-align:center;padding:18px;color:#fff;border:1px solid rgba(255,255,255,.24);box-shadow:0 24px 56px #02061747,inset 0 1px #ffffff38;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.process-flow-node span{display:block;width:auto;height:auto;margin:0 0 8px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;color:#fffffff5;font-family:Impact,Arial Black,Segoe UI Black,Arial,sans-serif;font-size:92px;line-height:.78;font-weight:950;letter-spacing:-.1em;text-shadow:0 8px 22px rgba(2,6,23,.38),0 0 22px rgba(56,189,248,.34)}.process-flow-node strong{display:block;font-size:24px;line-height:1.08;letter-spacing:-.035em}.process-flow-node small{display:block;margin-top:7px;color:#dbeafe;font-size:12px;font-weight:850;line-height:1.35}.request-node{grid-column:1;grid-row:1;background:linear-gradient(135deg,#2563ebeb,#1e3a8ac7);justify-self:start}.analysis-node{grid-column:3;grid-row:2;background:linear-gradient(135deg,#7c3aede6,#2563ebc7);justify-self:end}.delivery-node{grid-column:1;grid-row:3;background:linear-gradient(135deg,#14b8a6eb,#0f766ecc);justify-self:start}.process-flow-line{position:relative;z-index:1;width:136px;height:8px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#fff,#22c55e);box-shadow:0 0 24px #38bdf894,0 10px 24px #0206173d;transform-origin:center}.process-flow-line:after{content:"";position:absolute;right:-2px;top:50%;width:0;height:0;transform:translateY(-50%);border-left:20px solid #22c55e;border-top:12px solid transparent;border-bottom:12px solid transparent;filter:drop-shadow(0 0 10px rgba(34,197,94,.55))}.first-line{grid-column:2;grid-row:1;transform:rotate(18deg)}.second-line{grid-column:2;grid-row:3;transform:rotate(162deg);background:linear-gradient(90deg,#14b8a6,#fff,#a78bfa)}.second-line:after{border-left-color:#a78bfa;filter:drop-shadow(0 0 10px rgba(167,139,250,.58))}.process-arrow-flow:before{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;border-radius:38px;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:34px 34px;opacity:.32}@media (max-width: 1050px){.process-arrow-flow{grid-template-columns:1fr;grid-template-rows:auto;gap:16px;min-height:auto}.request-node,.analysis-node,.delivery-node,.first-line,.second-line{grid-column:1;grid-row:auto;justify-self:stretch}.process-flow-node{width:100%;min-height:150px}.process-flow-line{width:8px;height:76px;transform:none;justify-self:center;background:linear-gradient(180deg,#38bdf8,#fff,#22c55e)}.process-flow-line:after{right:auto;left:50%;top:auto;bottom:-3px;transform:translate(-50%);border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid #22c55e;border-bottom:none}.second-line{background:linear-gradient(180deg,#a78bfa,#fff,#14b8a6)}.second-line:after{border-top-color:#14b8a6}}@media (max-width: 700px){.process-flow-node{min-height:138px;border-radius:30px}.process-flow-node span{font-size:74px}.process-flow-node strong{font-size:22px}}.legal-info-button{margin:8px 0 14px;padding:10px 15px;border-radius:12px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;font-weight:900}.legal-info-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.legal-info-card{width:min(720px,100%);max-height:82vh;overflow:auto;padding:26px;border-radius:24px;background:#fff;box-shadow:0 28px 80px #0f172a4d;border:1px solid rgba(148,163,184,.32)}.legal-info-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.legal-info-header h3{margin:0;color:#0f172a;font-size:24px}.legal-info-header button{padding:9px 13px;border-radius:11px;background:#ef4444;color:#fff;font-weight:900}.legal-info-card p{margin:0;color:#475569;line-height:1.75}@media (max-width: 640px){.legal-info-card{padding:20px;border-radius:20px}.legal-info-header{align-items:flex-start;flex-direction:column}.legal-info-header button{width:100%}}.home-bottom-brand-line img{width:500px!important;height:500px!important}@media (max-width: 700px){.home-bottom-brand-line img{width:320px!important;height:320px!important}}.home-bottom-brand-line{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:22px!important;width:100vw!important;max-width:none!important;margin:34px calc(50% - 50vw) 0!important;padding:18px 5.5% 0!important}.home-bottom-brand-line div{order:1!important;width:100%!important;flex:none!important;height:14px!important;border-radius:999px!important;background:linear-gradient(90deg,#0f172a,#2563eb 42%,#14b8a6)!important;box-shadow:0 12px 30px #2563eb38!important}.home-bottom-brand-line img{order:2!important;width:396px!important;height:396px!important;object-fit:contain!important;flex:0 0 auto!important;align-self:flex-start!important;filter:drop-shadow(0 28px 54px rgba(15,23,42,.24))!important}.home-bottom-brand-line .home-bottom-action-buttons{order:3!important;align-self:flex-end!important;margin-left:auto!important;margin-right:0!important;width:min(330px,90vw)!important}@media (max-width: 700px){.home-bottom-brand-line{gap:16px!important;margin-top:24px!important;padding:14px 5% 0!important}.home-bottom-brand-line div{height:10px!important}.home-bottom-brand-line img{width:258px!important;height:258px!important}.home-bottom-brand-line .home-bottom-action-buttons{align-self:flex-end!important;width:min(330px,100%)!important}}.home-bottom-brand-line{display:flex;align-items:center;gap:28px;width:100%;max-width:1600px;margin:34px auto 0;padding:18px 0 0}.home-bottom-brand-line img{width:132px;height:132px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 18px 34px rgba(15,23,42,.18))}.home-bottom-brand-line div{flex:1;height:14px;border-radius:999px;background:linear-gradient(90deg,#0f172a,#2563eb 42%,#14b8a6);box-shadow:0 12px 30px #2563eb38}@media (max-width: 700px){.home-bottom-brand-line{gap:16px;margin-top:24px}.home-bottom-brand-line img{width:86px;height:86px}.home-bottom-brand-line div{height:10px}}.process-detail-panel .process-step-list{position:relative;display:grid;gap:18px;margin:28px 0 30px;padding:0;list-style:none;counter-reset:processStep}.process-detail-panel .process-step-list:before{content:"";position:absolute;left:31px;top:22px;bottom:22px;width:3px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#14b8a6,#22c55e);box-shadow:0 0 24px #2563eb38}.process-detail-panel .process-step-list li{counter-increment:processStep;position:relative;min-height:86px;padding:20px 22px 20px 92px;border-radius:24px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.28);box-shadow:0 16px 38px #0f172a12;color:#334155;line-height:1.68;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.process-detail-panel .process-step-list li:before{content:counter(processStep,decimal-leading-zero);position:absolute;left:16px;top:18px;width:34px;height:34px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:13px;font-weight:950;box-shadow:0 12px 24px #2563eb42;z-index:2}.process-detail-panel .process-step-list li:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 34%);opacity:0;transition:opacity .22s ease;pointer-events:none}.process-detail-panel .process-step-list li strong{display:block;margin-bottom:6px;color:#0f172a;font-size:18px;letter-spacing:-.02em}.process-detail-panel .process-step-list li:hover{transform:translateY(-4px);border-color:#2563eb57;box-shadow:0 24px 54px #0f172a1f}.process-detail-panel .process-step-list li:hover:after{opacity:1}.process-detail-panel .software-step-list li:before{background:linear-gradient(135deg,#14b8a6,#22c55e);box-shadow:0 12px 24px #14b8a640}.process-detail-panel .software-step-list:before{background:linear-gradient(180deg,#14b8a6,#22c55e,#2563eb)}@media (max-width: 700px){.process-detail-panel .process-step-list:before{left:25px}.process-detail-panel .process-step-list li{padding:18px 18px 18px 78px;border-radius:20px}.process-detail-panel .process-step-list li:before{left:12px;top:18px}}.analytics-visual-stack.after-z-formula{margin-top:2.8rem;position:relative;z-index:2}.analytics-visual-stack.after-z-formula .formula-ribbon.top{margin-bottom:16px}.analytics-visual-stack.after-z-formula .analytics-board{margin-bottom:18px}@media (max-width: 768px){.analytics-visual-stack.after-z-formula{margin-top:2rem}}.online-meeting-card{background:linear-gradient(135deg,#eff6ff,#f0fdfa);border-color:#14b8a638}.home-video-area{margin-top:18px;padding:14px;border-radius:20px;background:#fff;border:1px solid rgba(148,163,184,.28)}.home-video-player{width:100%;aspect-ratio:16 / 9;border-radius:16px;background:#020617;display:block;outline:none}.home-video-area p{margin:12px 0 0;color:#64748b;font-size:14px;line-height:1.55}.new-home-page .home-video-area{width:min(1600px,100%);margin:24px auto 0;padding:16px}@media (max-width: 700px){.new-home-page .home-video-area{margin-top:16px;padding:12px}}.home-extra-card{margin:22px 0;padding:22px;border-radius:24px;background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid rgba(37,99,235,.18);box-shadow:0 16px 34px #0f172a14}.home-extra-card span{display:inline-flex;margin-bottom:10px;padding:7px 11px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.home-extra-card h2{margin:0 0 10px;color:#0f172a;font-size:22px;line-height:1.2}.home-extra-card p{margin:0;color:#475569;line-height:1.7}.process-panel-heading.with-service-logo{position:relative!important;overflow:visible!important;padding-right:285px!important;min-height:260px!important}.process-panel-heading.with-service-logo:after{content:none!important;display:none!important}.process-panel-logo{position:absolute!important;right:30px!important;top:30px!important;width:220px!important;height:220px!important;object-fit:contain!important;object-position:center center!important;border-radius:30px!important;padding:12px!important;margin:0!important;background:linear-gradient(145deg,#fff,#eff6ff)!important;border:1px solid rgba(37,99,235,.18)!important;box-shadow:0 24px 58px #0f172a2e!important;display:block!important;visibility:visible!important;opacity:1!important;z-index:10!important;pointer-events:none!important}@media (max-width: 760px){.process-panel-heading.with-service-logo{padding-right:26px!important;padding-top:280px!important;min-height:auto!important}.process-panel-logo{left:26px!important;right:auto!important;top:24px!important;width:220px!important;height:220px!important;border-radius:28px!important}}.process-hero-kicker{transform:translateY(-32px);margin-bottom:-10px!important}.process-panel-heading.with-service-logo{padding-right:180px;min-height:190px}.process-panel-logo{position:absolute;right:30px;top:30px;width:118px;height:118px;object-fit:contain;border-radius:24px;padding:12px;background:linear-gradient(145deg,#fff,#eff6ff);border:1px solid rgba(37,99,235,.18);box-shadow:0 18px 42px #0f172a1f;z-index:2}.process-panel-heading.with-service-logo:after{display:none}@media (max-width: 760px){.process-hero-kicker{transform:translateY(-18px);margin-bottom:0!important}.process-panel-heading.with-service-logo{padding-right:26px;padding-top:150px}.process-panel-logo{left:26px;right:auto;top:24px;width:96px;height:96px;border-radius:20px}}.split-home-page{min-height:calc(100vh - 70px);background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at 88% 16%,rgba(20,184,166,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2ff 52%,#f8fafc);padding:42px 6%}.split-home-shell{min-height:calc(100vh - 154px);display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1500px;margin:0 auto;align-items:stretch}.split-home-visual,.split-home-content{position:relative;min-width:0;border-radius:38px;overflow:hidden}.split-home-visual{background:linear-gradient(135deg,#020617,#0f172a 48%,#1e3a8a);box-shadow:0 34px 88px #0f172a3d;border:1px solid rgba(255,255,255,.12);padding:34px;display:flex;align-items:center;justify-content:center}.math-grid-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.46;pointer-events:none}.formula-ribbon{position:absolute;left:28px;right:28px;top:26px;z-index:2;padding:13px 18px;border-radius:18px;background:#ffffff1c;color:#dbeafe;font-weight:900;letter-spacing:.04em;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.analytics-board{position:relative;z-index:2;width:min(100%,640px);padding:24px;border-radius:32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff24,0 28px 70px #02061747;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.board-top{display:flex;align-items:center;gap:8px;margin-bottom:18px}.board-top span{width:11px;height:11px;border-radius:50%;background:#38bdf8}.board-top span:nth-child(2){background:#22c55e}.board-top span:nth-child(3){background:#f97316}.board-top strong{margin-left:auto;color:#bfdbfe;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.equation-display{padding:18px 20px;border-radius:22px;background:#02061770;color:#fff;font-size:clamp(22px,2.4vw,34px);font-family:"Cambria Math",Times New Roman,serif;text-align:center;margin-bottom:18px;border:1px solid rgba(255,255,255,.12)}.home-analytic-svg{width:100%;height:310px;border-radius:26px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.1)}.home-axis{stroke:#dbeafe80;stroke-width:3}.home-curve{fill:none;stroke:#38bdf8;stroke-width:7;filter:drop-shadow(0 0 14px rgba(56,189,248,.65))}.home-regression{stroke:#facc15;stroke-width:4;stroke-dasharray:12 10}.point{fill:#fff;stroke:#22c55e;stroke-width:4}.stat-chip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.stat-chip-grid span{padding:14px;border-radius:18px;background:#ffffff1f;color:#bfdbfe;font-size:12px;font-weight:950;text-transform:uppercase;border:1px solid rgba(255,255,255,.12)}.stat-chip-grid strong{display:block;margin-top:6px;color:#fff;font-size:16px;text-transform:none}.floating-formula{position:absolute;z-index:3;padding:12px 16px;border-radius:18px;background:#fffffff0;color:#0f172a;font-family:"Cambria Math",Times New Roman,serif;font-weight:900;box-shadow:0 20px 50px #02061742}.floating-formula.f1{left:34px;bottom:36px}.floating-formula.f2{right:34px;top:112px}.floating-formula.f3{right:48px;bottom:72px}.split-home-content{display:flex;align-items:center;justify-content:center}.new-home-why-card{width:100%;min-height:100%;padding:42px;border-radius:38px;background:#fffffff0;border:1px solid rgba(148,163,184,.26);box-shadow:0 30px 82px #0f172a21;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.why-kicker{display:inline-flex;padding:10px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:20px}.new-home-why-card h1{margin:0 0 26px;color:#0f172a;font-size:clamp(34px,3.7vw,54px);line-height:1.06;letter-spacing:-.05em}.why-list{display:grid;gap:18px}.why-list section{position:relative;overflow:hidden;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px;border-radius:26px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(203,213,225,.78);box-shadow:0 14px 34px #0f172a12}.why-list section:after{content:"";position:absolute;right:-48px;top:-48px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 68%)}.why-list section>span{position:relative;z-index:1;width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 16px 34px #2563eb40}.why-list section:nth-child(2)>span{background:linear-gradient(135deg,#7c3aed,#2563eb)}.why-list section:nth-child(3)>span{background:linear-gradient(135deg,#14b8a6,#0f766e)}.why-list h2{position:relative;z-index:1;margin:0 0 8px;color:#0f172a;font-size:23px;line-height:1.18;letter-spacing:-.03em}.why-list p{position:relative;z-index:1;margin:0;color:#475569;font-size:17px;line-height:1.7}@media (max-width: 1180px){.split-home-shell{grid-template-columns:1fr}.split-home-visual,.new-home-why-card{min-height:auto}}@media (max-width: 700px){.split-home-page{padding:28px 5%}.split-home-visual,.new-home-why-card{border-radius:28px;padding:26px}.stat-chip-grid{grid-template-columns:1fr}.why-list section{grid-template-columns:1fr}.floating-formula{position:static;margin-top:12px}.formula-ribbon{position:relative;left:auto;right:auto;top:auto;margin-bottom:18px}}.detailed-home-page{padding:34px 5.5%}.detailed-home-shell{max-width:1600px;gap:30px;align-items:stretch}.detailed-analytics-side{align-items:flex-start;justify-content:center;flex-direction:column;gap:18px;padding:32px}.detailed-analytics-board{width:100%;max-width:680px;margin:58px auto 0}.home-mini-panels{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;max-width:680px;margin:0 auto}.home-mini-panels article{padding:16px;border-radius:20px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);color:#dbeafe;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-mini-panels span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:13px;background:#fff;color:#1e3a8a;font-weight:950;margin-bottom:10px}.home-mini-panels strong{display:block;color:#fff;font-size:17px;margin-bottom:6px}.home-mini-panels p{margin:0;font-size:13px;line-height:1.55;color:#cbd5e1}.service-snapshot-grid{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:680px;margin:0 auto}.service-snapshot-grid article{position:relative;overflow:hidden;padding:20px;border-radius:24px;background:#02061775;border:1px solid rgba(255,255,255,.16);color:#fff;box-shadow:inset 0 1px #ffffff1f}.service-snapshot-grid article:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.22),transparent 68%)}.service-snapshot-grid article:nth-child(2):after{background:radial-gradient(circle,rgba(34,197,94,.22),transparent 68%)}.service-snapshot-grid span{color:#93c5fd;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.service-snapshot-grid strong{display:block;margin:8px 0;font-size:24px;letter-spacing:-.035em}.service-snapshot-grid p{position:relative;z-index:1;margin:0;color:#cbd5e1;line-height:1.65}.detailed-why-card{position:relative;overflow:hidden}.detailed-why-card:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.14),transparent 68%)}.home-lead-text{position:relative;z-index:1;margin:-10px 0 24px;color:#475569;font-size:18px;line-height:1.7;max-width:820px}.home-trust-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}.home-trust-strip span{padding:18px;border-radius:22px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(203,213,225,.82);color:#1d4ed8;font-weight:950;box-shadow:0 14px 34px #0f172a12}.home-trust-strip strong{display:block;margin-top:8px;color:#475569;font-size:14px;line-height:1.55;font-weight:700}@media (max-width: 1180px){.home-mini-panels,.service-snapshot-grid,.home-trust-strip{grid-template-columns:1fr}.detailed-analytics-board{margin-top:54px}}@media (max-width: 700px){.detailed-home-page{padding:24px 5%}.detailed-analytics-side{padding:24px}.detailed-analytics-board{margin-top:0}.home-mini-panels article,.service-snapshot-grid article{border-radius:18px}}.split-home-shell{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start;max-width:1600px;margin:0 auto;padding:40px}.dashboard-buttons-left{position:sticky;top:40px;z-index:10;display:flex;flex-direction:column;gap:16px}.dashboard-action-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 28px;border-radius:20px;text-decoration:none;font-weight:900;font-size:15px;letter-spacing:.02em;transition:all .25s ease;box-shadow:0 10px 24px #0f172a2e;border:none;cursor:pointer}.dashboard-action-button.primary{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;box-shadow:0 24px 56px #2563eb59}.dashboard-action-button.primary:hover{transform:translateY(-3px);box-shadow:0 32px 72px #2563eb73;background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.dashboard-action-button.secondary{background:#fff;color:#0f172a;border:2px solid #e2e8f0;box-shadow:0 16px 40px #0f172a1a}.dashboard-action-button.secondary:hover{transform:translateY(-3px);box-shadow:0 28px 60px #0f172a2e;border-color:#2563eb;background:#f8fafc}.analytics-visual-side{position:relative;min-height:600px;background:linear-gradient(135deg,#f8fafc,#eef2ff,#f8fafc);border-radius:38px;padding:40px;display:flex;flex-direction:column;gap:30px;box-shadow:0 20px 50px #0f172a1a;border:1px solid rgba(148,163,184,.2)}.analytics-header{text-align:left;margin-bottom:10px}.analytics-title{font-size:clamp(48px,6vw,84px);font-weight:950;color:#0f172a;letter-spacing:-.05em;line-height:1;margin:0 0 16px}.analytics-subtitle{font-size:clamp(20px,2.5vw,32px);color:#475569;font-weight:600;margin:0}.analytics-charts{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1}.chart-label{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:.02em}.chart-controls{display:flex;gap:12px;font-size:13px;color:#64748b;font-weight:700}.close-btn{cursor:pointer;font-size:18px;color:#94a3b8}.line-chart{width:100%;height:180px;margin-bottom:12px}.code-panel{background:#0f172a;border-radius:20px;padding:24px;box-shadow:0 24px 60px #0f172a40;border:1px solid rgba(255,255,255,.1);max-width:420px}@media (max-width: 1200px){.split-home-shell{grid-template-columns:1fr}.dashboard-buttons-left{position:static;flex-direction:row;flex-wrap:wrap;justify-content:center}.analytics-visual-side{min-height:auto}.analytics-charts{grid-template-columns:1fr}}@media (max-width: 768px){.split-home-shell{padding:20px;gap:24px}.analytics-visual-side{padding:24px}.dashboard-action-button{flex:1 1 auto;min-width:140px;padding:14px 20px;font-size:14px}}@media (max-width: 560px){.analytics-title{font-size:36px}.analytics-subtitle{font-size:16px}.bar{width:20px}}.new-dashboard-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.46;pointer-events:none}.dashboard-buttons-left{position:relative;z-index:10;display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.dashboard-action-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;border-radius:16px;background:linear-gradient(135deg,#ffffff24,#ffffff0f);border:1px solid rgba(255,255,255,.22);color:#fff;text-decoration:none;font-weight:900;font-size:15px;letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease;box-shadow:0 10px 24px #0f172a2e}.dashboard-action-button:hover{transform:translateY(-3px);background:linear-gradient(135deg,#ffffff38,#ffffff1a);border-color:#ffffff5c;box-shadow:0 16px 32px #0f172a42}.dashboard-main-content{position:relative;z-index:5}.dashboard-title-section{margin-bottom:28px}.dashboard-title{margin:0 0 8px;color:#fff;font-size:clamp(36px,4vw,52px);line-height:1.08;letter-spacing:-.04em;text-shadow:0 4px 20px rgba(15,23,42,.4)}.dashboard-subtitle{margin:0;color:#dbeafe;font-size:18px;line-height:1.6;font-weight:600}.dashboard-charts-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.dashboard-chart-card{padding:22px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff24,0 20px 50px #02061738}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.chart-title{color:#bfdbfe;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.chart-actions{display:flex;gap:12px;color:#93c5fd;font-size:12px;font-weight:700}.chart-close{cursor:pointer;opacity:.7;transition:opacity .2s}.chart-close:hover{opacity:1}.line-chart-svg{width:100%;height:200px}.chart-labels{display:flex;justify-content:space-between;margin-top:12px;color:#93c5fd;font-size:11px;font-weight:700}.bar-chart{display:flex;align-items:flex-end;justify-content:center;gap:16px;height:180px;padding:0 10px}.bar{width:18px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#38bdf8,#2563eb);box-shadow:0 0 16px #38bdf866;transition:height .3s ease}.bar-group:nth-child(2n) .bar{background:linear-gradient(180deg,#34d399,#14b8a6);box-shadow:0 0 16px #34d39966}.dashboard-code-section{padding:20px;border-radius:20px;background:#02061780;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.code-header{display:flex;gap:8px;margin-bottom:16px}.code-content{font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.8;color:#dbeafe}.code-keyword{color:#38bdf8;font-weight:700}.code-method{color:#facc15;font-weight:700}.code-function{color:#fff;font-weight:600}.code-variable{color:#93c5fd}.code-class{color:#34d399;font-weight:700}@media (max-width: 900px){.new-dashboard-container{padding:24px;border-radius:28px}.dashboard-charts-section{grid-template-columns:1fr}.dashboard-buttons-left{flex-direction:row;flex-wrap:wrap;gap:10px}.dashboard-action-button{flex:1 1 auto;min-width:140px;padding:14px 20px;font-size:14px}.bar{width:14px}}@media (max-width: 560px){.new-dashboard-container{padding:18px;border-radius:22px}.dashboard-title{font-size:28px}.dashboard-subtitle{font-size:15px}.dashboard-action-button{padding:12px 16px;font-size:13px}.bar{width:12px}.code-content{font-size:12px}}.detailed-why-card .why-kicker{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:16px 24px!important;border-radius:22px!important;background:linear-gradient(135deg,#1e3a8a,#2563eb 56%,#14b8a6)!important;color:#fff!important;font-size:clamp(22px,2vw,34px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.035em!important;text-transform:none!important;margin-bottom:24px!important;box-shadow:0 20px 48px #2563eb42,inset 0 1px #ffffff47!important}.detailed-why-card .why-list{gap:20px!important}.detailed-why-card .why-list section{border-radius:28px!important;padding:24px!important;background:linear-gradient(145deg,#fff,#f8fafc)!important;border:1px solid rgba(148,163,184,.28)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.detailed-why-card .why-list section:hover{transform:translateY(-6px)!important;box-shadow:0 28px 64px #0f172a24!important;border-color:#2563eb47!important}.detailed-why-card .why-list section:nth-child(4)>span{background:linear-gradient(135deg,#f97316,#facc15)!important;color:#111827!important}.detailed-why-card .why-list section:nth-child(5)>span{background:linear-gradient(135deg,#ec4899,#7c3aed)!important}.detailed-why-card .why-list h2{font-size:24px!important}.detailed-why-card .why-list p{font-size:17.5px!important;line-height:1.75!important}@media (max-width: 700px){.detailed-why-card .why-kicker{font-size:24px!important;padding:14px 20px!important}.detailed-why-card .why-list h2{font-size:22px!important}.detailed-why-card .why-list p{font-size:16.5px!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:540px!important;width:1277px!important;max-width:1277px!important;min-width:1277px!important;transform:none!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:1277px!important;height:722px!important;min-height:722px!important;border-radius:56px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{left:95px!important;right:95px!important;top:70px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:53px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-number{font-size:42px!important}@media (max-width: 1450px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:324px!important;width:1148px!important;max-width:1148px!important;min-width:1148px!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:1148px!important;height:689px!important;min-height:689px!important}}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:0!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:100%!important;height:560px!important;min-height:560px!important}}.sector-case-analysis{margin:34px 0;padding:38px;border-radius:34px;background:#ffffffeb;border:1px solid rgba(148,163,184,.28);box-shadow:0 28px 76px #0f172a1f}.case-eyebrow{display:inline-flex;padding:10px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.sector-case-analysis h2{margin:0 0 28px;color:#0f172a;font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.045em}.case-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.case-analysis-grid article{position:relative;overflow:hidden;padding:30px;border-radius:28px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(37,99,235,.14);box-shadow:0 18px 46px #0f172a14}.case-analysis-grid article:after{content:"";position:absolute;right:-48px;top:-48px;width:128px;height:128px;border-radius:50%;background:#2563eb14}.case-analysis-grid h3{position:relative;z-index:1;margin:0 0 14px;color:#1e3a8a;font-size:28px;letter-spacing:-.02em}.case-analysis-grid p{position:relative;z-index:1;margin:0;color:#334155;font-size:21px;line-height:1.78}.case-tests-card ul{position:relative;z-index:1;margin:0;padding-left:22px;color:#334155;font-size:21px;line-height:1.85}.case-tests-card li{margin-bottom:10px}@media (max-width: 900px){.case-analysis-grid{grid-template-columns:1fr}.sector-case-analysis{padding:28px;border-radius:28px}.case-analysis-grid p,.case-tests-card ul{font-size:19px}}@media (max-width: 560px){.sector-case-analysis{padding:22px}.case-analysis-grid article{padding:24px}.case-analysis-grid h3{font-size:24px}.case-analysis-grid p,.case-tests-card ul{font-size:18px}}.full-case-grid .case-wide-card{grid-column:1 / -1}.full-case-grid .case-wide-card p{font-size:22px;line-height:1.9}.full-case-grid .case-tests-card ul{padding-left:26px}.full-case-grid .case-tests-card li{margin-bottom:12px}@media (max-width: 900px){.full-case-grid .case-wide-card{grid-column:auto}.full-case-grid .case-wide-card p{font-size:19px}}.nav-scroll-button{background:transparent;color:#fff;border:none;padding:0;margin-left:18px;border-radius:0;box-shadow:none;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.nav-scroll-button:hover{background:transparent;box-shadow:none;transform:none;color:#bfdbfe}@media (max-width: 768px){.nav-scroll-button{margin-left:0}}.services-intro{max-width:880px;margin-bottom:34px}.services-intro span,.offer-form-header span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.services-intro h1,.offer-form-header h1{margin:0 0 14px;color:#0f172a;font-size:clamp(32px,4vw,48px);line-height:1.1}.services-intro p,.offer-form-header p{color:#64748b;font-size:18px;line-height:1.7}.service-card{display:flex;flex-direction:column;gap:14px;border:1px solid rgba(148,163,184,.28);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 26px 58px #0f172a24;border-color:#2563eb52}.service-badge{align-self:flex-start;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.service-card h2{margin:0;color:#0f172a}.service-card p{color:#475569;line-height:1.65}.service-card ul{margin:0;padding-left:20px;color:#334155;line-height:1.7}.service-link{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;padding:13px 18px;border-radius:14px;background:#2563eb;color:#fff;text-decoration:none;font-weight:900}.offer-page{background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 30%),#f8fafc}.offer-form-header{max-width:920px;margin-bottom:26px}.back-to-services{display:inline-flex;margin-bottom:18px;color:#2563eb;text-decoration:none;font-weight:900}.offer-selector{display:none}.hero-premium{grid-template-columns:.9fr 1.25fr;gap:56px;padding:80px 6%}.story-visual{min-height:660px;justify-content:flex-end}.story-dashboard{width:min(100%,760px);padding:28px;border-radius:38px;transform:rotate(-1.2deg) scale(1.04);transform-origin:center}.story-flow{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.story-flow:before{content:"";position:absolute;left:13%;right:13%;top:41px;height:4px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#22c55e,#facc15);box-shadow:0 0 22px #38bdf885;opacity:.9}.story-card{position:relative;min-height:310px;padding:22px 22px 92px;border-radius:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.story-card:before,.story-card:after{display:none!important;content:none!important}.database-stack,.secure-delivery,.mini-bars{display:none!important}.story-step,.story-card small,.story-card strong,.story-card p{position:relative;z-index:3}.story-step{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:#fff;color:#1e3a8a;font-weight:900;box-shadow:0 14px 34px #0f172a3d;margin-bottom:20px;font-size:16px}.story-card small{display:block;color:#bfdbfe;font-weight:900;letter-spacing:.07em;text-transform:uppercase;font-size:12px;margin-bottom:10px}.story-card strong{display:block;font-size:24px;line-height:1.18;color:#fff}.story-card p{color:#dbeafe;font-size:15px;line-height:1.58;margin:12px 0 18px}.analysis-story{background:linear-gradient(180deg,#2563eb42,#ffffff14)}.software-story{background:linear-gradient(180deg,#14b8a642,#ffffff14)}.delivery-story{background:linear-gradient(180deg,#facc1533,#ffffff14)}.story-corner-icon{position:absolute;right:22px;bottom:22px;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;z-index:2;color:#fff;font-weight:900;font-size:18px;letter-spacing:-.02em;box-shadow:0 18px 38px #0f172a38;border:1px solid rgba(255,255,255,.24)}.analysis-icon{background:linear-gradient(135deg,#38bdf8,#2563eb)}.software-icon{background:linear-gradient(135deg,#34d399,#0f766e)}.delivery-icon{background:linear-gradient(135deg,#facc15,#f97316);color:#111827}.math-icon{width:86px;height:58px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 18% 18%,#e0f2fe,#38bdf8 36%,#1d4ed8);font-family:"Cambria Math",Times New Roman,serif}.math-icon:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:13px;border:1px solid rgba(255,255,255,.3)}.formula-icon span{position:relative;z-index:2;display:block;color:#fff;font-size:15px;line-height:1;font-weight:900;letter-spacing:-.08em;white-space:nowrap;text-shadow:0 4px 12px rgba(15,23,42,.35)}.formula-icon:after{content:"model";position:absolute;right:9px;bottom:6px;color:#dbeafea8;font-family:Arial,sans-serif;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.extended-formula{left:22px;right:22px;bottom:22px;width:auto;height:58px;justify-content:flex-start;padding:0 16px;border-radius:18px}.extended-formula span{font-size:17px;letter-spacing:-.06em}.extended-formula:after{right:14px;bottom:6px}.sql-safe-icon{width:68px;height:68px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 25% 20%,#d1fae5,#34d399 34%,#0f766e)}.sql-safe-icon:before{content:"";position:absolute;left:12px;right:12px;top:13px;height:18px;border-radius:50%;background:#f0fdfae0;border:2px solid rgba(255,255,255,.78);box-shadow:0 15px #f0fdfa8c,0 30px #f0fdfa57}.sql-safe-icon:after{content:"";position:absolute;left:12px;right:12px;top:22px;height:30px;border-left:2px solid rgba(255,255,255,.72);border-right:2px solid rgba(255,255,255,.72);border-bottom:2px solid rgba(255,255,255,.72);border-radius:0 0 16px 16px}.sql-safe-icon .db-cylinder{position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:16px;border:1px solid rgba(255,255,255,.26)}.sql-safe-icon strong{position:absolute;left:0;right:0;top:27px;text-align:center;color:#064e3b;font-family:Arial,sans-serif;font-size:15px;letter-spacing:.04em;z-index:3}.sql-safe-icon .db-lock{position:absolute;right:8px;bottom:7px;width:19px;height:16px;border-radius:5px;background:#facc15;box-shadow:0 6px 14px #0f172a40;z-index:4}.sql-safe-icon .db-lock:before{content:"";position:absolute;left:4px;top:-10px;width:11px;height:12px;border:3px solid #facc15;border-bottom:none;border-radius:10px 10px 0 0}.story-insight-panel{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:18px;border-radius:26px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.story-insight-panel div{padding:16px;border-radius:18px;background:#ffffff14}.story-insight-panel span{display:block;color:#bfdbfe;font-size:13px;font-weight:900;margin-bottom:7px}.story-insight-panel strong{color:#fff;font-size:16px}.story-visual .floating-chip{width:240px;padding:16px 18px}.story-visual .chip-left{left:-20px;top:54px}.story-visual .chip-right{right:-18px;bottom:62px}@media (max-width: 1280px){.hero-premium{grid-template-columns:1fr;padding:70px 6%}.story-visual{justify-content:center;min-height:650px}.story-dashboard{width:min(100%,720px)}}@media (max-width: 768px){.story-visual{min-height:auto}.story-dashboard{width:100%;transform:none;padding:22px;border-radius:28px}.story-flow{grid-template-columns:1fr}.story-flow:before{display:none}.story-card{min-height:240px;padding-bottom:88px}.story-card strong{font-size:22px}.story-insight-panel{grid-template-columns:1fr}}@media (max-width: 480px){.story-dashboard{padding:18px}.story-card{padding:18px 18px 86px;min-height:230px}.story-card p{font-size:14px}.story-corner-icon{right:18px;bottom:18px;width:52px;height:52px;border-radius:16px}.math-icon{width:78px;height:52px}.formula-icon span{font-size:13px}.extended-formula{left:18px;right:18px;width:auto;height:52px}.extended-formula span{font-size:14px}.sql-safe-icon{width:60px;height:60px}.sql-safe-icon strong{top:24px;font-size:13px}}.academic-hero{position:relative;isolation:isolate}.academic-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:linear-gradient(rgba(37,99,235,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.16) 1px,transparent 1px);background-size:46px 46px;opacity:.92;pointer-events:none}.academic-bg-grid:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 68% 42%,rgba(37,99,235,.12),transparent 32%),radial-gradient(circle at 18% 28%,rgba(20,184,166,.12),transparent 28%);pointer-events:none}.academic-equation,.academic-data-cloud{display:none}.hero-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px;margin-top:24px}.hero-proof-strip span{display:block;padding:14px;border-radius:18px;background:#ffffffdb;border:1px solid rgba(148,163,184,.24);color:#64748b;font-size:12px;font-weight:900;box-shadow:0 14px 34px #0f172a14}.hero-proof-strip strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;line-height:1.35}.balanced-story-visual{min-height:620px}.balanced-story-dashboard{width:min(100%,730px);padding:26px;border-radius:34px;transform:none}.balanced-story-dashboard .story-flow{gap:17px;margin-bottom:18px}.balanced-story-dashboard .story-card{min-height:292px;padding:21px 21px 88px;border-radius:27px}.balanced-story-dashboard .story-step{width:50px;height:50px;border-radius:17px;margin-bottom:18px;font-size:15px}.balanced-story-dashboard .story-card strong{font-size:23px}.balanced-story-dashboard .story-card p{font-size:15px;line-height:1.56}.balanced-story-dashboard .story-insight-panel{padding:17px;gap:16px;border-radius:24px}.balanced-story-dashboard .story-insight-panel div{padding:15px}@media (max-width: 1280px){.balanced-story-dashboard{width:min(100%,700px)}}@media (max-width: 768px){.hero-proof-strip{grid-template-columns:1fr}.balanced-story-visual{min-height:auto}.balanced-story-dashboard{width:100%;padding:22px;border-radius:28px}}.academic-hero .hero-proof-strip{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:820px;margin-top:34px;perspective:1200px}.academic-hero .hero-proof-strip span{position:relative;overflow:hidden;min-height:138px;padding:24px 24px 22px 88px;border-radius:30px;background:linear-gradient(145deg,#ffffffe0,#eff6ffb8);border:1px solid rgba(255,255,255,.68);color:#475569;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 26px 64px #0f172a24,inset 0 1px #fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.academic-hero .hero-proof-strip span:before{content:"";position:absolute;left:22px;top:26px;width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 16px 34px #2563eb47}.academic-hero .hero-proof-strip span:nth-child(2):before{background:linear-gradient(135deg,#7c3aed,#2563eb)}.academic-hero .hero-proof-strip span:nth-child(3):before{background:linear-gradient(135deg,#14b8a6,#0f766e)}.academic-hero .hero-proof-strip span:after{content:"";position:absolute;right:-56px;top:-56px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.16),transparent 66%)}.academic-hero .hero-proof-strip span:nth-child(2):after{background:radial-gradient(circle,rgba(124,58,237,.16),transparent 66%)}.academic-hero .hero-proof-strip span:nth-child(3):after{background:radial-gradient(circle,rgba(20,184,166,.16),transparent 66%)}.academic-hero .hero-proof-strip span:hover{transform:translateY(-10px) rotateX(4deg);border-color:#2563eb3d;box-shadow:0 36px 86px #0f172a38,inset 0 1px #fffffff5}.academic-hero .hero-proof-strip strong{position:relative;z-index:1;display:block;margin-top:12px;color:#0f172a;font-size:20px;line-height:1.25;letter-spacing:-.035em;text-transform:none}.academic-hero .hero-proof-strip span:nth-child(1){animation:premiumProofFloat 5s ease-in-out infinite}.academic-hero .hero-proof-strip span:nth-child(2){animation:premiumProofFloat 5s ease-in-out infinite .8s}.academic-hero .hero-proof-strip span:nth-child(3){animation:premiumProofFloat 5s ease-in-out infinite 1.6s}@keyframes premiumProofFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width: 900px){.academic-hero .hero-proof-strip{grid-template-columns:1fr;max-width:100%}.academic-hero .hero-proof-strip span{min-height:118px}}@media (max-width: 560px){.academic-hero .hero-proof-strip span{padding:22px 20px 20px 80px;border-radius:24px}.academic-hero .hero-proof-strip strong{font-size:18px}}.academic-hero .hero-proof-strip span{isolation:isolate;background:linear-gradient(145deg,#fffffffa,#f8fafcf0)!important;color:#1e293b!important;overflow:hidden}.academic-hero .hero-proof-strip span:before{z-index:0;opacity:.16;filter:blur(.2px);box-shadow:none}.academic-hero .hero-proof-strip span:after{z-index:0;opacity:.1;right:-82px;top:-82px;width:180px;height:180px}.academic-hero .hero-proof-strip span,.academic-hero .hero-proof-strip strong{position:relative;z-index:2}.academic-hero .hero-proof-strip strong{color:#020617!important;text-shadow:0 1px 0 rgba(255,255,255,.82)}.hero.hero-premium.academic-hero .hero-proof-strip span{padding-left:104px}.hero.hero-premium.academic-hero .hero-proof-strip span:before{left:28px;top:28px;width:54px;height:54px}@media (max-width: 560px){.hero.hero-premium.academic-hero .hero-proof-strip span{padding-left:92px}.hero.hero-premium.academic-hero .hero-proof-strip span:before{left:22px;top:22px;width:50px;height:50px}}.hero.hero-premium.academic-hero .hero-proof-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px!important;margin-top:34px!important;max-width:100%!important;perspective:none!important}.hero.hero-premium.academic-hero .hero-proof-strip span{position:relative!important;display:block!important;min-height:128px!important;padding:26px 24px 24px 26px!important;border-radius:28px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 18px 46px #0f172a1a!important;color:#475569!important;font-size:15px!important;line-height:1.25!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;overflow:hidden!important;isolation:isolate!important;animation:none!important;transform:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.hero.hero-premium.academic-hero .hero-proof-strip span:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:7px!important;height:auto!important;border-radius:28px 0 0 28px!important;background:linear-gradient(180deg,#2563eb,#38bdf8)!important;opacity:1!important;box-shadow:none!important;z-index:0!important;filter:none!important}.hero.hero-premium.academic-hero .hero-proof-strip span:nth-child(2):before{background:linear-gradient(180deg,#7c3aed,#2563eb)!important}.hero.hero-premium.academic-hero .hero-proof-strip span:nth-child(3):before{background:linear-gradient(180deg,#14b8a6,#0f766e)!important}.hero.hero-premium.academic-hero .hero-proof-strip span:after{content:""!important;position:absolute!important;right:20px!important;top:22px!important;width:44px!important;height:44px!important;border-radius:16px!important;background:#eff6ff!important;opacity:1!important;z-index:0!important}.hero.hero-premium.academic-hero .hero-proof-strip span:nth-child(2):after{background:#f3e8ff!important}.hero.hero-premium.academic-hero .hero-proof-strip span:nth-child(3):after{background:#ccfbf1!important}.hero.hero-premium.academic-hero .hero-proof-strip span:hover{transform:translateY(-6px)!important;box-shadow:0 26px 64px #0f172a29!important;border-color:#bfdbfe!important}.hero.hero-premium.academic-hero .hero-proof-strip strong{position:relative!important;z-index:2!important;display:block!important;margin-top:12px!important;max-width:82%!important;color:#0f172a!important;font-size:23px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.035em!important;text-transform:none!important;text-shadow:none!important}@media (max-width: 1100px){.hero.hero-premium.academic-hero .hero-proof-strip{grid-template-columns:1fr!important}}@media (max-width: 560px){.hero.hero-premium.academic-hero .hero-proof-strip span{min-height:112px!important;padding:22px 20px 20px 22px!important;font-size:13px!important}.hero.hero-premium.academic-hero .hero-proof-strip strong{font-size:19px!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{display:flex!important;align-items:center!important;justify-content:center!important;width:434px!important;max-width:434px!important;min-width:434px!important;min-height:175px!important;padding:24px 27px!important;border-radius:26px!important;background:linear-gradient(145deg,#fff,#eff6ff 54%,#ecfeff)!important;border:1px solid rgba(37,99,235,.22)!important;box-shadow:0 22px 55px #0f172a29,inset 0 1px #fffffff5!important;color:#0f172a!important;font-size:67px!important;line-height:.9!important;font-weight:950!important;letter-spacing:-.078em!important;text-transform:none!important;white-space:normal!important;overflow:hidden!important;text-align:center!important}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{width:100%!important;max-width:100%!important;min-width:0!important;min-height:150px!important;font-size:clamp(40px,8vw,62px)!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{width:434px!important;max-width:434px!important;min-width:434px!important;min-height:175px!important;padding:24px 27px!important;border-radius:26px!important;font-size:67px!important;line-height:.9!important;letter-spacing:-.078em!important}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{width:100%!important;max-width:100%!important;min-width:0!important;font-size:clamp(40px,8vw,62px)!important;min-height:150px!important}}.premium-sector-page .premium-sector-hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}.premium-sector-page .sector-hero-copy{min-width:0;max-width:100%}.premium-sector-page .sector-hero-copy h1{max-width:980px;white-space:normal;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:clamp(42px,4.4vw,72px);line-height:1.08;letter-spacing:-.045em}@media (max-width: 1100px){.premium-sector-page .premium-sector-hero{grid-template-columns:1fr}.premium-sector-page .sector-hero-copy h1{max-width:100%;font-size:clamp(36px,7vw,58px)}}.spss-sector-detail-page.premium-sector-page .premium-sector-hero{grid-template-columns:minmax(0,1.75fr) minmax(240px,.25fr)!important;gap:24px!important;align-items:center!important}.spss-sector-detail-page.premium-sector-page .sector-hero-copy{flex:1 1 auto!important;width:100%!important;max-width:none!important;min-width:0!important}.spss-sector-detail-page.premium-sector-page .sector-hero-copy h1{display:block!important;width:100%!important;max-width:1180px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;font-size:clamp(32px,3.2vw,54px)!important;line-height:1.14!important;letter-spacing:-.032em!important;text-wrap:balance}.spss-sector-detail-page.premium-sector-page .sector-visual-card{width:100%!important;max-width:320px!important;min-width:240px!important;justify-self:end!important}@media (max-width: 1180px){.spss-sector-detail-page.premium-sector-page .premium-sector-hero{grid-template-columns:1fr!important}.spss-sector-detail-page.premium-sector-page .sector-visual-card{max-width:100%!important;min-width:0!important;justify-self:stretch!important}.spss-sector-detail-page.premium-sector-page .sector-hero-copy h1{max-width:100%!important;font-size:clamp(31px,5.8vw,48px)!important}}.spss-sector-detail-page .premium-workflow-panel{position:relative;overflow:hidden;grid-template-columns:.78fr 1.22fr!important;background:radial-gradient(circle at 8% 12%,rgba(56,189,248,.22),transparent 28%),radial-gradient(circle at 90% 12%,rgba(34,197,94,.18),transparent 26%),linear-gradient(135deg,#020617,#0f172a 48%,#1e3a8a)!important;border:1px solid rgba(255,255,255,.14)}.spss-sector-detail-page .premium-workflow-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:36px 36px;opacity:.26}.spss-sector-detail-page .workflow-panel-intro,.spss-sector-detail-page .premium-workflow-timeline{position:relative;z-index:2}.spss-sector-detail-page .workflow-panel-intro p{max-width:620px;color:#dbeafe!important;font-size:19px!important}.spss-sector-detail-page .premium-workflow-timeline{gap:18px!important}.spss-sector-detail-page .premium-workflow-timeline article{position:relative;overflow:hidden;grid-template-columns:82px 1fr!important;padding:24px!important;border-radius:28px!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 22px 50px #02061738,inset 0 1px #ffffff1f!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.spss-sector-detail-page .premium-workflow-timeline article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(180deg,#38bdf8,#2563eb)}.spss-sector-detail-page .premium-workflow-timeline article:nth-child(2):before{background:linear-gradient(180deg,#7c3aed,#38bdf8)}.spss-sector-detail-page .premium-workflow-timeline article:nth-child(3):before{background:linear-gradient(180deg,#22c55e,#14b8a6)}.spss-sector-detail-page .premium-workflow-timeline article:nth-child(4):before{background:linear-gradient(180deg,#facc15,#f97316)}.spss-sector-detail-page .premium-workflow-timeline article:after{content:"";position:absolute;right:-55px;top:-55px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 68%)}.spss-sector-detail-page .premium-workflow-timeline article:hover{transform:translate(10px) translateY(-4px);border-color:#ffffff52!important;box-shadow:0 32px 72px #02061757,inset 0 1px #ffffff2e!important}.spss-sector-detail-page .premium-workflow-timeline article span{position:relative;z-index:2;width:64px!important;height:64px!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#dbeafe)!important;color:#1e3a8a!important;font-size:20px!important;box-shadow:0 18px 40px #0f172a42!important}.spss-sector-detail-page .premium-workflow-timeline article div{position:relative;z-index:2}.spss-sector-detail-page .premium-workflow-timeline article h3{margin:0 0 8px!important;color:#fff!important;font-size:25px!important;letter-spacing:-.035em!important}.spss-sector-detail-page .premium-workflow-timeline article p{margin:0!important;color:#dbeafe!important;font-size:17px!important;line-height:1.72!important}@media (max-width: 980px){.spss-sector-detail-page .premium-workflow-panel{grid-template-columns:1fr!important}}@media (max-width: 560px){.spss-sector-detail-page .premium-workflow-timeline article{grid-template-columns:1fr!important}.spss-sector-detail-page .premium-workflow-timeline article:hover{transform:translateY(-4px)}}.hero.hero-premium.academic-hero{min-height:auto!important;padding:54px 8% 46px!important;grid-template-columns:minmax(0,1fr)!important;gap:28px!important;align-items:start!important}.hero.hero-premium.academic-hero .hero-copy{max-width:1180px!important;margin:0 auto!important;width:100%!important}.hero.hero-premium.academic-hero .hero-top-row{display:grid!important;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr)!important;gap:26px!important;align-items:start!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{width:100%!important;max-width:360px!important;min-width:0!important;min-height:112px!important;padding:18px 20px!important;border-radius:22px!important;font-size:clamp(30px,3.6vw,46px)!important;line-height:.96!important;letter-spacing:-.055em!important}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:0!important;width:100%!important;max-width:620px!important;min-width:0!important;justify-self:end!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:100%!important;height:330px!important;min-height:330px!important;border-radius:30px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{left:34px!important;right:34px!important;top:30px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:24px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-number{font-size:20px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-line{stroke-width:3.5!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-wave{stroke-width:9px!important}.hero.hero-premium.academic-hero .why-us-hero-card{margin-top:18px!important;padding:20px!important;border-radius:24px!important}.hero.hero-premium.academic-hero h1{margin-top:30px!important;max-width:920px!important;font-size:clamp(38px,4.2vw,56px)!important;line-height:1.06!important}.hero.hero-premium.academic-hero p{max-width:820px!important;font-size:18px!important;line-height:1.65!important}.hero.hero-premium.academic-hero .hero-proof-strip{max-width:980px!important;margin-top:24px!important;gap:14px!important}.hero.hero-premium.academic-hero .hero-proof-strip span{min-height:108px!important;padding:20px 20px 18px 22px!important;border-radius:22px!important}.hero.hero-premium.academic-hero .hero-proof-strip strong{font-size:19px!important}.hero.hero-premium.academic-hero .hero-actions{margin-top:24px!important}@media (max-width: 1100px){.hero.hero-premium.academic-hero .hero-top-row{grid-template-columns:1fr!important}.hero.hero-premium.academic-hero .hero-visual-inline{justify-self:stretch!important;max-width:100%!important}}@media (max-width: 640px){.hero.hero-premium.academic-hero{padding:38px 6% 34px!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{height:260px!important;min-height:260px!important}.hero.hero-premium.academic-hero h1{font-size:34px!important}}.spss-sector-detail-page .premium-detail-grid article{position:relative!important;overflow:hidden!important;padding:34px 34px 32px!important;border-radius:32px!important;background:linear-gradient(145deg,#fffffffa,#f8fafceb)!important;border:1px solid rgba(148,163,184,.28)!important;box-shadow:0 20px 55px #0f172a1a,inset 0 1px #ffffffeb!important;isolation:isolate!important}.spss-sector-detail-page .premium-detail-grid article:before{content:""!important;position:absolute!important;left:0!important;top:0!important;right:0!important;height:7px!important;background:linear-gradient(90deg,#2563eb,#38bdf8)!important;z-index:1!important}.spss-sector-detail-page .premium-detail-grid article:after{content:""!important;position:absolute!important;right:-78px!important;top:-78px!important;width:190px!important;height:190px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(37,99,235,.14),transparent 68%)!important;z-index:0!important}.spss-sector-detail-page .premium-detail-grid article:hover{transform:translateY(-8px)!important;box-shadow:0 34px 82px #0f172a29,inset 0 1px #fffffff5!important;border-color:#2563eb4d!important}.spss-sector-detail-page .premium-detail-grid article h3{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;color:#0f172a!important;font-size:26px!important;line-height:1.18!important;letter-spacing:-.035em!important}.spss-sector-detail-page .premium-detail-grid article h3:before{content:"✓"!important;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:16px!important;display:inline-grid!important;place-items:center!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;font-size:18px!important;font-weight:950!important;box-shadow:0 14px 30px #2563eb3d!important}.spss-sector-detail-page .premium-detail-grid article p,.spss-sector-detail-page .premium-detail-grid article ul{position:relative!important;z-index:2!important;color:#334155!important;font-size:19px!important;line-height:1.82!important}.spss-sector-detail-page .premium-detail-grid article p{margin:0!important}.spss-sector-detail-page .premium-detail-grid article ul{margin:0!important;padding-left:0!important;list-style:none!important}.spss-sector-detail-page .premium-detail-grid article li{position:relative!important;padding-left:34px!important;margin-bottom:13px!important}.spss-sector-detail-page .premium-detail-grid article li:before{content:""!important;position:absolute!important;left:0!important;top:12px!important;width:11px!important;height:11px!important;border-radius:50%!important;background:#2563eb!important;box-shadow:0 0 0 6px #2563eb1a!important}.spss-sector-detail-page .highlight-case-card:before{background:linear-gradient(90deg,#2563eb,#60a5fa)!important}.spss-sector-detail-page .purpose-card:before{background:linear-gradient(90deg,#14b8a6,#67e8f9)!important}.spss-sector-detail-page .hypothesis-card:before{background:linear-gradient(90deg,#7c3aed,#2563eb)!important}.spss-sector-detail-page .analysis-card-visual:before{background:linear-gradient(90deg,#0ea5e9,#2563eb)!important}.spss-sector-detail-page .deliverable-card-visual:before{background:linear-gradient(90deg,#22c55e,#14b8a6)!important}.spss-sector-detail-page .question-card:before{background:linear-gradient(90deg,#f97316,#facc15)!important}.spss-sector-detail-page .interpretation-card:before{background:linear-gradient(90deg,#ec4899,#f97316)!important}.spss-sector-detail-page .purpose-card h3:before{content:"🎯"!important;background:linear-gradient(135deg,#14b8a6,#0f766e)!important}.spss-sector-detail-page .hypothesis-card h3:before{content:"H₁"!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;font-size:16px!important}.spss-sector-detail-page .analysis-card-visual h3:before{content:"∑"!important;background:linear-gradient(135deg,#0ea5e9,#1d4ed8)!important;font-size:22px!important}.spss-sector-detail-page .deliverable-card-visual h3:before{content:"↗"!important;background:linear-gradient(135deg,#22c55e,#0f766e)!important}.spss-sector-detail-page .question-card h3:before{content:"?"!important;background:linear-gradient(135deg,#f97316,#facc15)!important;color:#111827!important}.spss-sector-detail-page .interpretation-card h3:before{content:"✦"!important;background:linear-gradient(135deg,#ec4899,#f97316)!important}@media (max-width: 900px){.spss-sector-detail-page .premium-detail-grid article{padding:28px!important;border-radius:28px!important}.spss-sector-detail-page .premium-detail-grid article h3{font-size:24px!important}.spss-sector-detail-page .premium-detail-grid article p,.spss-sector-detail-page .premium-detail-grid article ul{font-size:18px!important}}@media (max-width: 560px){.spss-sector-detail-page .premium-detail-grid article{padding:24px!important}.spss-sector-detail-page .premium-detail-grid article h3{align-items:flex-start!important;font-size:22px!important}.spss-sector-detail-page .premium-detail-grid article h3:before{flex-basis:38px!important;width:38px!important;height:38px!important;border-radius:14px!important}}.spss-sector-detail-page .premium-detail-grid{gap:28px!important}.spss-sector-detail-page .premium-detail-grid article{background-image:linear-gradient(145deg,#fffffffa,#f8fafcf0),radial-gradient(circle at 92% 8%,rgba(37,99,235,.18),transparent 30%)!important}.spss-sector-detail-page .premium-detail-grid article h3{padding-bottom:14px!important;border-bottom:1px solid rgba(148,163,184,.22)!important}.spss-sector-detail-page .premium-detail-grid article h3:after{content:""!important;position:absolute!important;left:54px!important;bottom:-1px!important;width:74px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,#2563eb,#38bdf8)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(1):after{background:radial-gradient(circle,rgba(37,99,235,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(2):after{background:radial-gradient(circle,rgba(20,184,166,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(3):after{background:radial-gradient(circle,rgba(124,58,237,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(4):after{background:radial-gradient(circle,rgba(14,165,233,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(5):after{background:radial-gradient(circle,rgba(37,99,235,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(6):after{background:radial-gradient(circle,rgba(34,197,94,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(7):after{background:radial-gradient(circle,rgba(249,115,22,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article:nth-child(8):after{background:radial-gradient(circle,rgba(236,72,153,.2),transparent 68%)!important}.spss-sector-detail-page .premium-detail-grid article li{background:#f8fafcc7!important;border:1px solid rgba(226,232,240,.86)!important;border-radius:16px!important;padding:12px 14px 12px 42px!important;margin-bottom:12px!important;box-shadow:inset 0 1px #ffffffd6!important}.spss-sector-detail-page .premium-detail-grid article li:before{left:18px!important;top:20px!important}.spss-sector-detail-page .premium-detail-grid article p{padding:18px 20px!important;border-radius:20px!important;background:#f8fafcb8!important;border:1px solid rgba(226,232,240,.86)!important;box-shadow:inset 0 1px #ffffffdb!important}.spss-sector-detail-page .highlight-case-card p,.spss-sector-detail-page .purpose-card p,.spss-sector-detail-page .interpretation-card p{background:linear-gradient(145deg,#ffffffe0,#eff6ffb8)!important}.spss-sector-detail-page .premium-case-section{background:linear-gradient(180deg,#fffffff5,#eff6ffa3)!important;border-color:#2563eb33!important}.spss-sector-detail-page .premium-case-section>h2{max-width:980px!important}@media (max-width: 760px){.spss-sector-detail-page .premium-detail-grid article li{padding-left:38px!important}.spss-sector-detail-page .premium-detail-grid article p{padding:16px!important}}.premium-sector-page{background:radial-gradient(circle at 12% 8%,rgba(37,99,235,.14),transparent 30%),radial-gradient(circle at 88% 18%,rgba(20,184,166,.16),transparent 32%),linear-gradient(180deg,#f8fafc,#eef2ff 46%,#f8fafc)}.premium-back-link{margin-bottom:24px}.premium-sector-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:46px;border-radius:38px;background:linear-gradient(135deg,#0f172a,#1e3a8a 54%,#2563eb);color:#fff;box-shadow:0 34px 90px #0f172a3d}.premium-sector-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.42}.sector-hero-copy,.sector-visual-card{position:relative;z-index:1}.sector-hero-copy h1{margin:14px 0 18px;color:#fff;font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.05em}.sector-hero-copy p{color:#dbeafe;font-size:20px;line-height:1.7;max-width:780px}.sector-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.sector-secondary-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-weight:900}.sector-visual-card{min-height:360px;border-radius:34px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;place-items:center;box-shadow:inset 0 1px #ffffff2e}.sector-icon-orb{width:150px;height:150px;border-radius:42px;display:grid;place-items:center;background:#fff;color:#0f172a;font-size:76px;box-shadow:0 30px 70px #0f172a47;transform:rotate(-6deg)}.mini-dashboard-card{position:absolute;left:24px;bottom:26px;padding:18px;border-radius:22px;background:#fffffff0;color:#0f172a;box-shadow:0 22px 48px #0f172a38}.mini-dashboard-card span{display:block;color:#2563eb;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.mini-chart-card{position:absolute;right:26px;top:28px;width:150px;height:118px;padding:16px;border-radius:24px;background:#0f172a8f;display:flex;gap:10px;align-items:flex-end;border:1px solid rgba(255,255,255,.16)}.mini-chart-card span{flex:1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#38bdf8,#22c55e)}.sector-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.sector-summary-grid article{position:relative;overflow:hidden;padding:24px;border-radius:26px;background:#fff;border:1px solid rgba(148,163,184,.26);box-shadow:0 18px 44px #0f172a14}.sector-summary-grid article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(180deg,#2563eb,#38bdf8)}.sector-summary-grid article:nth-child(2):before{background:linear-gradient(180deg,#7c3aed,#2563eb)}.sector-summary-grid article:nth-child(3):before{background:linear-gradient(180deg,#14b8a6,#0f766e)}.sector-summary-grid span{color:#64748b;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.sector-summary-grid strong{display:block;margin:8px 0;color:#0f172a;font-size:24px;letter-spacing:-.03em}.sector-summary-grid p{margin:0;color:#475569;line-height:1.6}.analysis-flow-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:26px 0 36px}.flow-step{position:relative;padding:18px 14px;border-radius:22px;background:#fff;border:1px solid #dbeafe;box-shadow:0 14px 34px #0f172a12;text-align:center}.flow-step span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#eff6ff;color:#1d4ed8;font-weight:950;margin-bottom:10px}.flow-step strong{display:block;color:#0f172a;font-size:14px;line-height:1.25}.premium-case-section{border:1px solid rgba(37,99,235,.18)}.premium-detail-grid article{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.premium-detail-grid article:hover{transform:translateY(-6px);box-shadow:0 28px 70px #0f172a24;border-color:#2563eb47}.highlight-case-card{background:linear-gradient(135deg,#eff6ff,#fff)!important}.purpose-card{background:linear-gradient(135deg,#ecfeff,#fff)!important}.hypothesis-card{border-top:7px solid #7c3aed!important}.analysis-card-visual{border-top:7px solid #2563eb!important}.deliverable-card-visual{border-top:7px solid #14b8a6!important}.question-card{background:linear-gradient(135deg,#f8fafc,#eef2ff)!important}.interpretation-card{background:linear-gradient(135deg,#fff7ed,#fff)!important}.sector-workflow-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start;margin:34px 0;padding:38px;border-radius:34px;background:#0f172a;color:#fff;box-shadow:0 30px 80px #0f172a38}.sector-workflow-panel h2{color:#fff;font-size:clamp(32px,4vw,52px);margin:12px 0;line-height:1.08;letter-spacing:-.04em}.sector-workflow-panel p{color:#cbd5e1;font-size:18px;line-height:1.7}.workflow-timeline{display:grid;gap:14px}.workflow-timeline article{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:20px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.workflow-timeline article span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#1e3a8a;font-weight:950}.workflow-timeline h3{margin:0 0 6px;color:#fff}.workflow-timeline p{margin:0;font-size:15px;line-height:1.55}.sector-final-cta{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:34px;padding:34px;border-radius:30px;background:linear-gradient(135deg,#2563eb,#14b8a6);color:#fff;box-shadow:0 26px 70px #2563eb38}.sector-final-cta span{font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;color:#dbeafe}.sector-final-cta h2{color:#fff;margin:8px 0 0;max-width:820px;font-size:clamp(26px,3vw,40px);line-height:1.12;letter-spacing:-.04em}.sector-final-cta .service-link{background:#fff;color:#1e3a8a;white-space:nowrap}@media (max-width: 1100px){.premium-sector-hero,.sector-workflow-panel{grid-template-columns:1fr}.analysis-flow-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.sector-summary-grid{grid-template-columns:1fr}.sector-final-cta{flex-direction:column;align-items:flex-start}.sector-final-cta .service-link{width:100%}}@media (max-width: 640px){.premium-sector-hero{padding:28px;border-radius:28px}.sector-visual-card{min-height:280px}.sector-icon-orb{width:118px;height:118px;font-size:58px;border-radius:34px}.mini-dashboard-card,.mini-chart-card{position:static;margin-top:14px}.analysis-flow-strip{grid-template-columns:1fr}.workflow-timeline article{grid-template-columns:1fr}.sector-workflow-panel,.sector-final-cta{padding:26px;border-radius:26px}}.premium-sector-page .premium-sector-hero{grid-template-columns:minmax(0,1.65fr) minmax(260px,.35fr)!important;gap:28px!important}.premium-sector-page .sector-hero-copy{width:100%!important;max-width:none!important;min-width:0!important}.premium-sector-page .sector-hero-copy h1{display:block!important;width:100%!important;max-width:1100px!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;font-size:clamp(34px,3.6vw,56px)!important;line-height:1.12!important;letter-spacing:-.035em!important}.premium-sector-page .sector-visual-card{max-width:360px!important;justify-self:end!important}@media (max-width: 1100px){.premium-sector-page .premium-sector-hero{grid-template-columns:1fr!important}.premium-sector-page .sector-visual-card{max-width:100%!important;justify-self:stretch!important}.premium-sector-page .sector-hero-copy h1{max-width:100%!important;font-size:clamp(32px,6vw,48px)!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{display:flex!important;align-items:center!important;justify-content:center!important;width:620px!important;max-width:620px!important;min-width:620px!important;min-height:250px!important;padding:34px 38px!important;border-radius:36px!important;background:linear-gradient(145deg,#fff,#eff6ff 54%,#ecfeff)!important;border:1px solid rgba(37,99,235,.22)!important;box-shadow:0 30px 78px #0f172a2e,inset 0 1px #fffffff5!important;color:#0f172a!important;font-size:96px!important;line-height:.88!important;font-weight:950!important;letter-spacing:-.085em!important;text-transform:none!important;white-space:normal!important;overflow:hidden!important;text-align:center!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow:before,.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow:after,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow:before,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow:after{content:none!important;display:none!important}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow,.hero.hero-premium.academic-hero .hero-copy .hero-top-row span.hero-eyebrow{width:100%!important;max-width:100%!important;min-width:0!important;font-size:clamp(48px,10vw,88px)!important}}.hero.hero-premium.academic-hero .hero-top-row{gap:42px!important;align-items:flex-start!important}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{flex:1 1 980px!important;max-width:1120px!important;min-width:760px!important;gap:0!important;transform:translateY(-4px)!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{position:absolute!important;left:74px!important;right:74px!important;top:58px!important;z-index:7!important;min-height:auto!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:visible!important;color:#e0f2fefa!important;transform:rotate(-3.5deg)!important;pointer-events:none!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-family:Segoe Print,Comic Sans MS,"Cambria Math",Times New Roman,serif!important;font-size:43px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.055em!important;white-space:nowrap!important;text-shadow:0 0 18px rgba(56,189,248,.78),0 3px 0 rgba(15,23,42,.36)!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board:after{display:block!important;content:""!important;position:absolute!important;left:6px!important;right:24px!important;bottom:-10px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(224,242,254,.62),transparent)!important;opacity:.76!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{position:relative!important;width:100%!important;height:660px!important;min-height:660px!important;border-radius:46px!important;background:radial-gradient(circle at 18% 18%,rgba(56,189,248,.22),transparent 28%),radial-gradient(circle at 82% 24%,rgba(20,184,166,.2),transparent 30%),linear-gradient(145deg,#0f172a,#1e3a8a 56%,#0f766e)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 46px 122px #0f172a57,inset 0 1px #ffffff2e!important;overflow:hidden!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual:before{content:""!important;position:absolute!important;top:34px!important;right:34px!important;bottom:34px!important;left:34px!important;border-radius:34px!important;background-image:linear-gradient(rgba(219,234,254,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(219,234,254,.13) 1px,transparent 1px),linear-gradient(90deg,transparent 0 49.7%,rgba(255,255,255,.88) 49.9% 50.1%,transparent 50.3% 100%),linear-gradient(0deg,transparent 0 49.7%,rgba(255,255,255,.88) 49.9% 50.1%,transparent 50.3% 100%)!important;background-size:58px 58px,58px 58px,100% 100%,100% 100%!important;background-color:#0f172a3d!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 0 88px #38bdf814!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-coordinate-svg{position:absolute!important;top:-42px!important;right:-38px!important;bottom:-32px!important;left:-38px!important;width:calc(100% + 76px)!important;height:calc(100% + 74px)!important;z-index:4!important;overflow:visible!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-line{stroke:#ffffffe6!important;stroke-width:5!important;stroke-linecap:round!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-wave{stroke:#38bdf8!important;stroke-width:16!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:drop-shadow(0 0 26px rgba(56,189,248,.88))!important}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row{flex-direction:column!important}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{width:100%!important;max-width:100%!important;min-width:0!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{height:560px!important;min-height:560px!important}}@media (max-width: 700px){.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{height:390px!important;min-height:390px!important;border-radius:32px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{left:34px!important;right:34px!important;top:36px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:24px!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-coordinate-svg{top:-18px!important;right:-18px!important;bottom:-18px!important;left:-18px!important;width:calc(100% + 36px)!important;height:calc(100% + 36px)!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-wave{stroke-width:10!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow:before{font-size:135px!important;line-height:.86!important;letter-spacing:-.095em!important;margin-bottom:14px!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow{min-height:250px!important;width:560px!important;max-width:560px!important;min-width:560px!important}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow{width:100%!important;max-width:100%!important;min-width:0!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow:before{font-size:clamp(62px,12vw,110px)!important}}.hero.hero-premium.academic-hero .hero-top-row{position:relative!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:26px!important;width:100%!important;overflow:visible!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow{flex:0 0 auto!important;width:auto!important;max-width:360px!important;min-height:auto!important;padding:10px 16px!important;border-radius:18px!important;font-size:11px!important;line-height:1.25!important;letter-spacing:.055em!important;white-space:normal!important;text-align:left!important;box-shadow:0 14px 34px #0f172a1a!important}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{position:relative!important;flex:0 1 760px!important;max-width:760px!important;min-width:560px!important;margin:0!important;padding:0!important;transform:none!important;z-index:1!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:100%!important;height:430px!important;min-height:430px!important;border-radius:38px!important;margin:0!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{left:56px!important;right:56px!important;top:42px!important;transform:rotate(-2.4deg)!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:32px!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-coordinate-svg{top:6px!important;right:6px!important;bottom:6px!important;left:6px!important;width:calc(100% - 12px)!important;height:calc(100% - 12px)!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-number{fill:#e0f2feeb!important;font-family:"Cambria Math",Times New Roman,serif!important;font-size:26px!important;font-weight:900!important;text-shadow:0 2px 10px rgba(15,23,42,.45)!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-line{stroke-width:4!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-wave{stroke-width:12!important}@media (max-width: 1250px){.hero.hero-premium.academic-hero .hero-top-row{flex-direction:column!important}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow{max-width:100%!important}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{width:100%!important;max-width:100%!important;min-width:0!important}}@media (max-width: 700px){.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{height:330px!important;min-height:330px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:22px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-number{font-size:18px!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{flex:0 0 1064px!important;width:1064px!important;max-width:1064px!important;min-width:1064px!important;margin-left:540px!important;transform:none!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:1064px!important;height:602px!important;min-height:602px!important;max-height:none!important;border-radius:54px!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-coordinate-svg{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;transform:scale(1.12)!important;transform-origin:center center!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-board{left:82px!important;right:82px!important;top:62px!important}.hero.hero-premium.academic-hero .hero-visual-inline .transform-formula-text,.hero.hero-premium.academic-hero .hero-visual-inline .typing-cursor{font-size:48px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-number{font-size:40px!important}.hero.hero-premium.academic-hero .hero-visual-inline .axis-line{stroke-width:7!important}.hero.hero-premium.academic-hero .hero-visual-inline .sine-wave{stroke-width:20px!important}@media (max-width: 1450px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:324px!important;flex-basis:980px!important;width:980px!important;max-width:980px!important;min-width:980px!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:980px!important;height:555px!important;min-height:555px!important}}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:0!important;flex-basis:auto!important;width:100%!important;max-width:100%!important;min-width:0!important}.hero.hero-premium.academic-hero .hero-visual-inline .hero-math-visual{width:100%!important;height:560px!important;min-height:560px!important}}.hero.hero-premium.academic-hero .hero-top-row .hero-eyebrow{font-size:5.5px!important;padding:5px 8px!important;border-radius:12px!important;max-width:180px!important;box-shadow:0 8px 20px #0f172a14!important}.why-us-hero-card{position:relative;margin-top:28px;display:grid;grid-template-columns:140px 1fr;gap:28px;align-items:center;width:100%;padding:38px;border-radius:42px;background:radial-gradient(circle at 12% 18%,rgba(56,189,248,.24),transparent 28%),radial-gradient(circle at 88% 20%,rgba(20,184,166,.22),transparent 30%),linear-gradient(135deg,#0f172afa,#1e3a8af0 58%,#0f766eeb);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 38px 96px #0f172a4d,inset 0 1px #fff3;overflow:hidden}.why-us-hero-card:before{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:32px;background-image:linear-gradient(rgba(219,234,254,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(219,234,254,.1) 1px,transparent 1px);background-size:38px 38px;opacity:.75;pointer-events:none}.why-us-hero-card:after{content:"";position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.3),transparent 66%);pointer-events:none}.why-us-orb{position:relative;z-index:2;width:140px;height:140px;border-radius:38px;display:grid;place-items:center;background:linear-gradient(145deg,#38bdf8,#2563eb 52%,#14b8a6);color:#fff;font-size:46px;font-weight:950;letter-spacing:-.08em;box-shadow:0 24px 58px #38bdf857,inset 0 1px #ffffff6b}.why-us-hero-card div:not(.why-us-orb),.why-us-hero-card span,.why-us-hero-card h2,.why-us-hero-card p,.why-us-points{position:relative;z-index:2}.why-us-hero-card span{display:inline-flex;margin-bottom:10px;color:#bfdbfe;font-size:13px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.why-us-hero-card h2{margin:0 0 14px;color:#fff;font-size:clamp(34px,3.2vw,54px);line-height:1.04;letter-spacing:-.055em}.why-us-hero-card p{margin:0;max-width:920px;color:#dbeafe;font-size:19px;line-height:1.72}.why-us-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.why-us-points strong{display:inline-flex;padding:11px 15px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:14px}@media (max-width: 900px){.why-us-hero-card{grid-template-columns:1fr;padding:28px;border-radius:32px}.why-us-orb{width:110px;height:110px;border-radius:30px;font-size:38px}.why-us-hero-card h2{font-size:32px}}.customer-list-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.admin-header-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;background:#fff;color:#1e3a8a;text-decoration:none;font-weight:900;box-shadow:0 12px 28px #0f172a29}.customer-toolbar{display:grid;grid-template-columns:210px 210px 1fr;gap:18px;align-items:stretch;margin:0 0 26px}.customer-toolbar>div,.customer-toolbar label{background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:22px;padding:18px;box-shadow:0 14px 34px #0f172a14}.customer-toolbar span,.customer-toolbar label{color:#64748b;font-size:13px;font-weight:900}.customer-toolbar strong{display:block;margin-top:8px;color:#0f172a;font-size:32px;line-height:1}.customer-toolbar input{width:100%;margin-top:10px;padding:14px 15px;border:1px solid #cbd5e1;border-radius:14px;outline:none}.customer-toolbar input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.customer-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:22px}.customer-card{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:26px;padding:24px;box-shadow:0 18px 42px #0f172a17;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.customer-card:after{content:"";position:absolute;width:140px;height:140px;right:-70px;top:-70px;border-radius:50%;background:#2563eb14}.customer-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px #0f172a24;border-color:#2563eb52}.customer-card-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.customer-avatar{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#14b8a6);color:#fff;font-size:24px;font-weight:900;box-shadow:0 14px 30px #2563eb3d;text-transform:uppercase}.customer-status{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}.customer-status.active{background:#dcfce7;color:#166534}.customer-status.passive{background:#fee2e2;color:#991b1b}.customer-card h2{position:relative;z-index:1;margin:0 0 6px;color:#0f172a;font-size:23px}.customer-card>p{position:relative;z-index:1;margin:0 0 18px;color:#64748b;font-weight:700}.customer-meta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.customer-meta-grid span{display:block;padding:13px;border-radius:16px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:900;border:1px solid rgba(226,232,240,.9)}.customer-meta-grid strong{display:block;margin-top:6px;color:#0f172a;font-size:13px;line-height:1.35;word-break:break-word}.customer-delivery-summary{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.customer-delivery-summary div{padding:14px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid rgba(37,99,235,.1)}.customer-delivery-summary span{display:block;color:#64748b;font-size:12px;font-weight:900}.customer-delivery-summary strong{display:block;margin-top:6px;color:#1e3a8a;font-size:18px}.customer-empty-state{padding:28px;border-radius:22px;background:#fff;border:1px dashed #94a3b8;color:#64748b;font-weight:900;text-align:center;box-shadow:0 14px 34px #0f172a0f}@media (max-width: 900px){.customer-list-header{display:grid;grid-template-columns:1fr}.customer-toolbar{grid-template-columns:1fr}}@media (max-width: 560px){.customer-list-grid,.customer-meta-grid,.customer-delivery-summary{grid-template-columns:1fr}.admin-header-button{width:100%}}.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:648px!important;transform:none!important}.hero.hero-premium.academic-hero .hero-top-row,.hero.hero-premium.academic-hero .hero-copy{overflow:visible!important}@media (max-width: 1450px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:432px!important}}@media (max-width: 1200px){.hero.hero-premium.academic-hero .hero-top-row .hero-visual-inline{margin-left:0!important}}.customer-card-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.customer-id-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900;border:1px solid rgba(37,99,235,.16)}@media (max-width: 560px){.customer-card-top{align-items:flex-start}.customer-card-badges{justify-content:flex-end;max-width:180px}}.delivery-history-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.delivery-history-toolbar{display:grid;grid-template-columns:210px 210px 1fr;gap:18px;align-items:stretch;margin:0 0 34px}.delivery-history-toolbar>div,.delivery-history-toolbar label{background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:22px;padding:18px;box-shadow:0 14px 34px #0f172a14}.delivery-history-toolbar span,.delivery-history-toolbar label{color:#64748b;font-size:13px;font-weight:900}.delivery-history-toolbar strong{display:block;margin-top:8px;color:#0f172a;font-size:32px;line-height:1}.delivery-history-toolbar input{width:100%;margin-top:10px;padding:14px 15px;border:1px solid #cbd5e1;border-radius:14px;outline:none}.delivery-history-toolbar input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.delivery-history-grid{position:relative;display:grid;gap:26px;padding-left:54px}.delivery-history-grid:before{content:"";position:absolute;left:22px;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#14b8a6,#7c3aed);box-shadow:0 0 24px #2563eb47}.delivery-history-card{position:relative;overflow:visible;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:26px;padding:24px;box-shadow:0 18px 42px #0f172a17;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.delivery-history-card:before{content:"";position:absolute;left:-43px;top:28px;width:24px;height:24px;border-radius:50%;background:#fff;border:6px solid #2563eb;box-shadow:0 0 0 8px #2563eb1f,0 12px 28px #0f172a2e;z-index:2}.delivery-history-card:after{content:"";position:absolute;left:-19px;top:39px;width:20px;height:3px;border-radius:999px;background:#2563eb}.delivery-history-card:hover{transform:translate(5px);box-shadow:0 26px 58px #0f172a24;border-color:#7c3aed4d}.delivery-history-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.delivery-history-top small{color:#64748b;font-weight:900;background:#f8fafc;border:1px solid #e2e8f0;padding:7px 10px;border-radius:999px}.delivery-type-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;background:#eff6ff;color:#1d4ed8}.delivery-type-badge.analysis_report{background:#eff6ff;color:#1d4ed8}.delivery-type-badge.software_prototype{background:#ede9fe;color:#5b21b6}.delivery-type-badge.software_full_version{background:#dcfce7;color:#166534}.delivery-type-badge.other{background:#f1f5f9;color:#475569}.delivery-history-card h2{position:relative;z-index:1;margin:0 0 8px;color:#0f172a;font-size:23px}.delivery-history-card>p{position:relative;z-index:1;margin:0 0 18px;color:#64748b;line-height:1.6}.delivery-history-meta{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.delivery-history-meta span{display:block;padding:13px;border-radius:16px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:900;border:1px solid rgba(226,232,240,.9)}.delivery-history-meta strong{display:block;margin-top:6px;color:#0f172a;font-size:13px;line-height:1.35;word-break:break-word}.delivery-history-footer{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0;color:#64748b;font-weight:900;flex-wrap:wrap}.delivery-active,.delivery-passive{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}.delivery-active{background:#dcfce7;color:#166534}.delivery-passive{background:#fee2e2;color:#991b1b}@media (max-width: 1000px){.delivery-history-meta{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.delivery-history-header{display:grid;grid-template-columns:1fr}.delivery-history-toolbar{grid-template-columns:1fr}}@media (max-width: 560px){.delivery-history-grid{padding-left:34px}.delivery-history-grid:before{left:12px}.delivery-history-card:before{left:-34px;width:20px;height:20px;border-width:5px}.delivery-history-card:after{left:-14px;width:14px}.delivery-history-meta{grid-template-columns:1fr}}.delivery-customer-row{position:relative;z-index:1;display:flex;align-items:center;gap:14px;margin:0 0 18px;padding:14px;border-radius:20px;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid rgba(148,163,184,.24)}.delivery-customer-avatar{width:56px;height:56px;flex:0 0 56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;font-size:24px;font-weight:900;text-transform:uppercase;box-shadow:0 14px 30px #2563eb3d}.delivery-customer-row div:last-child{min-width:0}.delivery-customer-row span{display:block;color:#64748b;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.delivery-customer-row strong{display:block;color:#0f172a;font-size:18px;line-height:1.25;word-break:break-word}.delivery-customer-row small{display:block;margin-top:4px;color:#2563eb;font-size:13px;font-weight:900;word-break:break-word}@media (max-width: 560px){.delivery-customer-row{align-items:flex-start;padding:12px}.delivery-customer-avatar{width:48px;height:48px;flex-basis:48px;border-radius:16px;font-size:21px}.delivery-customer-row strong{font-size:16px}}.work-process-section{padding:78px 8%;background:linear-gradient(180deg,#fff,#eef2ff)}.work-process-header{max-width:900px;margin:0 auto 34px;text-align:center}.work-process-header span{display:inline-flex;padding:8px 13px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.work-process-header h2{margin:0 0 14px;color:#0f172a;font-size:clamp(32px,4vw,52px);letter-spacing:-.03em}.work-process-header p{color:#64748b;font-size:18px;line-height:1.7}.process-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1080px;margin:0 auto 28px}.process-card{position:relative;overflow:hidden;min-height:230px;padding:28px;border-radius:30px;text-align:left;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 46px #0f172a1a;cursor:pointer;color:#fff;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.process-card:hover,.process-card.active{transform:translateY(-7px);box-shadow:0 28px 68px #0f172a2e;border-color:#ffffff8c}.process-card:after{content:"";position:absolute;width:220px;height:220px;right:-80px;top:-80px;border-radius:50%;background:#ffffff24}.analysis-process{background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#1d4ed8,#0f172a)}.software-process{background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#0f766e,#0f172a)}.process-card span{position:relative;z-index:1;display:inline-flex;width:54px;height:54px;border-radius:18px;align-items:center;justify-content:center;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);font-weight:900;margin-bottom:22px}.process-card strong{position:relative;z-index:1;display:block;font-size:24px;line-height:1.22;margin-bottom:12px}.process-card small{position:relative;z-index:1;display:block;color:#dbeafe;font-size:15px;line-height:1.6}.process-detail-panel{max-width:1080px;margin:0 auto;padding:30px;border-radius:30px;background:#fff;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 46px #0f172a1a}.process-detail-panel h3{margin:0 0 14px;color:#0f172a;font-size:28px}.process-detail-panel p{color:#475569;font-size:17px;line-height:1.75}.process-detail-panel ul{margin:18px 0 0;padding-left:22px;color:#334155;line-height:1.8}.process-detail-panel li{margin-bottom:8px}@media (max-width: 900px){.process-card-grid{grid-template-columns:1fr}.work-process-section{padding:56px 6%}}@media (max-width: 560px){.process-card{min-height:210px;padding:22px;border-radius:24px}.process-detail-panel{padding:22px;border-radius:24px}.process-card strong{font-size:21px}}.expanded-process-panel{padding:46px}.process-panel-heading{margin-bottom:34px}.process-panel-heading span{display:inline-flex;padding:11px 16px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.process-panel-heading h3{font-size:clamp(40px,4vw,56px);letter-spacing:-.04em;line-height:1.12;margin-bottom:18px}.process-panel-heading p{font-size:22px;line-height:1.9;color:#475569}.process-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:32px 0 40px}.process-highlight-grid div{padding:28px;border-radius:28px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid rgba(37,99,235,.14);box-shadow:0 16px 36px #0f172a14}.process-highlight-grid.software-grid div{background:linear-gradient(135deg,#ecfdf5,#f8fafc);border-color:#0f766e2e}.process-highlight-grid strong{display:block;color:#0f172a;font-size:25px;margin-bottom:14px;line-height:1.25}.process-highlight-grid p{margin:0;color:#475569;font-size:20px;line-height:1.78}.expanded-process-panel h4{margin:42px 0 28px;color:#0f172a;font-size:36px;line-height:1.25;letter-spacing:-.03em}.process-step-list{display:grid;gap:18px;margin:0;padding-left:0;list-style:none;counter-reset:processStep}.process-step-list li{position:relative;padding:26px 26px 26px 90px;border-radius:24px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:21px;line-height:1.9;counter-increment:processStep}.process-step-list li:before{content:counter(processStep);position:absolute;left:24px;top:26px;width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;font-size:19px;font-weight:900;box-shadow:0 10px 24px #2563eb38}.process-step-list li strong{color:#0f172a;font-size:22px}.process-result-box{margin-top:34px;padding:30px;border-radius:28px;background:linear-gradient(135deg,#dbeafe,#fff);border:1px solid rgba(37,99,235,.2);color:#1e3a8a;font-size:22px;line-height:1.85}.process-result-box strong{font-size:23px}.process-result-box.software-result{background:linear-gradient(135deg,#ccfbf1,#fff);border-color:#0f766e38;color:#0f766e}.process-card{min-height:270px;padding:36px}.process-card span{width:64px;height:64px;font-size:19px}.process-card strong{font-size:31px;line-height:1.18}.process-card small{font-size:20px;line-height:1.8}@media (max-width: 1100px){.process-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.expanded-process-panel{padding:26px}.process-panel-heading h3{font-size:34px}.process-panel-heading p{font-size:19px}.process-highlight-grid{grid-template-columns:1fr}.process-highlight-grid strong{font-size:22px}.process-highlight-grid p{font-size:18px}.expanded-process-panel h4{font-size:29px}.process-step-list li{font-size:18px;padding:72px 18px 18px}.process-step-list li strong{font-size:19px}.process-step-list li:before{left:18px;top:18px}.process-card{min-height:245px;padding:28px}.process-card strong{font-size:26px}.process-card small{font-size:18px}}.work-process-section{position:relative;overflow:hidden;padding:96px 8%;background:radial-gradient(circle at 14% 16%,rgba(37,99,235,.16),transparent 28%),radial-gradient(circle at 84% 18%,rgba(20,184,166,.14),transparent 30%),linear-gradient(180deg,#f8fafc,#eef2ff 48%,#fff)}.work-process-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px);background-size:52px 52px;opacity:.55;pointer-events:none}.work-process-header,.process-card-grid,.process-detail-panel{position:relative;z-index:1}.work-process-header{max-width:1040px;margin-bottom:44px}.work-process-header span{background:#ffffffd1;border:1px solid rgba(37,99,235,.16);color:#1d4ed8;box-shadow:0 14px 34px #2563eb1a}.work-process-header h2{font-size:clamp(38px,4.6vw,64px);color:#0f172a;letter-spacing:-.05em}.work-process-header p{max-width:900px;margin:0 auto;font-size:20px;color:#475569}.process-card-grid{max-width:1180px;gap:28px;margin-bottom:34px}.process-card{min-height:300px;padding:40px;border-radius:34px;border:1px solid rgba(255,255,255,.36);box-shadow:0 26px 74px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.process-card:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:33px;background:linear-gradient(135deg,#ffffff3d,#ffffff0a);pointer-events:none}.process-card:after{width:280px;height:280px;right:-110px;top:-110px;background:radial-gradient(circle,rgba(255,255,255,.26),transparent 64%)}.process-card:hover,.process-card.active{transform:translateY(-10px) scale(1.01);box-shadow:0 36px 90px #0f172a3d}.process-card.active{outline:3px solid rgba(255,255,255,.72);outline-offset:-10px}.analysis-process{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.3),transparent 30%),linear-gradient(135deg,#2563eb,#1e3a8a 46%,#0f172a)}.software-process{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.28),transparent 30%),linear-gradient(135deg,#14b8a6,#0f766e 44%,#0f172a)}.process-card span{width:70px;height:70px;border-radius:22px;font-size:20px;background:#fff3;box-shadow:inset 0 1px #ffffff47,0 16px 34px #0f172a33}.process-card strong{font-size:34px;letter-spacing:-.03em}.process-card small{max-width:560px;color:#eff6ffeb;font-size:21px;line-height:1.82}.expanded-process-panel{max-width:1180px;padding:54px;border-radius:38px;background:#ffffffe0;border:1px solid rgba(148,163,184,.3);box-shadow:0 32px 90px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.process-panel-heading{position:relative;padding:32px;border-radius:32px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(226,232,240,.92);box-shadow:0 18px 46px #0f172a14}.process-panel-heading:after{content:"";position:absolute;right:28px;top:28px;width:96px;height:96px;border-radius:30px;background:linear-gradient(135deg,#2563eb24,#14b8a61f)}.process-panel-heading span{background:#eff6ff;color:#1d4ed8;border:1px solid rgba(37,99,235,.18)}.process-panel-heading h3{position:relative;z-index:1;font-size:clamp(44px,4.3vw,62px)}.process-panel-heading p{position:relative;z-index:1;font-size:23px;color:#334155}.process-highlight-grid{gap:24px;margin:38px 0 48px}.process-highlight-grid div{position:relative;overflow:hidden;padding:32px;border-radius:30px;background:linear-gradient(145deg,#fff,#eff6ff);border:1px solid rgba(37,99,235,.16);box-shadow:0 20px 52px #0f172a1a;transition:transform .22s ease,box-shadow .22s ease}.process-highlight-grid div:after{content:"";position:absolute;right:-42px;top:-42px;width:110px;height:110px;border-radius:50%;background:#2563eb1a}.process-highlight-grid div:hover{transform:translateY(-7px);box-shadow:0 28px 66px #0f172a26}.process-highlight-grid.software-grid div{background:linear-gradient(145deg,#fff,#ecfdf5);border-color:#0f766e33}.process-highlight-grid.software-grid div:after{background:#14b8a61f}.process-highlight-grid strong{position:relative;z-index:1;font-size:27px;letter-spacing:-.02em}.process-highlight-grid p{position:relative;z-index:1;font-size:20.5px;color:#475569}.expanded-process-panel h4{font-size:39px;margin-top:50px}.process-step-list{gap:20px}.process-step-list li{overflow:hidden;padding:28px 30px 28px 96px;border-radius:28px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.28);box-shadow:0 16px 38px #0f172a12;transition:transform .2s ease,box-shadow .2s ease}.process-step-list li:hover{transform:translate(6px);box-shadow:0 22px 52px #0f172a1f}.process-step-list li:before{width:52px;height:52px;border-radius:18px;left:26px;top:28px;box-shadow:0 14px 30px #2563eb3d}.process-step-list li strong{font-size:23px}.process-result-box{padding:34px;border-radius:32px;background:linear-gradient(135deg,#eff6ff,#fff 58%,#dbeafe);box-shadow:0 22px 54px #2563eb1f;font-size:23px}.process-result-box.software-result{background:linear-gradient(135deg,#ecfdf5,#fff 58%,#ccfbf1);box-shadow:0 22px 54px #0f766e1f}@media (max-width: 900px){.work-process-section{padding:68px 6%}.process-card-grid{grid-template-columns:1fr}.expanded-process-panel{padding:34px;border-radius:30px}.process-panel-heading{padding:26px}}@media (max-width: 700px){.work-process-header h2{font-size:36px}.work-process-header p{font-size:18px}.process-card{min-height:260px;padding:30px}.process-card strong{font-size:28px}.process-card small{font-size:18px}.process-panel-heading h3{font-size:35px}.process-panel-heading p{font-size:19px}.process-highlight-grid{grid-template-columns:1fr}.process-step-list li{padding:76px 20px 22px;font-size:18px}.process-step-list li:before{left:20px;top:20px}.process-result-box{font-size:19px}}.hero-premium.academic-hero{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 74% 34%,rgba(59,130,246,.22),transparent 30%),radial-gradient(circle at 18% 18%,rgba(20,184,166,.16),transparent 28%),linear-gradient(135deg,#f8fafc,#eef2ff 42%,#fff)}.hero-premium.academic-hero:before{content:"";position:absolute;right:-9%;top:2%;width:min(58vw,720px);height:min(58vw,720px);border-radius:46% 54% 48% 52%/48% 42% 58% 52%;background:radial-gradient(circle at 40% 38%,rgba(255,255,255,.96) 0 7%,transparent 8%),radial-gradient(circle at 60% 30%,rgba(37,99,235,.32) 0 2.8%,transparent 3.2%),radial-gradient(circle at 42% 58%,rgba(20,184,166,.3) 0 2.7%,transparent 3.1%),radial-gradient(circle at 66% 62%,rgba(124,58,237,.24) 0 2.6%,transparent 3%),linear-gradient(135deg,#dbeafee0,#e0f2fe7a 42%,#ffffff29);box-shadow:inset 0 0 80px #2563eb1f,0 36px 110px #2563eb2e;opacity:.78;filter:blur(.2px);z-index:0;pointer-events:none}.hero-premium.academic-hero:after{content:"";position:absolute;right:3%;top:9%;width:min(48vw,640px);height:min(48vw,640px);background-image:radial-gradient(circle,rgba(37,99,235,.78) 0 3px,transparent 4px),radial-gradient(circle,rgba(20,184,166,.66) 0 2px,transparent 3px),linear-gradient(42deg,transparent 0 46%,rgba(37,99,235,.23) 47% 48%,transparent 49% 100%),linear-gradient(118deg,transparent 0 48%,rgba(20,184,166,.2) 49% 50%,transparent 51% 100%),linear-gradient(165deg,transparent 0 47%,rgba(124,58,237,.16) 48% 49%,transparent 50% 100%);background-size:92px 92px,132px 132px,120px 120px,150px 150px,170px 170px;background-position:0 0,34px 28px,0 0,18px 24px,42px 10px;opacity:.82;mix-blend-mode:multiply;z-index:0;pointer-events:none;-webkit-mask-image:radial-gradient(circle at 56% 46%,#000 0 62%,transparent 76%);mask-image:radial-gradient(circle at 56% 46%,#000 0 62%,transparent 76%)}.academic-bg-grid{opacity:.45}.hero-copy,.hero-visual{position:relative;z-index:2}.hero-copy{padding:34px;border-radius:34px;background:#ffffff94;border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 76px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-eyebrow{background:#eff6ffeb;border:1px solid rgba(37,99,235,.16);box-shadow:0 12px 28px #2563eb1a}.hero h1{color:#0b1220;text-shadow:0 10px 32px rgba(37,99,235,.1)}.hero-proof-strip span{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.analytics-dashboard{box-shadow:0 42px 110px #0f172a61,0 0 80px #2563eb2e}@media (max-width: 1280px){.hero-premium.academic-hero:before{right:-18%;top:8%;width:680px;height:680px}.hero-premium.academic-hero:after{right:-4%;top:12%;width:610px;height:610px}}@media (max-width: 768px){.hero-copy{padding:24px;border-radius:26px}.hero-premium.academic-hero:before{right:-42%;top:16%;width:520px;height:520px;opacity:.46}.hero-premium.academic-hero:after{right:-30%;top:18%;width:480px;height:480px;opacity:.42}}.hero-premium.academic-hero:before,.hero-premium.academic-hero:after{display:none!important;content:none!important}.hero-premium.academic-hero{background:radial-gradient(circle at 18% 16%,rgba(37,99,235,.18),transparent 28%),radial-gradient(circle at 82% 22%,rgba(20,184,166,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2ff 45%,#fff)}.hero-copy{padding:46px;border-radius:38px;background:linear-gradient(135deg,#ffffffdb,#eff6ffb3);border:1px solid rgba(255,255,255,.84);box-shadow:0 34px 90px #0f172a24,inset 0 1px #ffffffeb}.hero-eyebrow{padding:12px 18px;font-size:14px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#1d4ed8;border:1px solid rgba(37,99,235,.18);box-shadow:0 16px 34px #2563eb1f}.hero h1{font-size:clamp(54px,6.2vw,86px);line-height:.98;letter-spacing:-.065em;max-width:820px;background:linear-gradient(135deg,#0f172a,#1e3a8a 54%,#0f766e);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.hero p{font-size:24px;line-height:1.72;max-width:760px;color:#334155}.hero-visual:before{content:"f(x)=a₀/2+Σ(aₙcos(nωx)+bₙsin(nωx))";position:absolute;left:8%;top:10%;z-index:4;padding:16px 20px;border-radius:18px;background:#0f172ae0;color:#dbeafe;font-family:"Cambria Math",Times New Roman,serif;font-size:22px;font-weight:900;box-shadow:0 24px 60px #0f172a47;border:1px solid rgba(255,255,255,.14)}.hero-visual:after{content:"";position:absolute;top:6%;right:4%;bottom:6%;left:4%;z-index:1;border-radius:38px;background-image:linear-gradient(rgba(37,99,235,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.12) 1px,transparent 1px),linear-gradient(90deg,transparent 0 49.6%,rgba(15,23,42,.72) 49.8% 50.2%,transparent 50.4% 100%),linear-gradient(0deg,transparent 0 49.6%,rgba(15,23,42,.72) 49.8% 50.2%,transparent 50.4% 100%);background-size:46px 46px,46px 46px,100% 100%,100% 100%;background-color:#ffffffa8;border:1px solid rgba(148,163,184,.32);box-shadow:inset 0 0 60px #2563eb14,0 34px 92px #0f172a21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.analytics-dashboard{position:relative;z-index:3;overflow:hidden;background:linear-gradient(145deg,#0f172af5,#1e3a8aeb)}.analytics-dashboard:before{content:"";position:absolute;left:8%;right:8%;top:44%;height:150px;border-radius:50%;border-top:8px solid #38bdf8;transform:rotate(-8deg);filter:drop-shadow(0 0 18px rgba(56,189,248,.65));z-index:1}.analytics-dashboard:after{content:"x     y";position:absolute;right:26px;bottom:22px;color:#dbeafec7;font-family:"Cambria Math",Times New Roman,serif;font-size:20px;font-weight:900;letter-spacing:1.8em;z-index:2}.story-dashboard .dashboard-topbar,.story-dashboard .story-flow,.story-dashboard .story-insight-panel{position:relative;z-index:4}.story-flow{opacity:.86}.floating-chip{z-index:5}@media (max-width: 900px){.hero-copy{padding:30px}.hero h1{font-size:44px}.hero p{font-size:20px}.hero-visual:before{left:6%;top:4%;font-size:16px;max-width:88%}.hero-visual:after{top:2%;right:0;bottom:2%;left:0}}@media (max-width: 560px){.hero h1{font-size:36px}.hero-eyebrow{font-size:12px}.hero-visual:before{font-size:13px;padding:12px 14px}}.expanded-process-panel .process-step-list li{font-size:42px;line-height:1.55;padding:38px 38px 38px 120px}.expanded-process-panel .process-step-list li strong{font-size:44px;line-height:1.35}.expanded-process-panel .process-step-list li:before{width:68px;height:68px;border-radius:22px;left:30px;top:38px;font-size:28px}@media (max-width: 900px){.expanded-process-panel .process-step-list li{font-size:34px;line-height:1.55;padding:112px 26px 28px}.expanded-process-panel .process-step-list li strong{font-size:36px}.expanded-process-panel .process-step-list li:before{width:64px;height:64px;left:26px;top:26px;font-size:26px}}@media (max-width: 560px){.expanded-process-panel .process-step-list li{font-size:26px;line-height:1.55;padding:96px 20px 24px}.expanded-process-panel .process-step-list li strong{font-size:28px}.expanded-process-panel .process-step-list li:before{width:58px;height:58px;left:20px;top:22px;font-size:24px}}.work-process-section{padding-left:8%;padding-right:8%}.work-process-header,.process-card-grid,.expanded-process-panel,.process-detail-panel{width:100%;max-width:none}.work-process-header{text-align:left;margin-left:0;margin-right:0;max-width:100%}.work-process-header p{margin-left:0;margin-right:0;max-width:1180px}.process-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.expanded-process-panel,.process-detail-panel{max-width:none}.process-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.process-highlight-grid div{min-height:300px;padding:42px;border-radius:36px;background:radial-gradient(circle at 88% 14%,rgba(37,99,235,.18),transparent 34%),linear-gradient(145deg,#fff,#eff6ff);box-shadow:0 30px 78px #0f172a29;border:1px solid rgba(37,99,235,.2)}.process-highlight-grid.software-grid div{background:radial-gradient(circle at 88% 14%,rgba(20,184,166,.2),transparent 34%),linear-gradient(145deg,#fff,#ecfdf5);border-color:#0f766e3d}.process-highlight-grid div:before{content:"";position:absolute;left:34px;top:34px;width:76px;height:76px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#1e3a8a);opacity:.12}.process-highlight-grid.software-grid div:before{background:linear-gradient(135deg,#14b8a6,#0f766e);opacity:.16}.process-highlight-grid div:after{width:170px;height:170px;right:-64px;top:-64px;opacity:.9}.process-highlight-grid strong{font-size:34px;line-height:1.16;margin-top:82px;margin-bottom:20px}.process-highlight-grid p{font-size:25px;line-height:1.55;color:#334155}.process-highlight-grid div:hover{transform:translateY(-12px) scale(1.015);box-shadow:0 42px 96px #0f172a38}@media (max-width: 1200px){.process-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.work-process-section{padding-left:6%;padding-right:6%}.work-process-header{text-align:center}.work-process-header p{margin-left:auto;margin-right:auto}.process-card-grid,.process-highlight-grid{grid-template-columns:1fr}.process-highlight-grid div{min-height:auto;padding:32px}.process-highlight-grid strong{font-size:28px;margin-top:76px}.process-highlight-grid p{font-size:21px}}.sector-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:38px 0 50px}.sector-card{position:relative;overflow:hidden;min-height:300px;padding:40px;border-radius:34px;background:radial-gradient(circle at 88% 14%,rgba(20,184,166,.2),transparent 34%),linear-gradient(145deg,#fff,#ecfdf5);border:1px solid rgba(15,118,110,.24);box-shadow:0 30px 78px #0f172a24;transition:transform .22s ease,box-shadow .22s ease}.sector-card:before{content:"";position:absolute;left:34px;top:34px;width:76px;height:76px;border-radius:24px;background:linear-gradient(135deg,#14b8a6,#0f766e);opacity:.16}.sector-card:after{content:"";position:absolute;right:-64px;top:-64px;width:170px;height:170px;border-radius:50%;background:#14b8a61f}.sector-card:hover{transform:translateY(-12px) scale(1.015);box-shadow:0 42px 96px #0f172a38}.sector-card strong{position:relative;z-index:1;display:block;margin-top:82px;margin-bottom:20px;color:#0f172a;font-size:34px;line-height:1.16;letter-spacing:-.02em}.sector-card p{position:relative;z-index:1;margin:0;color:#334155;font-size:25px;line-height:1.55}.software-step-list li:before{background:linear-gradient(135deg,#14b8a6,#0f766e)}@media (max-width: 1200px){.sector-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.sector-card-grid{grid-template-columns:1fr}.sector-card{min-height:auto;padding:32px}.sector-card strong{font-size:28px;margin-top:76px}.sector-card p{font-size:21px}}.analysis-sector-card .sector-detail-button{position:absolute;right:18px;top:18px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:42px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;text-decoration:none;font-size:15px;font-weight:950;letter-spacing:.02em;box-shadow:0 16px 34px #2563eb47;border:1px solid rgba(255,255,255,.42)}.analysis-sector-card .sector-detail-button:hover{transform:translateY(-2px);box-shadow:0 22px 46px #2563eb57}.spss-sector-detail-page{min-height:calc(100vh - 72px);background:radial-gradient(circle at 14% 18%,rgba(37,99,235,.16),transparent 30%),linear-gradient(180deg,#f8fafc,#eef2ff)}.spss-sector-hero{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;padding:42px;border-radius:36px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;box-shadow:0 32px 88px #0f172a38;margin-bottom:32px}.spss-sector-icon{width:100px;height:100px;border-radius:30px;display:grid;place-items:center;background:#ffffff24;border:1px solid rgba(255,255,255,.24);font-size:52px}.spss-sector-hero h1{margin:10px 0 14px;font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:-.05em}.spss-sector-hero p{margin:0;max-width:920px;color:#dbeafe;font-size:23px;line-height:1.75}.spss-sector-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:32px}.spss-sector-detail-grid article{padding:30px;border-radius:28px;background:#fff;border:1px solid rgba(37,99,235,.16);box-shadow:0 22px 54px #0f172a1a}.spss-sector-detail-grid span{display:inline-flex;width:54px;height:54px;border-radius:18px;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;font-weight:950;margin-bottom:18px}.spss-sector-detail-grid p{margin:0;color:#334155;font-size:22px;line-height:1.7}@media (max-width: 900px){.spss-sector-hero,.spss-sector-detail-grid{grid-template-columns:1fr}}@media (max-width: 560px){.analysis-sector-card .sector-detail-button{right:14px;top:14px;min-width:78px;height:38px;font-size:13px}.spss-sector-hero{padding:28px;border-radius:28px}.spss-sector-hero p,.spss-sector-detail-grid p{font-size:19px}}.sector-card .sector-card-icon{position:absolute;left:34px;top:34px;z-index:2;width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#fffffff0,#ecfdf5db);border:1px solid rgba(15,118,110,.22);box-shadow:0 18px 40px #0f172a21,inset 0 1px #ffffffe0;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;font-size:40px;line-height:1}.analysis-sector-card .sector-card-icon{background:linear-gradient(135deg,#fffffff5,#eff6ffe6);border-color:#2563eb38}.sector-card:before{opacity:.08}.sector-card strong{margin-top:96px}@media (max-width: 760px){.sector-card .sector-card-icon{left:32px;top:32px;width:70px;height:70px;border-radius:22px;font-size:36px}.sector-card strong{margin-top:90px}}.hero.hero-premium.academic-hero{grid-template-columns:minmax(520px,.95fr) minmax(520px,1.05fr);gap:64px;padding:104px 8% 92px;align-items:center}.hero.hero-premium.academic-hero .hero-copy{max-width:860px;padding:56px;border-radius:44px;background:linear-gradient(135deg,#fffffff0,#dbeafec2);border:1px solid rgba(255,255,255,.92);box-shadow:0 44px 120px #0f172a2e}.hero.hero-premium.academic-hero .hero-eyebrow{font-size:16px;padding:15px 22px;margin-bottom:28px;color:#1e3a8a;background:linear-gradient(135deg,#dbeafe,#ecfeff);box-shadow:0 18px 44px #2563eb29}.hero.hero-premium.academic-hero h1{font-size:clamp(70px,7.4vw,112px)!important;line-height:.92;letter-spacing:-.075em;margin-bottom:26px;background:linear-gradient(135deg,#020617,#1d4ed8 48%,#0f766e);-webkit-background-clip:text;background-clip:text;color:transparent!important}.hero.hero-premium.academic-hero p{font-size:27px;line-height:1.65;max-width:780px;color:#334155}.hero-math-visual{position:relative;min-height:560px;border-radius:46px;overflow:hidden;background:linear-gradient(145deg,#0f172a,#1e3a8a 58%,#0f766e);box-shadow:0 44px 120px #0f172a52;border:1px solid rgba(255,255,255,.18)}.hero-math-visual:before{content:"";position:absolute;top:42px;right:42px;bottom:42px;left:42px;border-radius:34px;background-image:linear-gradient(rgba(219,234,254,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(219,234,254,.12) 1px,transparent 1px),linear-gradient(90deg,transparent 0 49.7%,rgba(255,255,255,.88) 49.9% 50.1%,transparent 50.3% 100%),linear-gradient(0deg,transparent 0 49.7%,rgba(255,255,255,.88) 49.9% 50.1%,transparent 50.3% 100%);background-size:44px 44px,44px 44px,100% 100%,100% 100%;background-color:#0f172a47;border:1px solid rgba(255,255,255,.12)}.hero-math-visual:after{content:"";position:absolute;left:10%;right:10%;top:44%;height:168px;border-radius:50%;border-top:10px solid #38bdf8;transform:rotate(-7deg);filter:drop-shadow(0 0 24px rgba(56,189,248,.75))}.fourier-formula{position:absolute;left:56px;top:54px;z-index:2;padding:18px 22px;border-radius:20px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#e0f2fe;font-family:"Cambria Math",Times New Roman,serif;font-size:26px;font-weight:900;box-shadow:0 24px 58px #0f172a3d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.axis-label-x,.axis-label-y{position:absolute;z-index:2;color:#dbeafe;font-family:"Cambria Math",Times New Roman,serif;font-size:28px;font-weight:900}.axis-label-x{right:70px;top:52%}.axis-label-y{left:50%;top:68px}.sine-dot{position:absolute;z-index:3;width:16px;height:16px;border-radius:50%;background:#facc15;box-shadow:0 0 0 8px #facc1529,0 0 28px #facc15b8}.sine-dot.d1{left:22%;top:55%}.sine-dot.d2{left:42%;top:39%}.sine-dot.d3{left:62%;top:52%}.sine-dot.d4{left:78%;top:35%}@media (max-width: 1200px){.hero.hero-premium.academic-hero{grid-template-columns:1fr}.hero-math-visual{min-height:480px}}@media (max-width: 700px){.hero.hero-premium.academic-hero{padding:64px 6%}.hero.hero-premium.academic-hero .hero-copy{padding:30px;border-radius:30px}.hero.hero-premium.academic-hero h1{font-size:44px!important}.hero.hero-premium.academic-hero p{font-size:20px}.fourier-formula{left:24px;top:24px;font-size:16px}.hero-math-visual{min-height:360px;border-radius:30px}.hero-math-visual:before{top:24px;right:24px;bottom:24px;left:24px}}.hero-visual-stack{position:relative;display:block}.hero-visual-stack .transform-formula-board{position:absolute;left:72px;right:72px;top:78px;z-index:9;min-height:auto;padding:0;border-radius:0;background:transparent;border:none;box-shadow:none;color:#e0f2fef5;display:flex;align-items:center;overflow:visible;pointer-events:none;transform:rotate(-4deg)}.hero-visual-stack .transform-formula-text{font-family:Segoe Print,Comic Sans MS,Bradley Hand ITC,Times New Roman,serif;font-size:46px;line-height:1.16;font-weight:700;letter-spacing:-.055em;white-space:nowrap;text-shadow:0 0 14px rgba(56,189,248,.7),0 2px 0 rgba(15,23,42,.34)}.hero-visual-stack .typing-cursor{font-family:Segoe Print,Comic Sans MS,Bradley Hand ITC,Times New Roman,serif;font-size:46px;font-weight:700;color:#e0f2fef2;margin-left:5px;animation:typingBlink .8s infinite;text-shadow:0 0 14px rgba(56,189,248,.7)}.hero-visual-stack .transform-formula-board:after{content:"";position:absolute;left:8px;right:18px;bottom:-9px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(224,242,254,.68),transparent);transform:rotate(-1deg);opacity:.72}.hero-math-visual .fourier-formula,.fourier-formula{display:none!important}@keyframes typingBlink{0%,48%{opacity:1}49%,to{opacity:0}}@media (max-width: 900px){.hero-visual-stack .transform-formula-board{left:46px;right:46px;top:58px}.hero-visual-stack .transform-formula-text,.hero-visual-stack .typing-cursor{font-size:34px}}@media (max-width: 560px){.hero-visual-stack .transform-formula-board{left:30px;right:30px;top:42px}.hero-visual-stack .transform-formula-text,.hero-visual-stack .typing-cursor{font-size:22px}}.hero-math-visual:after{display:none!important;content:none!important}.sine-coordinate-svg{position:absolute;top:42px;right:42px;bottom:42px;left:42px;z-index:3;width:calc(100% - 84px);height:calc(100% - 84px);overflow:visible}.axis-line{stroke:#ffffffe0;stroke-width:3;stroke-linecap:round}.tick-line{fill:none;stroke:#dbeafeb8;stroke-width:2.4;stroke-linecap:round}.axis-number{fill:#dbeafee0;font-family:"Cambria Math",Times New Roman,serif;font-size:24px;font-weight:900}.axis-title{fill:#fff;font-family:"Cambria Math",Times New Roman,serif;font-size:34px;font-weight:900}.sine-shadow{fill:none;stroke:#38bdf838;stroke-width:22;stroke-linecap:round;stroke-linejoin:round;filter:blur(6px)}.sine-wave{fill:none;stroke:#38bdf8;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 18px rgba(56,189,248,.82))}.sine-point{fill:#facc15;stroke:#ffffffeb;stroke-width:3;filter:drop-shadow(0 0 16px rgba(250,204,21,.78))}.fourier-formula{z-index:5}@media (max-width: 700px){.sine-coordinate-svg{top:24px;right:24px;bottom:24px;left:24px;width:calc(100% - 48px);height:calc(100% - 48px)}.axis-number{font-size:18px}.axis-title{font-size:26px}.sine-wave{stroke-width:7}.sine-shadow{stroke-width:16}}.hero-math-visual .fourier-formula{left:118px;top:92px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:#e0f2fef5;font-family:Comic Sans MS,Segoe Print,"Cambria Math",Times New Roman,serif;font-size:38px;font-weight:700;letter-spacing:-.045em;line-height:1.1;text-shadow:0 0 14px rgba(56,189,248,.72),0 2px 0 rgba(15,23,42,.28);transform:rotate(-4deg);z-index:6;max-width:76%}.hero-math-visual .fourier-formula:after{content:"";position:absolute;left:4px;right:12px;bottom:-8px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(224,242,254,.72),transparent);transform:rotate(-1deg);opacity:.72}@media (max-width: 900px){.hero-math-visual .fourier-formula{left:58px;top:58px;font-size:28px;max-width:82%}}@media (max-width: 560px){.hero-math-visual .fourier-formula{left:34px;top:42px;font-size:19px;max-width:84%}}.hero.hero-premium.academic-hero .hero-proof-strip{max-width:100%;gap:22px;margin-top:34px}.hero.hero-premium.academic-hero .hero-proof-strip span{padding:26px 24px;border-radius:26px;font-size:22px;line-height:1.25;color:#334155;background:#fffffff0;box-shadow:0 22px 54px #0f172a21}.hero.hero-premium.academic-hero .hero-proof-strip strong{margin-top:10px;font-size:25px;line-height:1.24;color:#0f172a}.hero.hero-premium.academic-hero .hero-actions{gap:26px;margin-top:38px;align-items:stretch}.hero.hero-premium.academic-hero .offer-button{display:inline-flex;align-items:center;justify-content:center;min-height:92px;min-width:230px;padding:26px 38px;border-radius:28px;font-size:28px;font-weight:950;letter-spacing:-.02em;box-shadow:0 26px 60px #2563eb42}.hero.hero-premium.academic-hero .projects-card{min-width:430px;max-width:520px;padding:28px 30px;border-radius:30px;box-shadow:0 26px 66px #0f172a29;border:1px solid rgba(37,99,235,.16)}.hero.hero-premium.academic-hero .projects-card span{font-size:21px;line-height:1.2;color:#475569}.hero.hero-premium.academic-hero .projects-card strong{margin:10px 0;font-size:31px;line-height:1.08;color:#1e3a8a;letter-spacing:-.03em}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#0f172aad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{width:min(540px,100%);padding:48px 36px;border-radius:28px;background:#fff;box-shadow:0 34px 88px #0f172a52;border:1px solid rgba(148,163,184,.28);text-align:center;animation:slideInUp .4s cubic-bezier(.34,1.56,.64,1)}.modal-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;font-size:40px;font-weight:900;margin-bottom:22px}.success-modal .modal-icon{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.error-modal .modal-icon{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.modal-content h3{margin:0 0 12px;font-size:28px;color:#0f172a;letter-spacing:-.02em}.modal-content p{margin:0 0 8px;color:#475569;font-size:17px;line-height:1.65}.modal-subtitle{color:#64748b;font-size:15px;margin:12px 0 24px!important}.modal-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:14px;background:var(--primary);color:#fff;border:none;font-weight:900;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 24px #2563eb3d}.modal-button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #2563eb52;background:#1d4ed8}.success-modal .modal-button{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 24px #22c55e3d}.success-modal .modal-button:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 14px 32px #22c55e52}.error-modal .modal-button{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 24px #ef44443d}.error-modal .modal-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 14px 32px #ef444452}.legal-checkbox-label{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(148,163,184,.28);cursor:pointer;transition:all .2s ease}.legal-checkbox-label:hover{background:#eef2ff;border-color:var(--primary)}.legal-checkbox{width:20px;height:20px;min-width:20px;cursor:pointer;accent-color:var(--primary);border-radius:6px}.legal-checkbox:disabled{opacity:.5;cursor:not-allowed}.legal-checkbox-label span{color:#334155;font-weight:600;line-height:1.5;flex:1;display:block;word-break:normal;overflow-wrap:anywhere}.offer-form .legal-checkbox{width:20px!important;min-width:20px!important;margin:0!important;flex:0 0 20px}.legal-required-note{margin-top:12px;padding:12px;border-radius:10px;background:#fef3c7;color:#92400e;font-size:14px;font-weight:700}.legal-info-footer{display:flex;justify-content:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(148,163,184,.28)}.legal-confirm-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;font-weight:900;cursor:pointer;box-shadow:0 8px 16px #22c55e3d;transition:all .2s ease}.legal-confirm-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #22c55e52}.legal-close-btn{padding:8px 12px;border-radius:10px;background:#ef4444;color:#fff;border:none;font-weight:900;cursor:pointer;font-size:20px;line-height:1;transition:all .2s ease}.legal-close-btn:hover{background:#dc2626;transform:scale(1.08)}.submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px #2563eb47;transition:all .2s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 16px 36px #2563eb5c;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.modal-content{padding:32px 24px;border-radius:20px}.modal-icon{width:60px;height:60px;font-size:32px}.modal-content h3{font-size:24px}.modal-content p{font-size:15px}.legal-checkbox-label{flex-direction:row;align-items:flex-start}.legal-checkbox-label span{text-align:left}}.hero.hero-premium.academic-hero .projects-card small{display:block;font-size:20px;line-height:1.55;color:#475569}@media (max-width: 1100px){.hero.hero-premium.academic-hero .hero-proof-strip{grid-template-columns:1fr}.hero.hero-premium.academic-hero .projects-card{min-width:100%;max-width:100%}.hero.hero-premium.academic-hero .offer-button{width:100%}}@media (max-width: 560px){.hero.hero-premium.academic-hero .hero-proof-strip span{font-size:18px;padding:20px}.hero.hero-premium.academic-hero .hero-proof-strip strong{font-size:20px}.hero.hero-premium.academic-hero .offer-button{min-height:74px;font-size:23px;padding:22px 26px}.hero.hero-premium.academic-hero .projects-card{padding:22px}.hero.hero-premium.academic-hero .projects-card span{font-size:18px}.hero.hero-premium.academic-hero .projects-card strong{font-size:25px}.hero.hero-premium.academic-hero .projects-card small{font-size:17px}}.home-bottom-brand-line .home-bottom-action-buttons{order:2!important;margin:0 0 0 auto!important;align-self:flex-end!important;justify-self:end!important;width:min(330px,90vw)!important;transform:translateY(-198px)!important}.home-bottom-brand-line .home-bottom-action-buttons .home-privacy-policy-button,.home-bottom-brand-line .home-bottom-action-buttons .home-contact-button{width:100%!important;text-align:center!important;margin:0!important}@media (max-width: 700px){.home-bottom-brand-line .home-bottom-action-buttons{width:min(330px,100%)!important;align-self:flex-end!important;margin:0 0 0 auto!important;transform:translateY(-128px)!important}}.production-process-page .process-panel-heading.with-service-logo{position:relative!important;overflow:visible!important;padding-right:300px!important;min-height:280px!important}.production-process-page .process-panel-heading.with-service-logo:after{content:none!important;display:none!important}.production-process-page .process-panel-heading.with-service-logo .process-panel-logo{position:absolute!important;right:34px!important;top:34px!important;width:230px!important;height:230px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important;visibility:visible!important;opacity:1!important;z-index:999!important;border-radius:30px!important;padding:12px!important;background:#fff!important;border:1px solid rgba(148,163,184,.28)!important;box-shadow:0 24px 58px #0f172a2e!important}@media (max-width: 760px){.production-process-page .process-panel-heading.with-service-logo{padding-right:26px!important;padding-top:292px!important;min-height:auto!important}.production-process-page .process-panel-heading.with-service-logo .process-panel-logo{left:26px!important;right:auto!important;top:26px!important;width:230px!important;height:230px!important}}.home-bottom-brand-line.analytics-neural-carpet{position:relative!important;isolation:isolate!important;display:grid!important;grid-template-columns:minmax(260px,520px) minmax(260px,360px)!important;grid-template-areas:"line line" "logo actions"!important;align-items:end!important;justify-content:space-between!important;gap:10px 26px!important;width:100vw!important;max-width:none!important;margin:34px calc(50% - 50vw) 0!important;padding:22px 5.5% 38px!important;overflow:hidden!important;background:#fff!important}.home-bottom-brand-line.analytics-neural-carpet:before{content:"";position:absolute;left:0;right:0;top:58px;bottom:8px;z-index:0;pointer-events:none;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cg fill='%238B4513' fill-opacity='0.4'%3E%3Cpath d='M60 0L120 30V80L60 110L0 80V30L60 0Z' fill='none' stroke='%238B4513' stroke-width='2'/%3E%3Cpath d='M60 20L100 40V70L60 90L20 70V40L60 20Z' fill='none' stroke='%238B4513' stroke-width='1.5'/%3E%3Cpath d='M60 40L80 50V65L60 75L40 65V50L60 40Z' fill='none' stroke='%238B4513' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");background-size:120px 104px;background-repeat:repeat;background-position:center}.home-bottom-brand-line.analytics-neural-carpet:after{content:"";position:absolute;left:0;right:0;top:58px;bottom:8px;background:linear-gradient(90deg,transparent 0%,rgba(139,69,19,.08) 20%,rgba(139,69,19,.12) 50%,rgba(139,69,19,.08) 80%,transparent 100%);z-index:1;pointer-events:none}.home-bottom-brand-line.analytics-neural-carpet>*{position:relative;z-index:3}.home-bottom-brand-line.analytics-neural-carpet>div:first-of-type{grid-area:line!important;width:100%!important;height:12px!important;margin:0!important}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-hex-visual{grid-area:logo!important;width:min(100%,700px)!important;min-height:320px;justify-self:start!important;align-self:stretch!important;position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#fffffff5,#e5e7ebfa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='156' viewBox='0 0 180 156'%3E%3Cdefs%3E%3ClinearGradient id='top' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d7dbe0'/%3E%3C/linearGradient%3E%3ClinearGradient id='sideR' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23b8bec6'/%3E%3Cstop offset='1' stop-color='%238a919b'/%3E%3C/linearGradient%3E%3ClinearGradient id='sideL' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23d7dbe0'/%3E%3Cstop offset='1' stop-color='%23b0b7bf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg stroke='%236b7280' stroke-opacity='.16' stroke-width='2'%3E%3Cpath d='M45 8 L90 34 L90 86 L45 112 L0 86 L0 34 Z' fill='url(%23top)'/%3E%3Cpath d='M90 34 L90 86 L45 112 L45 60 Z' fill='url(%23sideR)'/%3E%3Cpath d='M0 34 L45 60 L45 112 L0 86 Z' fill='url(%23sideL)'/%3E%3Cpath d='M135 44 L180 70 L180 122 L135 148 L90 122 L90 70 Z' fill='url(%23top)'/%3E%3Cpath d='M180 70 L180 122 L135 148 L135 96 Z' fill='url(%23sideR)'/%3E%3Cpath d='M90 70 L135 96 L135 148 L90 122 Z' fill='url(%23sideL)'/%3E%3C/g%3E%3C/svg%3E");background-position:center,left top;background-size:cover,180px 156px;background-repeat:no-repeat,repeat;box-shadow:inset 0 1px #ffffffd1,0 30px 54px #0f172a2e}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-hex-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 100%,rgba(15,23,42,.18),transparent 30%),linear-gradient(180deg,#ffffff2e,#fff0);opacity:.84}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{grid-area:actions!important;width:min(390px,94vw)!important;justify-self:end!important;align-self:start!important;margin:0!important;transform:translateY(2px)!important;z-index:4!important;padding:0!important;border-radius:0!important;background:transparent!important;border:none!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-privacy-policy-button,.home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-contact-button{padding:16px 24px!important;font-size:16px!important;font-weight:900!important;min-height:58px;box-shadow:0 12px 26px #02061770,0 0 18px #5bdcff29!important}.article-modal{max-width:900px!important;max-height:85vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.article-modal .modal-header{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;padding-bottom:16px!important;border-bottom:2px solid rgba(148,163,184,.28)!important}.article-modal .modal-header h2{margin:0!important;font-size:32px!important;color:#0f172a!important;letter-spacing:-.02em!important;flex:1!important}.article-modal .modal-close-button{width:48px!important;height:48px!important;border-radius:50%!important;background:#ef4444!important;color:#fff!important;border:none!important;font-size:28px!important;font-weight:900!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 20px #ef44444d!important;transition:all .2s ease!important}.article-modal .modal-close-button:hover{background:#dc2626!important;transform:scale(1.1)!important}.article-modal .article-content{flex:1!important;overflow-y:auto!important;padding-right:8px!important}.article-modal .article-content pre{margin:0!important;padding:24px!important;background:#f8fafc!important;border-radius:16px!important;border:1px solid rgba(148,163,184,.28)!important;font-family:Segoe UI,system-ui,-apple-system,sans-serif!important;font-size:15px!important;line-height:1.8!important;color:#334155!important;white-space:pre-wrap!important;word-wrap:break-word!important;text-align:left!important}.article-modal .article-content pre::-webkit-scrollbar{width:8px!important}.article-modal .article-content pre::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:10px!important}.article-modal .article-content pre::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:10px!important}.article-modal .article-content pre::-webkit-scrollbar-thumb:hover{background:#64748b!important}@media (max-width: 768px){.article-modal{max-width:95vw!important;max-height:90vh!important}.article-modal .modal-header h2{font-size:24px!important}.article-modal .article-content pre{font-size:14px!important;padding:16px!important}}@media (max-width: 900px){.home-bottom-brand-line.analytics-neural-carpet{grid-template-columns:1fr!important;grid-template-areas:"line" "logo" "actions"!important;padding:18px 5% 28px!important;gap:14px!important}.home-bottom-brand-line.analytics-neural-carpet:before{left:4%;right:4%;top:46px;bottom:8px}.home-bottom-brand-line.analytics-neural-carpet:after{left:8%;right:8%;top:70px;bottom:20px;background-size:auto,auto,auto,100% 100%,100% 100%,100% 100%,220% 100%,210% 100%}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-hex-visual{min-height:250px;background-size:cover,140px 121px}.home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{width:min(390px,100%)!important;justify-self:end!important;transform:none!important;padding:10px!important}}.detailed-analytics-board{margin:62px auto 20px}.home-mini-panels{gap:18px;margin:10px auto 0}.home-mini-panels article{box-shadow:0 16px 34px #02061733}.service-snapshot-grid{gap:18px;margin:18px auto 0}.service-snapshot-grid article{box-shadow:0 18px 38px #0206173d}.admin-offer-actions{display:flex;justify-content:flex-end}.admin-delete-offer-button{width:auto!important;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-weight:900;box-shadow:0 10px 20px #ef444447}.admin-delete-offer-button:hover{background:linear-gradient(135deg,#dc2626,#991b1b)}.admin-offer-secondary-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-secondary-action-button{width:auto!important;padding:10px 14px;border-radius:12px;font-weight:900}.admin-word-button{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 10px 24px #2563eb3d}.admin-files-button{background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 10px 24px #14b8a63d}.admin-offer-modal{width:min(900px,100%);max-height:86vh;overflow:auto;padding:28px;border-radius:28px;background:#fff;box-shadow:0 26px 80px #0f172a47}.admin-offer-modal-header{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.admin-offer-modal-header h3{margin:0;color:#0f172a}.admin-modal-close{width:auto!important;padding:10px 14px;border-radius:12px;background:#e2e8f0;color:#0f172a}.admin-offer-document-preview{padding:24px;border-radius:22px;background:#fff;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 44px #0f172a14}.admin-offer-document-preview span{display:inline-block;margin-bottom:10px;color:#2563eb;font-weight:900}.admin-offer-document-preview h4{margin:0 0 18px;color:#0f172a;font-size:28px}.admin-offer-document-grid{display:grid;grid-template-columns:190px 1fr;gap:12px 18px}.admin-offer-document-grid strong{color:#0f172a}.admin-offer-document-grid p{margin:0;color:#334155;line-height:1.7}.admin-offer-document-message{min-height:140px;white-space:pre-wrap}.admin-offer-modal-actions{display:flex;justify-content:flex-end;margin-top:18px}.admin-document-download-button{width:auto!important;padding:12px 16px;border-radius:12px;background:linear-gradient(135deg,#0f172a,#1d4ed8)}.admin-offer-file-list{display:grid;gap:12px}.admin-offer-file-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;border-radius:18px;background:#f8fafc;border:1px solid rgba(148,163,184,.26)}.admin-offer-file-row strong,.admin-offer-file-row span{display:block}.admin-offer-file-row span{margin-top:6px;color:#64748b;font-size:13px}.admin-download-file-button{width:auto!important;white-space:nowrap;padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#38bdf8)}.admin-offer-empty-files{margin:0;padding:18px;border-radius:16px;background:#f8fafc;color:#475569}@media (max-width: 760px){.admin-offer-document-grid{grid-template-columns:1fr}.admin-offer-file-row,.admin-offer-modal-header{flex-direction:column;align-items:flex-start}}@keyframes neuralSweep{0%{background-position:center,center,center,center,0 0,0 0,0% 50%,100% 50%}to{background-position:center,center,center,center,0 0,0 0,140% 50%,-40% 50%}}@keyframes neuralPulse{0%,to{filter:saturate(1) brightness(1)}50%{filter:saturate(1.14) brightness(1.08)}}.offer-form{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.24);box-shadow:0 20px 50px #0f172a1f,inset 0 1px #ffffffeb;animation:formReveal .36s ease-out}.offer-form:before{content:"";position:absolute;top:-90px;right:-80px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.2),transparent 70%);pointer-events:none}.offer-form h2{margin-bottom:16px;letter-spacing:-.02em;color:#0f172a}.offer-form input,.offer-form textarea{transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.offer-form input:focus,.offer-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f;transform:translateY(-1px)}.modal-overlay{animation:overlayFadeIn .22s ease-out}.success-modal{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fffb);border-color:#22c55e42}.success-modal:before{content:"";position:absolute;top:-70px;right:-54px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.24),transparent 72%);pointer-events:none}.success-modal h3{color:#065f46}.success-modal .modal-subtitle{font-size:16px}.error-modal{background:linear-gradient(180deg,#fff,#fff7f7);border-color:#ef44443d}@keyframes formReveal{0%{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 600px){.offer-form:before{width:140px;height:140px;right:-64px;top:-64px}.success-modal .modal-subtitle{font-size:14px}}.new-home-page .home-bottom-brand-line.analytics-neural-carpet{display:grid!important;grid-template-columns:minmax(220px,420px) minmax(260px,360px)!important;grid-template-areas:"line line" "logo actions"!important;gap:18px 28px!important;align-items:start!important;width:100vw!important;margin:40px calc(50% - 50vw) 0!important;padding:8px 5.5% 110px!important;transform:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet:before,.new-home-page .home-bottom-brand-line.analytics-neural-carpet:after{content:none!important;display:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-line{grid-area:line!important;height:14px!important;border-radius:999px!important;background:linear-gradient(90deg,#0f172a,#2563eb 45%,#14b8a6)!important;box-shadow:0 10px 28px #2563eb42!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap{grid-area:logo!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important;background:linear-gradient(145deg,#fff,#edf2f7)!important;border:1px solid rgba(148,163,184,.34)!important;border-radius:24px!important;padding:12px 16px!important;width:fit-content!important;margin-bottom:18px!important;box-shadow:0 22px 44px #0f172a24!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-link{text-decoration:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo{width:min(320px,58vw)!important;height:auto!important;object-fit:contain!important;display:block!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap span{font-size:clamp(22px,2.8vw,30px)!important;font-weight:900!important;color:#0f172a!important;text-transform:lowercase!important;letter-spacing:.01em!important}.new-home-page .online-meeting-card{display:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{grid-area:actions!important;align-self:start!important;justify-self:end!important;width:min(340px,100%)!important;margin:0!important;transform:none!important;background:transparent!important;box-shadow:none!important;border:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-privacy-policy-button,.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-contact-button{width:100%!important;margin:0!important;min-height:56px!important;transform:none!important}@media (max-width: 860px){.new-home-page .home-bottom-brand-line.analytics-neural-carpet{grid-template-columns:1fr!important;grid-template-areas:"line" "logo" "actions"!important;padding:6px 5% 24px!important;gap:14px!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap{width:100%!important;justify-content:center!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{justify-self:stretch!important;width:100%!important}}.admin-online-meeting-editor{margin-top:30px;padding:24px;border-radius:20px;background:linear-gradient(150deg,#f8fbff,#eef6ff);border:1px solid rgba(37,99,235,.2)}.admin-online-meeting-editor h2{margin:10px 0 8px;color:#0f172a}.admin-online-meeting-controls{margin-top:14px;display:grid;grid-template-columns:1fr auto;gap:10px}.admin-online-meeting-controls input{border:1px solid rgba(148,163,184,.4);border-radius:12px;padding:12px 14px;font-size:14px}.admin-online-meeting-controls button{width:auto!important;border-radius:12px;padding:12px 16px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff}.admin-online-meeting-editor small{margin-top:10px;display:inline-block;color:#0f766e;font-weight:700}.process-summary-card{border:1px solid rgba(15,23,42,.14);background:linear-gradient(170deg,#fff,#f8fafc);min-height:320px;max-height:320px;overflow:hidden}.mini-process-flow-list{margin:12px 0 0;padding:0 4px 0 0;list-style:none;display:grid;gap:8px;max-height:210px;overflow:auto}.mini-process-flow-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.mini-process-flow-list li>span{font-size:18px;line-height:1}.mini-process-flow-list li div{display:grid;gap:4px}.mini-process-flow-list li div strong{font-size:13px;color:#0f172a}.mini-process-flow-list li div small{color:#475569;font-size:12px;line-height:1.5}.power-bi-preview-button{margin-top:6px;width:100%!important;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:900;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff}.power-bi-preview-modal{width:min(1240px,98vw);max-width:1240px}.power-bi-preview-grid{margin-top:14px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.power-bi-preview-grid article{border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#f8fafc;padding:12px}.power-bi-kpi-card{display:grid;gap:8px}.power-bi-kpi-card span{font-size:12px;color:#64748b}.power-bi-kpi-card strong{font-size:32px;color:#0f172a}.power-bi-mini-chart .bars{margin-top:12px;height:90px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;align-items:end}.power-bi-mini-chart .bars i{display:block;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#22d3ee,#0891b2)}.power-bi-wide-chart{grid-column:span 3}.power-bi-wide-chart .stacked-bars{margin-top:12px;display:grid;gap:8px}.power-bi-wide-chart .stacked-bars i{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#14b8a6,#2563eb)}@media (max-width: 900px){.admin-online-meeting-controls{grid-template-columns:1fr}.power-bi-preview-grid{grid-template-columns:repeat(2,1fr)}.power-bi-wide-chart{grid-column:span 2}}@media (max-width: 680px){.power-bi-preview-grid{grid-template-columns:1fr}.power-bi-wide-chart{grid-column:span 1}}.new-home-page .home-bottom-brand-line.analytics-neural-carpet{position:relative!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(260px,420px) minmax(260px,360px)!important;grid-template-areas:"line line" "logo actions"!important;gap:16px 24px!important;margin:34px calc(50% - 50vw) 0!important;width:100vw!important;padding:14px 5.5% 28px!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='92' viewBox='0 0 160 92'%3E%3Crect width='160' height='92' fill='%23a98772'/%3E%3Cg stroke='%23533f34' stroke-width='4' fill='none' stroke-linejoin='round'%3E%3Cpath d='M8 18 L28 6 L46 18 L46 40 L28 52 L8 40 Z'/%3E%3Cpath d='M46 18 L66 6 L84 18 L84 40 L66 52 L46 40 Z'/%3E%3Cpath d='M84 18 L104 6 L122 18 L122 40 L104 52 L84 40 Z'/%3E%3Cpath d='M122 18 L142 6 L158 16 L158 40 L142 52 L122 40 Z'/%3E%3Cpath d='M18 46 L38 34 L56 46 L56 68 L38 80 L18 68 Z'/%3E%3Cpath d='M56 46 L76 34 L94 46 L94 68 L76 80 L56 68 Z'/%3E%3Cpath d='M94 46 L114 34 L132 46 L132 68 L114 80 L94 68 Z'/%3E%3Cpath d='M132 46 L152 34 L160 40 L160 68 L152 80 L132 68 Z'/%3E%3C/g%3E%3Cg stroke='%23d9b499' stroke-width='1.4' opacity='.72'%3E%3Cpath d='M10 18 L28 9 L45 18'/%3E%3Cpath d='M48 18 L66 9 L83 18'/%3E%3Cpath d='M86 18 L104 9 L121 18'/%3E%3Cpath d='M20 46 L38 37 L55 46'/%3E%3Cpath d='M58 46 L76 37 L93 46'/%3E%3Cpath d='M96 46 L114 37 L131 46'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(180deg,#b48d74,#9c7b66)!important;background-size:160px 92px,100% 100%!important;background-repeat:repeat,no-repeat!important;border-top:3px solid #1e3a8a!important;border-bottom:3px solid #1e3a8a!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet:before,.new-home-page .home-bottom-brand-line.analytics-neural-carpet:after{display:none!important;content:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-line{grid-area:line!important;width:100%!important;height:8px!important;border-radius:999px!important;background:linear-gradient(90deg,#0f172a,#2563eb,#14b8a6)!important;position:relative!important;top:-12px!important;z-index:9!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap{grid-area:logo!important;text-decoration:none!important;width:min(360px,88vw)!important;min-height:260px!important;margin:0!important;padding:16px!important;border-radius:26px!important;background:transparent!important;border:none!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap span{font-size:clamp(34px,4.4vw,48px)!important;color:#0f172a!important;font-weight:900!important;line-height:1!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo{width:294px!important;height:294px!important;border-radius:0!important;object-fit:cover!important;border:none!important;background:transparent!important;box-shadow:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{grid-area:actions!important;justify-self:end!important;align-self:center!important;width:min(360px,94vw)!important;margin:0!important;transform:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-contact-button,.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-privacy-policy-button{min-height:54px!important;font-size:24px!important;letter-spacing:0!important}@media (max-width: 860px){.new-home-page .home-bottom-brand-line.analytics-neural-carpet{grid-template-columns:1fr!important;grid-template-areas:"line" "logo" "actions"!important;padding:12px 5% 22px!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons{justify-self:stretch!important;width:100%!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo{width:220px!important;height:220px!important}}.admin-reset-link-button,.admin-reset-back-link{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:11px 14px;border-radius:12px;text-decoration:none;font-weight:900;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;box-shadow:0 10px 22px #0f172a38}.admin-password-reset-page .admin-reset-visual{background:linear-gradient(135deg,#020617,#1e3a8a 62%,#14b8a6)}.home-request-action-grid{width:min(680px,100%);display:grid;gap:12px;margin:6px auto 8px;position:relative;z-index:8;pointer-events:auto}.home-request-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:12px 16px;border-radius:12px;border:2px solid #ef4444;background:#dc2626;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.02em;box-shadow:0 10px 24px #7f1d1d57}.home-request-action-button:hover{background:#b91c1c}.detailed-analytics-side .analytics-visual-stack.after-z-formula{margin-top:8rem!important}@media (max-width: 768px){.detailed-analytics-side .analytics-visual-stack.after-z-formula{margin-top:3.2rem!important}}@media (max-width: 768px){.new-home-page.split-home-page{padding:14px 12px 24px!important;overflow-x:hidden!important}.new-home-page .split-home-shell.detailed-home-shell{grid-template-columns:1fr!important;gap:14px!important;max-width:100%!important;padding:0!important}.new-home-page .dashboard-buttons-left{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0 0 6px!important}.new-home-page .dashboard-action-button{width:100%!important;min-width:0!important;padding:13px 12px!important;border-radius:14px!important;font-size:15px!important;line-height:1.2!important}.new-home-page .analytics-visual-side{min-height:0!important;padding:18px!important;border-radius:22px!important;gap:18px!important}.new-home-page .analytics-title{font-size:clamp(34px,9vw,42px)!important;line-height:1.05!important}.new-home-page .analytics-subtitle{font-size:16px!important;line-height:1.4!important}.new-home-page .chart-card{padding:16px!important;border-radius:16px!important}.new-home-page .line-chart{height:150px!important}.new-home-page .bar{width:14px!important}.new-home-page .chart-labels{font-size:10px!important;padding:0 4px!important}}@media (max-width: 420px){.new-home-page .analytics-visual-side{padding:14px!important}.new-home-page .dashboard-action-button{font-size:14px!important;padding:12px 10px!important}}.case-study-page{min-height:calc(100vh - 70px);background:radial-gradient(circle at 12% 12%,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at 88% 18%,rgba(20,184,166,.16),transparent 30%),linear-gradient(135deg,#f8fafc,#eef2ff 52%,#f8fafc);padding:50px 6%}.case-study-shell{max-width:1200px;margin:0 auto;background:#fff;border:1px solid rgba(148,163,184,.32);border-radius:38px;padding:50px;box-shadow:0 30px 80px #0f172a24}.case-study-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid rgba(148,163,184,.2)}.case-study-eyebrow{display:inline-flex;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#1d4ed8;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;border:1px solid rgba(37,99,235,.18)}.case-study-title{margin:0 0 18px;color:#0f172a;font-size:clamp(36px,4.5vw,56px);line-height:1.08;letter-spacing:-.04em}.case-study-subtitle{color:#475569;font-size:clamp(18px,2vw,24px);line-height:1.6;max-width:800px;margin:0 auto}.case-study-content{display:flex;flex-direction:column;gap:40px}.case-study-section{display:flex;flex-direction:column;gap:20px}.case-study-section h2{margin:0;color:#0f172a;font-size:clamp(28px,3vw,36px);line-height:1.2;letter-spacing:-.02em;display:flex;align-items:center;gap:12px}.case-study-section p{margin:0;color:#334155;font-size:18px;line-height:1.75}.sector-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.sector-case-card{padding:26px;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.3);box-shadow:0 16px 38px #0f172a1a;display:flex;flex-direction:column;gap:12px}.sector-case-badge{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#e0e7ff;color:#1e3a8a;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.sector-case-card h3{margin:0;color:#0f172a;font-size:24px;line-height:1.25}.sector-case-card p{margin:0;color:#475569;line-height:1.7}.sector-case-highlights{margin:2px 0 0;padding-left:22px;color:#1f2937;line-height:1.7}.sector-case-tech{display:flex;flex-wrap:wrap;gap:8px}.sector-case-tech span{padding:7px 10px;border-radius:10px;background:#eff6ff;border:1px solid rgba(37,99,235,.2);color:#1d4ed8;font-size:12px;font-weight:800}.sector-case-credentials{margin-top:4px;display:grid;gap:8px}.sector-case-credentials code{display:block;padding:9px 10px;border-radius:10px;background:#f8fafc;border:1px solid rgba(148,163,184,.26);color:#0f172a;font-size:13px;font-weight:700}.sector-case-cta{margin-top:auto;max-width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:10px}.feature-card{padding:28px;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.28);box-shadow:0 16px 40px #0f172a14;transition:transform .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 24px 54px #0f172a24}.feature-card h3{margin:0 0 16px;color:#0f172a;font-size:22px;line-height:1.3}.feature-card ul{margin:0;padding-left:22px;color:#475569;font-size:16px;line-height:1.8}.feature-card li{margin-bottom:8px}.tech-stack{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.tech-badge{padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,#eff6ff,#ecfeff);color:#1d4ed8;font-size:14px;font-weight:900;border:1px solid rgba(37,99,235,.18)}.case-study-instructions{margin-bottom:10px}.case-study-steps{margin:10px 0 20px;padding-left:24px;color:#334155;font-size:17px;line-height:1.8}.case-study-steps li{margin-bottom:10px}.demo-accounts{margin-top:20px;padding:28px;border-radius:24px;background:linear-gradient(145deg,#eff6ff,#f8fafc);border:1px solid rgba(37,99,235,.18)}.demo-accounts h3{margin:0 0 20px;color:#0f172a;font-size:24px}.account-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.account-item{padding:20px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.28);box-shadow:0 10px 24px #0f172a0f}.account-role{display:block;margin-bottom:12px;padding:8px 12px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;font-size:13px;font-weight:950;text-align:center;letter-spacing:.02em}.account-credentials{display:flex;flex-direction:column;gap:8px}.account-credentials code{display:block;padding:10px 12px;border-radius:10px;background:#f8fafc;color:#0f172a;font-size:14px;font-weight:700;border:1px solid rgba(148,163,184,.24);word-break:break-word}.case-study-cta{margin-top:20px;padding:32px;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(37,99,235,.18);text-align:center;box-shadow:0 20px 50px #0f172a1a}.case-study-download-heading{margin:0;font-size:clamp(24px,2.4vw,32px);color:#1e3a8a;font-weight:950}.case-study-link-cell{margin-top:16px;min-height:64px;border:1px dashed rgba(37,99,235,.35);border-radius:14px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:10px}.case-study-link-list{width:min(520px,100%);display:grid;gap:10px}.case-study-link-status{margin:12px 0 0;color:#475569;font-size:14px;font-weight:700}.case-study-link-placeholder{padding:18px 16px;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.28);color:#334155;text-align:left;box-shadow:0 8px 20px #0f172a0f}.case-study-link-placeholder strong{display:block;margin-bottom:8px;color:#0f172a}.case-study-link-placeholder p{margin:0;color:#475569;font-size:15px;line-height:1.6}.case-study-link-empty{width:100%;height:32px}.case-study-demo-link{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:420px;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 30px #2563eb47}.case-study-demo-link:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}@media (max-width: 768px){.case-study-shell{padding:28px}.sector-case-grid{grid-template-columns:1fr}.case-study-cta{padding:22px}.case-study-demo-link{max-width:100%;min-height:52px}.case-study-link-cell{padding:14px}.features-grid,.account-card{grid-template-columns:1fr}}.new-visual-container{position:relative;width:100%;height:100%;min-height:600px;background:linear-gradient(135deg,#f8fafc,#eef2ff,#f8fafc);border-radius:38px;padding:40px;display:flex;flex-direction:column;gap:30px}.visual-header-section{text-align:center;margin-bottom:10px}.visual-main-title{font-size:clamp(48px,6vw,84px);font-weight:950;color:#0f172a;letter-spacing:-.05em;line-height:1;margin:0 0 16px}.visual-sub-title{font-size:clamp(20px,2.5vw,32px);color:#475569;font-weight:600;margin:0}.visual-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1}.chart-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 50px #0f172a1a;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-title{font-size:16px;font-weight:800;color:#0f172a;letter-spacing:.02em}.chart-actions{display:flex;gap:12px;font-size:13px;color:#64748b;font-weight:700}.chart-close{cursor:pointer;font-size:18px;color:#94a3b8}.line-chart-svg{width:100%;height:180px;margin-bottom:12px}.bar-chart{display:flex;justify-content:space-around;align-items:flex-end;height:180px;padding:0 10px}.bar-group{display:flex;gap:6px;align-items:flex-end}.bar{width:28px;background:linear-gradient(180deg,#2563eb,#1e3a8a);border-radius:6px 6px 0 0;box-shadow:0 4px 12px #2563eb40}.bar-group:nth-child(2n) .bar{background:linear-gradient(180deg,#60a5fa,#2563eb);opacity:.75}.chart-labels{display:flex;justify-content:space-between;padding:0 10px;margin-top:12px;font-size:11px;color:#64748b;font-weight:700}.code-section{background:#0f172a;border-radius:20px;padding:24px;box-shadow:0 24px 60px #0f172a40;border:1px solid rgba(255,255,255,.1);max-width:420px}.code-header{display:flex;gap:8px;margin-bottom:18px}.code-dot{width:12px;height:12px;border-radius:50%}.code-dot.red{background:#ef4444}.code-dot.yellow{background:#facc15}.code-dot.green{background:#22c55e}.code-content{font-family:Courier New,monospace;font-size:15px;line-height:1.8;color:#e2e8f0}.code-line{padding:2px 0}.code-line.indent{padding-left:24px}.code-keyword{color:#38bdf8;font-weight:800}.code-function{color:#fff;font-weight:700}.code-method{color:#facc15;font-weight:800}.code-class{color:#22c55e;font-weight:800}.code-variable{color:#cbd5e1}@media (max-width: 900px){.new-visual-container{min-height:auto;padding:24px}.visual-charts-row{grid-template-columns:1fr}.visual-main-title{font-size:42px}.visual-sub-title{font-size:18px}}.navbar{background:linear-gradient(120deg,#dbeafe,#60a5fa 48%,#1d4ed8)!important;border-bottom:2px solid rgba(30,64,175,.35)!important;box-shadow:0 14px 34px #1e40af38!important;padding:34px 8%!important}.navbar nav{display:flex;flex-wrap:wrap;gap:10px}.navbar nav a{margin-left:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#fee2e2,#dc2626 45%,#7f1d1d)!important;border:1px solid rgba(127,29,29,.55)!important;color:#fff!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 22px #7f1d1d42!important}.navbar nav a:hover{transform:translateY(-1px);background:linear-gradient(135deg,#fecaca,#b91c1c 45%,#7f1d1d)!important}.navbar .brand-logo{padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet{background:radial-gradient(circle at 16% 18%,rgba(191,219,254,.75),transparent 34%),radial-gradient(circle at 84% 82%,rgba(59,130,246,.38),transparent 40%),linear-gradient(150deg,#e0f2fe,#bfdbfe 44%,#60a5fa)!important;background-size:auto!important;background-repeat:no-repeat!important;border-top:3px solid rgba(30,64,175,.62)!important;border-bottom:3px solid rgba(30,64,175,.62)!important}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-contact-button,.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-action-buttons .home-privacy-policy-button{background:linear-gradient(135deg,#0f172a,#2563eb)!important;color:#fff!important}@media (max-width: 768px){.navbar{padding:22px 5%!important}}.new-home-page .home-bottom-brand-line.analytics-neural-carpet .home-bottom-logo-wrap{background:transparent!important;border:none!important;box-shadow:none!important}
