:root{--navy:#07162e;--navy2:#0b2245;--blue:#2563eb;--blue2:#1d4ed8;--bg:#f4f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e5e7eb;--green:#16a34a;--red:#dc2626;--orange:#f97316;--radius:22px;--shadow:0 20px 60px rgba(15,23,42,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:900;letter-spacing:-.04em}.brand span{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;padding:8px 10px;border-radius:14px}.brand strong{color:var(--navy)}.nav{display:flex;gap:18px;align-items:center;color:#334155;font-weight:650}.nav a{padding:10px 4px}.nav b{background:#eef2ff;color:#1d4ed8;padding:2px 7px;border-radius:20px}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--blue),#38bdf8);color:#fff!important;border:0;border-radius:14px;padding:12px 18px;font-weight:800;box-shadow:0 14px 26px rgba(37,99,235,.22);cursor:pointer}.btn.secondary{background:#fff;color:#1e293b!important;border:1px solid var(--line);box-shadow:none}.btn.dark{background:var(--navy)}.btn.danger{background:#dc2626}.btn.small{padding:9px 12px;border-radius:11px;font-size:14px}.hero{padding:78px 0 48px;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.18),transparent 30%),linear-gradient(135deg,#f8fbff,#eef5ff)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.badge{display:inline-flex;padding:8px 12px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;font-weight:800;font-size:13px}.hero h1{font-size:clamp(38px,6vw,68px);line-height:.98;margin:18px 0 18px;letter-spacing:-.06em;color:#07162e}.hero p{font-size:19px;line-height:1.7;color:#475569;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-card{background:#07162e;color:#fff;border-radius:34px;padding:28px;box-shadow:0 28px 80px rgba(7,22,46,.25);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-80px -80px auto auto;width:220px;height:220px;background:rgba(56,189,248,.35);border-radius:50%;filter:blur(20px)}.preview-window{background:#fff;border-radius:22px;overflow:hidden;color:#0f172a;position:relative}.preview-top{height:48px;background:#eef2ff;display:flex;align-items:center;gap:7px;padding:0 16px}.dot{width:11px;height:11px;background:#cbd5e1;border-radius:50%}.preview-content{padding:22px}.preview-content h3{font-size:26px;margin:0 0 8px}.preview-bar{height:12px;background:#e2e8f0;border-radius:20px;margin:10px 0}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.preview-box{height:74px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#f8fafc)}.section{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.section-head h2{font-size:34px;letter-spacing:-.04em;margin:0}.section-head p{margin:6px 0 0;color:#64748b}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;box-shadow:0 12px 36px rgba(15,23,42,.06);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{display:block;height:210px;background-size:cover;background-position:center;background-color:#dbeafe}.product-body{padding:20px}.product-kicker{font-size:12px;color:#2563eb;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-body h3{font-size:21px;margin:8px 0 8px;letter-spacing:-.02em}.product-body p{color:#64748b;line-height:1.6;min-height:52px}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.product-footer strong{font-size:20px}.card{background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:var(--radius);box-shadow:0 12px 34px rgba(15,23,42,.06);padding:24px;margin:20px 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800;color:#334155;font-size:14px}.input,select,textarea{width:100%;border:1px solid #dbe2ea;background:#fff;border-radius:13px;padding:13px 14px;font:inherit;color:#0f172a}textarea{min-height:120px}.muted{color:#64748b}.alert{margin:18px 0;padding:14px 16px;border-radius:16px;font-weight:800}.alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert.danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert.info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.auth-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:50px 0}.auth-card{width:min(480px,94%)}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:start}.price{font-size:34px;font-weight:950;color:#0f172a;margin:20px 0}.info-box{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:14px}.site-footer{background:#07162e;color:#cbd5e1;padding:44px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-grid a{display:block;margin:8px 0;color:#e2e8f0}.footer-brand strong{color:#fff}@media (max-width:900px){.hero-grid,.product-detail,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.nav{gap:8px;font-size:14px;flex-wrap:wrap}}@media (max-width:640px){.product-grid{grid-template-columns:1fr}.nav-wrap{align-items:flex-start;gap:12px;flex-direction:column;padding:14px 0}.hero{padding-top:40px}}.status.active{background:#dcfce7;color:#166534}.search-form .input{min-width:280px}code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:3px 7px;color:#0f172a;font-size:12px;word-break:break-word}.notif-panel a:hover{background:#f8fafc}.search-select{position:relative}.search-select-results{position:absolute;left:0;right:0;top:calc(100%+6px);background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 50px rgba(15,23,42,.14);z-index:50;padding:8px;max-height:280px;overflow:auto}.search-select-option{display:block;width:100%;text-align:left;background:transparent;border:0;border-radius:10px;padding:10px;cursor:pointer}.search-select-option:hover,.search-select-option.active{background:#eff6ff}.search-select-option strong{display:block;color:#0f172a}.search-select-option small{display:block;color:#64748b;margin-top:3px}.search-select-empty{padding:12px;color:#64748b}.badge.ok{background:#dcfce7;color:#166534;border-color:#bbf7d0}.badge.warn{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.badge.danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.table .badge{margin:2px 4px 2px 0}.actions .btn.secondary{box-shadow:none}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.card-title-row h2{margin:0 0 6px;font-size:24px;letter-spacing:-.035em}.card-title-row p{margin:0}.empty-state{text-align:center!important;color:#64748b;padding:34px!important}.status.active{background:#dcfce7;color:#166534}@media (max-width:640px){.card-title-row{display:block}}.product-admin-page{display:flex;flex-direction:column;gap:20px}.product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:2px}.product-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-add-btn{min-width:174px}.product-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-search .input{min-width:340px;background:#fff}.product-form-card{border-color:#dbeafe;box-shadow:0 14px 38px rgba(37,99,235,.08)}.product-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-list-card{padding:22px 22px 18px}.product-table-wrap{overflow-x:auto;border:1px solid #e5eaf2;border-radius:18px;background:#fff}.product-table{min-width:1180px;border-collapse:separate;border-spacing:0}.product-table th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;padding:14px 16px;border-bottom:1px solid #e7edf5}.product-table td{padding:16px;border-bottom:1px solid #eef2f7;vertical-align:middle}.product-table tbody tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#fbfdff}.product-main-cell{min-width:330px}.product-admin-item{display:flex;align-items:center;gap:13px;min-width:0}.product-thumb{width:58px;height:46px;flex:0 0 58px;border-radius:14px;object-fit:cover;background:#e0ecff;border:1px solid #dbeafe;box-shadow:0 10px 22px rgba(15,23,42,.06)}.product-thumb-empty{display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:14px;font-weight:950}.product-admin-item strong{display:block;color:#0f172a;font-size:15px;line-height:1.2}.product-admin-item small{display:block;color:#64748b;line-height:1.35;margin-top:4px;white-space:nowrap}.product-admin-item em{display:block;color:#64748b;font-style:normal;line-height:1.35;margin-top:4px;max-width:420px}.product-counts{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.product-counts span{display:inline-flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap}.product-counts b{color:#1d4ed8;font-size:13px}.product-actions{min-width:270px;white-space:nowrap}.product-actions .inline-form{display:inline-flex;margin-left:6px}.product-actions .btn{box-shadow:none}.product-actions .btn.danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca}.product-actions .btn.danger:hover{background:#dc2626!important;color:#fff!important}@media (max-width:1100px){.product-toolbar{align-items:flex-start;flex-direction:column}.product-search{width:100%}.product-search .input{min-width:0;flex:1}.product-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-stats{grid-template-columns:1fr}.product-search{display:grid;grid-template-columns:1fr auto}.product-search .btn.secondary{grid-column:1/-1}.product-list-card{padding:16px}.product-table{min-width:1080px}}.product-v34{gap:22px}.product-v34 .product-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:end;gap:28px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 55%,#eef6ff 100%);border:1px solid rgba(219,226,234,.88);border-radius:28px;padding:28px 30px;box-shadow:0 20px 54px rgba(15,23,42,.07);position:relative;overflow:hidden}.product-v34 .product-page-head:after{content:"";position:absolute;right:-80px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(56,189,248,.16);filter:blur(2px)}.product-v34 .product-page-copy,.product-v34 .product-search-modern{position:relative;z-index:1}.product-v34 .page-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.product-v34 .product-page-copy h2{font-size:38px;line-height:1;margin:14px 0 8px;color:#07162e;letter-spacing:-.055em}.product-v34 .product-page-copy p{max-width:720px;color:#64748b;font-size:16px;line-height:1.65;margin:0}.product-v34 .product-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:22px}.product-v34 .product-add-btn{min-width:184px;height:48px;border-radius:15px;font-size:15px;box-shadow:0 17px 34px rgba(37,99,235,.24)}.product-v34 .product-add-btn span{font-size:22px;line-height:1;font-weight:400}.product-v34 .product-search-modern{justify-self:end;width:100%;display:grid;grid-template-columns:34px 1fr auto auto;gap:8px;align-items:center;background:#fff;border:1px solid #dbe2ea;border-radius:18px;padding:8px 8px 8px 12px;box-shadow:0 14px 38px rgba(15,23,42,.06)}.product-v34 .product-search-modern .search-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;color:#64748b;font-size:24px;line-height:1}.product-v34 .product-search-modern .input{min-width:0;border:0;background:transparent;border-radius:12px;padding:10px 8px;box-shadow:none}.product-v34 .product-search-modern .input:focus{outline:none}.product-v34 .product-search-modern .btn{box-shadow:none}.product-v34 .product-stats-modern{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-v34 .product-stats-modern .mini-stat{min-height:96px;border-radius:22px;padding:20px 22px;justify-content:flex-start;position:relative;overflow:hidden}.product-v34 .product-stats-modern .mini-stat:after{content:"";position:absolute;left:76px;right:22px;bottom:16px;height:3px;border-radius:99px;background:#e2e8f0}.product-v34 .product-stats-modern .mini-stat i{width:48px;height:48px;flex:0 0 48px;border-radius:16px;display:grid;place-items:center;font-style:normal;font-size:22px;font-weight:950;margin-right:4px}.product-v34 .product-stats-modern .mini-stat span{font-size:14px;color:#526078}.product-v34 .product-stats-modern .mini-stat strong{margin-left:auto;font-size:30px}.product-v34 .product-stats-modern .stat-blue i{background:#dbeafe;color:#2563eb}.product-v34 .product-stats-modern .stat-green i{background:#dcfce7;color:#16a34a}.product-v34 .product-stats-modern .stat-orange i{background:#ffedd5;color:#f97316}.product-v34 .product-stats-modern .stat-purple i{background:#ede9fe;color:#7c3aed}.product-v34 .product-stats-modern .stat-blue:after{background:linear-gradient(90deg,#93c5fd,#dbeafe)}.product-v34 .product-stats-modern .stat-green:after{background:linear-gradient(90deg,#86efac,#dcfce7)}.product-v34 .product-stats-modern .stat-orange:after{background:linear-gradient(90deg,#fdba74,#ffedd5)}.product-v34 .product-stats-modern .stat-purple:after{background:linear-gradient(90deg,#c4b5fd,#ede9fe)}.product-v34 .product-list-modern{border-radius:26px;padding:0;overflow:hidden;box-shadow:0 22px 62px rgba(15,23,42,.08)}.product-v34 .product-list-head{padding:24px 24px 20px;margin:0;border-bottom:1px solid #e7edf5}.product-v34 .product-list-head h2{font-size:25px;margin-bottom:6px}.product-v34 .product-table-modern-wrap{border:0;border-radius:0;overflow-x:auto}.product-v34 .product-table-modern{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed}.product-v34 .product-table-modern th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;padding:14px 16px;border-bottom:1px solid #e7edf5;white-space:nowrap}.product-v34 .product-table-modern td{padding:17px 16px;border-bottom:1px solid #edf2f7;vertical-align:middle}.product-v34 .product-table-modern tbody tr{transition:background .16s ease}.product-v34 .product-table-modern tbody tr:hover{background:#fbfdff}.product-v34 .product-table-modern th:nth-child(1),.product-v34 .product-table-modern td:nth-child(1){width:31%}.product-v34 .product-table-modern th:nth-child(2),.product-v34 .product-table-modern td:nth-child(2){width:12%}.product-v34 .product-table-modern th:nth-child(3),.product-v34 .product-table-modern td:nth-child(3){width:13%}.product-v34 .product-table-modern th:nth-child(4),.product-v34 .product-table-modern td:nth-child(4){width:11%}.product-v34 .product-table-modern th:nth-child(5),.product-v34 .product-table-modern td:nth-child(5){width:11%}.product-v34 .product-table-modern th:nth-child(6),.product-v34 .product-table-modern td:nth-child(6){width:7%}.product-v34 .product-table-modern th:nth-child(7),.product-v34 .product-table-modern td:nth-child(7){width:8%}.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:17%}.product-v34 .product-admin-item{gap:15px}.product-v34 .product-thumb{width:62px;height:62px;flex-basis:62px;border-radius:18px;border:0;box-shadow:0 16px 30px rgba(37,99,235,.17);object-fit:cover}.product-v34 .product-thumb-empty{background:linear-gradient(135deg,#1d4ed8,#38bdf8);font-size:16px;letter-spacing:.04em}.product-v34 .product-title-meta{min-width:0}.product-v34 .product-admin-item strong{font-size:15px;line-height:1.25;letter-spacing:-.01em}.product-v34 .product-admin-item small{color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:275px}.product-v34 .product-admin-item em{font-size:13px;line-height:1.35;max-width:330px;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-v34 .category-pill{background:#eff6ff;border-color:#dbeafe;color:#1d4ed8;font-size:12px;padding:7px 11px;max-width:130px;overflow:hidden;text-overflow:ellipsis}.product-v34 .product-code-chip{display:inline-flex;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#f8fafc;border:1px solid #dbe2ea;border-radius:9px;padding:7px 9px;color:#334155;font-size:12px}.product-v34 .price-cell strong{font-size:16px;letter-spacing:-.02em;color:#07162e;white-space:nowrap}.product-v34 .product-counts{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.product-v34 .product-counts span{background:#f8fbff;border-color:#dbeafe;color:#1e40af;padding:6px 9px}.product-v34 .status{padding:8px 11px;border-radius:999px}.product-v34 .status.active{background:#dcfce7;color:#15803d}.product-v34 .status.passive{background:#f1f5f9;color:#475569}.product-v34 .date-cell strong{font-size:13px}.product-v34 .date-cell small{font-size:12px}.product-v34 .product-actions{min-width:0;white-space:nowrap}.product-v34 .product-actions .inline-form{display:inline-flex;margin-left:5px}.product-v34 .product-action{height:36px;min-width:0;padding:8px 10px;border-radius:11px;font-size:12px;box-shadow:none}.product-v34 .product-action.edit{background:#2563eb!important;color:#fff!important}.product-v34 .product-action.delete{background:#fee2e2!important;color:#b91c1c!important;border:1px solid #fecaca}.product-v34 .product-action.delete:hover{background:#dc2626!important;color:#fff!important}.product-v34 .product-table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px;color:#64748b;font-size:13px;border-top:1px solid #edf2f7}.product-v34 .pager{display:flex;align-items:center;gap:6px}.product-v34 .pager button,.product-v34 .pager b{width:34px;height:34px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center}.product-v34 .pager b{background:#2563eb;color:#fff;border-color:#2563eb}.product-v34 .pager button:disabled{color:#94a3b8}.product-v34 .product-form-card{border-radius:26px}.product-v34 .empty-state{padding:40px!important;text-align:center;color:#64748b}.product-v34 .result-pill{align-self:flex-start}@media (max-width:1280px){.product-v34 .product-page-head{grid-template-columns:1fr}.product-v34 .product-search-modern{justify-self:stretch}.product-v34 .product-stats-modern{grid-template-columns:repeat(2,minmax(0,1fr))}.product-v34 .product-table-modern{min-width:1080px}.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:16%}}@media (max-width:760px){.product-v34 .product-page-head{padding:22px}.product-v34 .product-page-copy h2{font-size:32px}.product-v34 .product-search-modern{grid-template-columns:30px 1fr auto}.product-v34 .product-search-modern .btn.secondary{grid-column:1/-1}.product-v34 .product-stats-modern{grid-template-columns:1fr}.product-v34 .product-table-footer{flex-direction:column;align-items:flex-start}}.product-v34 .product-list-modern{max-width:100%}.product-v34 .product-table-modern-wrap{width:100%;max-width:100%;overflow-x:hidden}.product-v34 .product-table-modern{min-width:0!important;width:100%;table-layout:fixed}.product-v34 .product-table-modern th,.product-v34 .product-table-modern td{padding:14px 12px}.product-v34 .product-table-modern th:nth-child(1),.product-v34 .product-table-modern td:nth-child(1){width:32%}.product-v34 .product-table-modern th:nth-child(2),.product-v34 .product-table-modern td:nth-child(2){width:11%}.product-v34 .product-table-modern th:nth-child(3),.product-v34 .product-table-modern td:nth-child(3){width:11%}.product-v34 .product-table-modern th:nth-child(4),.product-v34 .product-table-modern td:nth-child(4){width:10%}.product-v34 .product-table-modern th:nth-child(5),.product-v34 .product-table-modern td:nth-child(5){width:9%}.product-v34 .product-table-modern th:nth-child(6),.product-v34 .product-table-modern td:nth-child(6){width:7%}.product-v34 .product-table-modern th:nth-child(7),.product-v34 .product-table-modern td:nth-child(7){width:8%}.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:12%}.product-v34 .product-admin-item{gap:12px;min-width:0}.product-v34 .product-thumb{width:54px;height:54px;flex:0 0 54px;border-radius:15px}.product-v34 .product-thumb-empty{font-size:14px}.product-v34 .product-admin-item strong{font-size:14px;line-height:1.18;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.product-v34 .product-admin-item small{font-size:11px;max-width:210px}.product-v34 .product-admin-item em{font-size:12px;line-height:1.32;max-width:250px;-webkit-line-clamp:2}.product-v34 .category-pill{max-width:104px;padding:6px 9px;font-size:11px;white-space:nowrap;display:inline-block}.product-v34 .product-code-chip{max-width:112px;padding:6px 8px;font-size:11px;display:inline-block;vertical-align:middle}.product-v34 .price-cell strong{font-size:14px;white-space:nowrap}.product-v34 .product-counts{gap:5px}.product-v34 .product-counts span{padding:5px 8px;font-size:11px;white-space:nowrap}.product-v34 .status{padding:7px 9px;font-size:11px;white-space:nowrap}.product-v34 .date-cell strong{font-size:12px;white-space:nowrap}.product-v34 .date-cell small{font-size:11px;display:block;margin-top:2px}.product-v34 .product-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap;min-width:0}.product-v34 .product-actions .inline-form{display:inline-flex;margin-left:0}.product-v34 .product-action{height:34px;padding:7px 9px;border-radius:10px;font-size:11px;line-height:1;white-space:nowrap}.product-v34 .product-action.delete{min-width:34px}.product-v34 .product-table-footer{padding:14px 20px}@media (max-width:1280px){.product-v34 .product-table-modern{min-width:0!important}.product-v34 .product-table-modern th,.product-v34 .product-table-modern td{padding:13px 10px}.product-v34 .product-admin-item small{max-width:180px}.product-v34 .product-admin-item em{max-width:210px}.product-v34 .category-pill{max-width:92px}.product-v34 .product-code-chip{max-width:98px}.product-v34 .product-action{padding:7px 8px}}@media (max-width:1120px){.product-v34 .product-table-modern-wrap{overflow-x:auto}.product-v34 .product-table-modern{min-width:1060px!important}}.product-v36 .product-table-modern-wrap{overflow-x:hidden!important}.product-v36 .product-table-modern{min-width:0!important;width:100%!important;table-layout:fixed}.product-v36 .product-table-modern th:nth-child(1),.product-v36 .product-table-modern td:nth-child(1){width:40%}.product-v36 .product-table-modern th:nth-child(2),.product-v36 .product-table-modern td:nth-child(2){width:16%}.product-v36 .product-table-modern th:nth-child(3),.product-v36 .product-table-modern td:nth-child(3){width:11%}.product-v36 .product-table-modern th:nth-child(4),.product-v36 .product-table-modern td:nth-child(4){width:15%}.product-v36 .product-table-modern th:nth-child(5),.product-v36 .product-table-modern td:nth-child(5){width:8%}.product-v36 .product-table-modern th:nth-child(6),.product-v36 .product-table-modern td:nth-child(6){width:10%}.product-v36 .product-table-modern th,.product-v36 .product-table-modern td{padding:16px 14px}.product-v36 .product-row-link{display:block;color:inherit;text-decoration:none}.product-v36 .product-admin-item-iconic{gap:16px;align-items:center}.product-v36 .product-icon-box{width:62px;height:62px;flex:0 0 62px;border-radius:18px;display:grid;place-items:center;box-shadow:0 16px 30px rgba(37,99,235,.16)}.product-v36 .product-icon-box svg{width:34px;height:34px;display:block}.product-v36 .product-icon-box.icon-service{background:linear-gradient(135deg,#1d4ed8,#38bdf8)}.product-v36 .product-icon-box.icon-design{background:linear-gradient(135deg,#7c3aed,#8b5cf6 58%,#a78bfa)}.product-v36 .product-icon-box.icon-medical{background:linear-gradient(135deg,#0ea5a4,#2dd4bf)}.product-v36 .product-icon-box.icon-generic{background:linear-gradient(135deg,#334155,#64748b)}.product-v36 .product-title-meta strong{display:block;font-size:15px;line-height:1.25;color:#0f172a;max-width:100%;overflow:hidden;text-overflow:ellipsis}.product-v36 .product-title-meta small{display:block;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.product-v36 .product-title-meta em{display:block;font-style:normal;font-size:13px;color:#64748b;line-height:1.4;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:95%}.product-v36 .product-code-chip{display:inline-block;max-width:100%;padding:8px 10px;border-radius:10px;background:#f8fafc;border:1px solid #dbe2ea;color:#334155;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-v36 .price-cell strong{font-size:16px;white-space:nowrap}.product-v36 .product-counts-inline{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.product-v36 .product-counts-inline span{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:#f8fbff;border:1px solid #dbeafe;color:#1e40af;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.product-v36 .product-counts-inline b{font-size:13px;color:#1d4ed8}.product-v36 .status{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-weight:800}.product-v36 .date-cell strong,.product-v36 .date-cell small{white-space:nowrap}@media (max-width:1200px){.product-v36 .product-table-modern-wrap{overflow-x:auto!important}.product-v36 .product-table-modern{min-width:980px!important}}.product-v36 .product-edit-title-row{align-items:center}.product-v36 .product-delete-top-form{margin:0;flex:0 0 auto}.product-v36 .product-delete-top{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important;box-shadow:none!important;border-radius:14px;padding:12px 16px;font-weight:900}.product-v36 .product-delete-top:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}@media (max-width:760px){.product-v36 .product-edit-title-row{align-items:flex-start;flex-direction:column}.product-v36 .product-delete-top{width:100%}.product-v36 .product-delete-top-form{width:100%}}.product-v36 .seo-fields-panel{margin-top:18px;padding:18px;border:1px solid #dbeafe;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 70%);border-radius:20px}.product-v36 .seo-fields-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.product-v36 .seo-fields-head h3{margin:0 0 5px;font-size:18px;color:#0f172a;letter-spacing:-.02em}.product-v36 .seo-fields-panel textarea{min-height:92px}.product-v36 .seo-count-field .seo-counter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.product-v36 .seo-counter{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:6px 10px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;white-space:nowrap}.product-v36 .seo-counter.over{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.product-v36 .seo-limit-over{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!important}.product-v36 .product-image-upload-field{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;padding:14px}.product-v36 .product-file-input{margin-top:10px;padding:11px;background:#fff}.product-v36 .current-product-image{display:flex;align-items:center;gap:12px;margin:8px 0 12px;padding:10px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.product-v36 .current-product-image img{width:92px;height:58px;border-radius:12px;object-fit:cover;border:1px solid #e2e8f0}.product-v36 .current-product-image span{font-size:13px;color:#64748b;font-weight:800}.product-v36 .current-product-image{display:grid;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:14px;margin:8px 0 14px;padding:12px;border:1px solid #dbeafe;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.04)}.product-v36 .current-product-image img{width:96px;height:62px;border-radius:14px;object-fit:cover;border:1px solid #e2e8f0}.product-v36 .current-product-image strong{display:block;color:#0f172a;font-size:14px}.product-v36 .current-product-image span{display:block;margin-top:4px;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.product-v36 .image-delete-btn{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important;box-shadow:none!important;border-radius:12px;padding:10px 13px;font-size:12px;font-weight:900}.product-v36 .image-delete-btn:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.product-v36 .pretty-file-upload{margin-top:10px;display:flex;align-items:center;gap:14px;padding:16px;border:1.5px dashed #93c5fd;border-radius:18px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 72%);cursor:pointer;transition:.18s ease}.product-v36 .pretty-file-upload:hover{border-color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#ffffff 72%);transform:translateY(-1px)}.product-v36 .pretty-file-upload input{display:none}.product-v36 .pretty-file-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:23px;box-shadow:0 14px 28px rgba(37,99,235,.22)}.product-v36 .pretty-file-upload strong{display:block;color:#0f172a;font-size:14px;font-weight:950}.product-v36 .pretty-file-upload em{display:block;margin-top:4px;color:#64748b;font-size:12px;font-style:normal}.product-v36 .pretty-file-upload.has-file{border-color:#22c55e;background:linear-gradient(135deg,#dcfce7 0%,#ffffff 72%)}.product-v36 .pretty-file-upload.has-file .pretty-file-icon{background:linear-gradient(135deg,#16a34a,#22c55e)}@media (max-width:760px){.product-v36 .current-product-image{grid-template-columns:78px 1fr}.product-v36 .current-product-image img{width:78px;height:54px}.product-v36 .image-delete-btn{grid-column:1/-1;width:100%}}.product-v36 .form-grid .product-image-upload-field{grid-column:1 / -1}.product-v36 .product-image-upload-field{width:100%}.product-v36 .product-image-upload-field>.input{width:100%}.product-v36 .product-image-upload-field .pretty-file-upload{width:100%;box-sizing:border-box}.product-v36 .product-image-upload-field .current-product-image{width:100%;box-sizing:border-box}@media (min-width:1024px){.product-v36 .product-image-upload-field .current-product-image{grid-template-columns:120px minmax(0,1fr) auto}.product-v36 .product-image-upload-field .current-product-image img{width:120px;height:72px}}.service-v45 .expiry-badge.warning{background:#ffedd5;color:#9a3412;border-color:#fed7aa}.dashboard-card .product-list-head{padding:22px 24px 18px}.dashboard-card .product-list-head h2{font-size:23px}.dashboard-card .product-list-head{padding:28px 30px 24px!important}.dashboard-card .product-list-head h2{margin-bottom:8px!important}.blog-v52{gap:22px}.blog-v52 .blog-stats-modern .mini-stat{color:inherit;text-decoration:none}.blog-v52 .blog-table-wrap{overflow-x:hidden!important}.blog-v52 .blog-post-table,.blog-v52 .blog-category-table{min-width:0!important;width:100%!important;table-layout:fixed}.blog-v52 .blog-post-table th:nth-child(1),.blog-v52 .blog-post-table td:nth-child(1){width:42%}.blog-v52 .blog-post-table th:nth-child(2),.blog-v52 .blog-post-table td:nth-child(2){width:14%}.blog-v52 .blog-post-table th:nth-child(3),.blog-v52 .blog-post-table td:nth-child(3){width:19%}.blog-v52 .blog-post-table th:nth-child(4),.blog-v52 .blog-post-table td:nth-child(4){width:10%}.blog-v52 .blog-post-table th:nth-child(5),.blog-v52 .blog-post-table td:nth-child(5){width:15%}.blog-v52 .blog-category-table th:nth-child(1),.blog-v52 .blog-category-table td:nth-child(1){width:48%}.blog-v52 .blog-category-table th:nth-child(2),.blog-v52 .blog-category-table td:nth-child(2){width:22%}.blog-v52 .blog-category-table th:nth-child(3),.blog-v52 .blog-category-table td:nth-child(3){width:12%}.blog-v52 .blog-category-table th:nth-child(4),.blog-v52 .blog-category-table td:nth-child(4){width:9%}.blog-v52 .blog-category-table th:nth-child(5),.blog-v52 .blog-category-table td:nth-child(5){width:9%}.blog-row-title{display:flex;align-items:center;gap:14px;min-width:0;color:inherit;text-decoration:none}.blog-row-title>span:last-child{min-width:0}.blog-row-title strong{display:block;color:#0f172a;font-size:15px;line-height:1.26;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-row-title small,.blog-row-title em{display:block;color:#64748b;font-size:12px;line-height:1.35;margin-top:4px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-icon-box,.blog-thumb{width:58px;height:58px;flex:0 0 58px;border-radius:17px;display:grid;place-items:center;font-weight:950;color:#fff;box-shadow:0 14px 26px rgba(37,99,235,.16)}.blog-icon-box.icon-post{background:linear-gradient(135deg,#2563eb,#38bdf8)}.blog-icon-box.icon-category{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.blog-thumb{object-fit:cover}.blog-tags-mini{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.blog-tags-mini span{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:850}.blog-count-pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900}.blog-content-textarea{min-height:420px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;line-height:1.65}.blog-hero{padding:72px 0 42px;background:radial-gradient(circle at 18% 22%,rgba(37,99,235,.16),transparent 32%),linear-gradient(135deg,#f8fbff,#eef5ff)}.blog-hero h1{max-width:850px;margin:18px 0 12px;font-size:clamp(38px,5vw,58px);line-height:1.02;color:#07162e;letter-spacing:-.055em}.blog-hero p{max-width:760px;margin:0;color:#64748b;font-size:18px;line-height:1.7}.blog-filter{margin-bottom:28px}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.blog-list{display:flex;flex-direction:column;gap:0}.blog-list-item-public{display:grid;grid-template-columns:160px minmax(0,1fr);gap:26px;padding:28px 0;border-bottom:1px solid #e5e7eb}.blog-list-item-public:first-child{padding-top:0}.blog-list-thumb{width:160px;height:112px;border-radius:22px;display:block;background-size:cover;background-position:center;background-color:#dbeafe;box-shadow:0 16px 34px rgba(15,23,42,.08)}.blog-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#94a3b8;font-size:13px;font-weight:800}.blog-meta a{color:#2563eb;text-transform:uppercase;letter-spacing:.04em}.blog-list-body h2{margin:10px 0 9px;font-size:26px;line-height:1.15;letter-spacing:-.03em}.blog-list-body h2 a{color:#0f172a}.blog-list-body p{margin:0;color:#64748b;line-height:1.65}.blog-tags-public{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.blog-tags-public a{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:850}.blog-sidebar{display:flex;flex-direction:column;gap:18px}.blog-sidebar h3{margin:0 0 14px;font-size:20px;color:#0f172a}.blog-category-list{display:flex;flex-direction:column;gap:8px}.blog-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:14px;background:#f8fafc;color:#334155;font-weight:850}.blog-category-list a:hover{background:#eff6ff;color:#1d4ed8}.blog-category-list b{color:#2563eb}.blog-detail-hero{padding:66px 0 34px;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.blog-detail-hero h1{max-width:960px;margin:14px 0;font-size:clamp(36px,5vw,60px);line-height:1.04;letter-spacing:-.055em;color:#07162e}.blog-detail-hero p{max-width:820px;color:#64748b;font-size:19px;line-height:1.7}.blog-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.blog-detail-image{height:380px;border-radius:30px;background-size:cover;background-position:center;margin-bottom:24px;box-shadow:0 22px 62px rgba(15,23,42,.10)}.blog-content-card{font-size:17px;line-height:1.85;color:#334155}.blog-content-card h2,.blog-content-card h3{color:#0f172a;letter-spacing:-.025em;line-height:1.2}.blog-content-card p{margin:0 0 18px}@media (max-width:900px){.blog-layout,.blog-detail-grid{grid-template-columns:1fr}.blog-list-item-public{grid-template-columns:120px minmax(0,1fr);gap:18px}.blog-list-thumb{width:120px;height:92px;border-radius:18px}}@media (max-width:640px){.blog-list-item-public{grid-template-columns:1fr}.blog-list-thumb{width:100%;height:190px}.blog-detail-image{height:230px}}.rich-editor-area:focus{box-shadow:inset 0 0 0 3px rgba(37,99,235,.08)}.blog-content-textarea-hidden{display:none!important}.blog-v52{gap:34px!important}.blog-v52 .product-page-head,.service-v45 .product-page-head{margin-bottom:6px!important}.blog-v52 .product-stats-modern,.service-v45 .product-stats-modern{gap:24px!important;row-gap:24px!important;margin-bottom:12px!important}.blog-v52 .product-stats-modern .mini-stat,.service-v45 .product-stats-modern .mini-stat{min-height:108px!important;padding:22px 24px!important}.blog-v52 .product-list-modern,.service-v45 .product-list-modern{margin-top:10px!important}.blog-v52 .product-list-head,.service-v45 .product-list-head{padding:26px 28px 22px!important}.blog-v52 .product-table-modern td,.service-v45 .product-table-modern td{padding-top:20px!important;padding-bottom:20px!important}.blog-v52 .product-form-card{margin-top:8px!important;padding:28px!important}.blog-v52 .blog-post-table th,.blog-v52 .blog-post-table td,.blog-v52 .blog-category-table th,.blog-v52 .blog-category-table td{padding-left:18px!important;padding-right:18px!important}@media (max-width:1280px){.blog-v52{gap:26px!important}.blog-v52 .product-stats-modern,.service-v45 .product-stats-modern{gap:18px!important}}@media (max-width:760px){.blog-v52{gap:20px!important}}.blog-featured-image-field{grid-column:1 / -1}.blog-featured-image-field .current-product-image,.blog-featured-image-field .pretty-file-upload,.blog-featured-image-field>.input{width:100%;box-sizing:border-box}.blog-featured-image-field .current-product-image{grid-template-columns:120px minmax(0,1fr) auto}.blog-featured-image-field .current-product-image img{width:120px;height:72px}@media (max-width:760px){.blog-featured-image-field .current-product-image{grid-template-columns:78px 1fr}.blog-featured-image-field .current-product-image img{width:78px;height:54px}}.blog-v52 .blog-tag-table{min-width:0!important;width:100%!important;table-layout:fixed}.blog-v52 .blog-tag-table th:nth-child(1),.blog-v52 .blog-tag-table td:nth-child(1){width:30%}.blog-v52 .blog-tag-table th:nth-child(2),.blog-v52 .blog-tag-table td:nth-child(2){width:18%}.blog-v52 .blog-tag-table th:nth-child(3),.blog-v52 .blog-tag-table td:nth-child(3){width:18%}.blog-v52 .blog-tag-table th:nth-child(4),.blog-v52 .blog-tag-table td:nth-child(4){width:24%}.blog-v52 .blog-tag-table th:nth-child(5),.blog-v52 .blog-tag-table td:nth-child(5){width:10%}.blog-icon-box.icon-tag{background:linear-gradient(135deg,#0ea5a4,#2dd4bf)}.blog-seo-text{display:block;color:#475569;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-category-content-textarea{min-height:260px!important;line-height:1.75}.blog-category-content-card{margin-bottom:28px;font-size:16px;line-height:1.8;color:#334155}.blog-category-content-card h2,.blog-category-content-card h3{color:#0f172a;letter-spacing:-.025em;line-height:1.2}.blog-category-content-card p{margin:0 0 16px}.blog-category-content-card ul,.blog-category-content-card ol{padding-left:24px}.category-v57 .product-stats-modern{gap:24px!important;row-gap:24px!important;margin-bottom:12px!important}.category-v57 .product-stats-modern .mini-stat{min-height:108px!important;padding:22px 24px!important}.blog-v52 .blog-tag-table td{padding-top:20px!important;padding-bottom:20px!important}.blog-v52 .blog-tag-table .blog-row-title{min-height:58px}.license-v59 .product-stats-modern{gap:24px!important;row-gap:24px!important;margin-bottom:12px!important}.license-v59 .product-stats-modern .mini-stat{min-height:108px!important;padding:22px 24px!important}.license-v59 .product-code-chip{margin-top:7px}.license-v59 .product-page-head{margin-bottom:36px!important}.license-v59 .product-list-head{padding-top:28px!important;padding-bottom:24px!important}.license-v59 .product-table-footer{margin-top:18px!important}@media (max-width:760px){.license-v59 .product-page-head{margin-bottom:24px!important}}:root{--admin-section-gap:30px;--admin-card-gap:30px;--admin-inner-gap:22px}.admin-main>.product-v36,.admin-main>.product-v34,.admin-main>.blog-v52,.admin-main>.blog-admin-page{display:flex!important;flex-direction:column!important;gap:var(--admin-card-gap)!important}.admin-main .product-page-head{margin:0!important}.admin-main .product-stats,.admin-main .product-stats-modern{margin:0!important;gap:var(--admin-inner-gap)!important;row-gap:var(--admin-inner-gap)!important}.admin-main .product-form-card,.admin-main .product-list-card,.admin-main .product-list-modern,.admin-main .blog-list-modern{margin:0!important}.admin-main .product-list-head{margin:0!important}.admin-main .product-table-wrap,.admin-main .product-table-modern-wrap{margin-top:0!important}.admin-main .product-table-footer{margin-top:18px!important}@media (max-width:1280px){:root{--admin-section-gap:24px;--admin-card-gap:24px;--admin-inner-gap:18px}}@media (max-width:760px){:root{--admin-section-gap:18px;--admin-card-gap:18px;--admin-inner-gap:14px}}.status.open{background:#ffedd5;color:#9a3412}.support-customer-page .section-head{align-items:center}.support-v66 .product-page-head{grid-template-columns:minmax(0,1fr) minmax(560px,620px)!important;align-items:center!important}.support-v66 .product-page-copy{min-width:0}.support-v66 .product-search-modern.support-search-modern{justify-self:end!important;width:100%!important;max-width:620px!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(160px,.9fr) minmax(160px,.9fr) auto!important;gap:10px!important;align-items:center!important;padding:12px!important;border-radius:20px!important;overflow:hidden!important}.support-v66 .product-search-modern.support-search-modern .search-icon{display:none!important}.support-v66 .product-search-modern.support-search-modern .input,.support-v66 .product-search-modern.support-search-modern select,.support-v66 .product-search-modern.support-search-modern .btn{width:100%!important;min-width:0!important;min-height:48px!important}.support-v66 .product-search-modern.support-search-modern .btn{width:auto!important;padding-left:18px!important;padding-right:18px!important;white-space:nowrap!important}@media (max-width:1480px){.support-v66 .product-page-head{grid-template-columns:minmax(0,1fr)!important}.support-v66 .product-search-modern.support-search-modern{justify-self:start!important;max-width:100%!important}}@media (max-width:860px){.support-v66 .product-search-modern.support-search-modern{grid-template-columns:1fr!important}.support-v66 .product-search-modern.support-search-modern .btn{width:100%!important}}.support-v66 .product-page-head,.support-v66 .product-search-modern{overflow:visible!important}.support-v66 .product-page-head{position:relative!important;z-index:80!important}.support-v66 .product-stats{position:relative!important;z-index:1!important}.support-v66 .product-page-head{grid-template-columns:1fr!important}.home-settings-page{display:flex;flex-direction:column;gap:30px}.home-settings-form{display:flex;flex-direction:column;gap:30px}.home-settings-form .product-form-card{margin:0!important}.home-settings-form textarea{min-height:120px}.home-bottom-cta-section{padding-top:0!important}.home-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#07162e,#123a72);color:#fff;box-shadow:0 22px 54px rgba(15,23,42,.18)}.home-bottom-cta h2{margin:0 0 10px;color:#fff;font-size:30px;letter-spacing:-.04em}.home-bottom-cta p{margin:0;color:#cbd5e1;line-height:1.65}.home-bottom-cta .btn{flex:0 0 auto;background:#fff;color:#0f172a}@media (max-width:900px){.home-bottom-cta{flex-direction:column;align-items:flex-start}.sticky-save-bar .btn{width:100%}}.home-hero-upload-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:18px;align-items:stretch;padding:18px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#ffffff);margin:18px 0 24px}.home-hero-upload-info label:first-child{display:block;color:#0f172a;font-weight:950;margin-bottom:8px}.home-hero-upload-info p{color:#64748b;line-height:1.55;margin:0 0 14px}.home-upload-button{display:flex!important;align-items:center;gap:14px;padding:16px 18px;border:2px dashed #2563eb;border-radius:20px;background:#eff6ff;cursor:pointer;transition:.16s ease}.home-upload-button:hover{background:#dbeafe;transform:translateY(-1px)}.home-upload-button input{display:none}.home-upload-button span{display:block;color:#0f172a;font-weight:950}.home-upload-button small{display:block;color:#64748b;font-weight:800;margin-top:4px}.home-upload-button:before{content:"↑";width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:24px;font-weight:950;flex:0 0 48px}.home-hero-current-image{min-height:160px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.home-hero-current-image img{width:100%;height:190px;object-fit:cover;display:block}.home-delete-image-check{padding:12px 14px;margin:0!important;border-top:1px solid #e2e8f0;color:#991b1b;font-weight:900}.home-hero-empty-preview{display:grid;place-items:center;text-align:center;min-height:190px;padding:20px;color:#64748b}.home-hero-empty-preview strong{display:block;color:#0f172a;font-size:17px;margin-bottom:6px}.home-hero-image-frame{width:100%;border-radius:34px;overflow:hidden;background:#07162e;padding:18px;box-shadow:0 24px 60px rgba(15,23,42,.16)}.home-hero-image-frame img{width:100%;min-height:330px;max-height:460px;object-fit:cover;display:block;border-radius:22px}@media (max-width:900px){.home-hero-upload-card{grid-template-columns:1fr}.home-hero-image-frame img{min-height:240px;max-height:360px}}.home-settings-page{max-width:1320px}.home-settings-page .product-page-head{padding:34px 36px!important;border-radius:30px!important}.home-settings-page .product-page-copy p{max-width:900px;line-height:1.65}.home-settings-quicknav{display:flex;align-items:center;gap:12px;padding:14px;flex-wrap:wrap;margin:-8px 0 0;border:1px solid #dbeafe;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.06)}.home-settings-quicknav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;background:#eff6ff;color:#1d4ed8;text-decoration:none;font-weight:900;border:1px solid #dbeafe;transition:.18s ease}.home-settings-quicknav a:hover{background:#dbeafe;color:#0f172a;transform:translateY(-1px)}.home-settings-form{gap:24px!important}.home-settings-card{padding:28px 30px!important;border-radius:28px!important;border:1px solid #e7edf6!important;box-shadow:0 14px 36px rgba(15,23,42,.05)!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important}.home-settings-head{margin-bottom:20px!important;padding-bottom:16px;border-bottom:1px solid #edf2f7}.home-settings-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.home-settings-head h2{margin:0 0 6px!important;color:#0f172a;letter-spacing:-.035em}.home-settings-head p{margin:0!important;color:#64748b;line-height:1.6}.home-settings-card .field label{color:#334155;font-size:13px;font-weight:900;letter-spacing:.01em;margin-bottom:8px}.home-settings-card .input,.home-settings-card textarea,.home-settings-card select{border-radius:18px!important;border:1px solid #dbe4f0!important;background:#fff!important;box-shadow:0 6px 18px rgba(15,23,42,.04)!important}.home-settings-card textarea{min-height:120px}.home-form-grid{gap:20px!important}.home-settings-card .seo-counter-row{margin-top:10px}.home-hero-upload-card{margin:8px 0 8px!important;padding:20px!important;border-radius:24px!important;border:1px solid #dbeafe!important;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important}.home-hero-current-image{border-radius:22px!important}.home-hero-current-image img{height:210px!important}@media (max-width:900px){.home-settings-page .product-page-head,.home-settings-card{padding:24px!important}.home-settings-quicknav{gap:10px}}.home-settings-form{gap:28px!important}.home-settings-card{overflow:hidden}.home-settings-card .home-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 18px!important;align-items:start!important}.home-settings-card .field{display:flex;flex-direction:column;padding:16px 18px;border:1px solid #e8eef7;border-radius:20px;background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.home-settings-card .field-full{grid-column:1 / -1}.home-settings-card .field .muted.small-note{margin-top:10px}.home-settings-card .field .seo-counter-row{padding-top:6px}.home-settings-card .field label{margin-bottom:10px!important}.home-settings-card .field textarea,.home-settings-card .field .input,.home-settings-card .field select{width:100%}.home-settings-card .field textarea{min-height:126px!important}.home-settings-card .field .seo-counter-input[data-limit="160"]{min-height:140px!important}.home-hero-upload-card{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)!important;margin:12px 0 4px!important}.home-hero-upload-info,.home-hero-current-image{background:#fff;border:1px solid #e8eef7;border-radius:20px;padding:16px}.home-hero-current-image{padding:10px}.home-hero-current-image img{border-radius:16px}.home-hero-empty-preview{min-height:200px!important;border-radius:16px;background:linear-gradient(180deg,#f8fbff 0%,#f1f5f9 100%)}@media (max-width:1100px){.home-settings-card .home-form-grid{grid-template-columns:1fr!important}.home-settings-card .field-full{grid-column:auto}.home-hero-upload-card{grid-template-columns:1fr!important}}.home-settings-head{border-bottom:2px solid #dbeafe!important;padding-bottom:22px!important;margin-bottom:26px!important}.home-settings-card{padding-top:32px!important;padding-bottom:32px!important}.home-settings-card+.home-settings-card{margin-top:6px!important}.home-settings-card .field{margin-bottom:0!important}.home-settings-card .field-full{grid-column:1 / -1!important}.home-settings-card .field-full>.input,.home-settings-card .field-full>textarea,.home-settings-card .field-full>select{width:100%!important;max-width:none!important}.home-repeatable-steps{display:flex;flex-direction:column;gap:20px}.home-step-editor{padding:18px;border-radius:24px;border:1px solid #dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 30px rgba(15,23,42,.04)}.home-step-editor-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.home-step-editor-head strong{color:#0f172a;font-size:17px;letter-spacing:-.02em}.home-step-remove{min-height:36px!important;border-radius:12px!important}.home-step-add{margin-top:18px;width:100%;justify-content:center;min-height:52px;border-radius:18px!important;border:1px dashed #2563eb!important;background:#eff6ff!important;color:#1d4ed8!important;font-weight:950!important}.home-step-add:hover{background:#dbeafe!important}@media (max-width:1100px){.home-settings-card .field-full{grid-column:auto!important}}.home-settings-head{padding-bottom:22px!important;margin-bottom:32px!important}.home-settings-head+.home-form-grid,.home-settings-head+.field,.home-settings-head+.home-hero-upload-card,.home-settings-head+input+.home-repeatable-steps{margin-top:10px!important}.home-repeatable-steps{gap:26px !important;margin-top:14px !important}.home-step-editor{margin:0 !important}.home-step-editor .home-form-grid{gap:20px !important}.home-step-editor .field{margin-bottom:6px !important}.home-step-editor .field+.field{margin-top:6px !important}.site-header-premium{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.85)}.site-header-premium .nav a{font-weight:900}.site-header-premium .nav a:hover{color:#2563eb}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(37,99,235,.16),transparent 32%),radial-gradient(circle at 78% 28%,rgba(56,189,248,.16),transparent 30%),linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.hero:before{content:"";position:absolute;inset:auto -160px -220px auto;width:520px;height:520px;border-radius:50%;background:rgba(37,99,235,.08)}.home-hero-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.home-hero-stats span{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#475569;font-weight:850;box-shadow:0 10px 24px rgba(15,23,42,.05)}.home-hero-stats strong{color:#0f172a;font-weight:950}.home-value-section{padding-top:34px!important;padding-bottom:24px!important}.home-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-value-card{position:relative;overflow:hidden;padding:30px 28px;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe7f5;box-shadow:0 18px 44px rgba(15,23,42,.06);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-value-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#38bdf8);opacity:.95}.home-value-card:hover{transform:translateY(-6px);border-color:#bfdbfe;box-shadow:0 24px 58px rgba(15,23,42,.12)}.home-value-card i{position:relative;width:74px;height:74px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-style:normal;font-weight:950;font-size:30px;line-height:1;margin:0 auto 20px;box-shadow:0 18px 36px rgba(37,99,235,.24)}.home-value-card i::after{content:"";position:absolute;inset:-8px;border-radius:30px;border:1px solid rgba(37,99,235,.14)}.home-value-card:nth-child(2) i{background:linear-gradient(135deg,#7c3aed,#a855f7 55%,#fb7185 100%);box-shadow:0 18px 36px rgba(124,58,237,.24)}.home-value-card:nth-child(2)::before{background:linear-gradient(90deg,#7c3aed,#fb7185)}.home-value-card:nth-child(3) i{background:linear-gradient(135deg,#0f766e,#14b8a6 55%,#38bdf8 100%);box-shadow:0 18px 36px rgba(20,184,166,.24)}.home-value-card:nth-child(3)::before{background:linear-gradient(90deg,#0f766e,#38bdf8)}.home-value-card strong{display:block;color:#0f172a;font-size:22px;font-weight:900;letter-spacing:-.03em;margin-bottom:10px}.home-value-card p{margin:0;color:#64748b;line-height:1.75;max-width:34ch}.section-head-premium h2{letter-spacing:-.04em}.home-featured-section{padding-top:36px!important}.product-card-premium{border:1px solid #e2e8f0!important;box-shadow:0 18px 44px rgba(15,23,42,.07)!important;transition:.18s ease}.product-card-premium:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(15,23,42,.12)!important}.home-process-card{border-radius:30px!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;box-shadow:0 20px 50px rgba(15,23,42,.07)!important}.home-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-process-step{position:relative;padding:24px!important;border-radius:24px!important}.home-process-step span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eff6ff;color:#1d4ed8;font-weight:950;margin-bottom:14px}.premium-footer{margin-top:70px;padding:0 0 28px;background:radial-gradient(circle at 12% 10%,rgba(37,99,235,.22),transparent 28%),linear-gradient(135deg,#07162e 0%,#0b2345 54%,#123a72 100%);color:#cbd5e1}.footer-cta{transform:translateY(-42px);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;border-radius:30px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;box-shadow:0 26px 70px rgba(37,99,235,.30)}.footer-cta span{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:950;opacity:.9;margin-bottom:8px}.footer-cta h2{margin:0 0 8px;color:#fff;font-size:28px;letter-spacing:-.04em}.footer-cta p{margin:0;color:#e0f2fe;line-height:1.6}.footer-cta .btn{flex:0 0 auto;background:#fff;color:#0f172a;border:0}.footer-grid-premium{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:34px;margin-top:-10px}.footer-about p,.footer-contact small{color:#cbd5e1;line-height:1.7}.footer-links a,.footer-contact a{display:block;color:#e2e8f0;text-decoration:none;margin:10px 0;font-weight:800}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-grid-premium h4{color:#fff;margin:0 0 14px;font-size:17px}.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer-badges span{display:inline-flex;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#e2e8f0;font-size:12px;font-weight:900}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#94a3b8;font-size:13px}.footer-editor-card{border-radius:28px!important;border:1px solid #e2e8f0!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 16px 42px rgba(15,23,42,.06)!important}.menu-item-editor.disabled{opacity:.62}.menu-item-actions button{border:1px solid #dbeafe;background:#fff;border-radius:12px;min-width:36px;min-height:36px;cursor:pointer;font-weight:950;color:#1d4ed8}.menu-item-actions button.danger{color:#dc2626}.footer-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.footer-form-grid .field-full{grid-column:1/-1}@media (max-width:1100px){.home-value-grid,.home-process-grid,.footer-grid-premium{grid-template-columns:1fr}.footer-cta,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-form-grid{grid-template-columns:1fr!important}}.footer-cta .btn{background:linear-gradient(135deg,#07162e,#0f2b52)!important;color:#ffffff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 16px 36px rgba(7,22,46,.28)!important}.footer-cta .btn:hover{background:linear-gradient(135deg,#0f2b52,#07162e)!important;color:#ffffff!important;transform:translateY(-2px)}.footer-settings-page{display:flex;flex-direction:column;gap:28px}.footer-settings-form{display:flex;flex-direction:column;gap:24px}.footer-settings-card{padding:30px!important;border-radius:28px!important;border:1px solid #e2e8f0!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;box-shadow:0 16px 42px rgba(15,23,42,.06)!important}.footer-settings-head{padding-bottom:20px;margin-bottom:24px;border-bottom:2px solid #dbeafe}.footer-settings-head h2{margin:8px 0 6px;color:#0f172a;letter-spacing:-.035em}.footer-settings-head p{margin:0;color:#64748b;line-height:1.6}.footer-settings-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.footer-settings-grid .field{padding:16px 18px;border:1px solid #e8eef7;border-radius:20px;background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%)}.footer-settings-grid .field-full{grid-column:1/-1}.footer-settings-grid textarea{min-height:128px}@media (max-width:900px){.footer-settings-grid{grid-template-columns:1fr!important}.footer-settings-grid .field-full{grid-column:auto}}@media (max-width:768px){.home-value-card{padding:24px 20px;border-radius:24px}.home-value-card i{width:68px;height:68px;border-radius:22px;font-size:28px;margin-bottom:18px}.home-value-card strong{font-size:20px}}.home-value-grid .home-value-card{position:relative !important;overflow:hidden !important;padding:32px 28px !important;border-radius:28px !important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;border:1px solid #dbe7f5 !important;box-shadow:0 18px 44px rgba(15,23,42,.08) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;text-align:center !important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important}.home-value-grid .home-value-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.home-value-grid .home-value-card:hover{transform:translateY(-6px) !important;border-color:#bfdbfe !important;box-shadow:0 24px 58px rgba(15,23,42,.12) !important}.home-value-grid .home-value-card i{width:78px !important;height:78px !important;min-width:78px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 20px !important;border-radius:24px !important;background:linear-gradient(135deg,#2563eb,#38bdf8) !important;color:#fff !important;font-style:normal !important;font-weight:900 !important;font-size:34px !important;line-height:1 !important;box-shadow:0 18px 36px rgba(37,99,235,.25) !important}.home-value-grid .home-value-card:nth-child(2) i{background:linear-gradient(135deg,#7c3aed,#a855f7 58%,#fb7185 100%) !important;box-shadow:0 18px 36px rgba(124,58,237,.24) !important}.home-value-grid .home-value-card:nth-child(3) i{background:linear-gradient(135deg,#0f766e,#14b8a6 58%,#38bdf8 100%) !important;box-shadow:0 18px 36px rgba(20,184,166,.24) !important}.home-value-grid .home-value-card strong{width:100% !important;display:block !important;color:#0f172a !important;text-align:center !important;font-size:22px !important;font-weight:900 !important;letter-spacing:-.03em !important;margin:0 0 10px !important}.home-value-grid .home-value-card p{margin:0 !important;color:#64748b !important;text-align:center !important;line-height:1.75 !important}@media (max-width:768px){.home-value-grid .home-value-card{padding:24px 20px !important}.home-value-grid .home-value-card i{width:68px !important;height:68px !important;min-width:68px !important;font-size:30px !important}.home-value-grid .home-value-card strong{font-size:20px !important}}.home-process-section{position:relative}.home-process-card{position:relative;overflow:hidden;padding:38px 36px !important;border-radius:34px !important;background:radial-gradient(circle at top right,rgba(59,130,246,.10),transparent 26%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;border:1px solid #dbeafe !important;box-shadow:0 24px 60px rgba(15,23,42,.08) !important}.home-process-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:6px;background:linear-gradient(90deg,#2563eb,#38bdf8 40%,#8b5cf6 100%)}.home-process-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.home-process-copy{max-width:760px}.home-process-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:13px;font-weight:800;letter-spacing:.02em;margin-bottom:14px}.home-process-copy h2{margin:0 0 12px;font-size:clamp(34px,4vw,48px);line-height:1.02;letter-spacing:-.045em;color:#0f172a}.home-process-copy p{margin:0;font-size:20px;line-height:1.7;color:#64748b;max-width:60ch}.home-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:0 !important}.home-process-step{position:relative;overflow:hidden;min-height:250px;padding:28px 26px !important;border-radius:28px !important;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%) !important;border:1px solid #e2e8f0 !important;box-shadow:0 14px 34px rgba(15,23,42,.05) !important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-process-step::before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#38bdf8);opacity:.95}.home-process-step:hover{transform:translateY(-6px);border-color:#bfdbfe !important;box-shadow:0 24px 46px rgba(15,23,42,.10) !important}.home-process-step:nth-child(2)::before{background:linear-gradient(90deg,#7c3aed,#ec4899)}.home-process-step:nth-child(3)::before{background:linear-gradient(90deg,#0f766e,#06b6d4)}.home-process-step-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.home-process-step-badge{display:flex;align-items:center;gap:12px;padding:8px 10px 8px 8px;border-radius:999px;background:#f8fbff;border:1px solid #e2e8f0}.home-process-step-badge small{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-process-step-badge span{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:24px;font-weight:900;line-height:1;box-shadow:0 14px 28px rgba(37,99,235,.24)}.home-process-step:nth-child(2) .home-process-step-badge span{background:linear-gradient(135deg,#7c3aed,#ec4899);box-shadow:0 14px 28px rgba(124,58,237,.24)}.home-process-step:nth-child(3) .home-process-step-badge span{background:linear-gradient(135deg,#0f766e,#06b6d4);box-shadow:0 14px 28px rgba(15,118,110,.24)}.home-process-step strong{display:block;margin:0 0 14px;color:#0f172a;font-size:29px;line-height:1.15;letter-spacing:-.035em}.home-process-step p{margin:0;color:#64748b !important;font-size:18px;line-height:1.8}@media (max-width:1100px){.home-process-card{padding:34px 28px !important}.home-process-grid{grid-template-columns:1fr;gap:18px}.home-process-step{min-height:auto}}@media (max-width:760px){.home-process-card{padding:28px 20px !important;border-radius:28px !important}.home-process-head{margin-bottom:22px}.home-process-copy h2{font-size:36px}.home-process-copy p{font-size:17px}.home-process-step{padding:24px 20px !important;border-radius:24px !important}.home-process-step strong{font-size:24px}.home-process-step p{font-size:16px}}.home-process-step-top{justify-content:center!important;margin-bottom:24px!important}.home-process-step-badge{display:flex!important;align-items:center!important;justify-content:center!important;width:86px!important;height:86px!important;padding:0!important;border-radius:999px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;box-shadow:0 18px 38px rgba(15,23,42,.08)!important}.home-process-step-badge small{display:none!important}.home-process-step-badge span{width:64px!important;height:64px!important;border-radius:999px!important;margin:0!important;font-size:28px!important;display:grid!important;place-items:center!important}.home-process-step strong{text-align:center!important}.home-process-step p{text-align:center!important}.floating-site-actions{position:fixed;right:24px;bottom:24px;z-index:9998;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}.floating-action-btn{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.scroll-top-btn{width:50px;height:50px;border-radius:18px;background:rgba(255,255,255,.94);color:#0f172a;border:1px solid #dbeafe;box-shadow:0 16px 40px rgba(15,23,42,.14);font-size:24px;font-weight:950;opacity:0;transform:translateY(10px) scale(.96);visibility:hidden}.scroll-top-btn.visible{opacity:1;transform:translateY(0) scale(1);visibility:visible}.scroll-top-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 20px 46px rgba(15,23,42,.18)}.whatsapp-float-btn{min-width:156px;height:58px;padding:0 20px 0 18px;gap:10px;border-radius:999px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff!important;font-weight:950;box-shadow:0 18px 44px rgba(22,163,74,.32)}.whatsapp-float-btn:before{content:"";width:28px;height:28px;display:block;border-radius:50%;background:radial-gradient(circle at 50% 50%,#fff 0 28%,transparent 29%),linear-gradient(135deg,#ffffff,#ffffff);opacity:.98;mask:radial-gradient(circle at 50% 50%,#000 0 54%,transparent 55%);-webkit-mask:radial-gradient(circle at 50% 50%,#000 0 54%,transparent 55%)}.whatsapp-float-btn span{color:#fff;line-height:1}.whatsapp-float-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 22px 54px rgba(22,163,74,.42)}@media (max-width:760px){.floating-site-actions{right:16px;bottom:16px;gap:10px}.scroll-top-btn{width:46px;height:46px;border-radius:16px}.whatsapp-float-btn{min-width:58px;width:58px;height:58px;padding:0;border-radius:20px}.whatsapp-float-btn span{display:none}.whatsapp-float-btn:before{width:30px;height:30px}}.whatsapp-float-btn{font-weight:700!important;letter-spacing:.01em!important}.whatsapp-float-btn:before{display:none!important;content:none!important}.whatsapp-float-icon{width:27px!important;height:27px!important;flex:0 0 27px!important;display:block!important;fill:#ffffff!important}.whatsapp-float-btn span{font-weight:700!important;color:#ffffff!important}@media (max-width:760px){.whatsapp-float-icon{width:30px!important;height:30px!important;flex-basis:30px!important}}.faq-list{display:grid;gap:10px;margin-top:14px}.faq-list details{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:14px 16px}.faq-list summary{cursor:pointer;font-weight:900;color:#0f172a}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px}.testimonial-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.testimonial-card strong{display:block;color:#0f172a;margin-bottom:6px}.testimonial-card em{display:block;color:#f59e0b;font-style:normal;margin-bottom:8px}.maintenance-card{text-align:center;padding:60px 30px!important}.maintenance-card h1{font-size:42px;margin:0 0 12px;color:#0f172a}.legal-page{max-width:980px;margin:0 auto;line-height:1.8}.related-posts-card{margin-top:24px;display:grid;gap:12px}.related-posts-card a{display:block;text-decoration:none;color:#0f172a;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e2e8f0}.related-posts-card span{display:block;color:#64748b;margin-top:4px}@media (max-width:900px){.testimonial-grid{grid-template-columns:1fr}}.product-faq-builder-panel{overflow:visible}.product-faq-builder{display:flex;flex-direction:column;gap:18px}.product-faq-editor{padding:18px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 30px rgba(15,23,42,.045)}.product-faq-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #e2e8f0}.product-faq-editor-head strong{color:#0f172a;font-size:17px;letter-spacing:-.02em}.product-faq-editor .field{margin-bottom:14px}.product-faq-editor .field:last-child{margin-bottom:0}.product-faq-editor textarea{min-height:120px}.product-faq-add{margin-top:18px;width:100%;justify-content:center;min-height:52px;border-radius:18px!important;border:1px dashed #2563eb!important;background:#eff6ff!important;color:#1d4ed8!important;font-weight:950!important}.product-faq-add:hover{background:#dbeafe!important}.setup-addon-box input{width:20px;height:20px;accent-color:#2563eb}.field-full{grid-column:1/-1}.cart-addon-select{margin-top:14px}.cart-addon-select label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #bfdbfe;border-radius:18px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);cursor:pointer;box-shadow:0 10px 26px rgba(37,99,235,.06)}.cart-addon-select input{width:20px;height:20px;accent-color:#2563eb}.cart-addon-select span strong{display:block;color:#0f172a;font-size:14px;letter-spacing:-.01em}.cart-addon-select span em{display:block;color:#64748b;font-style:normal;font-size:13px;line-height:1.45;margin-top:3px}.cart-addon-select b{color:#0f172a;white-space:nowrap;font-size:15px}@media (max-width:760px){.cart-addon-select label{grid-template-columns:auto minmax(0,1fr)}.cart-addon-select b{grid-column:2}}.blog-detail-image{height:450px!important;min-height:450px!important}.blog-detail-image img{width:100%!important;height:100%!important;object-fit:cover!important}@media (max-width:760px){.blog-detail-image{height:280px!important;min-height:280px!important}}.hero-slider-section{padding:38px 0 12px}.hero-slider{position:relative}.hero-slide{display:none;animation:heroFadeIn .45s ease}.hero-slide.is-active{display:block}.hero-copy{position:relative;z-index:2}.hero-grid{align-items:center;gap:42px}.hero-card{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;isolation:isolate}.hero-media-frame{position:relative;width:100%;max-width:560px;min-height:420px;aspect-ratio:16 / 11;padding:18px;border-radius:34px;overflow:hidden;background:linear-gradient(135deg,#03163a 0%,#09285d 52%,#114b7a 100%);box-shadow:0 28px 70px rgba(15,23,42,.18);z-index:2}.hero-media-frame::after{content:"";position:absolute;inset:16px;border-radius:24px;border:1px solid rgba(255,255,255,.08);pointer-events:none}.hero-media-frame img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:22px;background:#ffffff;box-shadow:inset 0 0 0 1px rgba(226,232,240,.9)}.hero-preview-window{position:relative;z-index:2}.hero-float{position:absolute;display:grid;place-items:center;color:#fff;z-index:1;box-shadow:0 20px 40px rgba(15,23,42,.12);animation:heroFloatY 6s ease-in-out infinite;user-select:none}.hero-float b{font-size:24px;line-height:1}.hero-float-one{width:84px;height:84px;left:14px;top:54px;border-radius:28px;background:linear-gradient(135deg,#2563eb,#38bdf8)}.hero-float-two{width:64px;height:64px;right:36px;bottom:76px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#fb7185);animation-delay:-1.2s}.hero-float-three{width:68px;height:68px;right:80px;top:36px;border-radius:22px;background:linear-gradient(135deg,#0f766e,#22d3ee);animation-delay:-2.1s}.hero-slider-nav{display:flex;justify-content:center;gap:10px;margin-top:18px}.hero-slider-dot{width:12px;height:12px;border-radius:999px;border:0;background:#cbd5e1;box-shadow:none;cursor:pointer;transition:all .18s ease}.hero-slider-dot.is-active{width:34px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.home-settings-subhead{margin:24px 0 14px;padding-top:18px;border-top:1px solid #e7edf5}.home-repeatable-wrap{margin-top:16px}.home-repeatable-slides{display:grid;gap:18px}.home-slide-editor{border:1px solid #dbe7f5;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-radius:24px;padding:18px 18px 4px;box-shadow:0 14px 34px rgba(15,23,42,.05)}.home-repeatable-actions{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:16px}@keyframes heroFloatY{0%,100%{transform:translateY(0px)}50%{transform:translateY(-14px)}}@keyframes heroFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.hero-card{min-height:auto;margin-top:8px}.hero-media-frame{min-height:300px;max-width:none}.hero-float-one{left:4px;top:24px;width:62px;height:62px;border-radius:20px}.hero-float-two{right:14px;bottom:34px;width:52px;height:52px}.hero-float-three{right:56px;top:16px;width:54px;height:54px;border-radius:18px}}@media (max-width:640px){.hero-slider-section{padding-top:22px}.hero-media-frame{min-height:240px;padding:12px;border-radius:24px}.hero-media-frame::after{inset:10px;border-radius:16px}.hero-float{display:none}}.hero h2.hero-slide-title{font-size:clamp(38px,6vw,68px);line-height:.98;margin:18px 0 18px;letter-spacing:-.06em;color:#07162e;font-weight:950}.hero-card{overflow:visible}.hero-media-frame{max-width:560px;min-height:400px;aspect-ratio:16 / 10;padding:10px;border-radius:28px;background:linear-gradient(135deg,#04142f 0%,#0a2657 55%,#0f5a8b 100%);box-shadow:0 22px 54px rgba(15,23,42,.16)}.hero-media-frame::after{inset:9px;border-radius:20px;border:1px solid rgba(255,255,255,.07)}.hero-media-frame img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px rgba(226,232,240,.7)}.hero-float{z-index:4}.hero-float-one{left:-8px;top:26px;width:74px;height:74px;border-radius:24px}.hero-float-two{right:-10px;bottom:36px;width:58px;height:58px}.hero-float-three{right:34px;top:-6px;width:62px;height:62px;border-radius:20px}@media (max-width:900px){.hero-media-frame{min-height:300px;aspect-ratio:16 / 10;padding:8px}.hero-media-frame::after{inset:7px}.hero-float-one{left:-4px;top:12px;width:58px;height:58px;border-radius:18px}.hero-float-two{right:-4px;bottom:22px;width:48px;height:48px}.hero-float-three{right:18px;top:-6px;width:50px;height:50px;border-radius:16px}}.hero-card{min-height:450px}.hero-media-frame,.home-hero-image-frame.hero-media-frame{max-width:545px;min-height:392px;aspect-ratio:16 / 10;padding:6px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#04112a 0%,#08214a 54%,#0e507d 100%);box-shadow:0 18px 42px rgba(15,23,42,.14)}.hero-media-frame::after,.home-hero-image-frame.hero-media-frame::after{content:none}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;border-radius:18px;background:#fff;box-shadow:none}.hero-float-one{left:-16px;top:22px}.hero-float-two{right:-14px;bottom:28px}.hero-float-three{right:24px;top:-12px}@media (max-width:900px){.hero-card{min-height:auto}.hero-media-frame,.home-hero-image-frame.hero-media-frame{max-width:none;min-height:280px;padding:5px;border-radius:20px}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:15px}}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{width:100%;height:100%;display:block}.hero-media-frame.fit-cover img,.home-hero-image-frame.hero-media-frame.fit-cover img{object-fit:cover!important}.hero-media-frame.fit-contain img,.home-hero-image-frame.hero-media-frame.fit-contain img{object-fit:contain!important;background:#fff!important}.hero-media-frame.pos-top img,.home-hero-image-frame.hero-media-frame.pos-top img{object-position:center top!important}.hero-media-frame.pos-center img,.home-hero-image-frame.hero-media-frame.pos-center img{object-position:center center!important}.hero-media-frame.pos-bottom img,.home-hero-image-frame.hero-media-frame.pos-bottom img{object-position:center bottom!important}.home-upload-button.mini{min-height:76px;padding:14px 16px;border-radius:18px}.home-upload-button.mini span{font-size:14px}.home-upload-button.mini small{font-size:12px}.home-hero-mobile-grid{margin-top:18px}.home-slide-editor select.home-slide-fit,.home-slide-editor select.home-slide-position{width:100%}.site-top-banner{width:100%;background:linear-gradient(90deg,var(--tb-start,#b6538e),var(--tb-end,#ff9d00));color:var(--tb-text,#ffffff);position:relative;z-index:10000;box-shadow:0 8px 24px rgba(15,23,42,.08)}.site-top-banner-inner{max-width:1180px;margin:0 auto;min-height:44px;padding:8px 22px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;font-weight:850;line-height:1.35}.site-top-banner-text{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--tb-text,#ffffff);text-shadow:0 1px 2px rgba(0,0,0,.12)}.site-top-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid currentColor;border-radius:7px;font-size:0;position:relative;flex:0 0 18px}.site-top-banner-icon:before{content:"";width:6px;height:6px;border:2px solid currentColor;border-radius:50%}.site-top-banner-icon:after{content:"";position:absolute;top:3px;right:3px;width:3px;height:3px;background:currentColor;border-radius:50%}.site-top-banner-button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 14px;border-radius:8px;background:var(--tb-btn-bg,#ffffff);color:var(--tb-btn-text,#0f172a)!important;text-decoration:none!important;font-weight:950;box-shadow:0 4px 14px rgba(15,23,42,.16);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}.site-top-banner-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.2)}.site-top-banner-button.is-static{cursor:default}@media (max-width:760px){.site-top-banner-inner{min-height:auto;padding:9px 14px;gap:9px;flex-wrap:wrap;font-size:14px}.site-top-banner-button{min-height:28px;padding:4px 12px}}.cart-page-head .badge{margin-bottom:12px}.cart-addon-offer label{display:flex;align-items:flex-start;gap:12px;min-width:0}.cart-addon-offer input[type="checkbox"]{margin-top:3px;width:18px;height:18px;accent-color:#2563eb}.cart-summary-actions .btn{width:100%}.cart-empty-state .btn{margin-top:12px}.cart-vat-summary .is-hidden{display:none!important}.nav-cart-link{position:relative;display:inline-flex!important;align-items:center;gap:6px}.nav-cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px rgba(239,68,68,.28)}@media (max-width:760px){.nav-cart-count{min-width:18px;height:18px;font-size:11px}}.nav-cart-link{position:relative;display:inline-flex!important;align-items:center;gap:6px}.nav-cart-count{display:inline-grid!important;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff!important;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px rgba(239,68,68,.28)}.cart-addon-suggestion label,.cart-addon-suggestion input[type="checkbox"]{display:none!important}.cart-item-actions .btn{margin:0}.btn.success{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff!important;box-shadow:0 14px 26px rgba(22,163,74,.22)}.btn.success:hover{filter:brightness(.98)}.btn.danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff!important;border:0;box-shadow:0 14px 26px rgba(220,38,38,.18)}.cart-item-actions .btn{min-width:132px}.cart-addon-card-selected{background:linear-gradient(180deg,#f9fbff 0%,#f3f8ff 100%);border-style:solid}.cart-qty-control input{width:54px;height:38px;border:0!important;border-left:1px solid #e6eef8!important;border-right:1px solid #e6eef8!important;border-radius:0!important;padding:0;text-align:center;font-weight:900;color:#0f172a;background:#fff;-moz-appearance:textfield}.cart-qty-control input::-webkit-outer-spin-button,.cart-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hero-slider-section{overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.95fr)}.hero-card{overflow:visible!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{width:100%!important;max-width:620px!important;min-height:0!important;aspect-ratio:16 / 10!important;padding:10px!important;border-radius:28px!important;overflow:visible!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{width:100%!important;height:100%!important;display:block!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img,.hero-media-frame.fit-cover img,.home-hero-image-frame.hero-media-frame.fit-cover img,.hero-media-frame.fit-contain img,.home-hero-image-frame.hero-media-frame.fit-contain img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;background:#fff!important;border-radius:20px!important}.hero-float{z-index:5!important}.hero-copy,.hero-card,.hero-slide,.hero-grid{min-width:0}img,video,iframe{max-width:100%}.product-table-modern-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:1024px){.container{width:min(94%,960px)}.hero-grid,.product-detail,.footer-grid{grid-template-columns:1fr!important}.hero-card{min-height:auto!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{max-width:760px!important;margin:0 auto}}@media (max-width:768px){body{overflow-x:hidden}.site-top-banner-inner{flex-direction:column;gap:8px;padding:10px 14px;font-size:13px}.site-header{position:relative}.nav-wrap{min-height:auto!important;padding:14px 0!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.brand{font-size:20px}.nav{width:100%;display:flex!important;flex-wrap:wrap!important;gap:8px!important;font-size:14px!important}.nav a{padding:8px 10px!important;border:1px solid #e2e8f0;border-radius:999px;background:#fff}.hero,.hero-slider-section{padding:34px 0 24px!important}.hero-grid{gap:28px!important}.hero h1,.hero h2.hero-slide-title{font-size:clamp(34px,12vw,48px)!important;line-height:1.02!important;letter-spacing:-.055em!important}.hero p{font-size:16px!important;line-height:1.7!important}.hero-actions{width:100%}.hero-actions .btn{flex:1 1 100%;width:100%}.hero-stats{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{aspect-ratio:16 / 11!important;padding:7px!important;border-radius:22px!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture,.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:16px!important}.hero-float-one{left:-8px!important;top:10px!important;width:54px!important;height:54px!important;border-radius:18px!important}.hero-float-two{right:-6px!important;bottom:18px!important;width:48px!important;height:48px!important}.hero-float-three{right:16px!important;top:-10px!important;width:50px!important;height:50px!important;border-radius:16px!important}.section{padding:30px 0!important}.section-head{flex-direction:column!important;align-items:flex-start!important}.section-head h2{font-size:30px!important}.product-grid,.home-value-grid,.blog-grid,.product-v34 .product-stats-modern{grid-template-columns:1fr!important}.product-card,.card{border-radius:22px!important}.product-image{height:220px!important}.form-grid{grid-template-columns:1fr!important}.input,select,textarea{font-size:16px!important}.footer-grid{gap:18px!important}}@media (max-width:480px){.container{width:min(94%,100%)}.hero h1,.hero h2.hero-slide-title{font-size:38px!important}.btn{width:100%}.product-footer{flex-direction:column!important;align-items:stretch!important}.cart-item-actions .btn,.cart-item-actions button{width:100%!important}}.home-hero-stats{display:none!important}.hero-card{min-height:auto!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{background:transparent!important;background-image:none!important;padding:0!important;box-shadow:none!important;border:none!important;border-radius:26px!important;overflow:visible!important}.hero-media-frame::before,.hero-media-frame::after,.home-hero-image-frame.hero-media-frame::before,.home-hero-image-frame.hero-media-frame::after{display:none!important;content:none!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{border-radius:24px!important;background:#fff!important;box-shadow:0 24px 60px rgba(15,23,42,.10)!important;border:1px solid #dbeafe!important}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:24px!important;box-shadow:none!important}.hero-float{box-shadow:0 18px 38px rgba(15,23,42,.14)!important}@media (max-width:768px){.hero-media-frame,.home-hero-image-frame.hero-media-frame{border-radius:20px!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture,.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:18px!important}}.hero-visual,.hero-card{position:relative!important;overflow:visible!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{position:relative!important;width:100%!important;max-width:640px!important;aspect-ratio:16 / 10!important;padding:0!important;border:0!important;border-radius:34px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 32px 80px rgba(15,23,42,.12),0 0 0 1px rgba(219,234,254,.92)!important;overflow:visible!important}.hero-media-frame::before,.home-hero-image-frame.hero-media-frame::before{content:""!important;position:absolute!important;inset:18px!important;border-radius:24px!important;background:#fff!important;box-shadow:inset 0 0 0 1px rgba(226,232,240,.75)!important;display:block!important;z-index:0!important}.hero-media-frame::after,.home-hero-image-frame.hero-media-frame::after{content:""!important;position:absolute!important;left:-14px!important;bottom:-16px!important;width:76px!important;height:76px!important;border-radius:999px!important;background:rgba(37,99,235,.08)!important;display:block!important;z-index:-1!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{position:absolute!important;inset:18px!important;width:auto!important;height:auto!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;border:0!important;box-shadow:none!important;z-index:1!important}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img,.hero-media-frame.fit-cover img,.hero-media-frame.fit-contain img,.home-hero-image-frame.hero-media-frame.fit-cover img,.home-hero-image-frame.hero-media-frame.fit-contain img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important}.hero-float-one{width:74px!important;height:74px!important;left:-34px!important;top:18px!important;border-radius:22px!important;background:linear-gradient(135deg,#2f7cf6,#39bdf8)!important;box-shadow:0 22px 46px rgba(37,99,235,.26)!important}.hero-float-one::before{font-size:28px!important}.hero-float-two{width:62px!important;height:62px!important;right:-26px!important;bottom:44px!important;border-radius:999px!important;background:linear-gradient(135deg,#8b5cf6,#ec4899)!important;box-shadow:0 22px 46px rgba(236,72,153,.24)!important}.hero-float-two::before{width:22px!important;height:22px!important;background:#fff!important}.hero-float-three{width:66px!important;height:66px!important;right:14px!important;top:-24px!important;border-radius:22px!important;background:linear-gradient(135deg,#0f9b8e,#22c1c3)!important;box-shadow:0 22px 46px rgba(20,184,166,.24)!important}.hero-float-three::before{font-size:28px!important}.hero-slider-dots{margin-top:22px!important}@media (max-width:1024px){.hero-media-frame,.home-hero-image-frame.hero-media-frame{max-width:720px!important;margin-inline:auto!important}}@media (max-width:768px){.hero-media-frame,.home-hero-image-frame.hero-media-frame{aspect-ratio:16 / 11!important;border-radius:26px!important}.hero-media-frame::before,.home-hero-image-frame.hero-media-frame::before,.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{inset:12px!important;border-radius:18px!important}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:18px!important}.hero-float-one{width:58px!important;height:58px!important;left:-12px!important;top:-8px!important;border-radius:18px!important}.hero-float-two{width:48px!important;height:48px!important;right:-8px!important;bottom:18px!important}.hero-float-two::before{width:17px!important;height:17px!important}.hero-float-three{width:50px!important;height:50px!important;right:8px!important;top:-14px!important;border-radius:16px!important}}.hero-card{position:relative!important;overflow:visible!important;padding:12px 0 0!important}.hero-media-frame,.home-hero-image-frame.hero-media-frame{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;max-width:680px!important;width:100%!important;aspect-ratio:16/10!important;background:#ffffff!important;background-image:none!important;border:1px solid #edf2ff!important;border-radius:34px!important;box-shadow:0 24px 70px rgba(15,23,42,.10)!important;padding:22px!important;overflow:visible!important}.hero-media-frame::before,.hero-media-frame::after,.home-hero-image-frame.hero-media-frame::before,.home-hero-image-frame.hero-media-frame::after{content:none!important;display:none!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;background:#fff!important;border-radius:24px!important;overflow:hidden!important;border:0!important;box-shadow:0 10px 30px rgba(15,23,42,.06)!important}.hero-media-frame img,.home-hero-image-frame.hero-media-frame img,.hero-media-frame.fit-cover img,.home-hero-image-frame.hero-media-frame.fit-cover img,.hero-media-frame.fit-contain img,.home-hero-image-frame.hero-media-frame.fit-contain img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;border-radius:24px!important;box-shadow:none!important}.hero-float-one{left:-16px!important;top:-8px!important;width:76px!important;height:76px!important;border-radius:24px!important;background:linear-gradient(135deg,#2f7cf6,#39bdf8)!important;box-shadow:0 18px 42px rgba(47,124,246,.25)!important}.hero-float-two{right:-18px!important;bottom:38px!important;width:62px!important;height:62px!important;border-radius:999px!important;background:linear-gradient(135deg,#8b5cf6,#ec4899)!important;box-shadow:0 18px 42px rgba(236,72,153,.22)!important}.hero-float-two::before{width:22px!important;height:22px!important;background:#fff!important}.hero-float-three{right:18px!important;top:-18px!important;width:66px!important;height:66px!important;border-radius:22px!important;background:linear-gradient(135deg,#0f9b8e,#22c1c3)!important;box-shadow:0 18px 42px rgba(34,193,195,.22)!important}.hero-slider-nav{margin-top:22px!important}@media (max-width:768px){.hero-media-frame,.home-hero-image-frame.hero-media-frame{padding:14px!important;border-radius:24px!important;aspect-ratio:16/11!important}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture,.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:18px!important}.hero-float-one{left:-8px!important;top:-10px!important;width:58px!important;height:58px!important;border-radius:18px!important}.hero-float-two{right:-8px!important;bottom:14px!important;width:48px!important;height:48px!important}.hero-float-two::before{width:16px!important;height:16px!important}.hero-float-three{right:8px!important;top:-10px!important;width:50px!important;height:50px!important;border-radius:16px!important}}@keyframes earnFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes liveDot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.78);opacity:.72}}@keyframes earningPulse{0%,100%{opacity:1}50%{opacity:.65}}@keyframes barGrow{from{transform:scaleY(.18);opacity:.55}to{transform:scaleY(1);opacity:1}}.card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}@media (max-width:720px){.card-head-row{flex-direction:column}}.mini-stat.stat-red[href*="abandoned_carts"] i{background:#fee2e2!important;color:#dc2626!important}.preset-pill.active{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:transparent}.earnings-page-head .product-page-copy,.media-library-head .product-page-copy{position:relative;z-index:1}.preset-pill.active{background:#fff!important;color:#2563eb!important;box-shadow:0 10px 24px rgba(37,99,235,.12)}@keyframes earningsBarRise{from{height:8%;opacity:.45}to{height:var(--h);opacity:1}}.customer-page-head .product-page-copy{position:relative;z-index:1}.service-list-modern .product-list-head .muted{max-width:820px}.license-list-modern .product-list-head .muted{max-width:820px}.orders-page-head .product-page-copy{position:relative;z-index:1}.front-comments-block{margin-top:22px}.front-comments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.front-comments-head span{display:inline-flex;min-height:28px;align-items:center;padding:0 11px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.front-comments-head h3{margin:10px 0 0;color:#0f172a;font-size:26px;letter-spacing:-.04em}.front-comments-head b{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#2563eb;font-size:13px;box-shadow:0 10px 24px rgba(37,99,235,.08)}.front-comment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.front-comment-card{border:1px solid #dbeafe!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 14px 32px rgba(15,23,42,.045)!important}.front-comment-card strong{color:#0f172a}.front-comment-card em{display:block;margin:6px 0;color:#f59e0b;font-style:normal;letter-spacing:.05em}.front-comment-empty{padding:18px;margin-bottom:18px;border-radius:20px;background:#f8fbff;border:1px dashed #bfdbfe;color:#64748b;font-weight:800}.front-comment-form{padding:20px;border-radius:24px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.055)}.front-comment-form h4{margin:0 0 6px;color:#0f172a;font-size:22px;letter-spacing:-.035em}.front-comment-form>p{margin:0 0 16px;color:#64748b;font-weight:750}.front-comment-grid{display:grid;grid-template-columns:1fr 1fr 160px;gap:12px}.front-comment-form textarea{min-height:130px}.blog-comments-block{margin-top:22px}.blog-comment-list{grid-template-columns:1fr}@media (max-width:820px){.front-comment-list,.front-comment-grid{grid-template-columns:1fr}.front-comments-head{flex-direction:column}}.front-comment-login-box{display:grid;gap:10px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.055)}.front-comment-login-box strong{color:#0f172a;font-size:20px;letter-spacing:-.025em}.front-comment-login-box span{color:#64748b;font-weight:750;line-height:1.5}.front-comment-login-box div{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.login-only-rating-grid{grid-template-columns:180px!important}@media (max-width:620px){.login-only-rating-grid{grid-template-columns:1fr!important}}.nav-support-link{position:relative;display:inline-flex!important;align-items:center;gap:6px}.nav-support-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px rgba(239,68,68,.28)}.home-comments-section{padding-top:16px!important;padding-bottom:28px!important}.home-comments-card{position:relative;overflow:hidden;padding:34px;border-radius:34px;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.20),transparent 34%),linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);border:1px solid #dbeafe;box-shadow:0 24px 62px rgba(15,23,42,.06)}.home-comments-card::after{content:"";position:absolute;right:-70px;bottom:-80px;width:220px;height:220px;border-radius:999px;background:rgba(37,99,235,.06)}.home-comments-head{position:relative;z-index:1;margin-bottom:24px!important}.home-comments-kicker{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.home-comments-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-comment-item{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:26px;background:#fff;border:1px solid #dbeafe;box-shadow:0 16px 38px rgba(15,23,42,.045)}.home-comment-top{display:flex;align-items:center;gap:12px}.home-comment-avatar{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 12px 24px rgba(37,99,235,.18)}.home-comment-top strong{display:block;color:#0f172a;font-size:15px}.home-comment-top em{display:block;margin-top:2px;color:#f59e0b;font-style:normal;letter-spacing:.04em;font-size:13px}.home-comment-item p{color:#475569;line-height:1.65;margin:0;font-weight:650}.home-comment-source{margin-top:auto;display:inline-flex;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1100px){.home-comments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.home-comments-card{padding:22px;border-radius:26px}.home-comments-grid{grid-template-columns:1fr}.home-comments-head{flex-direction:column;align-items:flex-start!important}}.rich-editor.rich-editor-compact-scroll .rich-editor-area:focus{outline:2px solid rgba(37,99,235,.16);outline-offset:-2px}.blog-tag-slug-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}@media (max-width:760px){.blog-tag-slug-actions{align-items:flex-start;flex-direction:column}}.blog-archive-slug-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.blog-archive-slug-actions .product-code-chip{margin-right:2px}@media (max-width:760px){.blog-archive-slug-actions{align-items:flex-start;flex-direction:column;gap:10px}}.home-faq-section{padding-top:28px!important;padding-bottom:34px!important}.home-faq-card{position:relative;overflow:hidden;padding:34px;border-radius:34px;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.18),transparent 34%),linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);border:1px solid #dbeafe;box-shadow:0 24px 62px rgba(15,23,42,.06)}.home-faq-card::after{content:"";position:absolute;right:-80px;bottom:-90px;width:240px;height:240px;border-radius:999px;background:rgba(37,99,235,.06)}.home-faq-head{position:relative;z-index:1;margin-bottom:24px!important}.home-faq-kicker{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.home-faq-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-faq-item{border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.045);overflow:hidden}.home-faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;color:#0f172a;font-weight:950;letter-spacing:-.02em}.home-faq-item summary::-webkit-details-marker{display:none}.home-faq-item summary::after{content:"+";width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:20px;font-weight:950;transition:.16s ease}.home-faq-item[open] summary::after{content:"−";background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff}.home-faq-answer{padding:0 20px 20px;color:#64748b;line-height:1.75;font-weight:650}.faq-archive-hero{padding-bottom:18px!important}.faq-archive-head{position:relative;overflow:hidden;padding:42px;border-radius:34px;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.22),transparent 34%),linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);border:1px solid #dbeafe;box-shadow:0 24px 62px rgba(15,23,42,.06)}.faq-archive-head h1{margin:12px 0 10px;color:#0f172a;font-size:clamp(36px,5vw,62px);letter-spacing:-.06em}.faq-archive-head p{max-width:760px;color:#64748b;font-size:18px;line-height:1.7}.faq-archive-card{padding:34px;border-radius:34px;background:#fff;border:1px solid #dbeafe;box-shadow:0 24px 62px rgba(15,23,42,.06)}.archive-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-admin-head{align-items:center}.faq-stats-modern{margin:22px 0}.faq-form-card textarea{min-height:180px}.faq-table-wrap .faq-table{min-width:1080px}.faq-list-card{margin-top:22px}@media (max-width:900px){.home-faq-card,.faq-archive-card,.faq-archive-head{padding:24px;border-radius:26px}.home-faq-grid,.archive-faq-grid{grid-template-columns:1fr}.home-faq-head{flex-direction:column;align-items:flex-start!important}}.home-faq-grid,.archive-faq-grid{align-items:start!important}.home-faq-item{align-self:start!important;height:auto!important}.home-faq-item:not([open]){max-height:none!important}.home-faq-item[open]{height:auto!important}.corporate-page-hero{padding-bottom:18px!important}.corporate-hero-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:44px;border-radius:36px;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.22),transparent 34%),linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);border:1px solid #dbeafe;box-shadow:0 24px 62px rgba(15,23,42,.06)}.corporate-hero-card::after{content:"";position:absolute;right:-80px;bottom:-90px;width:240px;height:240px;border-radius:999px;background:rgba(37,99,235,.06)}.corporate-hero-card h1{position:relative;z-index:1;margin:12px 0 12px;color:#0f172a;font-size:clamp(38px,5vw,64px);letter-spacing:-.065em;line-height:.98}.corporate-hero-card p{position:relative;z-index:1;max-width:780px;color:#64748b;font-size:18px;line-height:1.75;font-weight:700}.corporate-hero-badge{position:relative;z-index:1;min-width:180px;min-height:180px;border-radius:36px;display:grid;place-items:center;align-content:center;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;box-shadow:0 24px 56px rgba(37,99,235,.24)}.corporate-hero-badge strong{display:block;color:#fff;font-size:42px;letter-spacing:-.06em}.corporate-hero-badge span{color:rgba(255,255,255,.82);font-weight:900}.corporate-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px}.corporate-main-card,.corporate-side-card,.corporate-info-box,.contact-info-card,.contact-form-card,.contact-map-card,.corporate-cta-card{border-radius:32px;border:1px solid #dbeafe;background:#fff;box-shadow:0 22px 56px rgba(15,23,42,.06)}.corporate-main-card{padding:34px}.corporate-main-card h2,.contact-info-card h2,.contact-form-card h2{margin:0 0 18px;color:#0f172a;font-size:30px;letter-spacing:-.045em}.corporate-text{color:#475569;line-height:1.9;font-weight:650;font-size:17px}.corporate-side-card{display:grid;gap:14px;padding:20px}.corporate-stat{padding:20px;border-radius:24px;background:#f8fbff;border:1px solid #e6eef8}.corporate-stat strong{display:block;color:#2563eb;font-size:34px;line-height:1;letter-spacing:-.05em}.corporate-stat span{display:block;margin-top:8px;color:#64748b;font-weight:900}.corporate-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.corporate-info-box{padding:28px}.corporate-info-box h3{color:#0f172a;font-size:24px;letter-spacing:-.04em;margin:0 0 10px}.corporate-info-box p{color:#64748b;line-height:1.75;margin:0;font-weight:700}.corporate-cta-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff}.corporate-cta-card h2{color:#fff;margin:0 0 8px;letter-spacing:-.045em}.corporate-cta-card p{margin:0;color:rgba(255,255,255,.82)}.corporate-cta-actions,.contact-info-actions{display:flex;flex-wrap:wrap;gap:10px}.contact-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:22px}.contact-info-card,.contact-form-card{padding:30px}.contact-info-list{display:grid;gap:12px;margin:20px 0}.contact-info-list div{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;padding:16px;border-radius:20px;background:#f8fbff;border:1px solid #e6eef8}.contact-info-list i{grid-row:span 2;width:42px;height:42px;border-radius:15px;display:grid;place-items:center;font-style:normal;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950}.contact-info-list span{color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.contact-info-list strong{color:#0f172a;font-weight:950;word-break:break-word}.contact-form-card>p{margin-top:-10px;color:#64748b;font-weight:700}.contact-form-card textarea{min-height:150px}.contact-map-card{overflow:hidden;margin-top:22px;padding:0}.contact-map-card iframe{display:block;width:100%!important;min-height:360px;border:0}.company-section-card textarea{min-height:140px}.contact-message-detail{margin:22px 0}.contact-message-body{padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #e6eef8;color:#334155;line-height:1.75}.contact-message-meta{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.contact-message-meta span{padding:8px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:900;font-size:12px}.contact-message-table{min-width:1080px}@media (max-width:980px){.corporate-hero-card,.corporate-cta-card{flex-direction:column;align-items:flex-start}.corporate-hero-badge{width:100%;min-height:130px}.corporate-grid,.corporate-two-col,.contact-grid{grid-template-columns:1fr}}@media (max-width:640px){.corporate-hero-card,.corporate-main-card,.corporate-info-box,.contact-info-card,.contact-form-card,.corporate-cta-card{padding:22px;border-radius:26px}}.menu-item-editor.expanded .menu-item-fields{display:grid!important}.menu-item-editor.expanded .menu-item-summary{border-bottom:1px solid #e2e8f0!important}.menu-item-editor.expanded .menu-edit-toggle{background:linear-gradient(135deg,#0f172a,#334155)!important}.menu-item-editor:not(.expanded){box-shadow:0 10px 24px rgba(15,23,42,.035)!important}.menu-item-editor:not(.expanded) .menu-item-summary{border-radius:22px}.wp-menu-builder-page .product-page-head{margin-bottom:24px}.wp-menu-source-item input{margin-top:3px;width:17px;height:17px}.wp-menu-source-group .wp-add-selected{margin:0 14px 14px;width:calc(100% - 28px);justify-content:center;min-height:40px!important}.wp-menu-location-tabs button{border:0;min-height:38px;padding:0 16px;border-radius:14px;background:transparent;color:#64748b;font-weight:950;cursor:pointer}.wp-menu-location-tabs button.active{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.18)}.wp-menu-item-editor.expanded .menu-item-fields,.wp-menu-item-editor.expanded .wp-menu-item-fields{display:grid!important}.wp-menu-item-editor.expanded .menu-item-summary{border-bottom:1px solid #e2e8f0!important}.wp-menu-item-editor.expanded .wp-menu-item-summary{border-radius:22px 22px 0 0}.wp-menu-item-editor.expanded .menu-edit-toggle{background:linear-gradient(135deg,#0f172a,#334155)!important}@media (max-width:760px){.wp-menu-item-summary .menu-item-actions button{flex:1}}.wp-menu-item-editor.expanded .wp-menu-item-fields{display:grid!important}.nav{position:relative}.site-menu-list{display:flex;align-items:center;gap:18px;margin:0;padding:0;list-style:none}.site-menu-item{position:relative;display:flex;align-items:center}.site-menu-item>a{display:inline-flex;align-items:center;gap:6px}.site-menu-item.has-children>.site-menu-parent::after{content:"⌄";margin-left:4px;font-size:12px;font-weight:900;opacity:.75}.submenu-toggle{display:none}.site-submenu{position:absolute;top:calc(100%+12px);left:0;z-index:80;min-width:230px;margin:0;padding:10px;list-style:none;border:1px solid #dbeafe;border-radius:20px;background:#fff;box-shadow:0 22px 50px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}.site-menu-item:hover>.site-submenu,.site-menu-item:focus-within>.site-submenu{opacity:1;visibility:visible;transform:translateY(0)}.site-submenu .site-menu-list,.site-submenu{flex-direction:column}.site-submenu .site-menu-item{display:block}.site-submenu a{width:100%;display:flex!important;justify-content:space-between;padding:10px 12px!important;border-radius:13px;color:#334155;font-weight:850;white-space:nowrap}.site-submenu a:hover{background:#eff6ff;color:#1d4ed8}.site-submenu .site-submenu{top:0;left:calc(100%+8px)}.mobile-menu-toggle{display:none;width:46px;height:46px;border:1px solid #dbeafe;border-radius:16px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.06);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-toggle span{width:22px;height:2px;border-radius:999px;background:#0f172a;transition:.18s ease}.mobile-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-active span:nth-child(2){opacity:0}.mobile-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.parent-menu-select{width:100%}.field-help{display:block;margin-top:7px;color:#64748b;font-size:12px;font-weight:750}.wp-menu-item-editor:has(.parent-menu-select option:checked:not([value=""])){border-color:#bfdbfe!important}@media (max-width:980px){.nav-wrap{min-height:72px;position:relative}.mobile-menu-toggle{display:flex;margin-left:auto}.site-header .nav{position:absolute;left:4%;right:4%;top:calc(100%+10px);display:none;max-height:calc(100vh - 120px);overflow:auto;padding:14px;border:1px solid #dbeafe;border-radius:24px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.16)}.site-header .nav.is-open{display:block}.site-header .site-menu-list{display:grid;gap:6px}.site-header .site-menu-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:16px}.site-header .site-menu-item>a{min-height:46px;padding:10px 12px!important;border-radius:14px;color:#0f172a;font-weight:900}.site-header .site-menu-item.has-children>.site-menu-parent::after{display:none}.site-header .submenu-toggle{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff;color:#1d4ed8;font-weight:950;cursor:pointer;transition:.16s ease}.site-header .site-menu-item.submenu-open>.submenu-toggle{transform:rotate(180deg);background:#eff6ff}.site-header .site-submenu{grid-column:1/-1;position:static;min-width:0;width:100%;margin:0 0 6px;padding:0 0 0 14px;border:0;border-left:2px solid #dbeafe;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.site-header .site-menu-item.submenu-open>.site-submenu{display:grid;gap:4px}.site-header .site-submenu a{white-space:normal;background:#f8fbff}.site-header .nav-cta{width:100%;justify-content:flex-start;box-shadow:none}}@media (max-width:980px){.site-header,.site-header-premium{position:sticky!important;top:0!important;z-index:9998!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important}.site-header .nav-wrap{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:72px!important;width:min(1180px,92%)!important;margin:0 auto!important}.site-header .brand{flex:0 0 auto!important;min-width:0!important;margin:0!important;position:relative!important;z-index:10000!important}.site-header .mobile-menu-toggle{display:flex!important;position:relative!important;right:auto!important;bottom:auto!important;top:auto!important;margin:0 0 0 auto!important;flex:0 0 48px!important;width:48px!important;height:48px!important;z-index:10001!important;border:1px solid #dbeafe!important;border-radius:16px!important;background:#ffffff!important;box-shadow:0 12px 26px rgba(15,23,42,.10)!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;cursor:pointer!important;padding:0!important}.site-header .mobile-menu-toggle span{display:block!important;width:22px!important;height:2px!important;border-radius:999px!important;background:#0f172a!important;transition:.18s ease!important;margin:0!important}.site-header .mobile-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}.site-header .mobile-menu-toggle.is-active span:nth-child(2){opacity:0!important}.site-header .mobile-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}.site-header #siteMobileNav.nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:calc(100%+10px)!important;width:100%!important;max-height:calc(100vh - 105px)!important;overflow:auto!important;padding:12px!important;border:1px solid #dbeafe!important;border-radius:24px!important;background:#ffffff!important;box-shadow:0 26px 70px rgba(15,23,42,.18)!important;color:#0f172a!important;z-index:9999!important}.site-header #siteMobileNav.nav.is-open{display:block!important}.site-header #siteMobileNav .site-menu-list{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.site-header #siteMobileNav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:8px!important;align-items:center!important;width:100%!important;margin:0!important;padding:0!important;border-radius:16px!important;background:#f8fbff!important;border:1px solid #e6eef8!important;overflow:hidden!important}.site-header #siteMobileNav .site-menu-item>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:48px!important;padding:12px 14px!important;color:#0f172a!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;font-size:15px!important;font-weight:900!important;line-height:1.25!important;text-align:left!important;white-space:normal!important}.site-header #siteMobileNav .site-menu-item.has-children>.site-menu-parent::after{display:none!important;content:none!important}.site-header #siteMobileNav .submenu-toggle{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;margin-right:6px!important;border:1px solid #dbeafe!important;border-radius:13px!important;background:#ffffff!important;color:#2563eb!important;font-size:18px!important;font-weight:950!important;cursor:pointer!important;padding:0!important;transition:.16s ease!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.submenu-toggle{transform:rotate(180deg)!important;background:#eff6ff!important}.site-header #siteMobileNav .site-submenu{display:none!important;grid-column:1/-1!important;position:static!important;width:calc(100% - 18px)!important;min-width:0!important;max-width:100%!important;margin:0 9px 9px!important;padding:8px!important;border:1px solid #dbeafe!important;border-radius:16px!important;background:#ffffff!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;list-style:none!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.site-submenu{display:grid!important;gap:6px!important}.site-header #siteMobileNav .site-submenu .site-menu-item{border-color:#eef2ff!important;background:#f8fafc!important}.site-header #siteMobileNav .site-submenu a{min-height:42px!important;padding:10px 12px!important;font-size:14px!important;color:#334155!important}.site-header #siteMobileNav .nav-cta{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important}}@media (min-width:981px){.site-header .mobile-menu-toggle{display:none!important}.site-header #siteMobileNav.nav{display:flex!important}}@media (min-width:981px){.site-menu-item.has-children>.site-menu-parent{gap:8px!important;position:relative!important}.site-menu-item.has-children>.site-menu-parent::after{content:"▾"!important;display:inline-grid!important;place-items:center!important;width:22px!important;height:22px!important;margin-left:4px!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:15px!important;font-weight:950!important;line-height:1!important;transform:translateY(0)!important;vertical-align:middle!important;box-shadow:0 6px 14px rgba(37,99,235,.10)!important;transition:.16s ease!important}.site-menu-item.has-children:hover>.site-menu-parent::after,.site-menu-item.has-children:focus-within>.site-menu-parent::after{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;transform:rotate(180deg)!important}.site-submenu{padding:12px!important;border-radius:22px!important}.site-submenu::before{content:""!important;position:absolute!important;top:-7px!important;left:24px!important;width:14px!important;height:14px!important;background:#fff!important;border-left:1px solid #dbeafe!important;border-top:1px solid #dbeafe!important;transform:rotate(45deg)!important}}@media (max-width:980px){.site-header #siteMobileNav.nav{left:0!important;right:0!important;top:calc(100%+12px)!important;width:100%!important;padding:14px!important;border-radius:28px!important;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.13),transparent 28%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;box-shadow:0 28px 80px rgba(15,23,42,.22)!important}.site-header #siteMobileNav .site-menu-list{gap:9px!important}.site-header #siteMobileNav .site-menu-item{min-height:58px!important;border-radius:20px!important;background:#ffffff!important;border:1px solid #e1ecfb!important;box-shadow:0 12px 28px rgba(15,23,42,.045)!important;overflow:hidden!important}.site-header #siteMobileNav .site-menu-item:not(.has-children){grid-template-columns:1fr!important}.site-header #siteMobileNav .site-menu-item:not(.has-children)>a{grid-column:1/-1!important}.site-header #siteMobileNav .site-menu-item>a{min-height:58px!important;padding:15px 18px!important;font-size:16px!important;font-weight:950!important;letter-spacing:-.025em!important;color:#0f172a!important}.site-header #siteMobileNav .site-menu-item>a::before{content:""!important;width:8px!important;height:8px!important;flex:0 0 8px!important;margin-right:6px!important;border-radius:999px!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;box-shadow:0 0 0 5px rgba(37,99,235,.08)!important}.site-header #siteMobileNav .submenu-toggle{width:46px!important;height:46px!important;margin:6px 8px 6px 0!important;align-self:center!important;justify-self:center!important;border-radius:17px!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#2563eb!important;font-size:0!important;box-shadow:0 10px 22px rgba(37,99,235,.08)!important}.site-header #siteMobileNav .submenu-toggle::before{content:"⌄"!important;display:grid!important;place-items:center!important;width:100%!important;height:100%!important;color:#2563eb!important;font-size:22px!important;font-weight:950!important;line-height:1!important;transform:translateY(-1px)!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.submenu-toggle{transform:none!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:transparent!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.submenu-toggle::before{color:#fff!important;transform:rotate(180deg) translateY(1px)!important}.site-header #siteMobileNav .site-menu-item.submenu-open{background:#f8fbff!important;border-color:#bfdbfe!important}.site-header #siteMobileNav .site-submenu{width:auto!important;margin:0 10px 12px!important;padding:10px!important;border-radius:18px!important;background:#ffffff!important;border:1px solid #dbeafe!important;box-shadow:inset 0 0 0 1px rgba(239,246,255,.9)!important}.site-header #siteMobileNav .site-submenu .site-menu-item{min-height:48px!important;border-radius:15px!important;box-shadow:none!important;background:#f8fafc!important;border-color:#eef2ff!important}.site-header #siteMobileNav .site-submenu .site-menu-item>a{min-height:48px!important;padding:12px 14px!important;font-size:14px!important;color:#334155!important}.site-header #siteMobileNav .site-submenu .site-menu-item>a::before{width:6px!important;height:6px!important;flex-basis:6px!important;background:#38bdf8!important;box-shadow:none!important}.site-header #siteMobileNav .nav-cta{justify-content:flex-start!important;border-radius:18px!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;box-shadow:0 14px 28px rgba(37,99,235,.20)!important}.site-header #siteMobileNav .nav-cta::before{background:#ffffff!important;box-shadow:0 0 0 5px rgba(255,255,255,.18)!important}}.site-footer .footer-links .site-menu-list,.site-footer .footer-links .site-menu-footer{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}.site-footer .footer-links .site-menu-item{display:block!important;position:relative!important;width:100%!important;margin:0!important;padding:0!important}.site-footer .footer-links .site-menu-item>a{display:flex!important;width:max-content!important;max-width:100%!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffffff!important;line-height:1.45!important;white-space:normal!important;text-align:left!important}.site-footer .footer-links .site-menu-item>a:hover{color:#bfdbfe!important;transform:none!important}.site-footer .footer-links .site-menu-item.has-children>.site-menu-parent::after{content:""!important;display:none!important}.site-footer .footer-links .submenu-toggle{display:none!important}.site-footer .footer-links .site-submenu{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;min-width:0!important;width:100%!important;margin:8px 0 0 12px!important;padding:0 0 0 12px!important;border:0!important;border-left:1px solid rgba(255,255,255,.22)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}.site-footer .footer-links .site-submenu::before{display:none!important}.site-footer .footer-links .site-submenu .site-menu-item>a{color:rgba(255,255,255,.78)!important;font-size:14px!important;font-weight:800!important}.site-footer .footer-links .nav-cart-count,.site-footer .footer-links .nav-support-count{display:none!important}@media (max-width:760px){.site-footer .footer-grid,.site-footer .footer-grid-premium{gap:26px!important}.site-footer .footer-links .site-menu-list{gap:9px!important}}.site-footer .footer-links h4{margin-bottom:14px!important}.site-footer .footer-links .site-menu-list,.site-footer .footer-links .site-menu-footer{gap:6px!important}.site-footer .footer-links .site-menu-item>a{min-height:auto!important;padding:2px 0!important;line-height:1.35!important;font-size:15px!important;font-weight:850!important}.site-footer .footer-links .site-submenu{gap:5px!important;margin:5px 0 0 10px!important;padding-left:10px!important}.site-footer .footer-links .site-submenu .site-menu-item>a{padding:1px 0!important;font-size:14px!important;line-height:1.3!important}@media (max-width:760px){.site-footer .footer-links .site-menu-list,.site-footer .footer-links .site-menu-footer{gap:7px!important}}.site-footer .footer-links .site-menu-item>a{line-height:0!important}.blog-hub-subnav{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px;padding:10px;border:1px solid #dbeafe;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 14px 36px rgba(15,23,42,.045)}.blog-hub-subnav a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:15px;text-decoration:none!important;color:#334155;background:#f8fbff;border:1px solid #e6eef8;font-weight:950;transition:.16s ease}.blog-hub-subnav a:hover,.blog-hub-subnav a.active{color:#fff!important;background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:transparent;box-shadow:0 12px 26px rgba(37,99,235,.18)}.blog-hub-stats{grid-template-columns:repeat(6,minmax(0,1fr))!important}.blog-hub-stats .mini-stat{min-height:118px}.blog-hub-card{text-decoration:none!important;color:inherit!important}.blog-hub-card:hover{transform:translateY(-2px);box-shadow:0 22px 46px rgba(37,99,235,.10)}.blog-hub-stats .mini-stat small{display:block;margin-top:5px;color:#64748b;font-size:12px;font-weight:850}@media (max-width:1500px){.blog-hub-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.blog-hub-stats{grid-template-columns:1fr!important}.blog-hub-subnav{display:grid;grid-template-columns:1fr}}.blog-hub-stats{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))!important;align-items:stretch!important;gap:18px!important}.blog-hub-stats .mini-stat{min-height:112px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:20px 22px!important;overflow:hidden!important}.blog-hub-stats .mini-stat i{grid-row:1 / span 2!important;width:54px!important;height:54px!important;min-width:54px!important}.blog-hub-stats .mini-stat span{min-width:0!important;display:block!important;color:#475569!important;font-size:15px!important;line-height:1.25!important;font-weight:950!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}.blog-hub-stats .mini-stat strong{justify-self:end!important;min-width:32px!important;color:#0f172a!important;font-size:30px!important;line-height:1!important;letter-spacing:-.04em!important;white-space:nowrap!important}.blog-hub-stats .mini-stat small{grid-column:2 / 4!important;margin-top:-10px!important;color:#64748b!important;font-size:12px!important;line-height:1.25!important;font-weight:850!important;white-space:normal!important}@media (max-width:1320px){.blog-hub-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:980px){.blog-hub-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.blog-hub-stats{grid-template-columns:1fr!important}}.blog-edit-top-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 22px;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:radial-gradient(circle at 100% 0%,rgba(56,189,248,.12),transparent 34%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.045)}.blog-edit-top-actions strong{display:block;color:#0f172a;font-size:16px;font-weight:950;letter-spacing:-.02em}.blog-edit-top-actions span{display:block;margin-top:4px;color:#64748b;font-size:13px;font-weight:750;line-height:1.35}.blog-edit-top-buttons{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.blog-edit-top-buttons .btn{min-height:42px;white-space:nowrap}@media (max-width:760px){.blog-edit-top-actions{align-items:stretch;flex-direction:column}.blog-edit-top-buttons{justify-content:stretch}.blog-edit-top-buttons .btn{width:100%}}.blog-edit-command-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 22px;padding:14px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.045)}.blog-edit-command-row .btn{min-height:42px;white-space:nowrap}.blog-edit-inline-form{display:inline-flex;margin:0}.blog-edit-top-actions{display:none!important}@media (max-width:760px){.blog-edit-command-row{align-items:stretch;flex-direction:column}.blog-edit-command-row .btn,.blog-edit-inline-form,.blog-edit-inline-form .btn{width:100%}}.blog-edit-command-row-bottom{margin:24px 0 0!important}.blog-edit-command-row-bottom .btn{min-width:120px}.blog-edit-command-row-bottom .btn.danger{min-width:120px}.manual-product-select select{min-width:0}.manual-addon-check input{width:17px;height:17px;accent-color:#2563eb}.product-head-actions-safe .safe-product-category-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.product-head-actions-safe .safe-product-category-link span{display:inline-flex;line-height:1}.check-card input{width:18px;height:18px;accent-color:#2563eb}.account-nav a:hover,.account-nav a.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 14px 32px rgba(37,99,235,.18)}.account-nav a:hover span,.account-nav a.active span{background:rgba(255,255,255,.18);color:#fff}.account-nav a:hover b,.account-nav a.active b{background:#fff;color:#2563eb}.account-nav-actions .btn{width:100%;justify-content:center}.account-expiry-badge.warning{background:#ffedd5;color:#c2410c}@media (max-width:760px){.account-hero-actions .btn,.account-nav-actions .btn{width:100%}.account-section-head .btn{width:100%}}.account-overview-grid a:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 16px 36px rgba(37,99,235,.10)}@media (max-width:760px){.account-form-actions .btn{width:100%}}.account-password-card input[type=password]{letter-spacing:.08em}.card{margin:20px 0}.blog-list-modern .blog-tags-cell,.blog-post-table .blog-tags-cell,.blog-post-table th.blog-tags-cell{display:none!important}.blog-post-table{table-layout:auto!important}.blog-post-table th,.blog-post-table td{vertical-align:middle!important}.orders-page-head .product-page-copy{width:100%!important}.orders-admin-page .orders-head-actions .product-add-btn,.orders-page-head .orders-head-actions .product-add-btn{padding-left:12px!important;padding-right:12px!important}.cron-url-box label,.cron-command-grid label{font-size:12px;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.06em}@media (max-width:760px){.bulk-service-toolbar .btn{width:100%;justify-content:center}}.site-header.site-header-premium{position:sticky;top:0;z-index:9998;background:rgba(255,255,255,.86)!important;backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,.92)!important;box-shadow:0 18px 44px rgba(15,23,42,.04)}.site-header.site-header-premium .nav-wrap{min-height:84px;gap:24px}.site-header.site-header-premium .brand{gap:12px;font-size:28px;font-weight:950;letter-spacing:-.05em}.site-header.site-header-premium .brand span{padding:10px 14px;border-radius:18px;box-shadow:0 14px 28px rgba(37,99,235,.20)}.site-header.site-header-premium #siteMobileNav.nav{margin-left:auto}.site-header.site-header-premium .site-menu-list{gap:10px}.site-header.site-header-premium .site-menu-item>a{min-height:46px;padding:11px 15px!important;border-radius:16px;color:#0f172a;font-weight:850;letter-spacing:-.02em;transition:all .18s ease}.site-header.site-header-premium .site-menu-item>a:hover,.site-header.site-header-premium .site-menu-item:hover>a,.site-header.site-header-premium .site-menu-item:focus-within>a{background:#eff6ff;color:#1d4ed8}.site-header.site-header-premium .nav-cta{padding:12px 18px!important;border-radius:16px!important}.site-header.site-header-premium .nav-cart-link,.site-header.site-header-premium .nav-support-link{background:#f8fbff;border:1px solid #dbeafe}.site-header.site-header-premium .nav-cart-count,.site-header.site-header-premium .nav-support-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;font-weight:900}.product-detail-page{padding-top:28px}.product-top-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:24px;align-items:start;margin-bottom:24px}.product-heading-card,.product-buy-card,.product-visual-card,.product-specs-card,.product-section-card{border-radius:28px!important;box-shadow:0 20px 50px rgba(15,23,42,.06)!important}.product-heading-card{padding:32px;background:radial-gradient(circle at top left,rgba(59,130,246,.09),transparent 32%),linear-gradient(135deg,#ffffff,#f8fbff)}.product-heading-card h1{margin:14px 0 14px;font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.055em;color:#07162e}.product-lead{margin:0;font-size:18px;line-height:1.75;color:#475569}.product-mini-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.product-mini-pills span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#1e293b;font-weight:800;box-shadow:0 10px 24px rgba(37,99,235,.06)}.product-buy-card{padding:28px;position:sticky;top:108px}.product-price-meta{font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#2563eb}.product-buy-card .price{margin:10px 0 10px;font-size:48px;line-height:1;letter-spacing:-.06em}.product-price-note{color:#64748b;line-height:1.7;margin-bottom:18px}.product-buy-links,.product-buy-actions{display:flex;gap:12px;flex-wrap:wrap}.product-buy-links{margin-bottom:16px}.product-buy-links .btn,.product-buy-actions .btn{flex:1 1 220px}.product-buy-form{display:grid;gap:16px}.product-addon-box{margin:0}.product-main-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;align-items:start;margin-bottom:24px}.product-visual-card{padding:18px}.product-visual-card .detail-img{height:520px;border-radius:24px;box-shadow:none;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#f8fbff}.product-specs-card{padding:28px}.product-section-heading{margin-bottom:20px}.product-section-heading span{display:inline-flex;margin-bottom:8px;color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-section-heading h3{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.04em;color:#0f172a}.product-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-spec-preview{margin-top:22px;padding-top:22px;border-top:1px solid #e2e8f0}.product-spec-preview h4{margin:0 0 14px;font-size:18px;letter-spacing:-.02em;color:#0f172a}.product-feature-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.product-feature-list li{position:relative;padding-left:22px;color:#334155;line-height:1.6}.product-feature-list li::before{content:"";position:absolute;left:0;top:.6em;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 0 0 5px rgba(37,99,235,.08)}.product-section-stack{display:grid;gap:24px}.product-section-card{padding:28px}.product-section-content{color:#334155;line-height:1.9;font-size:16px}.product-feature-chip-grid{gap:12px}.product-feature-chip-grid span{padding:13px 16px;border-radius:15px;background:#f8fbff;border:1px solid #dbeafe;font-weight:800}.product-faq-list details{border:1px solid #dbeafe;background:#f8fbff;border-radius:18px;padding:16px 18px}.product-faq-list details+details{margin-top:12px}.product-faq-list summary{cursor:pointer;font-weight:900;color:#0f172a;list-style:none}.product-faq-list summary::-webkit-details-marker{display:none}.product-faq-list details p{margin:12px 0 0;color:#475569;line-height:1.75}.product-cart-sticky{position:fixed;left:0;right:0;bottom:18px;z-index:9999;pointer-events:none}.product-cart-sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:24px;background:rgba(7,22,46,.96);color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.28);pointer-events:auto}.product-cart-sticky-copy{display:grid;gap:4px}.product-cart-sticky-copy strong{font-size:18px;letter-spacing:-.02em}.product-cart-sticky-copy span{color:rgba(255,255,255,.82)}.product-cart-sticky-actions{display:flex;flex-wrap:wrap;gap:10px}.product-cart-sticky-actions .btn.secondary{background:#fff}.setup-addon-box.product-addon-box{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:12px;align-items:flex-start;border:1px solid #dbeafe;border-radius:22px;padding:16px;background:linear-gradient(135deg,#f8fbff,#ffffff)}.setup-addon-box.product-addon-box input{position:absolute;opacity:0}.setup-addon-box.product-addon-box input:checked+.setup-addon-check{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8)}.setup-addon-box.product-addon-box b{color:#0f172a;font-size:20px;letter-spacing:-.03em}@media (max-width:1100px){.product-top-layout,.product-main-grid{grid-template-columns:1fr}.product-buy-card{position:relative;top:0}}@media (max-width:760px){.product-heading-card,.product-buy-card,.product-specs-card,.product-section-card{padding:22px}.product-quick-grid{grid-template-columns:1fr}.product-visual-card .detail-img{height:340px}.product-cart-sticky{bottom:10px}.product-cart-sticky-inner{flex-direction:column;align-items:stretch;border-radius:22px}.product-cart-sticky-actions .btn{width:100%}.setup-addon-box.product-addon-box{grid-template-columns:auto minmax(0,1fr)}.setup-addon-box.product-addon-box b{grid-column:2}}@media (max-width:980px){.site-header.site-header-premium .nav-wrap{min-height:76px;gap:14px}}@media (min-width:981px){.site-header.site-header-premium .nav-wrap{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"brand toggle" "nav nav"!important;align-items:center!important;row-gap:12px!important;min-height:auto!important;padding:16px 0 14px!important}.site-header.site-header-premium .brand{grid-area:brand!important;align-self:center!important}.site-header.site-header-premium .mobile-menu-toggle{grid-area:toggle!important;display:none!important}.site-header.site-header-premium #siteMobileNav.nav{grid-area:nav!important;display:block!important;width:100%!important;margin:0!important;padding:12px 14px!important;border:1px solid #e2e8f0!important;border-radius:22px!important;background:linear-gradient(180deg,#ffffff,#f8fbff)!important;box-shadow:0 16px 36px rgba(15,23,42,.04)!important}.site-header.site-header-premium .site-menu-list{width:100%!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}}.product-view-page{padding-top:30px}.product-shell-v2{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:26px;align-items:start}.product-left-rail,.product-right-rail{display:grid;gap:22px}.product-title-card-v2,.product-image-card-v2,.product-purchase-card-v2,.product-spec-card-v2,.product-content-card-v2{border-radius:26px!important;border:1px solid #e8edf5!important;box-shadow:0 18px 40px rgba(15,23,42,.05)!important;overflow:hidden}.product-title-card-v2{padding:30px;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 30%),linear-gradient(180deg,#ffffff,#fbfdff)}.product-title-card-v2 h1{margin:14px 0 10px;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.05em;color:#0f172a}.product-title-card-v2 p{margin:0;color:#64748b;line-height:1.8;font-size:17px}.product-meta-row-v2{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.product-meta-row-v2 span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f8fbff;border:1px solid #dbeafe;color:#1e293b;font-weight:800;font-size:14px}.product-image-card-v2{padding:18px;background:#fff}.product-main-image-v2{min-height:500px;border-radius:22px;background:#f8fbff center/contain no-repeat}.product-purchase-card-v2,.product-spec-card-v2{padding:24px;background:#fff}.product-purchase-card-v2{position:sticky;top:132px}.product-purchase-top-v2 span,.section-mini-head-v2 span{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#2563eb}.product-purchase-top-v2 .price{margin:0 0 10px;font-size:44px;line-height:1;letter-spacing:-.05em;color:#0f172a}.product-purchase-top-v2 p{margin:0;color:#64748b;line-height:1.75}.product-action-links-v2,.product-buy-buttons-v2{display:grid;grid-template-columns:1fr;gap:10px}.product-action-links-v2{margin-top:18px;margin-bottom:16px}.product-addon-option-v2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f8fbff);cursor:pointer}.product-addon-option-v2 input{position:absolute;opacity:0;pointer-events:none}.product-addon-mark-v2{width:24px;height:24px;margin-top:2px;border-radius:8px;border:1px solid #bfdbfe;background:#eff6ff;position:relative}.product-addon-mark-v2::after{content:"";position:absolute;inset:5px;border-radius:5px;background:linear-gradient(135deg,#2563eb,#38bdf8);transform:scale(0);transition:.16s ease}.product-addon-option-v2 input:checked~.product-addon-mark-v2::after,.product-addon-option-v2 input:checked+.product-addon-mark-v2::after{transform:scale(1)}.product-addon-content-v2 strong{display:block;margin-bottom:4px;color:#0f172a;font-size:16px}.product-addon-content-v2 em{display:block;color:#64748b;line-height:1.6;font-style:normal}.product-addon-option-v2 b{font-size:20px;color:#0f172a;letter-spacing:-.03em}.section-mini-head-v2 h3{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.04em;color:#0f172a}.product-info-grid-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.product-mini-features-v2{margin-top:22px;padding-top:20px;border-top:1px solid #e2e8f0}.product-mini-features-v2 h4{margin:0 0 12px;font-size:17px;color:#0f172a}.product-mini-features-v2 ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.product-mini-features-v2 li{position:relative;padding-left:18px;color:#475569;line-height:1.65}.product-mini-features-v2 li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8)}.product-content-sections-v2{display:grid;gap:22px;margin-top:28px}.product-content-card-v2{padding:28px;background:#fff}.product-rich-text-v2{color:#475569;line-height:1.9}.product-feature-chip-grid-v2{gap:12px}.product-feature-chip-grid-v2 span{padding:12px 16px;border-radius:14px;border:1px solid #dbeafe;background:#f8fbff;font-weight:800}.product-faq-list-v2 details{border:1px solid #e2e8f0;border-radius:18px;background:#fbfdff;padding:16px 18px}.product-faq-list-v2 details+details{margin-top:12px}.product-faq-list-v2 summary{cursor:pointer;list-style:none;font-weight:900;color:#0f172a}.product-faq-list-v2 summary::-webkit-details-marker{display:none}.product-faq-list-v2 p{margin:10px 0 0;color:#64748b;line-height:1.75}.product-cart-sticky{bottom:18px}.product-cart-sticky-inner{border-radius:24px}@media (max-width:1100px){.product-shell-v2{grid-template-columns:1fr}.product-purchase-card-v2{position:relative;top:0}}@media (max-width:760px){.product-title-card-v2,.product-image-card-v2,.product-purchase-card-v2,.product-spec-card-v2,.product-content-card-v2{padding:20px}.product-image-card-v2{padding:14px}.product-main-image-v2{min-height:300px}.product-info-grid-v2{grid-template-columns:1fr}.product-addon-option-v2{grid-template-columns:auto minmax(0,1fr)}.product-addon-option-v2 b{grid-column:2}}@media (min-width:981px){.site-header.site-header-premium{background:#ffffff!important;border-bottom:0!important;box-shadow:0 12px 30px rgba(15,23,42,.04)!important}.site-header.site-header-premium .nav-wrap{padding:14px 0 0!important;row-gap:14px!important}.site-header.site-header-premium #siteMobileNav.nav{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:12px 0!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#07162e,#0b2245)!important;box-shadow:0 18px 38px rgba(7,22,46,.18)!important}.site-header.site-header-premium #siteMobileNav .site-menu-list{width:min(1180px,92%)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:8px!important}.site-header.site-header-premium #siteMobileNav .site-menu-item>a{color:#eaf2ff!important;background:transparent!important;border:1px solid transparent!important;min-height:42px!important;padding:10px 14px!important;border-radius:14px!important}.site-header.site-header-premium #siteMobileNav .site-menu-item>a:hover,.site-header.site-header-premium #siteMobileNav .site-menu-item:hover>a,.site-header.site-header-premium #siteMobileNav .site-menu-item:focus-within>a{color:#ffffff!important;background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.16)!important}.site-header.site-header-premium #siteMobileNav .nav-cta{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#ffffff!important;box-shadow:none!important}.site-header.site-header-premium #siteMobileNav .nav-cart-link,.site-header.site-header-premium #siteMobileNav .nav-support-link{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.16)!important}.site-header.site-header-premium #siteMobileNav .site-menu-item.has-children>.site-menu-parent::after{background:rgba(255,255,255,.14)!important;color:#ffffff!important;box-shadow:none!important}.site-header.site-header-premium #siteMobileNav .site-submenu{background:#ffffff!important;border:1px solid #dbeafe!important;border-radius:18px!important}.site-header.site-header-premium #siteMobileNav .site-submenu a{color:#334155!important}}.product-cart-sticky{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;padding:12px 0!important;background:linear-gradient(135deg,#07162e,#0b2245)!important;box-shadow:0 -18px 44px rgba(7,22,46,.24)!important;border-top:1px solid rgba(255,255,255,.08)!important;pointer-events:auto!important}.product-cart-sticky .product-cart-sticky-inner{width:min(1180px,92%)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffffff!important}.product-cart-sticky-copy span{color:rgba(255,255,255,.78)!important}.product-cart-sticky-actions .btn{min-height:44px!important}.product-cart-sticky-actions .btn.secondary{background:#ffffff!important;color:#0f172a!important;border-color:rgba(255,255,255,.28)!important}body:has(.product-cart-sticky){padding-bottom:86px!important}@media (max-width:760px){.product-cart-sticky{padding:10px 0!important}.product-cart-sticky .product-cart-sticky-inner{display:grid!important;gap:10px!important}.product-cart-sticky-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}body:has(.product-cart-sticky){padding-bottom:155px!important}}.product-purchase-card-v2,.product-buy-card{position:static!important;top:auto!important;z-index:auto!important}.product-right-rail{align-self:start!important}.product-spec-card-v2{position:relative!important;z-index:1!important}.product-addon-option-v2{position:relative!important;z-index:1!important}.product-mini-features-v2{position:relative!important;z-index:1!important}.product-buy-form-v2{display:grid!important;gap:14px!important}.product-purchase-card-v2{overflow:visible!important}.product-spec-card-v2{margin-top:0!important}@media (max-width:1100px){.product-purchase-card-v2,.product-buy-card{position:static!important;top:auto!important}}.product-shell-v2{align-items:start!important;margin-bottom:0!important}.product-right-rail{align-content:start!important}.product-content-sections-v2{margin-top:22px!important}.product-spec-card-full-v2{width:100%!important;padding:28px!important;margin:0!important;position:relative!important;top:auto!important;z-index:1!important}.product-spec-card-full-v2 .product-info-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))!important}.product-spec-card-full-v2 .product-mini-features-v2{margin-top:24px!important}.product-spec-card-full-v2 .product-mini-features-v2 ul{grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:18px!important}.product-image-card-v2{margin-bottom:0!important}@media (max-width:1100px){.product-spec-card-full-v2 .product-info-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-spec-card-full-v2 .product-mini-features-v2 ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.product-content-sections-v2{margin-top:18px!important}.product-spec-card-full-v2{padding:20px!important}.product-spec-card-full-v2 .product-info-grid-v2,.product-spec-card-full-v2 .product-mini-features-v2 ul{grid-template-columns:1fr!important}}html,body{max-width:100%!important;overflow-x:hidden!important}@media (min-width:981px){.site-header.site-header-premium #siteMobileNav.nav{width:auto!important;max-width:none!important;margin-left:calc((100% - 100vw) / 2)!important;margin-right:calc((100% - 100vw) / 2)!important;overflow:visible!important}.site-header.site-header-premium #siteMobileNav.nav::before{content:""!important;position:absolute!important;left:calc((100vw - 100%) / -2)!important;right:calc((100vw - 100%) / -2)!important;top:0!important;bottom:0!important;z-index:-1!important;background:linear-gradient(135deg,#07162e,#0b2245)!important;box-shadow:0 18px 38px rgba(7,22,46,.18)!important}.site-header.site-header-premium #siteMobileNav.nav{position:relative!important;background:transparent!important;box-shadow:none!important}}.info-link-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;max-width:100%!important;min-height:32px!important;padding:7px 10px!important;border-radius:10px!important;background:#eff6ff!important;color:#1d4ed8!important;border:1px solid #bfdbfe!important;font-weight:900!important;font-size:13px!important;line-height:1.2!important;white-space:normal!important;word-break:normal!important;text-decoration:none!important}.info-link-button:hover{background:#dbeafe!important;color:#1e40af!important}.info-box{min-width:0!important;overflow:hidden!important}.info-box .muted,.info-box a{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}@media (min-width:981px){.site-header.site-header-premium #siteMobileNav .site-submenu .site-menu-item>a,.site-header.site-header-premium #siteMobileNav .site-submenu a{color:#334155!important;background:transparent!important}.site-header.site-header-premium #siteMobileNav .site-submenu .site-menu-item>a:hover,.site-header.site-header-premium #siteMobileNav .site-submenu .site-menu-item:hover>a,.site-header.site-header-premium #siteMobileNav .site-submenu .site-menu-item:focus-within>a,.site-header.site-header-premium #siteMobileNav .site-submenu a:hover,.site-header.site-header-premium #siteMobileNav .site-submenu a:focus{color:#1d4ed8!important;background:#eff6ff!important;border-color:#dbeafe!important}.site-header.site-header-premium #siteMobileNav .site-submenu .nav-cta,.site-header.site-header-premium #siteMobileNav .site-submenu .nav-cta:hover{color:#1d4ed8!important;background:#eff6ff!important}}.product-addon-repeater{display:grid;gap:14px}.product-addon-editor{border:1px solid #dbeafe;background:#f8fbff;border-radius:20px;padding:16px}.product-addon-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.product-addon-enabled{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#334155}.product-addon-list-v2{display:grid;gap:12px}.product-addon-option-v2{width:100%}.cart-addon-option input{margin-top:3px}.cart-selected-addon-list{display:grid;gap:8px;margin:10px 0}.cart-selected-addon-list p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:9px 10px;border-radius:12px;background:#f8fbff;border:1px solid #dbeafe}.cart-selected-addon-list span{font-weight:900;color:#0f172a;white-space:nowrap}@media (max-width:760px){.product-addon-editor-head{align-items:flex-start;flex-direction:column}}.product-rich-editor{margin-bottom:10px}.product-rich-editor .rich-editor-toolbar{display:flex;flex-wrap:wrap;gap:7px;padding:10px;border:1px solid #dbeafe;border-bottom:0;border-radius:16px 16px 0 0;background:#f8fbff}.product-rich-editor .rich-editor-toolbar button{border:1px solid #dbeafe;background:#fff;color:#0f172a;border-radius:10px;padding:8px 10px;font-weight:850;cursor:pointer}.product-rich-editor .rich-editor-toolbar button:hover,.product-rich-editor .rich-editor-toolbar button.active{background:#eff6ff;color:#1d4ed8}.product-rich-editor .rich-editor-toolbar span{width:1px;background:#dbeafe;margin:4px 2px}.product-rich-editor-area,.product-rich-editor-source{width:100%;min-height:170px;border:1px solid #dbeafe;border-radius:0 0 16px 16px;background:#fff;padding:16px;color:#0f172a;font:inherit;line-height:1.75;outline:none}.product-rich-editor-area:focus,.product-rich-editor-source:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.product-rich-editor-area:empty:before{content:attr(data-placeholder);color:#94a3b8}.product-rich-editor-area h2,.product-rich-editor-area h3,.product-rich-text-v2 h2,.product-rich-text-v2 h3{color:#0f172a;letter-spacing:-.03em}.product-rich-editor-area ul,.product-rich-editor-area ol,.product-rich-text-v2 ul,.product-rich-text-v2 ol{padding-left:22px}.product-rich-editor-source{min-height:220px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.product-rich-hidden-source{display:none!important}.product-addon-content-v2 em p{margin:0 0 6px}.product-addon-content-v2 em ul,.product-addon-content-v2 em ol{margin:6px 0 0;padding-left:18px}@media (max-width:760px){.product-rich-editor .rich-editor-toolbar{gap:5px}.product-rich-editor .rich-editor-toolbar button{padding:7px 8px;font-size:12px}}.product-rich-editor{display:block!important;margin-top:8px!important;margin-bottom:10px!important}.product-rich-editor .rich-editor-toolbar,.product-rich-editor-toolbar{display:flex!important;flex-wrap:wrap!important;gap:7px!important;padding:10px!important;border:1px solid #dbeafe!important;border-bottom:0!important;border-radius:16px 16px 0 0!important;background:#f8fbff!important}.product-rich-editor .rich-editor-toolbar button,.product-rich-editor-toolbar button{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid #dbeafe!important;background:#fff!important;color:#0f172a!important;border-radius:10px!important;padding:8px 10px!important;font-weight:850!important;cursor:pointer!important}.product-rich-editor .rich-editor-toolbar button:hover,.product-rich-editor-toolbar button:hover,.product-rich-editor-toolbar button.active{background:#eff6ff!important;color:#1d4ed8!important}.product-rich-editor .rich-editor-toolbar span,.product-rich-editor-toolbar span{width:1px!important;min-height:24px!important;background:#dbeafe!important;margin:4px 2px!important}.product-rich-editor-area,.product-rich-editor-source{display:block!important;width:100%!important;min-height:180px!important;border:1px solid #dbeafe!important;border-radius:0 0 16px 16px!important;background:#fff!important;padding:16px!important;color:#0f172a!important;font:inherit!important;line-height:1.75!important;outline:none!important}.product-rich-editor-area:focus,.product-rich-editor-source:focus{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(37,99,235,.08)!important}.product-rich-editor-area:empty:before{content:attr(data-placeholder);color:#94a3b8}.product-rich-editor-source{resize:vertical!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:13px!important}.product-rich-hidden-source{display:none!important}.product-rich-editor-area br{display:block;content:"";margin-top:4px}.product-rich-editor-area p{margin:0 0 10px}.product-rich-editor-area,.product-rich-editor-source{min-height:260px!important;height:360px!important;max-height:360px!important;overflow-y:auto!important;overflow-x:hidden!important;resize:none!important}.product-rich-editor-area{scrollbar-width:thin;scrollbar-color:#93c5fd #eff6ff}.product-rich-editor-area::-webkit-scrollbar,.product-rich-editor-source::-webkit-scrollbar{width:9px}.product-rich-editor-area::-webkit-scrollbar-track,.product-rich-editor-source::-webkit-scrollbar-track{background:#eff6ff;border-radius:999px}.product-rich-editor-area::-webkit-scrollbar-thumb,.product-rich-editor-source::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:999px}.product-rich-editor-area:focus,.product-rich-editor-source:focus{overflow-y:auto!important}.product-addon-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor-source{min-height:180px!important;height:220px!important;max-height:220px!important}textarea[name="description"]+.product-rich-editor-area,.product-rich-editor-static .product-rich-editor-area{overflow-y:auto!important}@media (max-width:760px){.product-rich-editor-area,.product-rich-editor-source{min-height:220px!important;height:300px!important;max-height:300px!important}.product-addon-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor-source{min-height:170px!important;height:210px!important;max-height:210px!important}}.product-rich-editor{max-width:100%!important;overflow:hidden!important}.product-rich-editor .product-rich-editor-area,.product-rich-editor .product-rich-editor-source,.product-rich-editor-area,.product-rich-editor-source,div[contenteditable="true"].product-rich-editor-area{height:380px!important;min-height:380px!important;max-height:380px!important;overflow-y:scroll!important;overflow-x:hidden!important;resize:none!important;display:block!important;box-sizing:border-box!important;overscroll-behavior:contain!important}.product-addon-editor .product-rich-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor .product-rich-editor-source,.product-addon-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor-source{height:220px!important;min-height:220px!important;max-height:220px!important;overflow-y:scroll!important}.product-rich-editor-area>*{max-width:100%!important}.product-rich-editor-area p{margin:0 0 10px!important}.product-rich-editor-area div{max-width:100%!important}@media (max-width:760px){.product-rich-editor .product-rich-editor-area,.product-rich-editor .product-rich-editor-source,.product-rich-editor-area,.product-rich-editor-source,div[contenteditable="true"].product-rich-editor-area{height:320px!important;min-height:320px!important;max-height:320px!important}.product-addon-editor .product-rich-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor .product-rich-editor-source,.product-addon-editor .product-rich-editor-area,.product-addon-editor .product-rich-editor-source{height:220px!important;min-height:220px!important;max-height:220px!important}}.product-rich-editor-source[hidden],.product-rich-editor-area[hidden],.product-rich-editor [hidden]{display:none!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}.product-rich-editor-source:not([data-active])[hidden]{display:none!important}.product-rich-editor .product-rich-editor-area:not([hidden]){display:block!important;height:380px!important;min-height:380px!important;max-height:380px!important;overflow-y:auto!important;overflow-x:hidden!important}.product-rich-editor .product-rich-editor-source[data-active]:not([hidden]){display:block!important;height:380px!important;min-height:380px!important;max-height:380px!important;overflow-y:auto!important;overflow-x:hidden!important}.product-addon-editor .product-rich-editor .product-rich-editor-area:not([hidden]),.product-addon-editor .product-rich-editor .product-rich-editor-source[data-active]:not([hidden]){height:220px!important;min-height:220px!important;max-height:220px!important}@media (max-width:760px){.product-rich-editor .product-rich-editor-area:not([hidden]),.product-rich-editor .product-rich-editor-source[data-active]:not([hidden]){height:320px!important;min-height:320px!important;max-height:320px!important}.product-addon-editor .product-rich-editor .product-rich-editor-area:not([hidden]),.product-addon-editor .product-rich-editor .product-rich-editor-source[data-active]:not([hidden]){height:220px!important;min-height:220px!important;max-height:220px!important}}.product-rich-editor .product-rich-editor-source[hidden],.product-rich-editor .product-rich-editor-source:not([data-active]),.product-rich-editor-source[hidden],.product-rich-editor-source:not([data-active]){display:none!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}.product-rich-editor .product-rich-editor-area:not([hidden]),.product-rich-editor-area:not([hidden]){display:block!important;height:380px!important;min-height:380px!important;max-height:380px!important;overflow-y:auto!important;overflow-x:hidden!important;resize:none!important}.product-rich-editor .product-rich-editor-source[data-active]:not([hidden]),.product-rich-editor-source[data-active]:not([hidden]){display:block!important;height:380px!important;min-height:380px!important;max-height:380px!important;overflow-y:auto!important;overflow-x:hidden!important;resize:none!important}.product-addon-editor .product-rich-editor-area:not([hidden]),.product-addon-editor .product-rich-editor-source[data-active]:not([hidden]){height:220px!important;min-height:220px!important;max-height:220px!important}@media (max-width:760px){.product-rich-editor .product-rich-editor-area:not([hidden]),.product-rich-editor-area:not([hidden]),.product-rich-editor .product-rich-editor-source[data-active]:not([hidden]),.product-rich-editor-source[data-active]:not([hidden]){height:320px!important;min-height:320px!important;max-height:320px!important}.product-addon-editor .product-rich-editor-area:not([hidden]),.product-addon-editor .product-rich-editor-source[data-active]:not([hidden]){height:220px!important;min-height:220px!important;max-height:220px!important}}@media (min-width:901px){body{overflow-x:hidden!important}}.product-title-card-v2 .product-meta-row-v2,.product-heading-card .product-mini-pills{display:none!important}.product-mini-features-chips-v2{margin-top:24px!important;padding-top:22px!important;border-top:1px solid #e2e8f0!important}.product-mini-features-chips-v2 h4{margin:0 0 14px!important}.product-mini-features-chips-v2 .product-feature-chip-grid-v2{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.product-mini-features-chips-v2 .product-feature-chip-grid-v2 span{padding:12px 16px!important;border-radius:14px!important;border:1px solid #dbeafe!important;background:#f8fbff!important;color:#1d4ed8!important;font-weight:900!important;line-height:1.2!important}.product-mini-features-v2:not(.product-mini-features-chips-v2) ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 18px!important;margin:0!important;padding:0!important;list-style:none!important}.product-mini-features-v2:not(.product-mini-features-chips-v2) li{position:relative!important;padding-left:18px!important;color:#475569!important;line-height:1.65!important;font-weight:700!important}.product-mini-features-v2:not(.product-mini-features-chips-v2) li::before{content:""!important;position:absolute!important;left:0!important;top:.65em!important;width:8px!important;height:8px!important;border-radius:999px!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important}@media (max-width:760px){.product-mini-features-v2:not(.product-mini-features-chips-v2) ul{grid-template-columns:1fr!important}}.product-actions-v2 .btn-demo,.product-actions-v2 a[href*="demo"],.product-purchase-card-v2 .btn-demo{background:#0f172a!important;border-color:#0f172a!important;color:#ffffff!important;background-image:none!important}.product-actions-v2 .btn-demo:hover,.product-actions-v2 a[href*="demo"]:hover,.product-purchase-card-v2 .btn-demo:hover{background:#1e293b!important;border-color:#1e293b!important;color:#ffffff!important}.product-actions-v2 .btn-whatsapp,.product-actions-v2 a[href*="wa.me"],.product-actions-v2 a[href*="whatsapp"],.product-purchase-card-v2 .btn-whatsapp{background:#16a34a!important;border-color:#16a34a!important;color:#ffffff!important;background-image:none!important}.product-actions-v2 .btn-whatsapp:hover,.product-actions-v2 a[href*="wa.me"]:hover,.product-actions-v2 a[href*="whatsapp"]:hover,.product-purchase-card-v2 .btn-whatsapp:hover{background:#15803d!important;border-color:#15803d!important;color:#ffffff!important}.product-actions-v2 .btn-cart-view,.product-actions-v2 .btn-outline,.product-actions-v2 a[href*="cart"],.product-purchase-card-v2 .btn-cart-view{background:#a16207!important;border-color:#a16207!important;color:#ffffff!important;background-image:none!important}.product-actions-v2 .btn-cart-view:hover,.product-actions-v2 .btn-outline:hover,.product-actions-v2 a[href*="cart"]:hover,.product-purchase-card-v2 .btn-cart-view:hover{background:#854d0e!important;border-color:#854d0e!important;color:#ffffff!important}.product-purchase-card-v2 a.product-demo-btn-color,.product-purchase-card-v2 .product-demo-btn-color,a.product-demo-btn-color,button.product-demo-btn-color{background:#07162e!important;background-image:none!important;border-color:#07162e!important;color:#ffffff!important;box-shadow:none!important}.product-purchase-card-v2 a.product-demo-btn-color:hover,.product-purchase-card-v2 .product-demo-btn-color:hover,a.product-demo-btn-color:hover,button.product-demo-btn-color:hover{background:#0b2245!important;background-image:none!important;border-color:#0b2245!important;color:#ffffff!important}.product-purchase-card-v2 a.product-whatsapp-btn-color,.product-purchase-card-v2 .product-whatsapp-btn-color,a.product-whatsapp-btn-color,button.product-whatsapp-btn-color{background:#16a34a!important;background-image:none!important;border-color:#16a34a!important;color:#ffffff!important;box-shadow:none!important}.product-purchase-card-v2 a.product-whatsapp-btn-color:hover,.product-purchase-card-v2 .product-whatsapp-btn-color:hover,a.product-whatsapp-btn-color:hover,button.product-whatsapp-btn-color:hover{background:#15803d!important;background-image:none!important;border-color:#15803d!important;color:#ffffff!important}.product-purchase-card-v2 a.product-cart-view-btn-color,.product-purchase-card-v2 .product-cart-view-btn-color,a.product-cart-view-btn-color,button.product-cart-view-btn-color{background:#a16207!important;background-image:none!important;border-color:#a16207!important;color:#ffffff!important;box-shadow:none!important}.product-purchase-card-v2 a.product-cart-view-btn-color:hover,.product-purchase-card-v2 .product-cart-view-btn-color:hover,a.product-cart-view-btn-color:hover,button.product-cart-view-btn-color:hover{background:#854d0e!important;background-image:none!important;border-color:#854d0e!important;color:#ffffff!important}.product-purchase-card-v2 .product-action-links-v2 a:first-child,.product-purchase-card-v2 .product-action-links-v2 a[href*="demo"]{background:#07162e!important;background-image:none!important;border-color:#07162e!important;color:#fff!important}.product-purchase-card-v2 .product-action-links-v2 a[href*="wa.me"],.product-purchase-card-v2 .product-action-links-v2 a[href*="whatsapp"]{background:#16a34a!important;background-image:none!important;border-color:#16a34a!important;color:#fff!important}.product-purchase-card-v2 .product-buy-buttons-v2 a:last-child{background:#a16207!important;background-image:none!important;border-color:#a16207!important;color:#fff!important}.product-main-image-v2{min-height:370px!important;border-radius:22px!important;background-color:#f8fbff!important;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important}.product-view-page .card{margin:0!important}.site-header,.site-header.site-header-premium{display:block!important;width:100%!important;background:#ffffff!important;border-bottom:1px solid #e5edf7!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important;position:relative!important;z-index:9998!important}.site-header .nav-wrap,.site-header.site-header-premium .nav-wrap{width:min(1180px,92%)!important;max-width:1180px!important;margin:0 auto!important;padding:14px 0 0!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:auto!important;align-items:center!important}.site-header .brand,.site-header.site-header-premium .brand{display:inline-flex!important;align-items:center!important;justify-self:start!important;gap:10px!important;text-decoration:none!important;font-weight:950!important;color:#0f172a!important;font-size:20px!important;line-height:1!important;margin:0!important}.site-header .brand span,.site-header.site-header-premium .brand span{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;padding:10px 12px!important;background:#2f8dfb!important;color:#fff!important;font-weight:950!important}.site-header #siteMobileNav.nav,.site-header.site-header-premium #siteMobileNav.nav{display:block!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:11px 0!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#07162e,#0b2245)!important;box-shadow:0 16px 34px rgba(7,22,46,.16)!important}.site-header #siteMobileNav .site-menu-list,.site-header.site-header-premium #siteMobileNav .site-menu-list,.site-header nav ul,.site-header.site-header-premium nav ul{width:min(1180px,92%)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important;list-style:none!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:8px!important}.site-header #siteMobileNav .site-menu-item,.site-header.site-header-premium #siteMobileNav .site-menu-item,.site-header nav li,.site-header.site-header-premium nav li{list-style:none!important;margin:0!important;padding:0!important;position:relative!important}.site-header #siteMobileNav .site-menu-item>a,.site-header.site-header-premium #siteMobileNav .site-menu-item>a,.site-header nav li>a,.site-header.site-header-premium nav li>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:9px 13px!important;border-radius:12px!important;color:#eaf2ff!important;text-decoration:none!important;font-weight:850!important;line-height:1.1!important;background:transparent!important;border:1px solid transparent!important}.site-header #siteMobileNav .site-menu-item>a:hover,.site-header.site-header-premium #siteMobileNav .site-menu-item>a:hover,.site-header nav li>a:hover,.site-header.site-header-premium nav li>a:hover{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}.site-header .site-submenu,.site-header.site-header-premium .site-submenu{list-style:none!important;padding:8px!important;margin:0!important;background:#fff!important;border:1px solid #dbeafe!important;border-radius:16px!important;box-shadow:0 18px 42px rgba(15,23,42,.12)!important}.site-header .site-submenu a,.site-header.site-header-premium .site-submenu a{color:#334155!important;background:transparent!important}.site-header .site-submenu a:hover,.site-header.site-header-premium .site-submenu a:hover{color:#1d4ed8!important;background:#eff6ff!important}@media (max-width:980px){.site-header .nav-wrap,.site-header.site-header-premium .nav-wrap{display:flex!important;justify-content:space-between!important;padding:12px 0!important}.site-header #siteMobileNav.nav,.site-header.site-header-premium #siteMobileNav.nav{width:100%!important;max-width:100%!important;margin:0!important;border-radius:18px!important}.site-header #siteMobileNav .site-menu-list,.site-header.site-header-premium #siteMobileNav .site-menu-list,.site-header nav ul,.site-header.site-header-premium nav ul{width:100%!important;max-width:100%!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important}}.site-header.site-header-premium .nav-wrap{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.header-logo-row{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:58px!important}.header-logo-row .brand{flex:0 0 auto!important}.header-quick-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;position:relative!important;z-index:10002!important}.header-action-btn{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:10px 14px!important;border-radius:16px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff,#f8fbff)!important;color:#0f172a!important;text-decoration:none!important;font-weight:900!important;line-height:1!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important}.header-action-btn:hover{transform:translateY(-1px)!important;border-color:#bfdbfe!important;box-shadow:0 16px 36px rgba(37,99,235,.12)!important;color:#0f172a!important}.header-action-icon{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;background:#eff6ff!important;font-size:15px!important}.header-cart-btn .header-action-icon{background:#fff7ed!important}.header-panel-btn .header-action-icon{background:#eff6ff!important}.header-contact-btn .header-action-icon{background:#ecfdf5!important}.header-action-count{position:absolute!important;top:-7px!important;right:-7px!important;min-width:22px!important;height:22px!important;padding:0 6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;font-size:12px!important;font-weight:950!important;border:2px solid #fff!important}.header-cart-button-wrap{position:relative!important}.header-cart-preview{position:absolute!important;top:calc(100%+12px)!important;right:0!important;width:360px!important;max-width:calc(100vw - 24px)!important;padding:16px!important;border-radius:22px!important;background:#ffffff!important;border:1px solid #dbeafe!important;box-shadow:0 24px 60px rgba(15,23,42,.18)!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;pointer-events:none!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;z-index:10050!important}.header-cart-button-wrap:hover .header-cart-preview,.header-cart-button-wrap:focus-within .header-cart-preview{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.header-cart-preview::before{content:""!important;position:absolute!important;top:-12px!important;right:22px!important;width:18px!important;height:18px!important;background:#fff!important;border-left:1px solid #dbeafe!important;border-top:1px solid #dbeafe!important;transform:rotate(45deg)!important}.header-cart-preview-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}.header-cart-preview-head strong{color:#0f172a!important;font-size:17px!important;letter-spacing:-.02em!important}.header-cart-preview-head span{color:#64748b!important;font-size:13px!important;font-weight:800!important}.header-cart-preview-list{display:grid!important;gap:9px!important;max-height:230px!important;overflow:auto!important;padding-right:2px!important}.header-cart-preview-item{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding:11px!important;border-radius:16px!important;background:#f8fbff!important;border:1px solid #e6eef8!important}.header-cart-preview-item span{min-width:0!important;display:grid!important;gap:3px!important}.header-cart-preview-item strong{display:block!important;color:#0f172a!important;font-size:14px!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:210px!important}.header-cart-preview-item small{color:#64748b!important;font-size:12px!important;font-weight:750!important}.header-cart-preview-item b{color:#0f172a!important;font-size:13px!important;white-space:nowrap!important}.header-cart-preview-total{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid #e2e8f0!important}.header-cart-preview-total span{color:#64748b!important;font-weight:850!important}.header-cart-preview-total strong{color:#0f172a!important;font-size:18px!important;font-weight:950!important}.header-cart-checkout-btn{margin-top:12px!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;border-radius:15px!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;text-decoration:none!important;font-weight:950!important;box-shadow:0 14px 28px rgba(37,99,235,.18)!important}.header-cart-empty{display:grid!important;gap:6px!important;padding:14px!important;border-radius:16px!important;background:#f8fbff!important;border:1px dashed #bfdbfe!important}.header-cart-empty strong{color:#0f172a!important;font-size:15px!important}.header-cart-empty span{color:#64748b!important;line-height:1.55!important}.site-menu-header .site-menu-item>a[href*="sepet"],.site-menu-header .site-menu-item>a[href*="panelim"],.site-menu-header .site-menu-item>a[href*="iletisim"]{display:none!important}@media (max-width:980px){.header-logo-row{flex-wrap:wrap!important;gap:12px!important}.header-quick-actions{order:3!important;width:100%!important;justify-content:stretch!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.header-action-btn{width:100%!important;padding:10px 8px!important;border-radius:14px!important;font-size:13px!important}.mobile-menu-toggle{margin-left:auto!important}.header-cart-preview{right:auto!important;left:0!important;width:min(360px,calc(100vw - 24px))!important}}@media (max-width:520px){.header-action-text{font-size:12px!important}.header-action-icon{width:22px!important;height:22px!important;font-size:13px!important}.header-cart-preview{position:fixed!important;left:12px!important;right:12px!important;top:116px!important;width:auto!important;max-width:none!important}}.auth-card .login-submit-btn{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;margin-top:8px!important}.auth-card .login-secondary-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}.auth-card .login-secondary-actions .btn{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;text-align:center!important;margin:0!important}.auth-card .login-register-small-btn{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.auth-card .login-register-small-btn:hover{background:#dbeafe!important;color:#1e40af!important}.auth-card .login-forgot-small-btn{background:#fff7ed!important;border-color:#fed7aa!important;color:#9a3412!important}.auth-card .login-forgot-small-btn:hover{background:#ffedd5!important;color:#7c2d12!important}@media (max-width:520px){.auth-card .login-secondary-actions{grid-template-columns:1fr!important}}.product-details-grid-v2 .detail-box-v2:has(.product-detail-cta){background:linear-gradient(180deg,#ffffff,#f8fbff)!important}.product-detail-cta{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:44px!important;padding:12px 18px!important;border-radius:16px!important;text-decoration:none!important;font-weight:950!important;line-height:1!important;letter-spacing:-.01em!important;border:1px solid transparent!important;box-shadow:0 14px 30px rgba(15,23,42,.10)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;overflow:hidden!important;isolation:isolate!important}.product-detail-cta::before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.45),rgba(255,255,255,.15))!important;transform:translateX(-120%) skewX(-18deg)!important;transition:transform .55s ease!important;z-index:0!important}.product-detail-cta:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(15,23,42,.16)!important;filter:saturate(1.05)!important}.product-detail-cta:hover::before{transform:translateX(120%) skewX(-18deg)!important}.product-detail-cta>span{position:relative!important;z-index:1!important}.product-detail-cta .cta-icon{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;font-size:15px!important;font-weight:900!important;background:rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20)!important}.product-detail-cta-demo-link{color:#ffffff!important;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 35%),linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:#60a5fa!important}.product-detail-cta-demo-link:hover{color:#ffffff!important}.product-detail-cta-demo-panel{color:#ffffff!important;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 35%),linear-gradient(135deg,#0f172a,#334155)!important;border-color:#475569!important}.product-detail-cta-demo-panel:hover{color:#ffffff!important}.product-detail-cta-demo-link .cta-icon{background:rgba(255,255,255,.16)!important}.product-detail-cta-demo-panel .cta-icon{background:rgba(255,255,255,.12)!important}.detail-box-v2 span:has(.product-detail-cta){display:block!important;margin-top:10px!important}.detail-box-v2 .product-detail-cta{width:auto!important;max-width:100%!important}@media (max-width:760px){.detail-box-v2 .product-detail-cta{width:100%!important}}.detail-box-v2 .product-detail-cta+*{position:relative!important}.detail-box-v2 .product-detail-cta-demo-link,.detail-box-v2 .product-detail-cta-demo-panel{white-space:nowrap!important}.info-box a.demo-clean-btn,.info-box .demo-clean-btn{overflow-wrap:normal!important;word-break:normal!important}.info-box-shell{min-width:0!important}.demo-card-button{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:126px!important;padding:18px 18px 18px 20px!important;border-radius:20px!important;text-decoration:none!important;border:1px solid transparent!important;overflow:hidden!important;isolation:isolate!important;box-shadow:0 16px 30px rgba(15,23,42,.10)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important}.demo-card-button::before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at top right,rgba(255,255,255,.22),transparent 35%)!important;z-index:0!important}.demo-card-button::after{content:"↗"!important;position:absolute!important;right:16px!important;top:16px!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:rgba(255,255,255,.16)!important;color:#ffffff!important;font-size:17px!important;font-weight:900!important;z-index:1!important}.demo-card-button>*{position:relative!important;z-index:1!important}.demo-card-button:hover{transform:translateY(-3px)!important;box-shadow:0 22px 42px rgba(15,23,42,.16)!important;filter:saturate(1.05)!important;text-decoration:none!important}.demo-card-mini-label{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;color:rgba(255,255,255,.92)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important}.demo-card-button strong{margin:0!important;color:#ffffff!important;font-size:29px!important;line-height:1.08!important;font-weight:950!important;letter-spacing:-.03em!important}.demo-card-button small{margin:0!important;color:rgba(255,255,255,.88)!important;font-size:14px!important;line-height:1.45!important;font-weight:700!important}.demo-card-button-site{background:radial-gradient(circle at top left,rgba(255,255,255,.24),transparent 32%),linear-gradient(135deg,#2563eb 0%,#1d4ed8 35%,#0ea5e9 100%)!important;border-color:rgba(147,197,253,.55)!important;color:#ffffff!important}.demo-card-button-panel{background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 35%),linear-gradient(135deg,#0f172a 0%,#111827 45%,#334155 100%)!important;border-color:rgba(148,163,184,.40)!important;color:#ffffff!important}.demo-card-button-site:visited,.demo-card-button-site:hover,.demo-card-button-panel:visited,.demo-card-button-panel:hover{color:#ffffff!important}@media (max-width:760px){.demo-card-button{min-height:118px!important;padding:16px!important}.demo-card-button strong{font-size:24px!important}.demo-card-button::after{right:14px!important;top:14px!important}}.compact-demo-card{min-height:96px!important;padding:14px 16px!important;gap:8px!important;border-radius:18px!important;justify-content:center!important}.compact-demo-card::after{right:14px!important;top:14px!important;width:30px!important;height:30px!important;font-size:15px!important;border-radius:10px!important}.compact-demo-card .demo-card-mini-label{min-height:26px!important;padding:5px 10px!important;font-size:11px!important;letter-spacing:.05em!important}.compact-demo-card strong{font-size:19px!important;line-height:1.05!important;font-weight:950!important}.compact-demo-card small{display:none!important}.demo-card-button-site.compact-demo-card{background:radial-gradient(circle at top left,rgba(255,255,255,.20),transparent 32%),linear-gradient(135deg,#2f6df6 0%,#2563eb 45%,#38bdf8 100%)!important}.demo-card-button-panel.compact-demo-card{background:radial-gradient(circle at top left,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#0f172a 0%,#162338 50%,#334155 100%)!important}@media (max-width:760px){.compact-demo-card{min-height:88px!important;padding:13px 14px!important}.compact-demo-card strong{font-size:17px!important}}.product-info-grid-v2{align-items:stretch!important}.product-info-grid-v2>*{min-width:0!important}.product-info-grid-v2 .info-box{min-height:104px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:18px 18px!important;border-radius:18px!important;background:#f8fbff!important;border:1px solid #dbe7f3!important;box-shadow:none!important;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease!important}.product-info-grid-v2 .info-box strong{margin:0 0 6px!important;font-size:17px!important;line-height:1.15!important;color:#0f172a!important;font-weight:900!important}.product-info-grid-v2 .info-box>br{display:none!important}.product-info-grid-v2 .info-box .muted,.product-info-grid-v2 .info-box span:not(.demo-card-mini-label),.product-info-grid-v2 .info-box small{margin:0!important;color:#64748b!important;font-size:15px!important;line-height:1.4!important;font-weight:700!important}.product-info-grid-v2 .info-box:hover{border-color:#c8dbf2!important;box-shadow:0 14px 28px rgba(15,23,42,.05)!important;transform:translateY(-1px)!important}.product-info-grid-v2 .info-box-shell{min-width:0!important}.product-info-grid-v2 .demo-card-button.compact-demo-card{min-height:104px!important;padding:16px 18px!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;border-radius:18px!important;box-shadow:0 12px 26px rgba(15,23,42,.10)!important}.product-info-grid-v2 .compact-demo-card::after{right:16px!important;top:16px!important;width:30px!important;height:30px!important;border-radius:10px!important;font-size:15px!important}.product-info-grid-v2 .compact-demo-card .demo-card-mini-label{min-height:26px!important;padding:5px 10px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;letter-spacing:.06em!important}.product-info-grid-v2 .compact-demo-card strong{margin:0!important;font-size:18px!important;line-height:1.08!important;font-weight:950!important;letter-spacing:-.02em!important}.product-info-grid-v2 .demo-card-button-site.compact-demo-card{background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,#2f6df6 0%,#2563eb 45%,#38bdf8 100%)!important;border:1px solid rgba(147,197,253,.45)!important}.product-info-grid-v2 .demo-card-button-panel.compact-demo-card{background:radial-gradient(circle at top left,rgba(255,255,255,.13),transparent 34%),linear-gradient(135deg,#0f172a 0%,#162338 50%,#334155 100%)!important;border:1px solid rgba(148,163,184,.26)!important}.product-info-grid-v2 .demo-card-button.compact-demo-card:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(15,23,42,.14)!important}.product-info-grid-v2 .info-box:not(.demo-card-button){justify-content:center!important}.product-info-grid-v2 .info-box:not(.demo-card-button) strong,.product-info-grid-v2 .info-box:not(.demo-card-button) .muted,.product-info-grid-v2 .info-box:not(.demo-card-button) span{display:block!important}@media (max-width:760px){.product-info-grid-v2 .info-box,.product-info-grid-v2 .demo-card-button.compact-demo-card{min-height:96px!important;padding:15px 16px!important}.product-info-grid-v2 .compact-demo-card strong{font-size:17px!important}.product-info-grid-v2 .info-box strong{font-size:16px!important}.product-info-grid-v2 .info-box .muted,.product-info-grid-v2 .info-box span:not(.demo-card-mini-label),.product-info-grid-v2 .info-box small{font-size:14px!important}}.product-info-grid-v2 .demo-card-button.compact-demo-card strong,.product-info-grid-v2 .demo-card-button-site.compact-demo-card strong,.product-info-grid-v2 .demo-card-button-panel.compact-demo-card strong{color:#ffffff!important}.product-info-grid-v2 .demo-card-button.compact-demo-card .demo-card-mini-label,.product-info-grid-v2 .demo-card-button-site.compact-demo-card .demo-card-mini-label,.product-info-grid-v2 .demo-card-button-panel.compact-demo-card .demo-card-mini-label{color:rgba(255,255,255,.95)!important}.product-purchase-card-v2 .product-buy-buttons-v2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;align-items:stretch!important}.product-purchase-card-v2 .product-buy-buttons-v2 .product-action-equal-btn{width:100%!important;height:48px!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 14px!important;margin:0!important;border-radius:14px!important;font-size:14px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.01em!important;white-space:nowrap!important}.product-purchase-card-v2 .product-buy-buttons-v2 .product-add-cart-equal-btn{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:#2563eb!important;color:#ffffff!important}.product-purchase-card-v2 .product-buy-buttons-v2 .product-view-cart-equal-btn{background:#a16207!important;border-color:#a16207!important;color:#ffffff!important;text-decoration:none!important}.product-purchase-card-v2 .product-buy-buttons-v2 .product-view-cart-equal-btn:hover{background:#854d0e!important;border-color:#854d0e!important;color:#ffffff!important}@media (max-width:640px){.product-purchase-card-v2 .product-buy-buttons-v2{grid-template-columns:1fr!important;gap:10px!important}.product-purchase-card-v2 .product-buy-buttons-v2 .product-action-equal-btn{height:48px!important;min-height:48px!important;font-size:14px!important}}.product-content-card-v2 .section-mini-head-v2{margin-bottom:24px!important;padding-bottom:16px!important;border-bottom:1px solid #e2e8f0!important}.product-content-card-v2 .section-mini-head-v2 h3{margin-bottom:0!important}.product-content-card-v2 .product-rich-text-v2{margin-top:6px!important}.product-content-card-v2 .product-rich-text-v2 p:first-child{margin-top:0!important}.product-type-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 18px}.product-type-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:14px;border:1px solid #dbeafe;background:#fff;color:#334155;text-decoration:none;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.04)}.product-type-tabs a:hover,.product-type-tabs a.active{background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:#2563eb;color:#fff}.product-type-badge{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900;font-size:12px}@media (min-width:901px){body{overflow-x:hidden!important}}@media (min-width:981px){.site-header.site-header-premium #siteMobileNav.nav{overflow:visible!important}.site-header .site-menu-item.has-children{position:relative!important}.site-header .site-menu-item.has-children::after{content:""!important;position:absolute!important;left:-22px!important;right:-22px!important;top:100%!important;height:26px!important;display:block!important;background:transparent!important;pointer-events:auto!important;z-index:90!important}.site-header .site-menu-item.has-children>.site-menu-parent{position:relative!important;padding:12px 17px!important;border-radius:16px!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease,border-color .16s ease!important}.site-header .site-menu-item.has-children:hover>.site-menu-parent,.site-header .site-menu-item.has-children:focus-within>.site-menu-parent{background:rgba(255,255,255,.14)!important;color:#ffffff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important}.site-header .site-submenu.depth-1{top:calc(100%+16px)!important;left:50%!important;min-width:310px!important;width:max-content!important;max-width:min(360px,calc(100vw - 34px))!important;padding:14px!important;border-radius:24px!important;border:1px solid rgba(191,219,254,.95)!important;background:radial-gradient(circle at top left,rgba(59,130,246,.13),transparent 32%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 28px 70px rgba(15,23,42,.20),0 8px 20px rgba(37,99,235,.08)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,10px) scale(.985)!important;transform-origin:top center!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;z-index:1000!important}.site-header .site-submenu.depth-1::before{content:""!important;position:absolute!important;left:50%!important;top:-9px!important;width:18px!important;height:18px!important;transform:translateX(-50%) rotate(45deg)!important;background:#ffffff!important;border-left:1px solid rgba(191,219,254,.95)!important;border-top:1px solid rgba(191,219,254,.95)!important;border-radius:4px 0 0 0!important;z-index:-1!important}.site-header .site-menu-item:hover>.site-submenu.depth-1,.site-header .site-menu-item:focus-within>.site-submenu.depth-1{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0) scale(1)!important}.site-header .site-submenu.depth-1>.site-menu-item{display:block!important;width:100%!important;margin:0!important;padding:0!important}.site-header .site-submenu.depth-1>.site-menu-item+.site-menu-item{margin-top:7px!important}.site-header .site-submenu.depth-1 a{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:13px 15px!important;border-radius:16px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(226,232,240,.95)!important;color:#26364d!important;font-size:15px!important;font-weight:900!important;line-height:1.15!important;white-space:nowrap!important;box-shadow:0 10px 22px rgba(15,23,42,.035)!important;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease!important}.site-header .site-submenu.depth-1 a::after{content:"›"!important;width:26px!important;height:26px!important;flex:0 0 26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;background:#eff6ff!important;color:#2563eb!important;font-size:18px!important;font-weight:950!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.site-header .site-submenu.depth-1 a:hover{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:#60a5fa!important;color:#ffffff!important;transform:translateX(3px)!important;box-shadow:0 14px 28px rgba(37,99,235,.18)!important}.site-header .site-submenu.depth-1 a:hover::after{background:rgba(255,255,255,.20)!important;color:#ffffff!important;transform:translateX(2px)!important}.site-header .site-submenu .site-submenu{top:0!important;left:calc(100%+12px)!important;transform:translateY(8px)!important;min-width:270px!important}.site-header .site-submenu .site-menu-item:hover>.site-submenu,.site-header .site-submenu .site-menu-item:focus-within>.site-submenu{transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media (max-width:980px){.site-header .container.nav-wrap{position:relative!important}.site-header #siteMobileNav.nav{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;left:4%!important;right:4%!important;top:calc(100%+10px)!important;width:auto!important;max-width:none!important;margin:0!important;padding:12px!important;border-radius:24px!important;border:1px solid #dbeafe!important;background:#ffffff!important;box-shadow:0 28px 70px rgba(15,23,42,.20)!important;z-index:9999!important;max-height:calc(100vh - 120px)!important;overflow:auto!important;transform:translateY(8px)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}.site-header #siteMobileNav.nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.site-header #siteMobileNav.nav:not(.is-open){display:none!important}.site-header #siteMobileNav .site-menu-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.site-header #siteMobileNav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:center!important;gap:8px!important;width:100%!important;background:#f8fbff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;overflow:hidden!important}.site-header #siteMobileNav .site-menu-item>a{width:100%!important;min-height:46px!important;padding:12px 14px!important;color:#0f172a!important;background:transparent!important}.site-header #siteMobileNav .submenu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:46px!important;border:0!important;border-left:1px solid #e2e8f0!important;background:#eff6ff!important;color:#2563eb!important;font-weight:950!important;cursor:pointer!important}.site-header #siteMobileNav .site-submenu{grid-column:1 / -1!important;position:static!important;display:none!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:8px!important;border:0!important;border-top:1px solid #e2e8f0!important;border-radius:0 0 16px 16px!important;background:#ffffff!important;box-shadow:none!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.site-submenu{display:grid!important;gap:7px!important}.site-header #siteMobileNav .site-submenu .site-menu-item{display:block!important;border-radius:13px!important;background:#ffffff!important}.site-header #siteMobileNav .site-submenu a{color:#334155!important;background:#ffffff!important;border-radius:12px!important}.site-header #siteMobileNav .site-submenu a:hover{background:#eff6ff!important;color:#1d4ed8!important}}@media (min-width:981px){.site-header .site-submenu.depth-1 a{display:grid!important;grid-template-columns:minmax(0,1fr) 28px!important;align-items:center!important;column-gap:14px!important;justify-content:initial!important;padding:13px 14px 13px 16px!important}.site-header .site-submenu.depth-1 a::after{content:"›"!important;grid-column:2!important;justify-self:end!important;align-self:center!important;margin-left:0!important;width:28px!important;height:28px!important;flex:0 0 28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:11px!important;background:#ecfdf5!important;color:#16a34a!important;opacity:1!important;visibility:visible!important;font-size:19px!important;font-weight:950!important;line-height:1!important;transform:none!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.site-header .site-submenu.depth-1 a:hover,.site-header .site-submenu.depth-1 a:focus{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;transform:translateX(2px)!important;box-shadow:0 14px 28px rgba(22,163,74,.10)!important}.site-header .site-submenu.depth-1 a:hover::after,.site-header .site-submenu.depth-1 a:focus::after{background:#16a34a!important;color:#ffffff!important;opacity:1!important;visibility:visible!important;transform:translateX(1px)!important}.site-header .site-menu-item.has-children:hover>.site-menu-parent,.site-header .site-menu-item.has-children:focus-within>.site-menu-parent{background:rgba(34,197,94,.14)!important;color:#ffffff!important;border-color:rgba(187,247,208,.28)!important;box-shadow:inset 0 0 0 1px rgba(187,247,208,.22)!important}}@media (max-width:980px){.site-header #siteMobileNav .submenu-toggle{opacity:1!important;visibility:visible!important}.site-header #siteMobileNav .site-submenu a:hover,.site-header #siteMobileNav .site-submenu a:focus{background:#ecfdf5!important;color:#166534!important}}@media (min-width:981px){.site-header .site-submenu.depth-1{width:330px!important;min-width:330px!important;padding:12px!important}.site-header .site-submenu.depth-1>.site-menu-item{display:block!important;width:100%!important}.site-header .site-submenu.depth-1 a{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:50px!important;padding:13px 52px 13px 16px!important;border-radius:15px!important;background:#ffffff!important;border:1px solid transparent!important;color:#26364d!important;box-shadow:none!important;text-align:left!important;font-size:15px!important;font-weight:900!important;line-height:1.15!important;white-space:nowrap!important;transform:none!important}.site-header .site-submenu.depth-1 a::after{content:"›"!important;position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;width:26px!important;height:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eef2f7!important;color:#64748b!important;opacity:1!important;visibility:visible!important;margin:0!important;font-size:19px!important;font-weight:950!important;line-height:1!important;pointer-events:none!important}.site-header .site-submenu.depth-1>.site-menu-item:hover>a,.site-header .site-submenu.depth-1>.site-menu-item:focus-within>a,.site-header .site-submenu.depth-1 a:hover,.site-header .site-submenu.depth-1 a:focus{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;box-shadow:none!important;transform:none!important}.site-header .site-submenu.depth-1>.site-menu-item:hover>a::after,.site-header .site-submenu.depth-1>.site-menu-item:focus-within>a::after,.site-header .site-submenu.depth-1 a:hover::after,.site-header .site-submenu.depth-1 a:focus::after{background:#dcfce7!important;color:#16a34a!important;opacity:1!important;visibility:visible!important;transform:translateY(-50%)!important}.site-header .site-submenu.depth-1 a:hover,.site-header .site-submenu.depth-1 a:focus,.site-header .site-submenu.depth-1 .site-menu-item:hover>a{background-image:none!important}.site-header .site-menu-item.has-children:hover>.site-menu-parent,.site-header .site-menu-item.has-children:focus-within>.site-menu-parent{background:rgba(255,255,255,.12)!important;color:#ffffff!important;border-color:rgba(255,255,255,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)!important}}.footer-bottom-with-sitemap span:last-child{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.footer-sitemap-link{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#dbeafe!important;font-weight:850;text-decoration:none!important}.footer-sitemap-link:hover{background:rgba(255,255,255,.14);color:#ffffff!important}.sitemap-page-section{background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)}.sitemap-page-head h1{margin:10px 0 8px;font-size:clamp(34px,4vw,54px);letter-spacing:-.05em}.sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}.sitemap-group-card{padding:24px!important}.sitemap-group-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e2e8f0}.sitemap-group-head h2{margin:0;color:#0f172a;font-size:22px;letter-spacing:-.03em}.sitemap-group-head span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900;white-space:nowrap}.sitemap-link-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.sitemap-link-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border-radius:14px;background:#f8fbff;border:1px solid #e6eef8;color:#0f172a;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.sitemap-link-list a:hover{background:#ecfdf5;border-color:#bbf7d0;color:#166534;transform:translateX(2px)}.sitemap-link-list span{font-weight:900;min-width:0}.sitemap-link-list small{color:#64748b;font-weight:750;white-space:nowrap;max-width:210px;overflow:hidden;text-overflow:ellipsis}@media (max-width:900px){.sitemap-grid{grid-template-columns:1fr}.footer-bottom-with-sitemap span:last-child{justify-content:flex-start}.sitemap-link-list a{align-items:flex-start;flex-direction:column;gap:4px}.sitemap-link-list small{max-width:100%;white-space:normal}}@media (min-width:981px){.site-header .site-submenu a{text-align:left!important;justify-content:flex-start!important;padding-left:14px!important;padding-right:42px!important;position:relative!important}.site-header .site-submenu a::after{content:"›"!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:18px!important;font-weight:900!important;opacity:1!important;visibility:visible!important}.site-header .site-submenu a:hover::after{background:#dbeafe!important;color:#1d4ed8!important}}@media (max-width:980px){.site-header #siteMobileNav.nav{background:#ffffff!important;color:#0f172a!important}.site-header #siteMobileNav .site-menu-item>a{color:#0f172a!important;opacity:1!important;visibility:visible!important}.site-header #siteMobileNav .site-submenu a{color:#334155!important;text-align:left!important}}.site-header .site-menu-link .site-menu-label{display:inline-block;min-width:0}@media (min-width:981px){.site-header #siteMobileNav .site-submenu{text-align:left!important}.site-header #siteMobileNav .site-submenu>.site-menu-item{display:block!important;text-align:left!important;width:100%!important}.site-header #siteMobileNav .site-submenu>.site-menu-item>.site-menu-link{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;text-align:left!important;padding-left:16px!important;padding-right:46px!important}.site-header #siteMobileNav .site-submenu>.site-menu-item>.site-menu-link .site-menu-label{display:block!important;width:100%!important;text-align:left!important;margin-right:auto!important;justify-self:start!important}.site-header #siteMobileNav .site-submenu>.site-menu-item>.site-menu-link::after{content:"›"!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:18px!important;font-weight:900!important;opacity:1!important;visibility:visible!important;margin:0!important}.site-header #siteMobileNav .site-submenu>.site-menu-item>.site-menu-link:hover::after{background:#dbeafe!important;color:#1d4ed8!important}}@media (max-width:980px){.site-header #siteMobileNav.nav{background:#ffffff!important;background-image:none!important;color:#0f172a!important;border:1px solid #dbeafe!important;border-radius:24px!important;box-shadow:0 26px 70px rgba(15,23,42,.18)!important;padding:12px!important}.site-header #siteMobileNav.nav:not(.is-open){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.site-header #siteMobileNav.nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.site-header #siteMobileNav .site-menu-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important;background:transparent!important}.site-header #siteMobileNav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;gap:8px!important;align-items:center!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.site-header #siteMobileNav .site-menu-item:not(.has-children){grid-template-columns:1fr!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:48px!important;width:100%!important;padding:11px 14px!important;border-radius:15px!important;background:#ffffff!important;background-image:none!important;border:1px solid #e2e8f0!important;color:#0f172a!important;text-align:left!important;box-shadow:0 8px 20px rgba(15,23,42,.04)!important;opacity:1!important;visibility:visible!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link .site-menu-label{display:block!important;text-align:left!important;width:100%!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link::before,.site-header #siteMobileNav .site-menu-item>.site-menu-link::after{display:none!important;content:none!important}.site-header #siteMobileNav .submenu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;min-width:46px!important;height:48px!important;border-radius:15px!important;background:#f8fbff!important;border:1px solid #e2e8f0!important;color:#2563eb!important;font-size:20px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(15,23,42,.04)!important;opacity:1!important;visibility:visible!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.submenu-toggle{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.site-header #siteMobileNav .site-submenu{grid-column:1 / -1!important;position:static!important;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;margin:4px 0 0!important;padding:10px!important;width:100%!important;min-width:0!important;border:1px solid #dbeafe!important;border-radius:18px!important;background:#ffffff!important;box-shadow:0 16px 36px rgba(15,23,42,.08)!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.site-submenu{display:grid!important;gap:8px!important}.site-header #siteMobileNav .site-submenu .site-menu-item{display:block!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link{position:relative!important;min-height:44px!important;padding:10px 42px 10px 13px!important;border-radius:13px!important;background:#f8fbff!important;border:1px solid #e6eef8!important;color:#334155!important;box-shadow:none!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link::after{content:"›"!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:17px!important;font-weight:900!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link:hover{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important}}@media (max-width:980px){.site-header #siteMobileNav.nav{position:absolute!important;left:14px!important;right:14px!important;top:calc(100%+14px)!important;width:auto!important;max-width:none!important;margin:0!important;padding:14px!important;border-radius:28px!important;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;border:1px solid rgba(191,219,254,.95)!important;box-shadow:0 30px 80px rgba(15,23,42,.22),0 10px 24px rgba(37,99,235,.08)!important;color:#0f172a!important;z-index:9999!important;max-height:calc(100vh - 140px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;backdrop-filter:blur(14px)!important}.site-header #siteMobileNav.nav:not(.is-open){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.site-header #siteMobileNav.nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.site-header #siteMobileNav.nav::before{content:"Menü";display:flex!important;align-items:center!important;min-height:42px!important;margin:0 0 12px!important;padding:0 12px!important;border-radius:18px!important;background:linear-gradient(135deg,#eff6ff,#ffffff)!important;border:1px solid rgba(219,234,254,.95)!important;color:#1e40af!important;font-size:13px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.site-header #siteMobileNav .site-menu-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;background:transparent!important}.site-header #siteMobileNav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.site-header #siteMobileNav .site-menu-item.has-children{grid-template-columns:minmax(0,1fr) 54px!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:58px!important;padding:13px 16px!important;border-radius:20px!important;border:1px solid rgba(226,232,240,.95)!important;background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 42%),linear-gradient(180deg,#ffffff,#f8fbff)!important;color:#0f172a!important;text-align:left!important;text-decoration:none!important;box-shadow:0 12px 26px rgba(15,23,42,.055)!important;opacity:1!important;visibility:visible!important;font-size:17px!important;font-weight:900!important;line-height:1.15!important;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease!important}.site-header #siteMobileNav .site-menu-item.has-children>.site-menu-link{border-radius:20px 0 0 20px!important;border-right:0!important}.site-header #siteMobileNav .site-menu-link .site-menu-label{display:block!important;width:100%!important;min-width:0!important;text-align:left!important;color:inherit!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link::before,.site-header #siteMobileNav .site-menu-item>.site-menu-link::after{display:none!important;content:none!important}.site-header #siteMobileNav .site-menu-item>.site-menu-link:hover,.site-header #siteMobileNav .site-menu-item>.site-menu-link:focus{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;transform:translateY(-1px)!important;box-shadow:0 16px 30px rgba(22,163,74,.10)!important}.site-header #siteMobileNav .submenu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:54px!important;min-width:54px!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0!important;border-radius:0 20px 20px 0!important;border:1px solid rgba(226,232,240,.95)!important;border-left:0!important;background:radial-gradient(circle at top left,rgba(255,255,255,.75),transparent 42%),linear-gradient(180deg,#f8fbff,#eff6ff)!important;color:#2563eb!important;font-size:22px!important;font-weight:950!important;box-shadow:0 12px 26px rgba(15,23,42,.055)!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;transition:background .16s ease,color .16s ease,transform .16s ease,border-color .16s ease!important}.site-header #siteMobileNav .submenu-toggle:hover,.site-header #siteMobileNav .site-menu-item.submenu-open>.submenu-toggle{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:#60a5fa!important;color:#ffffff!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.site-menu-link{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.site-header #siteMobileNav .site-submenu{grid-column:1 / -1!important;position:static!important;display:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:9px 0 2px!important;padding:10px!important;border-radius:22px!important;border:1px solid rgba(191,219,254,.95)!important;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 34%),linear-gradient(180deg,#ffffff,#f8fbff)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 16px 36px rgba(15,23,42,.08)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}.site-header #siteMobileNav .site-menu-item.submenu-open>.site-submenu{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.site-header #siteMobileNav .site-submenu .site-menu-item{display:block!important;width:100%!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link{position:relative!important;min-height:50px!important;padding:12px 44px 12px 14px!important;border-radius:16px!important;border:1px solid #e6eef8!important;background:#ffffff!important;color:#334155!important;box-shadow:0 8px 18px rgba(15,23,42,.035)!important;font-size:15px!important;font-weight:850!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link::after{content:"›"!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:18px!important;font-weight:950!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link:hover,.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link:focus{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;transform:none!important;box-shadow:0 10px 22px rgba(22,163,74,.08)!important}.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link:hover::after,.site-header #siteMobileNav .site-submenu .site-menu-item>.site-menu-link:focus::after{background:#dcfce7!important;color:#16a34a!important}}@media (max-width:980px){header.site-header.site-header-premium nav#siteMobileNav.nav,header.site-header.site-header-premium nav#siteMobileNav.nav.is-open{position:absolute!important;left:14px!important;right:14px!important;top:calc(100%+12px)!important;width:auto!important;max-width:none!important;margin:0!important;padding:14px!important;border-radius:26px!important;background:#ffffff!important;background-image:none!important;border:1px solid #dbeafe!important;box-shadow:0 26px 64px rgba(15,23,42,.18)!important;color:#0f172a!important;z-index:9999!important;max-height:calc(100vh - 135px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}header.site-header.site-header-premium nav#siteMobileNav.nav:not(.is-open){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}header.site-header.site-header-premium nav#siteMobileNav.nav,header.site-header.site-header-premium nav#siteMobileNav.nav *,header.site-header.site-header-premium nav#siteMobileNav.nav *::before,header.site-header.site-header-premium nav#siteMobileNav.nav *::after{text-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-list,header.site-header.site-header-premium nav#siteMobileNav.nav ul,header.site-header.site-header-premium nav#siteMobileNav.nav li{background:transparent!important;background-image:none!important;box-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav::before{content:"Menü";display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:42px!important;margin:0 0 12px!important;padding:0 14px!important;border-radius:18px!important;background:#eff6ff!important;background-image:none!important;border:1px solid #dbeafe!important;color:#1d4ed8!important;font-size:13px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-list{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;border:0!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;overflow:visible!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children{grid-template-columns:minmax(0,1fr) 48px!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:52px!important;margin:0!important;padding:12px 15px!important;border-radius:17px!important;background:#ffffff!important;background-image:none!important;border:1px solid #e2e8f0!important;color:#0f172a!important;text-decoration:none!important;text-align:left!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important;opacity:1!important;visibility:visible!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;transform:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children>a,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children>.site-menu-link{border-radius:17px!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-label{display:block!important;width:100%!important;min-width:0!important;color:inherit!important;text-align:left!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a::before,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a::after,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link::before,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link::after{display:none!important;content:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .submenu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;min-width:48px!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0!important;border-radius:17px!important;border:1px solid #e2e8f0!important;background:#f8fbff!important;background-image:none!important;color:#2563eb!important;font-size:20px!important;font-weight:950!important;opacity:1!important;visibility:visible!important;box-shadow:0 8px 20px rgba(15,23,42,.045)!important;transform:none!important;cursor:pointer!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.submenu-open>.submenu-toggle{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a:focus,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link:focus{background:#f8fbff!important;border-color:#bfdbfe!important;color:#1d4ed8!important;box-shadow:0 10px 22px rgba(37,99,235,.08)!important;transform:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu{grid-column:1 / -1!important;position:static!important;display:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:8px 0 0!important;padding:9px!important;border-radius:19px!important;background:#f8fbff!important;background-image:none!important;border:1px solid #dbeafe!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;list-style:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.submenu-open>.site-submenu{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item{display:block!important;width:100%!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link{position:relative!important;min-height:46px!important;padding:11px 42px 11px 13px!important;border-radius:14px!important;background:#ffffff!important;background-image:none!important;border:1px solid #e6eef8!important;color:#334155!important;box-shadow:none!important;font-size:15px!important;font-weight:850!important;text-align:left!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a::after,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link::after{content:"›"!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:17px!important;font-weight:950!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link:hover{background:#ecfdf5!important;border-color:#bbf7d0!important;color:#166534!important;box-shadow:none!important;transform:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a:hover::after,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link:hover::after{background:#dcfce7!important;color:#16a34a!important}}@media (max-width:980px){header.site-header.site-header-premium nav#siteMobileNav.nav,header.site-header.site-header-premium nav#siteMobileNav.nav.is-open{padding:10px 14px!important;border-radius:22px!important;background:#ffffff!important;background-image:none!important;border:1px solid #dbeafe!important}header.site-header.site-header-premium nav#siteMobileNav.nav::before{min-height:34px!important;margin:0!important;padding:0 4px 10px!important;border:0!important;border-bottom:1px solid #e5eef9!important;border-radius:0!important;background:transparent!important;color:#1d4ed8!important;box-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-list{gap:0!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;border-bottom:1px solid #e8f0fb!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children{grid-template-columns:minmax(0,1fr) 42px!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-list>.site-menu-item:last-child{border-bottom:0!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link{min-height:48px!important;padding:11px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;color:#0f172a!important;box-shadow:none!important;font-size:16px!important;font-weight:900!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a:focus,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link:focus{background:transparent!important;color:#1d4ed8!important;box-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a::before,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>a::after,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link::before,header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item>.site-menu-link::after{display:none!important;content:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .submenu-toggle{width:42px!important;min-width:42px!important;height:48px!important;min-height:48px!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;color:#2563eb!important;box-shadow:none!important;font-size:0!important;line-height:1!important;position:relative!important;transform:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .submenu-toggle::before{content:"⌄"!important;display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;margin:auto!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:18px!important;font-weight:950!important;transition:transform .16s ease,background .16s ease,color .16s ease!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.submenu-open>.submenu-toggle{background:transparent!important;border:0!important;color:#2563eb!important;box-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.submenu-open>.submenu-toggle::before{transform:rotate(180deg)!important;background:#dbeafe!important;color:#1d4ed8!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu{grid-column:1 / -1!important;display:none!important;margin:0 0 8px!important;padding:0 0 0 12px!important;border:0!important;border-left:2px solid #dbeafe!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.submenu-open>.site-submenu{display:block!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item{border-bottom:1px solid #edf4fc!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item:last-child{border-bottom:0!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link{min-height:42px!important;padding:9px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;color:#475569!important;box-shadow:none!important;font-size:15px!important;font-weight:850!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a::after,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link::after{display:none!important;content:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>a:hover,header.site-header.site-header-premium nav#siteMobileNav.nav .site-submenu .site-menu-item>.site-menu-link:hover{background:transparent!important;color:#166534!important;box-shadow:none!important}}.account-page .muted,.account-page .table td .muted{font-size:12px !important;line-height:1.35}.account-page .account-section-head .muted,.account-page .account-panel-hero .muted,.account-page .account-wp-credentials-box .muted,.account-page .account-extra-group .muted{font-size:12px !important;line-height:1.45}@media (max-width:768px){.account-page .muted,.account-page .table td .muted,.account-page .account-section-head .muted,.account-page .account-panel-hero .muted,.account-page .account-wp-credentials-box .muted,.account-page .account-extra-group .muted{font-size:11px !important}}.account-section-card>.muted,.account-section-card .muted{color:#64748b}.account-table-wrap .table tbody td{padding:18px 16px;vertical-align:top}.account-section-card .alert.info{margin-top:18px;padding:16px 18px;border-radius:20px;border:1px solid #bfdcff;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);color:#1d4ed8;font-weight:850;line-height:1.5;box-shadow:none}.account-section-card .btn.small.secondary{min-height:42px;padding:10px 14px;border-radius:14px;font-size:13px;font-weight:900}.account-section-card .table td .muted{color:#64748b}.account-wp-credentials-form .input,.account-wp-credentials-form textarea{border-radius:14px}.account-page .account-extra-group .muted{font-size:12px !important;line-height:1.45}@media (max-width:768px){.account-page .account-extra-group .muted{font-size:11px !important}}.account-page .account-table-wrap .table tbody td{padding:13px 15px !important;line-height:1.4}.account-page .btn.small,.account-page .btn.small.secondary,.account-page .account-section-card .btn.small.secondary,.account-page .account-table-wrap .btn{min-height:38px !important;padding:8px 13px !important;border-radius:13px !important;font-size:12px !important;line-height:1.25 !important}.account-page .account-hero-actions .btn,.account-page .account-nav-actions .btn,.account-page .account-form-actions .btn,.account-page .account-section-head .btn{min-height:42px;padding:10px 16px;border-radius:14px;font-size:13px;line-height:1.25}.account-page .account-section-card .alert.info{padding:13px 15px;border-radius:17px;font-size:13px}@media (max-width:768px){.account-page .account-table-wrap .table tbody td{padding:11px 12px !important}.account-page .btn.small,.account-page .btn.small.secondary,.account-page .account-section-card .btn.small.secondary,.account-page .account-table-wrap .btn{min-height:36px !important;padding:7px 11px !important;font-size:11px !important;border-radius:12px !important}.account-page .account-hero-actions .btn,.account-page .account-nav-actions .btn,.account-page .account-form-actions .btn,.account-page .account-section-head .btn{min-height:40px;padding:9px 14px;font-size:12px}}.footer-title{display:block;margin:0 0 12px;color:#ffffff;font-size:16px;line-height:1.25;font-weight:900;letter-spacing:-.01em}.footer-col .footer-title,.site-footer .footer-title{display:block}.site-main{display:block}.skip-link{position:absolute;left:16px;top:10px;z-index:99999;transform:translateY(-140%);padding:10px 14px;border-radius:12px;background:#0f172a;color:#fff!important;font-weight:900;box-shadow:0 12px 30px rgba(15,23,42,.22)}.skip-link:focus{transform:translateY(0);outline:3px solid #38bdf8;outline-offset:2px}@media (min-width:981px){.site-header.site-header-premium #siteMobileNav .site-menu-item.has-children>.site-submenu{position:fixed!important;top:var(--krb-dropdown-top,auto)!important;left:var(--krb-dropdown-left,50vw)!important;right:auto!important;bottom:auto!important;z-index:100000!important;transform:translateX(-50%)!important}.site-header.site-header-premium #siteMobileNav .site-menu-item.has-children>.site-submenu::before{left:50%!important;transform:translateX(-50%) rotate(45deg)!important}}@media(max-width:980px){header.site-header.site-header-premium{position:sticky!important;top:0!important;z-index:99990!important;overflow:visible!important}header.site-header.site-header-premium .nav-wrap,header.site-header.site-header-premium .header-logo-row{overflow:visible!important}header.site-header.site-header-premium nav#siteMobileNav.nav{position:fixed!important;left:14px!important;right:14px!important;top:var(--krb-mobile-menu-top,150px)!important;width:auto!important;max-width:none!important;margin:0!important;z-index:100000!important;max-height:calc(100vh - var(--krb-mobile-menu-top,150px) - 14px)!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;transform:none!important}header.site-header.site-header-premium nav#siteMobileNav.nav.is-open{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.mobile-nav-open{overflow:hidden!important}}

.related-posts-grid{grid-template-columns:1fr;gap:12px}.related-post-card{min-height:auto;padding:16px 16px}.related-post-card strong{font-size:17px}.related-post-card span{font-size:13px}}

/* v13.05 blog related posts full-width and premium icons */
.related-posts-section{padding-top:0}
.related-posts-row{grid-column:1/-1;width:100%;max-width:none;margin:22px 0 0;padding:26px 26px 24px}
.related-posts-card{overflow:hidden}
.related-posts-head{margin-bottom:18px}
.related-posts-head h3{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.02em;color:#0f172a}
.related-posts-head p{margin:6px 0 0;color:#64748b;font-size:14px}
.related-posts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.related-post-card{display:flex;align-items:flex-start;gap:16px;min-height:118px;text-decoration:none;color:#0f172a;padding:18px 20px;border-radius:18px;background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);border:1px solid #dbe7f5;box-shadow:0 10px 26px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.related-post-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(15,23,42,.09);border-color:#bfd5f1}
.related-post-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;min-width:56px;border-radius:18px;color:#fff;box-shadow:0 14px 32px rgba(37,99,235,.18);overflow:hidden}
.related-post-icon::before{content:"";position:absolute;inset:1px;border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));pointer-events:none}
.related-post-icon svg{position:relative;z-index:1;width:24px;height:24px}
.related-post-icon-1{background:linear-gradient(135deg,#2563eb,#38bdf8)}
.related-post-icon-2{background:linear-gradient(135deg,#7c3aed,#a855f7)}
.related-post-icon-3{background:linear-gradient(135deg,#0f766e,#2dd4bf)}
.related-post-icon-4{background:linear-gradient(135deg,#ea580c,#fb923c)}
.related-post-copy{display:flex;flex-direction:column;min-width:0}
.related-post-card strong{display:block;font-size:18px;line-height:1.35;letter-spacing:-.02em}
.related-post-card span{display:block;color:#64748b;margin-top:8px;font-size:14px;line-height:1.6}
@media(max-width:768px){.related-posts-row{padding:22px 18px}.related-posts-grid{grid-template-columns:1fr;gap:12px}.related-post-card{min-height:auto;padding:16px 16px;gap:14px}.related-post-icon{width:50px;height:50px;min-width:50px;border-radius:16px}.related-post-card strong{font-size:17px}.related-post-card span{font-size:13px}}

/* v13.06 related posts single/full and tighter card styling */
.related-posts-grid-single{grid-template-columns:1fr}
.related-posts-grid-single .related-post-card{max-width:none}
.related-post-card{align-items:center}
.related-post-copy strong{margin:0}
.related-post-copy span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}


/* v13.07 İlgili yazılar final görünüm: ikon solda, yazı sağda */
.blog-detail-grid .related-posts-row{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:none !important;
    margin:22px 0 0 !important;
    padding:26px !important;
}

.related-posts-row .related-posts-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
}

.related-posts-row .related-posts-grid.related-posts-grid-single{
    grid-template-columns:1fr !important;
}

.related-posts-row .related-post-card,
.related-posts-card .related-post-card{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    width:100% !important;
    min-height:126px !important;
    padding:22px !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    border:1px solid #dbe7f6 !important;
    color:#0f172a !important;
    text-decoration:none !important;
    box-shadow:0 10px 26px rgba(15,23,42,.04) !important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease !important;
}

.related-posts-row .related-post-card:hover,
.related-posts-card .related-post-card:hover{
    transform:translateY(-3px) !important;
    border-color:#b9d4ff !important;
    box-shadow:0 18px 38px rgba(37,99,235,.11) !important;
}

.related-posts-row .related-post-card::before,
.related-posts-row .related-post-card::after,
.related-posts-card .related-post-card::before,
.related-posts-card .related-post-card::after{
    display:none !important;
    content:none !important;
}

.related-posts-row .related-post-icon,
.related-posts-card .related-post-icon{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:62px !important;
    height:62px !important;
    min-width:62px !important;
    flex:0 0 62px !important;
    border-radius:20px !important;
    color:#ffffff !important;
    background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%) !important;
    box-shadow:0 14px 32px rgba(37,99,235,.22) !important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
}

.related-posts-row .related-post-icon::before,
.related-posts-card .related-post-icon::before{
    content:"" !important;
    position:absolute !important;
    inset:1px !important;
    border-radius:19px !important;
    background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,0)) !important;
    pointer-events:none !important;
}

.related-posts-row .related-post-icon svg,
.related-posts-card .related-post-icon svg{
    position:relative !important;
    z-index:1 !important;
    display:block !important;
    width:28px !important;
    height:28px !important;
    color:#ffffff !important;
    stroke:currentColor !important;
    margin:0 !important;
    transform:none !important;
}

.related-posts-row .related-post-icon-1,
.related-posts-card .related-post-icon-1{
    background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%) !important;
}

.related-posts-row .related-post-icon-2,
.related-posts-card .related-post-icon-2{
    background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%) !important;
}

.related-posts-row .related-post-icon-3,
.related-posts-card .related-post-icon-3{
    background:linear-gradient(135deg,#0f766e 0%,#2dd4bf 100%) !important;
}

.related-posts-row .related-post-icon-4,
.related-posts-card .related-post-icon-4{
    background:linear-gradient(135deg,#ea580c 0%,#fb923c 100%) !important;
}

.related-posts-row .related-post-content,
.related-posts-card .related-post-content{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
    gap:8px !important;
    min-width:0 !important;
    flex:1 1 auto !important;
}

.related-posts-row .related-post-title,
.related-posts-card .related-post-title{
    display:block !important;
    margin:0 !important;
    font-size:18px !important;
    line-height:1.35 !important;
    font-weight:900 !important;
    color:#0f172a !important;
    letter-spacing:-.02em !important;
}

.related-posts-row .related-post-excerpt,
.related-posts-card .related-post-excerpt{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    margin:0 !important;
    font-size:14px !important;
    line-height:1.6 !important;
    color:#64748b !important;
}

@media(max-width:768px){
    .blog-detail-grid .related-posts-row{
        padding:22px 18px !important;
    }

    .related-posts-row .related-posts-grid{
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    .related-posts-row .related-post-card,
    .related-posts-card .related-post-card{
        min-height:auto !important;
        padding:18px !important;
        gap:14px !important;
    }

    .related-posts-row .related-post-icon,
    .related-posts-card .related-post-icon{
        width:54px !important;
        height:54px !important;
        min-width:54px !important;
        flex-basis:54px !important;
        border-radius:18px !important;
    }

    .related-posts-row .related-post-icon svg,
    .related-posts-card .related-post-icon svg{
        width:24px !important;
        height:24px !important;
    }

    .related-posts-row .related-post-title,
    .related-posts-card .related-post-title{
        font-size:17px !important;
    }

    .related-posts-row .related-post-excerpt,
    .related-posts-card .related-post-excerpt{
        font-size:13px !important;
    }
}
