: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;}.table{width:100%;border-collapse:collapse;}.table th,.table td{text-align:left;padding:15px;border-bottom:1px solid #edf2f7;vertical-align:top;}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;}.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px;}.status.pending{background:#fff7ed;color:#c2410c;}.status.paid,.status.completed{background:#dcfce7;color:#166534;}.status.cancelled,.status.failed{background:#fee2e2;color:#991b1b;}.status.processing{background:#dbeafe;color:#1d4ed8;}.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;}.detail-img{height:460px;border-radius:28px;background-size:cover;background-position:center;background-color:#dbeafe;box-shadow:var(--shadow);}.detail-panel h1{font-size:42px;line-height:1.05;margin:0 0 14px;letter-spacing:-.05em;}.price{font-size:34px;font-weight:950;color:#0f172a;margin:20px 0;}.quick-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;}.info-box{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:14px;}.cart-row{display:flex;gap:18px;align-items:center;justify-content:space-between;border-bottom:1px solid #edf2f7;padding:15px 0;}.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;}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh;}.sidebar{background:linear-gradient(180deg,#07162e,#0b2245);color:#cbd5e1;padding:24px;position:sticky;top:0;height:100vh;}.sidebar .brand strong{color:#fff;}.side-menu{display:flex;flex-direction:column;gap:8px;margin-top:28px;}.side-menu a{padding:13px 14px;border-radius:14px;color:#cbd5e1;font-weight:800;}.side-menu a.active,.side-menu a:hover{background:rgba(59,130,246,.2);color:#fff;}.admin-main{padding:28px;}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;}.admin-top h1{margin:0;font-size:30px;letter-spacing:-.04em;}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}.stat{background:#fff;border-radius:22px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 10px 28px rgba(15,23,42,.05);}.stat b{font-size:30px;display:block;}.actions{display:flex;gap:8px;flex-wrap:wrap;}.inline-form{display:inline;}.hidden-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;}.bank-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:18px;line-height:1.7;}@media (max-width:900px){.hero-grid,.product-detail,.footer-grid{grid-template-columns:1fr;}.product-grid{grid-template-columns:1fr 1fr;}.admin-shell{display:block;}.sidebar{height:auto;position:relative;}.admin-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,.admin-grid,.quick-info{grid-template-columns:1fr;}.nav-wrap{align-items:flex-start;gap:12px;flex-direction:column;padding:14px 0;}.hero{padding-top:40px;}.table{display:block;overflow-x:auto;}}.status.active{background:#dcfce7;color:#166534;}.status.suspended,.status.expired,.status.passive,.status.domain_mismatch,.status.product_mismatch,.status.invalid,.status.missing,.status.bad_signature{background:#fee2e2;color:#991b1b;}.status.domain_not_set{background:#fff7ed;color:#c2410c;}.status.server_error{background:#f3f4f6;color:#374151;}.check{display:flex;align-items:center;gap:10px;font-weight:800;margin:10px 0;}.search-form{display:flex;gap:8px;align-items:center;min-width:min(420px,100%);}.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;}.admin-actions{display:flex;align-items:center;gap:12px;}.user-pill{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center;font-weight:900;}.notif{position:relative;}.notif-btn{position:relative;border:1px solid #e2e8f0;background:#fff;border-radius:14px;width:44px;height:44px;cursor:pointer;font-size:18px;box-shadow:0 8px 20px rgba(15,23,42,.06);}.notif-btn b{position:absolute;right:-6px;top:-6px;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;display:grid;place-items:center;}.notif-panel{display:none;position:absolute;right:0;top:52px;width:360px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;box-shadow:0 24px 70px rgba(15,23,42,.18);z-index:30;}.notif-open .notif-panel{display:block;}.notif-panel strong{display:block;margin-bottom:10px;}.notif-panel a{display:block;padding:11px 10px;border-radius:12px;border:1px solid #edf2f7;margin-bottom:8px;}.notif-panel a:hover{background:#f8fafc;}.notif-panel a span{display:block;font-weight:850;color:#0f172a;}.notif-panel a small{display:block;color:#64748b;margin-top:2px;}.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;}.status.passive{background:#f1f5f9;color:#475569;}.status.pending{background:#fff7ed;color:#c2410c;}.status.processing{background:#dbeafe;color:#1d4ed8;}.status.expired{background:#fee2e2;color:#991b1b;}.admin-grid{grid-template-columns:repeat(4,minmax(0,1fr));}@media (max-width:1200px){.admin-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:640px){.notif-panel{right:-70px;width:300px;}.admin-actions{align-self:flex-start;}.admin-top{display:block;}.admin-grid{grid-template-columns:1fr;}}.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;}.customer-page{display:flex;flex-direction:column;gap:20px;}.customer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:2px;}.customer-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}.customer-add-btn{min-width:154px;}.customer-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.customer-search .input{min-width:320px;background:#fff;}.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;}.customer-form-card{border-color:#dbeafe;box-shadow:0 14px 38px rgba(37,99,235,.08);}.small-note{font-size:12px;}.customer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.mini-stat{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 18px;box-shadow:0 10px 26px rgba(15,23,42,.045);display:flex;align-items:center;justify-content:space-between;gap:12px;}.mini-stat span{font-size:13px;color:#64748b;font-weight:800;}.mini-stat strong{font-size:24px;line-height:1;color:#0f172a;}.customer-list-card{padding:22px 22px 18px;}.result-pill{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 12px;font-weight:850;font-size:13px;}.customer-table-wrap{overflow-x:auto;border:1px solid #e5eaf2;border-radius:18px;background:#fff;}.customer-table{min-width:1040px;border-collapse:separate;border-spacing:0;}.customer-table th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;padding:14px 16px;border-bottom:1px solid #e7edf5;}.customer-table td{padding:16px;border-bottom:1px solid #eef2f7;vertical-align:middle;}.customer-table tbody tr:last-child td{border-bottom:0;}.customer-table tbody tr:hover{background:#fbfdff;}.customer-main-cell{min-width:260px;}.customer-person{display:flex;align-items:center;gap:12px;min-width:0;}.customer-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:950;box-shadow:0 10px 20px rgba(37,99,235,.18);}.customer-person strong{display:block;color:#0f172a;font-size:15px;line-height:1.2;}.customer-person small{display:block;color:#64748b;line-height:1.35;margin-top:4px;max-width:360px;}.customer-contact a{display:block;color:#0f172a;font-weight:800;white-space:nowrap;}.customer-contact small{display:block;color:#64748b;margin-top:5px;white-space:nowrap;}.customer-counts{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.customer-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;}.customer-counts b{color:#1d4ed8;font-size:13px;}.date-cell strong{display:block;font-weight:850;color:#0f172a;white-space:nowrap;}.date-cell small{display:block;color:#64748b;margin-top:4px;}.text-right{text-align:right!important;}.customer-actions{min-width:250px;white-space:nowrap;}.customer-actions .inline-form{display:inline-flex;margin-left:6px;}.customer-actions .btn{box-shadow:none;}.customer-actions .btn.danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca;}.customer-actions .btn.danger:hover{background:#dc2626!important;color:#fff!important;}.empty-state{text-align:center!important;color:#64748b;padding:34px!important;}.status.banned{background:#fee2e2;color:#991b1b;}.status.passive{background:#f1f5f9;color:#475569;}.status.active{background:#dcfce7;color:#166534;}@media (max-width:1100px){.customer-toolbar{align-items:flex-start;flex-direction:column;}.customer-search{width:100%;}.customer-search .input{min-width:0;flex:1;}.customer-stats{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:640px){.customer-stats{grid-template-columns:1fr;}.customer-search{display:grid;grid-template-columns:1fr auto;}.customer-search .btn.secondary{grid-column:1/-1;}.card-title-row{display:block;}.customer-list-card{padding:16px;}.customer-table{min-width:960px;}}.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;}.category-pill{display:inline-flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap;}.price-cell strong{white-space:nowrap;color:#0f172a;}.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;}}.admin-main{background:radial-gradient(circle at 85% 4%,rgba(37,99,235,.08),transparent 28%),#f4f7fb;overflow-x:hidden;}.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{gap:22px;}.service-v45 .service-stats-modern .stat-red i{background:#fee2e2;color:#dc2626;}.service-v45 .service-stats-modern .stat-red:after{background:linear-gradient(90deg,#fca5a5,#fee2e2);}.service-v45 .service-list-modern{border-radius:26px;padding:0;overflow:hidden;box-shadow:0 22px 62px rgba(15,23,42,.08);}.service-v45 .service-table-wrap{overflow-x:hidden!important;}.service-v45 .service-table-modern{min-width:0!important;width:100%!important;table-layout:fixed;}.service-v45 .service-table-modern th, .service-v45 .service-table-modern td{padding:16px 14px;}.service-v45 .service-table-modern th:nth-child(1), .service-v45 .service-table-modern td:nth-child(1){width:34%;}.service-v45 .service-table-modern th:nth-child(2), .service-v45 .service-table-modern td:nth-child(2){width:16%;}.service-v45 .service-table-modern th:nth-child(3), .service-v45 .service-table-modern td:nth-child(3){width:16%;}.service-v45 .service-table-modern th:nth-child(4), .service-v45 .service-table-modern td:nth-child(4){width:16%;}.service-v45 .service-table-modern th:nth-child(5), .service-v45 .service-table-modern td:nth-child(5){width:8%;}.service-v45 .service-table-modern th:nth-child(6), .service-v45 .service-table-modern td:nth-child(6){width:10%;}.service-v45 .service-row-link{display:block;color:inherit;text-decoration:none;}.service-v45 .service-admin-item{display:flex;align-items:center;gap:16px;min-width:0;}.service-v45 .service-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);}.service-v45 .service-icon-box svg{width:34px;height:34px;display:block;}.service-v45 .service-icon-box.icon-domain{background:linear-gradient(135deg,#2563eb,#38bdf8);}.service-v45 .service-icon-box.icon-hosting{background:linear-gradient(135deg,#7c3aed,#8b5cf6 58%,#a78bfa);}.service-v45 .service-icon-box.icon-both{background:linear-gradient(135deg,#0ea5a4,#2dd4bf);}.service-v45 .service-title-meta{min-width:0;}.service-v45 .service-title-meta strong{display:block;font-size:15px;line-height:1.25;color:#0f172a;max-width:100%;overflow:hidden;text-overflow:ellipsis;}.service-v45 .service-title-meta small, .service-v45 .service-title-meta em{display:block;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px;font-style:normal;}.service-v45 .service-title-meta code{display:inline-block;margin-top:6px;max-width:220px;padding:5px 8px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.service-v45 .service-expiry-cell strong{display:block;color:#0f172a;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px;}.service-v45 .expiry-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap;border:1px solid transparent;}.service-v45 .expiry-badge.safe{background:#dcfce7;color:#166534;border-color:#bbf7d0;}.service-v45 .expiry-badge.soon{background:#fef9c3;color:#854d0e;border-color:#fde68a;}.service-v45 .expiry-badge.warning{background:#ffedd5;color:#9a3412;border-color:#fed7aa;}.service-v45 .expiry-badge.critical, .service-v45 .expiry-badge.expired{background:#fee2e2;color:#991b1b;border-color:#fecaca;}.service-v45 .expiry-badge.neutral{background:#f1f5f9;color:#64748b;border-color:#e2e8f0;}.service-v45 .provider-cell span{display:block;color:#64748b;font-size:12px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.service-v45 .provider-cell b{color:#0f172a;}.service-v45 .status{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-weight:900;}@media (max-width:1280px){.service-v45 .service-table-wrap{overflow-x:auto!important;}.service-v45 .service-table-modern{min-width:980px!important;}}.admin-shell{grid-template-columns:288px minmax(0,1fr);}.sidebar-modern{padding:0!important;height:100vh!important;position:sticky!important;top:0!important;overflow:hidden!important;background:radial-gradient(circle at 30% 0%,rgba(56,189,248,.22),transparent 30%),
        linear-gradient(180deg,#06142c 0%,#092247 56%,#07162e 100%)!important;border-right:1px solid rgba(148,163,184,.12);}.sidebar-modern:before{content:"";position:absolute;left:-90px;bottom:-110px;width:260px;height:260px;border-radius:50%;background:rgba(37,99,235,.16);filter:blur(4px);pointer-events:none;}.sidebar-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;padding:22px 18px;min-height:0;}.sidebar-modern .admin-brand{flex:0 0 auto;min-height:58px;padding:8px 6px 18px;border-bottom:1px solid rgba(255,255,255,.08);}.sidebar-modern .admin-brand span{width:64px;height:44px;display:grid;place-items:center;border-radius:16px;box-shadow:0 15px 32px rgba(37,99,235,.28);}.sidebar-modern .admin-brand strong{color:#fff!important;letter-spacing:-.04em;}.sidebar-modern .side-menu{margin-top:16px!important;gap:6px!important;}.sidebar-modern .side-menu-main{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0;}.sidebar-modern .side-menu-main::-webkit-scrollbar{width:5px;}.sidebar-modern .side-menu-main::-webkit-scrollbar-thumb{background:rgba(148,163,184,.28);border-radius:999px;}.sidebar-modern .side-menu a{display:flex;align-items:center;gap:11px;min-height:46px;padding:11px 13px!important;border-radius:15px!important;color:#cbd5e1!important;font-weight:850!important;letter-spacing:-.01em;border:1px solid transparent;transition:.17s ease;}.sidebar-modern .side-menu a i{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.07);color:#dbeafe;font-style:normal;font-size:14px;line-height:1;}.sidebar-modern .side-menu a span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.sidebar-modern .side-menu a:hover{background:rgba(37,99,235,.16)!important;border-color:rgba(147,197,253,.18);color:#fff!important;transform:translateX(2px);}.sidebar-modern .side-menu a.active{background:linear-gradient(135deg,#1d4ed8,#38bdf8)!important;color:#fff!important;box-shadow:0 14px 28px rgba(37,99,235,.28);}.sidebar-modern .side-menu a.active i{background:rgba(255,255,255,.18);color:#fff;}.sidebar-bottom{flex:0 0 auto;padding-top:12px;margin-top:12px;border-top:1px solid rgba(255,255,255,.08);}.sidebar-modern .side-menu-bottom{margin-top:0!important;}.sidebar-modern .side-menu-bottom a{min-height:42px;color:#d5deea!important;}.sidebar-modern .side-menu-bottom a.logout-link{color:#fecaca!important;}.sidebar-modern .side-menu-bottom a.logout-link i{background:rgba(239,68,68,.13);color:#fecaca;}.sidebar-user{margin-top:12px;display:flex;align-items:center;gap:11px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}.sidebar-user-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 12px 24px rgba(37,99,235,.25);}.sidebar-user strong{display:block;color:#fff;font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;}.sidebar-user small{display:block;color:#94a3b8;margin-top:3px;font-size:12px;font-weight:700;}@media (max-width:900px){.admin-shell{grid-template-columns:1fr;}.sidebar-modern{height:auto!important;position:relative!important;overflow:visible!important;}.sidebar-inner{padding:18px;}.sidebar-modern .side-menu-main{max-height:none;overflow:visible;}.sidebar-bottom{display:block;}.sidebar-user{display:none;}}.top-quick-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.top-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#334155!important;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.05);transition:.16s ease;}.top-action-btn:hover{transform:translateY(-1px);border-color:#bfdbfe;color:#1d4ed8!important;box-shadow:0 12px 24px rgba(37,99,235,.10);}.top-action-btn.view{background:#eff6ff;border-color:#dbeafe;color:#1d4ed8!important;}.top-action-btn.repair{background:#f8fafc;}.top-action-btn.logout{background:#fee2e2;border-color:#fecaca;color:#991b1b!important;}.top-action-btn.logout:hover{background:#dc2626;border-color:#dc2626;color:#fff!important;}.sidebar-modern .sidebar-bottom{padding-top:0;}.sidebar-modern .side-menu-bottom{display:none!important;}@media (max-width:1120px){.admin-top{align-items:flex-start;gap:14px;flex-direction:column;}.admin-actions{width:100%;justify-content:space-between;}}@media (max-width:760px){.top-quick-actions{width:100%;}.top-action-btn{flex:1 1 auto;}}.dashboard-v48{gap:22px;}.dashboard-v48 .dashboard-page-head{align-items:center;}.dashboard-summary-card{position:relative;z-index:1;justify-self:end;width:min(100%,390px);min-height:170px;border-radius:26px;padding:26px;background:radial-gradient(circle at 85% 20%,rgba(56,189,248,.35),transparent 34%),
        linear-gradient(135deg,#07162e 0%,#0b2245 62%,#123a72 100%);color:#fff;box-shadow:0 24px 58px rgba(7,22,46,.22);overflow:hidden;}.dashboard-summary-card:after{content:"";position:absolute;right:-64px;bottom:-70px;width:190px;height:190px;border-radius:50%;background:rgba(37,99,235,.35);}.dashboard-summary-card span, .dashboard-summary-card small, .dashboard-summary-card strong{position:relative;z-index:1;}.dashboard-summary-card span{display:block;color:#bfdbfe;font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;}.dashboard-summary-card strong{display:block;margin:14px 0 8px;font-size:34px;line-height:1;letter-spacing:-.04em;}.dashboard-summary-card small{color:#dbeafe;font-weight:750;}.dashboard-v48 .dashboard-stats-modern{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}.dashboard-v48 .dashboard-stats-modern .mini-stat{color:inherit;text-decoration:none;}.dashboard-v48 .dashboard-stats-modern .mini-stat:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.09);}.dashboard-v48 .dashboard-stats-modern .stat-red i{background:#fee2e2;color:#dc2626;}.dashboard-v48 .dashboard-stats-modern .stat-red:after{background:linear-gradient(90deg,#fca5a5,#fee2e2);}.dashboard-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:start;}.dashboard-card{padding:0!important;overflow:hidden;border-radius:26px!important;box-shadow:0 22px 62px rgba(15,23,42,.08)!important;}.dashboard-card .product-list-head{padding:22px 24px 18px;}.dashboard-card .product-list-head h2{font-size:23px;}.dashboard-list{display:flex;flex-direction:column;}.dashboard-list-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 22px;border-top:1px solid #edf2f7;color:inherit;text-decoration:none;transition:.16s ease;}.dashboard-list-item:hover{background:#fbfdff;}.dashboard-item-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 14px 26px rgba(37,99,235,.18);}.dashboard-item-icon.order-status-completed{background:linear-gradient(135deg,#16a34a,#22c55e);}.dashboard-item-icon.order-status-processing{background:linear-gradient(135deg,#7c3aed,#a78bfa);}.dashboard-item-icon.order-status-cancelled, .dashboard-item-icon.order-status-failed{background:linear-gradient(135deg,#dc2626,#fb7185);}.dashboard-item-icon.service-icon{background:linear-gradient(135deg,#0ea5a4,#2dd4bf);}.dashboard-item-main{min-width:0;}.dashboard-item-main strong{display:block;color:#0f172a;font-size:14px;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.dashboard-item-main small, .dashboard-item-main em{display:block;color:#64748b;font-style:normal;font-size:12px;line-height:1.35;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.dashboard-item-meta{min-width:150px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;}.dashboard-item-meta b{color:#07162e;font-size:14px;white-space:nowrap;}.dashboard-item-meta small{color:#64748b;font-size:12px;white-space:nowrap;}.dashboard-item-meta .status{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;}.dashboard-item-meta.service-expiry-meta{min-width:170px;gap:7px;}.expiry-line{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap;}.expiry-line b{font-size:12px;color:#475569;}.dashboard-empty{padding:26px 24px;color:#64748b;font-weight:800;border-top:1px solid #edf2f7;}.dashboard-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.dashboard-shortcuts a{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.05);color:inherit;text-decoration:none;transition:.16s ease;}.dashboard-shortcuts a:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 18px 38px rgba(37,99,235,.10);}.dashboard-shortcuts span{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:15px;background:#eff6ff;color:#1d4ed8;font-size:20px;}.dashboard-shortcuts strong{display:block;color:#0f172a;font-size:14px;}.dashboard-shortcuts small{display:block;color:#64748b;font-size:12px;margin-top:4px;}.status.pending{background:#ffedd5;color:#9a3412;}.status.processing{background:#ede9fe;color:#6d28d9;}.status.completed{background:#dcfce7;color:#166534;}.status.cancelled,.status.failed{background:#fee2e2;color:#991b1b;}.status.paid{background:#dcfce7;color:#166534;}.status.refunded{background:#f1f5f9;color:#475569;}@media (max-width:1280px){.dashboard-v48 .dashboard-stats-modern{grid-template-columns:repeat(2,minmax(0,1fr));}.dashboard-content-grid{grid-template-columns:1fr;}.dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:760px){.dashboard-summary-card{width:100%;justify-self:stretch;}.dashboard-v48 .dashboard-stats-modern, .dashboard-shortcuts{grid-template-columns:1fr;}.dashboard-list-item{grid-template-columns:48px minmax(0,1fr);}.dashboard-item-meta{grid-column:1/-1;align-items:flex-start;min-width:0;padding-left:62px;}}.dashboard-v48{gap:30px;}.dashboard-v48 .dashboard-page-head{margin-bottom:2px;}.dashboard-v48 .dashboard-stats-modern{gap:24px;margin-top:2px;margin-bottom:4px;}.dashboard-v48 .dashboard-stats-modern .mini-stat{min-height:104px;}.dashboard-content-grid{gap:28px;margin-top:4px;}.dashboard-shortcuts{gap:22px;margin-top:2px;}.dashboard-card{margin-top:0;}.dashboard-list-item{padding-top:18px;padding-bottom:18px;}@media (max-width:1280px){.dashboard-v48 .dashboard-stats-modern{gap:20px;}.dashboard-content-grid{gap:22px;}}@media (max-width:760px){.dashboard-v48{gap:22px;}.dashboard-v48 .dashboard-stats-modern, .dashboard-content-grid, .dashboard-shortcuts{gap:16px;}}.admin-main{padding:38px 42px;}.dashboard-v48{gap:42px!important;}.dashboard-v48 .dashboard-page-head{margin-bottom:4px!important;padding:34px 36px!important;}.dashboard-v48 .dashboard-stats-modern{gap:34px!important;row-gap:34px!important;margin-top:0!important;margin-bottom:6px!important;}.dashboard-v48 .dashboard-stats-modern .mini-stat{min-height:118px!important;padding:24px 26px!important;border-radius:26px!important;}.dashboard-v48 .dashboard-stats-modern .mini-stat:after{bottom:20px!important;left:86px!important;right:26px!important;}.dashboard-content-grid{gap:40px!important;margin-top:0!important;}.dashboard-card{border-radius:30px!important;}.dashboard-card .product-list-head{padding:28px 30px 24px!important;}.dashboard-card .product-list-head h2{margin-bottom:8px!important;}.dashboard-list-item{padding:24px 30px!important;gap:18px!important;}.dashboard-shortcuts{gap:30px!important;margin-top:0!important;}.dashboard-shortcuts a{padding:24px!important;border-radius:26px!important;}.dashboard-summary-card{min-height:190px!important;padding:30px!important;border-radius:30px!important;}.dashboard-quick-actions{margin-top:28px!important;}@media (max-width:1280px){.admin-main{padding:30px;}.dashboard-v48{gap:32px!important;}.dashboard-v48 .dashboard-stats-modern{gap:24px!important;}.dashboard-content-grid, .dashboard-shortcuts{gap:26px!important;}}@media (max-width:760px){.admin-main{padding:20px;}.dashboard-v48{gap:24px!important;}.dashboard-v48 .dashboard-page-head{padding:24px!important;}.dashboard-v48 .dashboard-stats-modern, .dashboard-content-grid, .dashboard-shortcuts{gap:18px!important;}.dashboard-list-item{padding:18px 20px!important;}}.dashboard-v48{gap:0!important;}.dashboard-v48 .dashboard-page-head{margin-bottom:42px!important;}.dashboard-v48 .dashboard-stats-modern{gap:22px!important;row-gap:22px!important;margin-top:0!important;margin-bottom:46px!important;}.dashboard-v48 .dashboard-stats-modern .mini-stat{min-height:108px!important;padding:22px 24px!important;}.dashboard-content-grid{gap:34px!important;margin-top:0!important;margin-bottom:42px!important;}.dashboard-shortcuts{gap:22px!important;margin-top:0!important;}@media (max-width:1280px){.dashboard-v48 .dashboard-page-head{margin-bottom:32px!important;}.dashboard-v48 .dashboard-stats-modern{gap:18px!important;row-gap:18px!important;margin-bottom:34px!important;}.dashboard-content-grid{gap:26px!important;margin-bottom:32px!important;}}@media (max-width:760px){.dashboard-v48 .dashboard-page-head{margin-bottom:22px!important;}.dashboard-v48 .dashboard-stats-modern{gap:14px!important;row-gap:14px!important;margin-bottom:24px!important;}.dashboard-content-grid{gap:20px!important;margin-bottom:24px!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;}.status.draft{background:#ffedd5;color:#9a3412;}.status.published{background:#dcfce7;color:#166534;}.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{border:1px solid #dbeafe;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.05);}.rich-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px;background:linear-gradient(135deg,#f8fbff,#eff6ff);border-bottom:1px solid #dbeafe;}.rich-editor-toolbar button{min-height:36px;padding:8px 11px;border:1px solid #dbe2ea;border-radius:11px;background:#fff;color:#334155;font:inherit;font-size:13px;font-weight:900;cursor:pointer;transition:.16s ease;}.rich-editor-toolbar button:hover, .rich-editor-toolbar button.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 18px rgba(37,99,235,.18);}.rich-editor-toolbar span{width:1px;height:26px;background:#dbe2ea;margin:0 2px;}.rich-editor-area{min-height:520px;padding:24px;outline:none;line-height:1.85;color:#334155;font-size:16px;}.rich-editor-area:focus{box-shadow:inset 0 0 0 3px rgba(37,99,235,.08);}.rich-editor-area h2, .rich-editor-area h3, .rich-editor-area h4{color:#0f172a;letter-spacing:-.025em;line-height:1.2;margin:24px 0 12px;}.rich-editor-area p{margin:0 0 16px;}.rich-editor-area ul, .rich-editor-area ol{padding-left:24px;}.rich-editor-area img{max-width:100%;height:auto;border-radius:18px;margin:14px 0;}.rich-editor-area a{color:#2563eb;font-weight:800;text-decoration:underline;}.rich-editor-source{display:block;width:100%;min-height:520px;border:0;border-radius:0;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;line-height:1.6;outline:none;background:#0f172a;color:#e2e8f0;}.blog-content-textarea-hidden{display:none!important;}.blog-v52, .service-v45{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;}.service-v45 .service-table-modern th, .service-v45 .service-table-modern td, .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, .service-v45{gap:26px!important;}.blog-v52 .product-stats-modern, .service-v45 .product-stats-modern{gap:18px!important;}}@media (max-width:760px){.rich-editor-toolbar{gap:6px;}.rich-editor-toolbar button{font-size:12px;padding:7px 9px;}.rich-editor-area, .rich-editor-source{min-height:360px;padding:16px;}.blog-v52, .service-v45{gap:20px!important;}}.rich-editor-source[hidden]{display:none!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{gap:34px!important;}.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;}.category-v57 .category-table-modern{min-width:0!important;width:100%!important;table-layout:fixed;}.category-v57 .category-table-modern th:nth-child(1), .category-v57 .category-table-modern td:nth-child(1){width:45%;}.category-v57 .category-table-modern th:nth-child(2), .category-v57 .category-table-modern td:nth-child(2){width:25%;}.category-v57 .category-table-modern th:nth-child(3), .category-v57 .category-table-modern td:nth-child(3){width:15%;}.category-v57 .category-table-modern th:nth-child(4), .category-v57 .category-table-modern td:nth-child(4){width:15%;}.category-row-title{display:flex;align-items:center;gap:14px;min-width:0;color:inherit;text-decoration:none;}.category-row-title > span:last-child{min-width:0;}.category-row-title strong{display:block;color:#0f172a;font-size:15px;line-height:1.26;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.category-row-title small{display:block;color:#64748b;font-size:12px;line-height:1.35;margin-top:4px;}.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{gap:34px!important;}.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 .license-stats-modern .stat-red i{background:#fee2e2;color:#dc2626;}.license-v59 .license-stats-modern .stat-red:after{background:linear-gradient(90deg,#fca5a5,#fee2e2);}.license-v59 .license-table-modern{min-width:0!important;width:100%!important;table-layout:fixed;}.license-v59 .license-table-modern th:nth-child(1), .license-v59 .license-table-modern td:nth-child(1){width:28%;}.license-v59 .license-table-modern th:nth-child(2), .license-v59 .license-table-modern td:nth-child(2){width:18%;}.license-v59 .license-table-modern th:nth-child(3), .license-v59 .license-table-modern td:nth-child(3){width:22%;}.license-v59 .license-table-modern th:nth-child(4), .license-v59 .license-table-modern td:nth-child(4){width:14%;}.license-v59 .license-table-modern th:nth-child(5), .license-v59 .license-table-modern td:nth-child(5){width:8%;}.license-v59 .license-table-modern th:nth-child(6), .license-v59 .license-table-modern td:nth-child(6){width:10%;}.license-v59 .license-table-modern td{padding-top:20px!important;padding-bottom:20px!important;}.license-row-title{display:flex;align-items:center;gap:14px;min-width:0;color:inherit;text-decoration:none;}.license-row-title > span:last-child{min-width:0;}.license-row-title strong{display:block;color:#0f172a;font-size:13px;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;}.license-row-title small, .table-subtext{display:block;color:#64748b;font-size:12px;line-height:1.35;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.license-icon-box{width:58px;height:58px;flex:0 0 58px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:0 14px 26px rgba(37,99,235,.16);background:linear-gradient(135deg,#2563eb,#38bdf8);}.license-icon-box.active{background:linear-gradient(135deg,#16a34a,#22c55e);}.license-icon-box.suspended, .license-icon-box.expired{background:linear-gradient(135deg,#dc2626,#fb7185);}.license-icon-box.passive{background:linear-gradient(135deg,#64748b,#94a3b8);}.license-domain-text{display:block;color:#334155;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.license-v59 .product-code-chip{margin-top:7px;}.license-check{margin:0;}.license-detail-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:24px;align-items:start;}.license-info-panel{display:flex;flex-direction:column;gap:14px;}.license-info-card{padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#ffffff);}.license-info-card span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;}.license-info-card strong{display:block;color:#0f172a;font-size:15px;line-height:1.3;}.license-info-card small{display:block;color:#64748b;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.license-key-top{display:inline-flex;max-width:420px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.license-checks-section{margin-top:28px;}.license-checks-section h3{margin:0 0 14px;color:#0f172a;font-size:21px;letter-spacing:-.03em;}.license-check-table{min-width:780px!important;}@media (max-width:1280px){.license-v59 .license-table-wrap{overflow-x:auto!important;}.license-v59 .license-table-modern{min-width:1050px!important;}.license-detail-grid{grid-template-columns:1fr;}}@media (max-width:760px){.license-v59{gap:22px!important;}.license-key-top{max-width:100%;}}.license-v59{display:block!important;}.license-v59 .product-page-head{margin-bottom:36px!important;}.license-v59 .license-form-card, .license-v59 .license-detail-card{margin-bottom:36px!important;}.license-v59 .license-stats-modern{margin-top:0!important;margin-bottom:38px!important;gap:22px!important;row-gap:22px!important;}.license-v59 .license-list-modern{margin-top:0!important;}.license-v59 .product-list-head{padding-top:28px!important;padding-bottom:24px!important;}.license-v59 .license-table-wrap{margin-top:2px!important;}.license-v59 .license-detail-grid{margin-top:12px!important;}.license-v59 .license-checks-section{margin-top:36px!important;padding-top:26px!important;border-top:1px solid #e2e8f0;}.license-v59 .product-table-footer{margin-top:18px!important;}@media (max-width:760px){.license-v59 .product-page-head, .license-v59 .license-form-card, .license-v59 .license-detail-card{margin-bottom:24px!important;}.license-v59 .license-stats-modern{margin-bottom:26px!important;gap:14px!important;row-gap:14px!important;}}:root{--admin-section-gap:30px;--admin-card-gap:30px;--admin-inner-gap:22px;}.admin-main > .product-v36, .admin-main > .product-v34, .admin-main > .dashboard-v48, .admin-main > .blog-v52, .admin-main > .service-v45, .admin-main > .category-v57, .admin-main > .license-v59, .admin-main > .category-admin-page, .admin-main > .blog-admin-page, .admin-main > .service-admin-page, .admin-main > .license-admin-page, .admin-main > .dashboard-admin-page{display:flex!important;flex-direction:column!important;gap:var(--admin-card-gap)!important;}.admin-main .product-page-head, .admin-main .dashboard-page-head, .admin-main .service-page-head{margin:0!important;}.admin-main .product-stats, .admin-main .product-stats-modern, .admin-main .admin-grid{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, .admin-main .category-list-modern, .admin-main .service-list-modern, .admin-main .license-list-modern, .admin-main .dashboard-card, .admin-main .license-form-card, .admin-main .license-detail-card{margin:0!important;}.admin-main > .card, .admin-main .card[style*="margin-top"]{margin-top:0!important;}.dashboard-v48{display:flex!important;flex-direction:column!important;gap:var(--admin-card-gap)!important;}.dashboard-v48 .dashboard-stats-modern{gap:var(--admin-inner-gap)!important;row-gap:var(--admin-inner-gap)!important;margin:0!important;}.dashboard-v48 .dashboard-content-grid, .dashboard-v48 .dashboard-shortcuts{margin:0!important;gap:var(--admin-card-gap)!important;}.admin-main .product-list-head, .admin-main .card-title-row{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;}.license-v59 .license-checks-section{margin-top:var(--admin-card-gap)!important;}.license-v59 .license-detail-grid{margin-top:0!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;}}.mail-preview-card{margin-top:22px;}.mail-preview-box{margin-top:14px;padding:24px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;color:#334155;line-height:1.7;}.mail-preview-box p{margin:0 0 14px;}.mail-preview-box a{display:inline-block;}.mail-preview-box{background:#eef4ff!important;padding:18px!important;overflow:auto;}.mail-preview-box table{max-width:100%;}.support-v66{gap:30px!important;}.support-search-modern{min-width:min(100%,760px);}.support-search-modern select{min-height:42px;border-radius:14px;border:1px solid #e2e8f0;padding:0 12px;background:#fff;color:#334155;font-weight:800;}.support-stats-modern .stat-red i{background:#fee2e2;color:#dc2626;}.support-stats-modern .stat-red:after{background:linear-gradient(90deg,#fca5a5,#fee2e2);}.support-table-modern{min-width:0!important;width:100%!important;table-layout:fixed;}.support-table-modern th:nth-child(1),.support-table-modern td:nth-child(1){width:32%;}.support-table-modern th:nth-child(2),.support-table-modern td:nth-child(2){width:19%;}.support-table-modern th:nth-child(3),.support-table-modern td:nth-child(3){width:15%;}.support-table-modern th:nth-child(4),.support-table-modern td:nth-child(4){width:12%;}.support-table-modern th:nth-child(5),.support-table-modern td:nth-child(5){width:11%;}.support-table-modern th:nth-child(6),.support-table-modern td:nth-child(6){width:11%;}.support-row-title{display:flex;align-items:center;gap:14px;min-width:0;color:inherit;text-decoration:none;}.support-row-title > span:last-child{min-width:0;}.support-row-title strong{display:block;color:#0f172a;font-size:15px;line-height:1.26;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-row-title small{display:block;color:#64748b;font-size:12px;line-height:1.35;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-icon-box{width:58px;height:58px;flex:0 0 58px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:0 14px 26px rgba(37,99,235,.16);background:linear-gradient(135deg,#2563eb,#38bdf8);}.support-icon-box.customer_reply, .support-icon-box.open{background:linear-gradient(135deg,#f97316,#facc15);}.support-icon-box.answered{background:linear-gradient(135deg,#16a34a,#22c55e);}.support-icon-box.closed{background:linear-gradient(135deg,#64748b,#94a3b8);}.priority-pill{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:950;border:1px solid transparent;}.priority-pill.low{background:#f1f5f9;color:#475569;border-color:#e2e8f0;}.priority-pill.normal{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe;}.priority-pill.high{background:#ffedd5;color:#9a3412;border-color:#fed7aa;}.priority-pill.urgent{background:#fee2e2;color:#991b1b;border-color:#fecaca;}.status.open{background:#ffedd5;color:#9a3412;}.status.customer_reply{background:#fef3c7;color:#92400e;}.status.answered{background:#dcfce7;color:#166534;}.status.closed{background:#f1f5f9;color:#475569;}.support-admin-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:start;}.support-ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid #e2e8f0;margin-bottom:20px;}.support-ticket-head h2, .support-ticket-head h3{margin:8px 0 6px;color:#0f172a;letter-spacing:-.03em;}.support-ticket-no{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:950;font-size:12px;}.support-thread{display:flex;flex-direction:column;gap:14px;}.support-message{padding:16px;border-radius:18px;border:1px solid #e2e8f0;background:#f8fafc;}.support-message.admin{background:#eff6ff;border-color:#bfdbfe;}.support-message.customer{background:#fff;}.support-message.internal{background:#fffbeb;border-color:#fde68a;}.support-message-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#64748b;font-size:12px;font-weight:850;}.support-message-meta strong{color:#0f172a;}.support-message-body{color:#334155;line-height:1.7;font-size:14px;}.support-reply-form{margin-top:22px;padding-top:22px;border-top:1px solid #e2e8f0;}.support-admin-side{display:flex;flex-direction:column;gap:18px;}.support-side-card p{margin:0 0 10px;color:#475569;line-height:1.55;}.support-side-card h3{margin:0 0 14px;color:#0f172a;}.support-customer-page .section-head{align-items:center;}.support-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start;margin-bottom:26px;}.support-ticket-list{display:flex;flex-direction:column;gap:10px;}.support-ticket-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;color:inherit;text-decoration:none;background:#fff;transition:.16s ease;}.support-ticket-item:hover{background:#f8fbff;border-color:#bfdbfe;transform:translateY(-1px);}.support-ticket-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:#fff;font-weight:950;background:linear-gradient(135deg,#2563eb,#38bdf8);}.support-ticket-item strong{display:block;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-ticket-item small{display:block;color:#64748b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-ticket-item em{font-style:normal;}.support-form-card, .support-list-card, .support-thread-card, .support-side-card{border-radius:24px!important;}.account-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px;}.account-shortcut-card{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05);color:inherit;text-decoration:none;}.account-shortcut-card span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#eff6ff;color:#1d4ed8;font-size:20px;font-weight:950;}.account-shortcut-card strong{display:block;color:#0f172a;}.account-shortcut-card small{display:block;color:#64748b;margin-top:4px;}@media (max-width:1280px){.support-admin-detail-grid, .support-detail-grid{grid-template-columns:1fr;}.support-table-wrap{overflow-x:auto!important;}.support-table-modern{min-width:980px!important;}}@media (max-width:760px){.support-ticket-item{grid-template-columns:42px minmax(0,1fr);}.support-ticket-item em{grid-column:1/-1;justify-self:start;}.account-shortcuts{grid-template-columns:1fr;}}.sidebar-modern .side-menu a{position:relative;}.sidebar-modern .side-menu a .side-badge{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:12px;font-weight:950;box-shadow:0 8px 18px rgba(239,68,68,.28);}.support-search-modern{display:grid!important;grid-template-columns:minmax(220px,1fr) 180px 180px auto!important;align-items:center!important;gap:10px!important;padding:10px!important;min-width:min(100%,720px)!important;}.support-search-modern .search-icon{display:none!important;}.support-search-modern input, .support-search-modern select{width:100%!important;min-height:46px!important;}.support-search-modern .btn{min-height:46px!important;white-space:nowrap!important;}.dashboard-support-alert{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-radius:24px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;box-shadow:0 16px 38px rgba(249,115,22,.10);}.dashboard-support-alert strong{display:block;color:#9a3412;font-size:18px;letter-spacing:-.02em;}.dashboard-support-alert span{display:block;color:#c2410c;margin-top:5px;font-weight:800;}.dashboard-support-card{margin:0!important;}.dashboard-item-icon.support-icon{background:linear-gradient(135deg,#f97316,#facc15);}.dashboard-v48 .dashboard-stats-modern .stat-red i{background:#fee2e2;color:#dc2626;}.dashboard-v48 .dashboard-stats-modern .stat-red:after{background:linear-gradient(90deg,#fca5a5,#fee2e2);}@media (max-width:1280px){.support-search-modern{grid-template-columns:1fr 1fr!important;}}@media (max-width:760px){.support-search-modern{grid-template-columns:1fr!important;min-width:100%!important;}.dashboard-support-alert{flex-direction:column;align-items:flex-start;}}.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-table-modern th:nth-child(1),.support-table-modern td:nth-child(1){width:30%!important;}.support-table-modern th:nth-child(2),.support-table-modern td:nth-child(2){width:18%!important;}.support-table-modern th:nth-child(3),.support-table-modern td:nth-child(3){width:13%!important;}.support-table-modern th:nth-child(4),.support-table-modern td:nth-child(4){width:11%!important;}.support-table-modern th:nth-child(5),.support-table-modern td:nth-child(5){width:11%!important;}.support-table-modern th:nth-child(6),.support-table-modern td:nth-child(6){width:17%!important;}.support-table-modern .date-cell{white-space:normal!important;}.support-table-modern .date-cell strong{display:block!important;white-space:normal!important;font-size:14px!important;line-height:1.25!important;}.support-table-modern .date-cell small{display:block!important;margin-top:4px!important;color:#64748b!important;font-size:12px!important;line-height:1.2!important;}.ajax-customer-field{position:relative;}.ajax-customer-search{position:relative;}.ajax-customer-results{position:absolute;z-index:50;left:0;right:0;top:calc(100% + 8px);max-height:280px;overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:18px;box-shadow:0 24px 52px rgba(15,23,42,.16);padding:8px;}.ajax-customer-item{width:100%;display:block;text-align:left;border:0;background:#fff;border-radius:14px;padding:12px 13px;cursor:pointer;transition:.16s ease;}.ajax-customer-item:hover{background:#eff6ff;}.ajax-customer-item strong{display:block;color:#0f172a;font-size:14px;line-height:1.25;}.ajax-customer-item small{display:block;color:#64748b;margin-top:4px;font-size:12px;line-height:1.3;}.ajax-customer-empty{padding:14px;color:#64748b;font-weight:800;}.selected-customer-box{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:16px;background:#eff6ff;border:1px solid #bfdbfe;}.selected-customer-box span{color:#0f172a;font-weight:900;font-size:13px;line-height:1.35;}.selected-customer-box button{border:0;border-radius:999px;padding:7px 11px;background:#fff;color:#1d4ed8;font-weight:900;cursor:pointer;white-space:nowrap;}.selected-customer-box button:hover{background:#2563eb;color:#fff;}.customer-ajax-search{position:relative;}.customer-ajax-search .input{min-width:360px;}#customer_ajax_result{white-space:nowrap;}.customer-table tbody tr{transition:background .16s ease;}.customer-table tbody tr:hover{background:#fbfdff;}@media (max-width:760px){.customer-ajax-search{grid-template-columns:1fr!important;}.customer-ajax-search .input{min-width:0!important;width:100%!important;}.customer-ajax-search .btn{width:100%;}}.support-ajax-search{grid-template-columns:minmax(0,1.25fr) minmax(150px,.8fr) minmax(150px,.8fr) auto auto!important;}.support-ajax-search .btn.secondary{background:#fff!important;}#support_ajax_result{white-space:nowrap;}@media (max-width:1480px){.support-ajax-search{grid-template-columns:minmax(0,1fr) minmax(150px,.75fr) minmax(150px,.75fr) auto auto!important;}}@media (max-width:980px){.support-ajax-search{grid-template-columns:1fr 1fr!important;}.support-ajax-search .btn{width:100%!important;}}@media (max-width:760px){.support-ajax-search{grid-template-columns:1fr!important;}}.support-live-input-wrap{position:relative;min-width:0;}.support-live-input-wrap .input{width:100%;}.support-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:70;max-height:340px;overflow:auto;padding:8px;border-radius:18px;border:1px solid #dbeafe;background:#fff;box-shadow:0 24px 52px rgba(15,23,42,.18);}.support-suggestion-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;padding:12px 13px;border-radius:14px;text-decoration:none;color:inherit;transition:.16s ease;}.support-suggestion-item:hover{background:#eff6ff;}.support-suggestion-item strong{color:#0f172a;font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-suggestion-item small{grid-column:1 / -1;color:#64748b;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.support-suggestion-item em{font-style:normal;color:#1d4ed8;font-size:12px;font-weight:900;white-space:nowrap;}@media (max-width:760px){.support-search-suggestions{max-height:280px;}.support-suggestion-item{grid-template-columns:1fr;}}.support-v66 .product-page-head, .support-v66 .product-search-modern, .support-v66 .support-ajax-search, .support-v66 .support-live-input-wrap{overflow:visible!important;}.support-v66 .product-page-head{position:relative!important;z-index:80!important;}.support-v66 .support-ajax-search{position:relative!important;z-index:90!important;}.support-v66 .support-live-input-wrap{position:relative!important;z-index:100!important;}.support-v66 .support-search-suggestions{z-index:9999!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:min(520px, 92vw)!important;max-height:360px!important;overflow:auto!important;background:#fff!important;border:1px solid #bfdbfe!important;box-shadow:0 28px 70px rgba(15,23,42,.24)!important;}.support-v66 .product-stats, .support-v66 .support-stats-modern, .support-v66 .support-list-modern{position:relative!important;z-index:1!important;}@media (max-width:760px){.support-v66 .support-search-suggestions{width:100%!important;max-height:300px!important;}}.support-v66 .support-search-suggestions{position:fixed!important;z-index:2147483647!important;right:auto!important;max-height:360px!important;overflow:auto!important;background:#ffffff!important;border:1px solid #bfdbfe!important;box-shadow:0 28px 80px rgba(15,23,42,.32)!important;border-radius:18px!important;transform:none!important;}.support-v66 .support-live-input-wrap{position:relative!important;z-index:auto!important;}.support-v66 .support-search-suggestions[hidden]{display:none!important;}.support-v66 .product-page-head{grid-template-columns:1fr!important;}.support-v66 .support-stats-modern{margin:0!important;}.support-filter-card{overflow:visible!important;position:relative!important;z-index:80!important;padding:26px 28px!important;}.support-filter-head{margin-bottom:18px!important;}.support-filter-head h2{margin:0!important;color:#0f172a;font-size:24px;letter-spacing:-.035em;}.support-filter-card .support-ajax-search{width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important;box-shadow:none!important;border:1px solid #e2e8f0!important;background:#f8fbff!important;}.support-filter-card .support-live-input-wrap{min-width:0!important;}.support-filter-card .support-search-suggestions{z-index:2147483647!important;}@media (max-width:980px){.support-filter-card{padding:20px!important;}}.support-filter-card{padding:28px 28px 26px!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;border:1px solid #e8eef7!important;box-shadow:0 18px 42px rgba(15,23,42,.06)!important;}.support-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px!important;}.support-filter-head p{max-width:780px;}.support-filter-card .support-ajax-search.support-ajax-search-clean{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(190px,.8fr) minmax(190px,.8fr) auto!important;gap:16px!important;align-items:end!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}.support-filter-card .support-search-block{display:flex;flex-direction:column;gap:8px;min-width:0;}.support-filter-card .support-search-block label{font-size:12px;line-height:1;color:#64748b;font-weight:900;letter-spacing:.03em;text-transform:uppercase;padding-left:2px;}.support-filter-card .support-search-block select, .support-filter-card .support-search-block .input{min-height:54px!important;border-radius:18px!important;border:1px solid #dbe4f0!important;background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;}.support-filter-card .support-search-block-main .input{padding-left:44px!important;}.support-filter-card .support-live-input-wrap{position:relative!important;min-width:0!important;}.support-filter-card .support-search-mini-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;font-size:16px;font-weight:700;pointer-events:none;z-index:2;}.support-filter-card .support-search-actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;min-width:max-content;}.support-filter-card .support-search-actions .btn{min-height:54px!important;padding:0 20px!important;border-radius:18px!important;font-weight:900!important;}.support-filter-card .support-search-actions .btn.secondary{background:#fff!important;color:#0f172a!important;border:1px solid #dbe4f0!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;}.support-filter-card .support-search-actions .btn.secondary:hover{background:#f8fafc!important;}.support-filter-card .support-search-suggestions{top:calc(100% + 10px)!important;}@media (max-width:1380px){.support-filter-card .support-ajax-search.support-ajax-search-clean{grid-template-columns:minmax(0,1fr) minmax(180px,.8fr) minmax(180px,.8fr)!important;}.support-filter-card .support-search-actions{grid-column:1 / -1;justify-content:flex-end;}}@media (max-width:980px){.support-filter-card{padding:22px!important;}.support-filter-card .support-ajax-search.support-ajax-search-clean{grid-template-columns:1fr 1fr!important;}.support-filter-card .support-search-block-main{grid-column:1 / -1;}.support-filter-card .support-search-actions{grid-column:1 / -1;justify-content:stretch;}}@media (max-width:760px){.support-filter-card .support-ajax-search.support-ajax-search-clean{grid-template-columns:1fr!important;gap:14px!important;}.support-filter-card .support-search-block-main, .support-filter-card .support-search-actions{grid-column:auto;}.support-filter-card .support-search-actions{flex-direction:column;min-width:0;}.support-filter-card .support-search-actions .btn{width:100%;}}.support-filter-head p.muted{margin-top:10px!important;margin-bottom:12px!important;line-height:1.55!important;}.support-filter-head{margin-bottom:22px!important;}.settings-subnav-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 28px;margin-bottom:28px;border-radius:26px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:0 18px 42px rgba(15,23,42,.06);}.settings-subnav-card h2{margin:8px 0 6px;color:#0f172a;letter-spacing:-.035em;}.settings-subnav-card p{margin:0;color:#64748b;line-height:1.55;}.settings-subnav-actions{display:flex;gap:10px;flex-wrap:wrap;}.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;}.sticky-save-bar{position:sticky;bottom:18px;z-index:40;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 18px 52px rgba(15,23,42,.16);backdrop-filter:blur(12px);}.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){.settings-subnav-card, .home-bottom-cta{flex-direction:column;align-items:flex-start;}.sticky-save-bar{flex-direction:column;align-items:stretch;}.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;}.sticky-save-bar{bottom:22px!important;padding:16px 18px!important;border-radius:24px!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%);}.sticky-save-bar{justify-content:space-between!important;}.sticky-save-bar:before{content:"Kaydetmeden çıkmadan önce değişikliklerini kontrol et.";color:#64748b;font-weight:800;font-size:13px;}@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;}}@media (max-width:900px){.sticky-save-bar{justify-content:stretch!important;}.sticky-save-bar:before{display:block;margin-bottom:2px;}}.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, .footer-cta-title{display:block;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;}.menu-settings-page{display:flex;flex-direction:column;gap:28px;}.menu-builder-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start;}.menu-builder-sidebar, .menu-builder-main, .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-panel-title{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e2e8f0;}.menu-panel-title h2{margin:8px 0 6px;color:#0f172a;letter-spacing:-.035em;}.quick-page-list{display:flex;flex-direction:column;gap:10px;}.quick-page-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:13px 14px;border-radius:16px;border:1px solid #dbeafe;background:#f8fbff;cursor:pointer;text-align:left;transition:.16s ease;}.quick-page-item:hover{background:#eff6ff;transform:translateY(-1px);}.quick-page-item strong{color:#0f172a;}.quick-page-item small{color:#64748b;font-weight:800;}.custom-link-box{margin-top:22px;padding-top:20px;border-top:1px solid #e2e8f0;}.custom-link-box h3{margin:0 0 14px;color:#0f172a;}.menu-builder-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}.menu-builder-list{display:flex;flex-direction:column;gap:14px;}.menu-item-editor{border:1px solid #dbeafe;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.04);}.menu-item-editor.disabled{opacity:.62;}.menu-item-summary{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;background:#f8fbff;border-bottom:1px solid #e2e8f0;}.menu-drag{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#1d4ed8;font-weight:950;cursor:grab;}.menu-summary-text strong{display:block;color:#0f172a;}.menu-summary-text small{display:block;color:#64748b;margin-top:3px;font-weight:800;}.menu-item-actions{display:flex;gap:6px;}.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;}.menu-item-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;}.menu-check{display:flex;align-items:center;gap:8px;font-weight:900;color:#334155;padding:12px 14px;border-radius:16px;background:#f8fafc;}.menu-builder-help{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;color:#64748b;}.menu-builder-help span{padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900;font-size:12px;}.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){.menu-builder-grid, .home-value-grid, .home-process-grid, .footer-grid-premium{grid-template-columns:1fr;}.footer-cta, .footer-bottom{flex-direction:column;align-items:flex-start;}.menu-item-fields, .footer-form-grid{grid-template-columns:1fr!important;}}@media (max-width:760px){.menu-item-summary{grid-template-columns:42px minmax(0,1fr);}.menu-item-actions{grid-column:1/-1;justify-content:flex-end;}}.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;}}.feature-chip-grid{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0;}.feature-chip-grid span{display:inline-flex;padding:10px 13px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-weight:900;}.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;}.compare-card{overflow:auto;}.compare-table th,.compare-table td{min-width:180px;vertical-align:top;}.coupon-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin:18px 0;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px;}.media-card{border:1px solid #e2e8f0;border-radius:20px;background:#fff;padding:12px;display:grid;gap:10px;}.media-card img{width:100%;height:150px;object-fit:cover;border-radius:16px;background:#f1f5f9;}.timeline-list{display:grid;gap:10px;margin:14px 0;}.timeline-item{padding:14px 16px;border-radius:18px;border:1px solid #e2e8f0;background:#fff;}.timeline-item strong{display:block;color:#0f172a;}.timeline-item small{display:block;color:#64748b;margin:4px 0;}.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;}.coupon-box{grid-template-columns:1fr;}.compare-table th,.compare-table td{min-width:150px;}}.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{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px;margin:18px 0;border:1px solid #bfdbfe;border-radius:22px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);box-shadow:0 14px 34px rgba(37,99,235,.08);cursor:pointer;}.setup-addon-box input{width:20px;height:20px;accent-color:#2563eb;}.setup-addon-check{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 12px 26px rgba(37,99,235,.22);}.setup-addon-copy strong{display:block;color:#0f172a;font-size:17px;letter-spacing:-.02em;margin-bottom:4px;}.setup-addon-copy em{display:block;color:#64748b;font-style:normal;line-height:1.55;}.setup-addon-box b{color:#0f172a;font-size:18px;white-space:nowrap;}.addon-line{display:inline-block;margin-top:5px;color:#2563eb;font-weight:850;}.field-full{grid-column:1/-1;}@media (max-width:760px){.setup-addon-box{grid-template-columns:auto minmax(0,1fr);}.setup-addon-check{display:none;}.setup-addon-box b{grid-column:1/-1;margin-left:34px;}}.cart-row-with-addon{align-items:flex-start!important;gap:22px!important;}.cart-item-main{flex:1;min-width:0;}.cart-item-price{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:170px;}.cart-item-price small{color:#2563eb;font-weight:850;}.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-row-with-addon{flex-direction:column!important;}.cart-item-price{width:100%;align-items:flex-start;}.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-addon-row{margin-left:32px;border-left:4px solid #38bdf8!important;background:linear-gradient(135deg,#f0f9ff 0%,#ffffff 100%)!important;}.cart-addon-row .cart-item-main strong, .cart-addon-row td:first-child{color:#075985;}.cart-vat-summary{margin:22px 0;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);}.cart-vat-summary p{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:8px 0;border-bottom:1px solid #edf2f7;color:#475569;}.cart-vat-summary p strong{color:#0f172a;}.cart-vat-summary h3{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 0 2px;padding-top:4px;color:#0f172a;}.cart-vat-summary h3 strong{font-size:1.15em;}.cart-vat-summary small{display:block;margin-top:8px;color:#64748b;font-weight:700;}@media (max-width:760px){.cart-addon-row{margin-left:0;}.cart-vat-summary p, .cart-vat-summary h3{align-items:flex-start;flex-direction:column;gap:4px;}}.cart-page{padding-top:56px;}.cart-page-head{align-items:center;margin-bottom:28px;}.cart-page-head .badge{margin-bottom:12px;}.cart-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.58fr);gap:24px;align-items:start;}.cart-items-card, .cart-summary-card{border-radius:28px;box-shadow:0 18px 48px rgba(15,23,42,.07);border:1px solid rgba(226,232,240,.95);}.cart-card-head, .cart-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;}.cart-card-head h3, .cart-summary-head h3{margin:0 0 6px;font-size:24px;letter-spacing:-.03em;color:#0f172a;}.cart-card-head p, .cart-summary-head p{margin:0;color:#64748b;}.cart-head-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:13px;white-space:nowrap;}.cart-items-list{display:grid;gap:18px;}.cart-item-card{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;padding:18px;border-radius:24px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 8px 24px rgba(15,23,42,.04);}.cart-item-visual{min-height:128px;border-radius:20px;background-size:cover;background-position:center;background-color:#dbeafe;border:1px solid #dbeafe;}.cart-item-content{min-width:0;display:grid;gap:14px;}.cart-item-top{display:flex;justify-content:space-between;gap:18px;}.cart-item-top h4{margin:6px 0 6px;font-size:24px;line-height:1.15;letter-spacing:-.03em;color:#0f172a;}.cart-item-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}.cart-item-total{text-align:right;min-width:160px;}.cart-item-total strong, .cart-addon-side strong{display:block;font-size:28px;line-height:1;color:#0f172a;letter-spacing:-.04em;}.cart-item-total small, .cart-addon-side small{display:block;margin-top:6px;color:#2563eb;font-weight:800;}.cart-addon-offer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px dashed #bfdbfe;border-radius:20px;background:#f8fbff;}.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-addon-offer span{display:grid;gap:4px;}.cart-addon-offer b, .cart-addon-offer strong{color:#0f172a;}.cart-addon-offer em{color:#64748b;font-style:normal;line-height:1.5;}.cart-item-actions{display:flex;gap:10px;flex-wrap:wrap;}.cart-addon-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-left:0;padding:16px 18px;border-left:none!important;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%)!important;}.cart-addon-meta{display:grid;gap:4px;}.cart-addon-badge{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}.cart-addon-meta strong{font-size:18px;color:#0f172a!important;}.cart-addon-meta small{color:#64748b;}.cart-addon-side{min-width:175px;text-align:right;}.cart-summary-card{position:sticky;top:98px;}.cart-summary-total{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:18px;font-weight:900;box-shadow:0 16px 28px rgba(37,99,235,.24);}.cart-coupon-box{grid-template-columns:minmax(0,1fr);gap:12px;margin:0 0 18px;padding:16px;background:#f8fbff;}.cart-coupon-box .btn{width:100%;}.cart-vat-summary{margin:0;padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:none;}.cart-vat-summary p{padding:12px 0;}.cart-vat-summary h3{margin:14px 0 0;padding-top:12px;border-top:1px solid #e2e8f0;}.cart-summary-actions{display:grid;gap:12px;margin-top:18px;}.cart-summary-actions .btn{width:100%;}.cart-empty-state{padding:44px 26px;text-align:center;}.cart-empty-icon{width:78px;height:78px;margin:0 auto 18px;display:grid;place-items:center;border-radius:24px;font-size:38px;background:linear-gradient(135deg,#eff6ff,#dbeafe);}.cart-empty-state h3{margin:0 0 10px;font-size:28px;letter-spacing:-.03em;}.cart-empty-state .btn{margin-top:12px;}@media (max-width:960px){.cart-layout{grid-template-columns:1fr;}.cart-summary-card{position:static;}}@media (max-width:760px){.cart-page{padding-top:40px;}.cart-page-head, .cart-card-head, .cart-summary-head, .cart-item-top, .cart-addon-row{flex-direction:column;align-items:flex-start;}.cart-item-card{grid-template-columns:1fr;}.cart-item-visual{min-height:190px;}.cart-item-total, .cart-addon-side{min-width:0;text-align:left;}.cart-addon-offer{flex-direction:column;align-items:flex-start;}.cart-head-pill, .cart-summary-total{white-space:normal;}}.cart-vat-summary .is-hidden{display:none!important;}.cart-coupon-live-message{display:block;min-height:20px;margin-top:6px;font-size:13px;font-weight:800;color:#64748b;}.cart-coupon-live-message.valid{color:#16a34a;}.cart-coupon-live-message.invalid{color:#dc2626;}.cart-coupon-live-message.loading{color:#2563eb;}.cart-coupon-box button:disabled{opacity:.65;cursor:not-allowed;}.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);}.cart-item-card{grid-template-columns:220px minmax(0,1fr)!important;gap:24px!important;padding:22px!important;}.cart-item-visual{min-height:300px!important;border-radius:24px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center center!important;background-color:#ffffff!important;border:1px solid #dbeafe!important;box-shadow:inset 0 0 0 1px rgba(226,232,240,.55), 0 12px 26px rgba(15,23,42,.06);}.cart-item-content{align-content:start;}.cart-item-top{align-items:flex-start;}.cart-addon-row{margin-top:4px;}.cart-coupon-live-message{padding:0!important;text-decoration:none!important;}.cart-coupon-live-message::selection{background:transparent;}@media (max-width:1100px){.cart-item-card{grid-template-columns:190px minmax(0,1fr)!important;}.cart-item-visual{min-height:260px!important;}}@media (max-width:760px){.cart-item-card{grid-template-columns:1fr!important;}.cart-item-visual{min-height:260px!important;background-size:contain!important;}.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-items-card{padding:24px!important;}.cart-item-card{grid-template-columns:152px minmax(0,1fr)!important;gap:20px!important;align-items:start!important;padding:18px!important;}.cart-item-visual{width:152px!important;min-height:118px!important;height:118px!important;align-self:start!important;border-radius:20px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center center!important;background-color:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important;}.cart-item-top h4{max-width:420px;font-size:23px!important;}.cart-item-total strong{font-size:26px!important;}.cart-addon-row{position:relative;display:grid!important;grid-template-columns:46px minmax(0,1fr) auto;align-items:center!important;gap:14px!important;margin-top:8px!important;padding:16px!important;border:1px solid #dbeafe!important;border-left:1px solid #dbeafe!important;border-radius:20px!important;background:linear-gradient(135deg,#f0f7ff 0%,#ffffff 100%)!important;box-shadow:0 8px 20px rgba(37,99,235,.045);}.cart-addon-row::before{content:"✓";width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:20px;font-weight:950;box-shadow:0 12px 24px rgba(37,99,235,.20);}.cart-addon-meta{min-width:0;}.cart-addon-meta strong{display:block;color:#0f172a!important;font-size:18px;line-height:1.2;}.cart-addon-meta small{display:block;color:#64748b;margin-top:3px;}.cart-addon-badge{display:none!important;}.cart-addon-side{min-width:150px!important;}.cart-addon-side strong{font-size:24px!important;}.cart-coupon-live-message{padding:0!important;text-decoration:none!important;background:transparent!important;}.cart-coupon-live-message.invalid, .cart-coupon-live-message.valid, .cart-coupon-live-message.loading{background:transparent!important;}@media (max-width:900px){.cart-item-card{grid-template-columns:132px minmax(0,1fr)!important;}.cart-item-visual{width:132px!important;height:108px!important;min-height:108px!important;}.cart-addon-row{grid-template-columns:42px minmax(0,1fr);}.cart-addon-side{grid-column:2;text-align:left!important;}}@media (max-width:760px){.cart-item-card{grid-template-columns:1fr!important;}.cart-item-visual{width:100%!important;height:180px!important;min-height:180px!important;}}.cart-addon-suggestion{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:16px!important;border:1px dashed #bfdbfe!important;border-radius:20px!important;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;}.cart-addon-suggestion label, .cart-addon-suggestion input[type="checkbox"]{display:none!important;}.cart-addon-suggestion-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;color:#2563eb;font-size:26px;font-weight:950;border:1px solid #bfdbfe;}.cart-addon-suggestion-copy{display:grid;gap:4px;min-width:0;}.cart-addon-suggestion-copy strong{color:#0f172a;font-size:17px;line-height:1.25;}.cart-addon-suggestion-copy em{color:#64748b;font-style:normal;line-height:1.45;}.cart-addon-suggestion-side{display:grid;gap:8px;justify-items:end;min-width:155px;}.cart-addon-suggestion-side strong{color:#0f172a;font-size:18px;}@media (max-width:760px){.cart-addon-suggestion{grid-template-columns:42px minmax(0,1fr)!important;}.cart-addon-suggestion-side{grid-column:2;justify-items:start;min-width:0;}}.cart-layout{align-items:start;gap:28px;}.cart-items-card,.cart-summary-card{border-radius:28px;box-shadow:0 18px 40px rgba(15,23,42,.05);}.cart-items-list{display:grid;gap:18px;}.cart-item-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:22px;align-items:start;padding:20px;border:1px solid #dbe6f3;border-radius:24px;background:#fff;}.cart-item-visual{width:150px;min-width:150px;height:180px;border-radius:22px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#f8fbff;border:1px solid #d9e7f7;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);}.cart-item-content{display:grid;gap:16px;min-width:0;}.cart-item-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;}.cart-item-top h4{font-size:20px;line-height:1.25;margin:6px 0 8px;max-width:540px;}.cart-item-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}.cart-item-total{display:grid;justify-items:end;align-content:start;gap:4px;min-width:145px;}.cart-item-total strong{font-size:20px;line-height:1.1;color:#0f172a;}.cart-item-total small{font-size:13px;color:#2563eb;font-weight:700;}.cart-item-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px;}.cart-item-actions .btn,.cart-item-actions .inline-form{margin:0;}.cart-addon-suggestion, .cart-addon-row{margin-top:0;display:grid!important;grid-template-columns:52px minmax(0,1fr) auto;gap:16px!important;align-items:center!important;padding:16px 18px!important;border-radius:22px!important;}.cart-addon-suggestion{border:1px dashed #bfdbfe!important;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;}.cart-addon-row{border:1px solid #dbeafe!important;background:#f8fbff!important;}.cart-addon-suggestion-icon{width:52px;height:52px;border-radius:18px;font-size:28px;font-weight:900;}.cart-addon-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;}.cart-addon-suggestion-copy,.cart-addon-meta{display:grid;gap:4px;min-width:0;}.cart-addon-suggestion-copy strong,.cart-addon-meta strong{font-size:17px;line-height:1.3;color:#0f172a;}.cart-addon-suggestion-copy em,.cart-addon-meta small{font-size:14px;line-height:1.55;color:#64748b;font-style:normal;max-width:440px;}.cart-addon-suggestion-side,.cart-addon-side{display:grid;gap:8px;justify-items:end;align-content:center;min-width:170px;}.cart-addon-suggestion-side strong,.cart-addon-side strong{font-size:18px;line-height:1.15;color:#0f172a;}.cart-addon-side small{font-size:13px;color:#2563eb;font-weight:700;}.cart-summary-head{align-items:start;gap:16px;}.cart-summary-total{min-width:120px;text-align:left;padding:12px 16px;border-radius:18px;line-height:1.1;}.cart-summary-card .coupon-box{margin-bottom:18px;}@media (max-width: 980px){.cart-item-card{grid-template-columns:1fr;}.cart-item-visual{width:100%;min-width:0;height:220px;}.cart-item-top{grid-template-columns:1fr;}.cart-item-total{justify-items:start;min-width:0;}}@media (max-width: 760px){.cart-addon-suggestion, .cart-addon-row{grid-template-columns:1fr!important;padding:14px!important;}.cart-addon-suggestion-icon{display:none;}.cart-addon-suggestion-side,.cart-addon-side{justify-items:start;min-width: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-suggestion, .cart-addon-row{width:100%;grid-template-columns:minmax(0,1fr) auto;gap:14px!important;}.cart-addon-suggestion-copy, .cart-addon-meta{background:transparent;gap:6px;}.cart-addon-copy-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}.cart-addon-inline-icon{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:19px;line-height:1;box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);}.cart-addon-badge{margin-bottom:0;}.cart-addon-suggestion-copy strong,.cart-addon-meta strong{font-size:16px;}.cart-addon-suggestion-copy em,.cart-addon-meta small{max-width:none;}.cart-addon-suggestion-side,.cart-addon-side{min-width:160px;}.cart-addon-row{padding:14px 16px!important;}.cart-addon-suggestion{padding:14px 16px!important;}@media (max-width:760px){.cart-addon-suggestion, .cart-addon-row{grid-template-columns:1fr!important;}.cart-addon-suggestion-side,.cart-addon-side{justify-items:start;min-width:0;}}.cart-item-stack{display:grid;gap:14px;}.cart-items-list{display:grid;gap:22px;}.cart-addon-card{border-style:dashed;border-color:#d8e5f6;background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);}.cart-addon-card-selected{background:linear-gradient(180deg,#f9fbff 0%,#f3f8ff 100%);border-style:solid;}.cart-addon-visual{width:150px;min-width:150px;height:180px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef5ff 0%,#dcecff 100%);border:1px solid #d9e7f7;}.cart-addon-visual-active{background:linear-gradient(135deg,#e8fff2 0%,#dff7ea 100%);border-color:#c7ebd4;}.cart-addon-visual-icon{width:72px;height:72px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:30px;line-height:1;color:#1d4ed8;background:#fff;box-shadow:0 14px 28px rgba(37,99,235,.14);}.cart-addon-visual-active .cart-addon-visual-icon{color:#16a34a;box-shadow:0 14px 28px rgba(34,197,94,.14);}.cart-addon-card .cart-item-kicker{background:#eef4ff;color:#2563eb;}.cart-addon-card .cart-item-top h4{max-width:none;margin-bottom:6px;}.cart-addon-card-content{gap:14px;}.cart-addon-note{margin-top:8px;}.cart-addon-card .cart-item-actions{padding-top:0;}@media (max-width:980px){.cart-addon-visual{width:100%;min-width:0;height:120px;}}.cart-qty-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px;}.cart-qty-control{display:inline-flex;align-items:center;gap:0;height:38px;border:1px solid #dbeafe;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.04);}.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;}.cart-qty-btn{width:38px;height:38px;border:0;background:#eff6ff;color:#2563eb;font-size:20px;font-weight:950;line-height:1;cursor:pointer;transition:.16s ease;}.cart-qty-btn:hover{background:#2563eb;color:#fff;}.cart-item-top h4{margin-bottom:6px;}@media (max-width:760px){.cart-qty-row{align-items:flex-start;flex-direction:column;gap:8px;}}.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%;}.table-wrap, .product-table-modern-wrap, .customer-table-wrap, .support-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}@media (max-width:1024px){.container{width:min(94%, 960px);}.hero-grid, .product-detail, .footer-grid, .cart-layout{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;}.cart-summary-card{position:static!important;}}@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, .admin-grid, .customer-stats, .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;}.cart-item-card{grid-template-columns:1fr!important;padding:16px!important;}.cart-item-visual, .cart-addon-visual{width:100%!important;min-width:0!important;height:190px!important;}.cart-item-top{grid-template-columns:1fr!important;}.cart-item-total{justify-items:start!important;text-align:left!important;min-width:0!important;}.cart-summary-head{flex-direction:column!important;}.cart-summary-total{width:100%;justify-content:center;}.footer-grid{gap:18px!important;}.admin-shell{display:block!important;}.sidebar{position:relative!important;height:auto!important;}.admin-main{padding: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%;}.cart-item-actions, .actions, .product-footer{flex-direction:column!important;align-items:stretch!important;}.cart-item-actions .btn, .cart-item-actions .inline-form, .cart-item-actions form, .cart-item-actions button{width:100%!important;}.table{min-width:720px;}}.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;}}.media-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;}.media-source-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.media-source-card{min-height:92px;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;}.media-source-card:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 16px 34px rgba(37,99,235,.10);}.media-source-card input[type="file"]{display:none!important;}.media-source-card strong{display:block;font-size:14px;line-height:1.2;}.media-source-card em{display:block;margin-top:4px;color:#64748b;font-size:12px;font-style:normal;line-height:1.35;}.media-source-icon, .pretty-file-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#2563eb;font-weight:950;}.media-source-card.device .media-source-icon, .media-source-card.device .pretty-file-icon{background:#ecfdf5;color:#16a34a;}.media-source-grid.compact .media-source-card{min-height:64px;padding:10px 12px;}.media-source-grid.compact .media-source-card em, .media-source-grid.compact .media-source-card small{display:none;}.media-source-grid.compact .media-source-icon, .media-source-grid.compact .pretty-file-icon{width:34px;height:34px;flex-basis:34px;}.media-source-grid-home{margin-top:14px;}.admin-media-picker{position:fixed;inset:0;z-index:100000;display:none;}.admin-media-picker.is-open{display:block;}.admin-media-picker-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(6px);}.admin-media-picker-panel{position:absolute;top:50%;left:50%;width:min(1060px, calc(100vw - 34px));max-height:min(760px, calc(100vh - 42px));transform:translate(-50%,-50%);border-radius:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 30px 90px rgba(15,23,42,.22);display:flex;flex-direction:column;overflow:hidden;}.admin-media-picker-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);}.admin-media-picker-head strong{display:block;font-size:22px;color:#0f172a;}.admin-media-picker-head span{display:block;margin-top:4px;color:#64748b;}.admin-media-picker-close{width:42px;height:42px;border:0;border-radius:14px;background:#fee2e2;color:#991b1b;font-size:26px;font-weight:900;cursor:pointer;}.admin-media-picker-search{display:flex;gap:12px;padding:16px 22px;border-bottom:1px solid #edf2f7;}.admin-media-picker-search .input{flex:1;}.admin-media-picker-grid{padding:20px 22px 24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;overflow:auto;}.admin-media-picker-item{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden;text-align:left;cursor:pointer;padding:0;box-shadow:0 8px 20px rgba(15,23,42,.045);transition:.16s ease;}.admin-media-picker-item:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:0 16px 32px rgba(37,99,235,.12);}.admin-media-picker-item img{width:100%;height:118px;object-fit:cover;display:block;background:#eff6ff;}.admin-media-picker-item span{display:block;padding:9px 10px;font-size:12px;color:#334155;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.admin-media-empty{grid-column:1 / -1;padding:34px;border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc;text-align:center;}.admin-media-empty strong{display:block;font-size:20px;margin-bottom:8px;}.media-card img{background:#eff6ff;}@media (max-width:900px){.admin-media-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.media-source-grid{grid-template-columns:1fr;}}@media (max-width:560px){.admin-media-picker-panel{width:calc(100vw - 18px);max-height:calc(100vh - 18px);border-radius:20px;}.admin-media-picker-search{flex-direction:column;}.admin-media-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px;}.admin-media-picker-item img{height:96px;}}.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;}}.dashboard-earnings-card{position:relative;overflow:hidden;isolation:isolate;min-width:320px;min-height:252px;padding:24px!important;display:flex!important;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.30), transparent 34%),
        linear-gradient(135deg,#2563eb 0%,#38bdf8 100%)!important;color:#fff!important;border:0!important;box-shadow:0 24px 56px rgba(37,99,235,.28)!important;}.dashboard-earnings-card::before, .dashboard-earnings-card::after{content:"";position:absolute;border-radius:999px;pointer-events:none;}.dashboard-earnings-card::before{right:-42px;bottom:-54px;width:150px;height:150px;background:rgba(255,255,255,.15);}.dashboard-earnings-card::after{left:-26px;top:-28px;width:110px;height:110px;background:rgba(255,255,255,.09);}.dashboard-earnings-card .earning-slide{position:absolute;left:24px;right:24px;top:24px;bottom:92px;opacity:0;transform:translateY(12px) scale(.985);transition:opacity .45s ease, transform .45s cubic-bezier(.2,.8,.2,1);pointer-events:none;display:flex;flex-direction:column;justify-content:flex-start;}.dashboard-earnings-card .earning-slide.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}.dashboard-earnings-card .earning-slide-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;}.dashboard-earnings-card .earning-slide span{display:inline-flex;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.17);color:#fff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}.dashboard-earnings-card .earning-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;font-size:20px;color:#fff;background:rgba(255,255,255,.16);box-shadow:0 14px 28px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.28);animation:earnFloat 3.6s ease-in-out infinite;}.dashboard-earnings-card .earning-icon.icon-day{background:linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,.12));}.dashboard-earnings-card .earning-icon.icon-week{background:linear-gradient(135deg,rgba(168,85,247,.48),rgba(255,255,255,.12));}.dashboard-earnings-card .earning-icon.icon-month{background:linear-gradient(135deg,rgba(16,185,129,.44),rgba(255,255,255,.14));}.dashboard-earnings-card .earning-slide strong{display:block;margin:0 0 10px;color:#fff;font-size:36px;line-height:1.05;letter-spacing:-.05em;}.dashboard-earnings-card .earning-trend{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-bottom:12px;padding:8px 13px;border-radius:999px;font-weight:900;font-size:13px;letter-spacing:.01em;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 24px rgba(15,23,42,.12);}.dashboard-earnings-card .earning-trend i{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;font-style:normal;font-size:12px;background:rgba(255,255,255,.18);}.dashboard-earnings-card .earning-trend.up{background:linear-gradient(135deg,rgba(22,163,74,.38),rgba(34,197,94,.20));color:#effff6;}.dashboard-earnings-card .earning-trend.down{background:linear-gradient(135deg,rgba(239,68,68,.36),rgba(248,113,113,.20));color:#fff5f5;}.dashboard-earnings-card .earning-trend.flat{background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.12));color:#ffffff;}.dashboard-earnings-card .earning-trend em{font-style:normal;}.dashboard-earnings-card .earning-spark-wrap{margin:0 0 10px;padding:10px 12px 8px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);}.dashboard-earnings-card .earning-spark-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}.dashboard-earnings-card .earning-spark-head span, .dashboard-earnings-card .earning-spark-head b{padding:0;background:none;border-radius:0;text-transform:none;letter-spacing:0;}.dashboard-earnings-card .earning-spark-head span{font-size:12px;font-weight:800;color:rgba(255,255,255,.88);}.dashboard-earnings-card .earning-spark-head b{font-size:12px;font-weight:900;color:#fff;}.dashboard-earnings-card .earning-sparkline{display:block;width:100%;height:44px;}.dashboard-earnings-card .earning-sparkline polyline{fill:none;stroke:#ffffff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 6px 10px rgba(15,23,42,.18));}.dashboard-earnings-card .earning-slide small{display:block;color:rgba(255,255,255,.92);font-weight:750;line-height:1.42;max-width:100%;}.earning-tabs{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;padding:7px;border-radius:18px;background:rgba(15,23,42,.16);backdrop-filter:blur(8px);}.earning-tabs button{height:36px;border:0;border-radius:13px;background:transparent;color:rgba(255,255,255,.8);font-weight:900;cursor:pointer;transition:.18s ease;}.earning-tabs button.is-active{background:#fff;color:#2563eb;box-shadow:0 10px 22px rgba(15,23,42,.14);}@keyframes earnFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}@media (max-width:760px){.dashboard-earnings-card{width:100%;min-width:0;min-height:242px;}.dashboard-earnings-card .earning-slide{bottom:92px;}.dashboard-earnings-card .earning-slide strong{font-size:29px;}.dashboard-earnings-card .earning-slide small{font-size:13px;}.dashboard-earnings-card .earning-icon{width:40px;height:40px;font-size:18px;border-radius:14px;}.dashboard-earnings-card .earning-spark-wrap{padding:8px 10px 6px;}}.dashboard-earnings-card{min-height:284px!important;}.dashboard-earnings-card.is-refreshing::before{animation:earningPulse 1.1s ease-in-out infinite;}.earning-live-dot{position:absolute;right:18px;top:18px;z-index:3;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:rgba(15,23,42,.18);color:#fff;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(8px);}.earning-live-dot span{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.16);animation:liveDot 1.4s ease-in-out infinite;}.dashboard-earnings-card .earning-slide{bottom:92px!important;}.dashboard-earnings-card .earning-slide strong{font-size:34px!important;margin-bottom:8px!important;}.dashboard-earnings-card .earning-trend{margin-bottom:10px!important;}.dashboard-earnings-card .earning-trend.u, .dashboard-earnings-card .earning-trend u{text-decoration:none;}.dashboard-earnings-card .earning-trend u{opacity:.92;font-size:12px;font-weight:850;}.dashboard-earnings-card .earning-trend.up{background:linear-gradient(135deg,rgba(22,163,74,.46),rgba(34,197,94,.22))!important;border-color:rgba(187,247,208,.34)!important;}.dashboard-earnings-card .earning-trend.down{background:linear-gradient(135deg,rgba(220,38,38,.46),rgba(248,113,113,.22))!important;border-color:rgba(254,202,202,.34)!important;}.earning-chart-grid{display:grid;grid-template-columns:1fr 92px;gap:10px;align-items:stretch;margin-bottom:8px;}.dashboard-earnings-card .earning-spark-wrap{margin:0!important;padding:9px 11px 7px!important;}.earning-bars{height:82px;display:flex;align-items:flex-end;gap:5px;padding:10px 9px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);}.earning-bars span{flex:1;min-width:5px;height:var(--bar);border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#fff,rgba(255,255,255,.42));box-shadow:0 6px 14px rgba(15,23,42,.12);transform-origin:bottom;animation:barGrow .6s cubic-bezier(.2,.8,.2,1) both;}.dashboard-earnings-card .earning-sparkline{height:38px!important;}.dashboard-earnings-card .earning-slide small{font-size:12.5px!important;}@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;}}@media (max-width:760px){.dashboard-earnings-card{min-height:306px!important;}.earning-live-dot{right:14px;top:14px;font-size:10px;}.earning-chart-grid{grid-template-columns:1fr;}.earning-bars{height:52px;}.dashboard-earnings-card .earning-slide{bottom:92px!important;}}.dashboard-earnings-card{min-height:268px!important;padding:18px!important;overflow:hidden;}.dashboard-earnings-card .earning-slide{position:absolute;inset:18px 18px 72px 18px!important;display:none;flex-direction:column;gap:12px;bottom:auto!important;animation:none!important;}.dashboard-earnings-card .earning-slide.is-active{display:flex;}.earning-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;}.earning-card-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}.earning-live-badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(15,23,42,.16);color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}.earning-live-badge span{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.14);animation:liveDot 1.4s ease-in-out infinite;}.earning-main-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}.earning-main-copy{min-width:0;flex:1;}.dashboard-earnings-card .earning-slide strong{display:block;margin:0 0 8px!important;font-size:32px!important;line-height:1;color:#fff;}.earning-main-icon{flex:0 0 44px;width:44px;height:44px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.14);color:#fff;font-size:20px;font-weight:700;box-shadow:0 10px 24px rgba(15,23,42,.12);}.earning-trend-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;border-radius:16px;font-size:12.5px;font-weight:800;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);}.earning-trend-row i{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;font-style:normal;background:rgba(255,255,255,.18);color:#fff;font-size:12px;}.earning-trend-row b{font-size:13px;font-weight:900;}.earning-trend-row span{color:rgba(255,255,255,.92);font-weight:700;}.earning-trend-row.up{background:linear-gradient(135deg,rgba(22,163,74,.34),rgba(34,197,94,.18));}.earning-trend-row.down{background:linear-gradient(135deg,rgba(220,38,38,.34),rgba(248,113,113,.18));}.earning-trend-row.flat{background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.10));}.earning-chart-box{padding:12px 12px 10px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);}.earning-chart-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;}.earning-chart-head span, .earning-chart-head b{color:#fff;font-size:12px;font-weight:900;}.dashboard-earnings-card .earning-sparkline{display:block;width:100%;height:40px!important;}.dashboard-earnings-card .earning-sparkline polyline{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}.earning-bars.compact{height:34px;margin-top:8px;display:flex;align-items:flex-end;gap:5px;}.earning-bars.compact span{flex:1;min-width:5px;height:var(--bar);border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#fff,rgba(255,255,255,.46));opacity:.95;}.earning-footnote{margin-top:auto;color:rgba(255,255,255,.92);font-size:12.5px;font-weight:800;}.earning-footnote b{color:#fff;}.earning-tabs{position:absolute;left:18px;right:18px;bottom:18px;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:7px;border-radius:18px;background:rgba(15,23,42,.16);backdrop-filter:blur(8px);}.earning-tabs button{height:36px;border:0;border-radius:13px;background:transparent;color:rgba(255,255,255,.82);font-size:14px;font-weight:900;cursor:pointer;transition:.18s ease;}.earning-tabs button.is-active{background:#fff;color:#2563eb;box-shadow:0 10px 20px rgba(15,23,42,.14);}@media (max-width:1024px){.dashboard-earnings-card{min-height:286px!important;}.dashboard-earnings-card .earning-slide strong{font-size:28px!important;}.earning-main-icon{width:40px;height:40px;font-size:18px;}}@media (max-width:760px){.dashboard-earnings-card{min-height:300px!important;padding:16px!important;}.dashboard-earnings-card .earning-slide{inset:16px 16px 70px 16px!important;gap:10px;}.earning-card-topline{align-items:flex-start;flex-direction:column;}.earning-live-badge{min-height:28px;font-size:10px;}.dashboard-earnings-card .earning-slide strong{font-size:26px!important;}.earning-main-row{gap:10px;}.earning-main-icon{width:38px;height:38px;border-radius:14px;font-size:17px;}.earning-trend-row{padding:9px 10px;font-size:12px;}.earning-chart-box{padding:10px;}.dashboard-earnings-card .earning-sparkline{height:34px!important;}.earning-bars.compact{height:28px;}.earning-tabs{left:16px;right:16px;bottom:16px;}}.live-page-head{align-items:center;}.live-refresh-box{min-width:240px;display:grid;gap:3px;padding:18px 20px;border-radius:24px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.06);}.live-refresh-box strong{color:#0f172a;font-size:18px;}.live-refresh-box small{color:#64748b;font-weight:750;}.live-pulse{width:12px;height:12px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 8px rgba(34,197,94,.13);animation:liveDot 1.4s ease-in-out infinite;}.live-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0;}.live-summary-card{padding:20px;border-radius:24px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.05);display:grid;gap:5px;}.live-summary-card span{color:#64748b;font-weight:850;}.live-summary-card strong{color:#0f172a;font-size:34px;line-height:1;}.live-summary-card small{color:#2563eb;font-weight:850;}.live-table-card{overflow:hidden;}.card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;}.live-table td strong{display:block;color:#0f172a;}.live-table td small{display:block;color:#64748b;margin-top:3px;max-width:320px;}.mini-badge{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950;}.mini-badge.admin{background:#fef3c7;color:#92400e;}.mini-badge.site{background:#dcfce7;color:#166534;}.cart-positive{color:#16a34a!important;}.stat-icon.live, .mini-stat.stat-green i{animation:liveDot 1.8s ease-in-out infinite;}@media (max-width:1100px){.live-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:720px){.live-summary-grid{grid-template-columns:1fr;}.live-refresh-box{width:100%;min-width:0;}.card-head-row{flex-direction:column;}.live-table{min-width:920px;}}.abandoned-page-head{align-items:center;}.abandoned-rule-box{min-width:260px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%);border:1px solid #fed7aa;box-shadow:0 18px 42px rgba(251,146,60,.10);}.abandoned-rule-box strong{display:block;color:#c2410c;font-size:28px;line-height:1;letter-spacing:-.04em;}.abandoned-rule-box span{display:block;margin-top:8px;color:#7c2d12;font-weight:750;line-height:1.45;}.abandoned-summary-grid .live-summary-card:nth-child(2) strong{font-size:26px;}.abandoned-table-card{border-top:4px solid #fb923c;}.abandoned-table .cart-positive{color:#ea580c!important;}.mini-badge.customer{background:#dbeafe;color:#1d4ed8;}.mini-badge.guest{background:#f1f5f9;color:#475569;}.mini-stat.stat-red[href*="abandoned_carts"] i{background:#fee2e2!important;color:#dc2626!important;}@media (max-width:720px){.abandoned-rule-box{width:100%;min-width:0;}.abandoned-table{min-width:980px;}}.earnings-page-head{align-items:center;}.earnings-period-card{min-width:260px;padding:22px;border-radius:26px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);color:#fff;box-shadow:0 22px 50px rgba(37,99,235,.22);}.earnings-period-card strong{display:block;font-size:25px;line-height:1.1;letter-spacing:-.035em;}.earnings-period-card span{display:block;margin-top:7px;color:rgba(255,255,255,.88);font-weight:800;}.earnings-filter-card{margin:24px 0;}.earnings-preset-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;}.preset-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border-radius:999px;border:1px solid #dbeafe;background:#fff;color:#334155;font-weight:900;text-decoration:none;}.preset-pill.active, .preset-pill:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:transparent;}.earnings-date-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;}.earnings-filter-actions .btn{min-height:52px;}.earnings-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;}.earnings-summary-card{padding:22px;border-radius:26px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.05);display:grid;gap:7px;}.earnings-summary-card.primary{background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;border-color:transparent;}.earnings-summary-card span{color:#64748b;font-weight:900;}.earnings-summary-card.primary span, .earnings-summary-card.primary small{color:rgba(255,255,255,.86);}.earnings-summary-card strong{color:#0f172a;font-size:30px;line-height:1.05;letter-spacing:-.045em;}.earnings-summary-card.primary strong{color:#fff;}.earnings-summary-card small{color:#2563eb;font-weight:850;}.earnings-tax-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}.earnings-tax-card h3{margin-bottom:16px;}.earnings-kv{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #e8eef7;}.earnings-kv span{color:#64748b;font-weight:800;}.earnings-kv strong{color:#0f172a;font-weight:950;}.earnings-kv.total{border-bottom:0;margin-top:4px;padding-top:16px;}.earnings-kv.total strong{font-size:22px;color:#2563eb;}.earnings-kv.danger strong{color:#dc2626;}.earnings-chart-card{margin-bottom:18px;}.earnings-bars-wide{display:flex;align-items:flex-end;gap:12px;min-height:210px;padding:20px 10px 4px;overflow-x:auto;}.earnings-bar-item{min-width:86px;display:grid;gap:8px;justify-items:center;text-align:center;}.earnings-bar-track{width:42px;height:130px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;display:flex;align-items:flex-end;overflow:hidden;}.earnings-bar-track span{width:100%;height:var(--h);border-radius:999px;background:linear-gradient(180deg,#38bdf8,#2563eb);box-shadow:0 -10px 20px rgba(37,99,235,.18);}.earnings-bar-item strong{color:#0f172a;font-size:13px;white-space:nowrap;}.earnings-bar-item small{color:#64748b;font-weight:850;}.earnings-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}.earnings-table td small{display:block;margin-top:4px;color:#64748b;}.earnings-orders-card{margin-bottom:24px;}.earnings-note{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:900;white-space:nowrap;}@media (max-width:1180px){.earnings-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.earnings-two-col, .earnings-tax-grid{grid-template-columns:1fr;}}@media (max-width:720px){.earnings-period-card{width:100%;min-width:0;}.earnings-date-grid{grid-template-columns:1fr;}.earnings-summary-grid{grid-template-columns:1fr;}.earnings-table{min-width:900px;}}.earnings-page{--krb-blue:#2563eb;--krb-cyan:#38bdf8;--krb-ink:#0f172a;--krb-muted:#64748b;}.earnings-page-head, .media-library-head{position:relative;overflow:hidden;border-radius:32px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.22), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);border:1px solid #dbeafe;box-shadow:0 22px 60px rgba(15,23,42,.06);padding:34px!important;}.earnings-page-head::after, .media-library-head::after{content:"";position:absolute;right:-60px;bottom:-70px;width:210px;height:210px;border-radius:999px;background:rgba(37,99,235,.07);}.earnings-page-head .product-page-copy, .media-library-head .product-page-copy{position:relative;z-index:1;}.earnings-period-card, .media-library-summary{position:relative;z-index:1;min-width:280px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);color:#fff;box-shadow:0 24px 56px rgba(37,99,235,.24);}.earnings-period-card strong, .media-library-summary strong{display:block;font-size:30px;line-height:1;letter-spacing:-.05em;}.earnings-period-card span, .media-library-summary span, .media-library-summary small{display:block;margin-top:7px;color:rgba(255,255,255,.88);font-weight:850;}.earnings-filter-modern{border-radius:30px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 20px 54px rgba(15,23,42,.055)!important;}.earnings-preset-row{padding:8px;border-radius:22px;background:#eff6ff;border:1px solid #dbeafe;}.preset-pill{border:0!important;background:transparent!important;}.preset-pill.active, .preset-pill:hover{background:#fff!important;color:#2563eb!important;box-shadow:0 10px 24px rgba(37,99,235,.12);}.earnings-date-grid .field{padding:14px;border-radius:22px;background:#fff;border:1px solid #e6eef8;}.earnings-filter-actions{background:transparent!important;border:0!important;padding:0!important;}.earnings-summary-modern .earnings-summary-card{position:relative;overflow:hidden;border-radius:28px;}.earnings-summary-modern .earnings-summary-card::after{content:"";position:absolute;right:-34px;top:-34px;width:92px;height:92px;border-radius:999px;background:rgba(37,99,235,.06);}.earnings-summary-modern .earnings-summary-card.primary::after{background:rgba(255,255,255,.12);}.earnings-summary-card.primary{background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.38), transparent 35%),
        linear-gradient(135deg,#0f172a 0%,#2563eb 100%)!important;}.earnings-tax-modern .card, .earnings-chart-modern, .earnings-two-col .card, .earnings-orders-card{border-radius:30px!important;border:1px solid #dbeafe!important;box-shadow:0 20px 54px rgba(15,23,42,.055)!important;}.earnings-chart-modern{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;}.earnings-bar-track{box-shadow:inset 0 0 0 1px rgba(37,99,235,.05);}.earnings-bar-track span{animation:earningsBarRise .7s cubic-bezier(.2,.8,.2,1) both;}@keyframes earningsBarRise{from{height:8%;opacity:.45;}to{height:var(--h);opacity:1;}}.media-library-page{--media-blue:#2563eb;--media-cyan:#38bdf8;}.media-library-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;margin:24px 0;}.media-upload-card, .media-info-card, .media-library-card{border-radius:30px!important;border:1px solid #dbeafe!important;box-shadow:0 20px 54px rgba(15,23,42,.055)!important;background:#fff!important;}.media-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;}.media-card-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:22px;box-shadow:0 14px 28px rgba(37,99,235,.18);}.media-card-icon.blue{background:#eff6ff;color:#2563eb;box-shadow:none;}.media-card-head h3{margin:0 0 4px;color:#0f172a;font-size:22px;}.media-upload-zone{position:relative;min-height:150px;border:2px dashed #bfdbfe;border-radius:24px;background:linear-gradient(180deg,#f8fbff 0%,#eff6ff 100%);display:grid;place-items:center;text-align:center;padding:24px;margin-bottom:16px;cursor:pointer;}.media-upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer;}.media-upload-zone strong{color:#0f172a;font-size:20px;}.media-upload-zone span{color:#64748b;font-weight:750;}.media-folder-list{display:grid;gap:10px;}.media-folder-list span{padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e6eef8;color:#334155;font-weight:850;}.media-library-card .card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;}.media-grid-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}.media-card-modern{overflow:hidden;border-radius:24px;border:1px solid #dbeafe;background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.05);}.media-thumb{height:170px;background:#eff6ff;display:flex;align-items:center;justify-content:center;overflow:hidden;}.media-thumb img{width:100%;height:100%;object-fit:cover;display:block;}.media-card-body{display:grid;gap:10px;padding:14px;}.media-card-body strong{color:#0f172a;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.media-card-body small{color:#64748b;font-weight:750;}.media-card-body .input{font-size:12px;min-height:42px;}.media-empty-state{grid-column:1/-1;padding:36px;border-radius:24px;background:#f8fbff;border:1px dashed #bfdbfe;text-align:center;color:#64748b;}.media-empty-state strong{display:block;color:#0f172a;font-size:22px;margin-bottom:8px;}.admin-media-picker:not(.is-open){display:none!important;visibility:hidden!important;pointer-events:none!important;}.admin-media-picker.is-open{display:block!important;visibility:visible!important;pointer-events:auto!important;}@media (max-width:1180px){.media-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.media-library-grid{grid-template-columns:1fr;}.media-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:620px){.earnings-page-head, .media-library-head{padding:24px!important;}.earnings-period-card, .media-library-summary{width:100%;min-width:0;}.media-grid-modern{grid-template-columns:1fr;}.media-thumb{height:220px;}}.customer-page-modern{display:flex;flex-direction:column;gap:22px;}.customer-page-head{position:relative;overflow:hidden;align-items:center;border-radius:32px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.23), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);border:1px solid #dbeafe;box-shadow:0 22px 60px rgba(15,23,42,.06);padding:34px!important;}.customer-page-head::after{content:"";position:absolute;right:-70px;bottom:-80px;width:230px;height:230px;border-radius:999px;background:rgba(37,99,235,.07);}.customer-page-head .product-page-copy, .customer-page-head .customer-search-modern{position:relative;z-index:1;}.customer-head-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:24px;}.customer-search-modern{min-width:430px;max-width:520px;padding:20px;border-radius:28px;background:#fff;border:1px solid #dbeafe;box-shadow:0 20px 50px rgba(37,99,235,.08);}.customer-search-modern label{display:block;margin-bottom:10px;color:#0f172a;font-size:14px;font-weight:950;}.customer-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;}.customer-search-modern .input{min-width:0!important;height:50px;border-radius:16px;}.customer-search-modern .btn{height:50px;border-radius:16px;}.customer-search-modern small{display:block;margin-top:10px;color:#64748b;font-weight:750;}.customer-stats-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.customer-stat-card{position:relative;overflow:hidden;min-height:104px;padding:20px;border-radius:26px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.05);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;}.customer-stat-card::after{content:"";position:absolute;right:-28px;top:-34px;width:96px;height:96px;border-radius:999px;background:rgba(37,99,235,.06);}.customer-stat-card i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-style:normal;font-size:20px;font-weight:950;color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 14px 28px rgba(37,99,235,.18);}.customer-stat-card span{color:#64748b;font-size:14px;font-weight:900;}.customer-stat-card strong{position:relative;z-index:1;color:#0f172a;font-size:32px;line-height:1;letter-spacing:-.045em;}.customer-stat-card.stat-active i{background:linear-gradient(135deg,#16a34a,#86efac);box-shadow:0 14px 28px rgba(22,163,74,.16);}.customer-stat-card.stat-passive i{background:linear-gradient(135deg,#f59e0b,#fde68a);color:#92400e;box-shadow:0 14px 28px rgba(245,158,11,.16);}.customer-stat-card.stat-banned i{background:linear-gradient(135deg,#ef4444,#fecaca);color:#fff;box-shadow:0 14px 28px rgba(239,68,68,.16);}.customer-list-modern{border-radius:32px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 22px 60px rgba(15,23,42,.06)!important;padding:26px!important;}.customer-list-modern .card-title-row{padding-bottom:18px;margin-bottom:0;border-bottom:1px solid #e7edf5;}.customer-list-modern .card-title-row h2{font-size:28px;letter-spacing:-.045em;}.customer-list-modern .result-pill{min-height:38px;padding:0 14px;background:#eff6ff;color:#2563eb;border-color:#bfdbfe;box-shadow:0 10px 22px rgba(37,99,235,.08);}.customer-table-wrap-modern{margin-top:18px;border:1px solid #dbeafe!important;border-radius:24px!important;background:#fff;overflow:hidden!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);}.customer-table-wrap-modern .customer-table{width:100%;min-width:1040px;}.customer-table-wrap-modern .customer-table th{background:#f8fbff!important;color:#475569!important;padding:16px 18px!important;border-bottom:1px solid #e6eef8!important;}.customer-table-wrap-modern .customer-table td{padding:18px!important;border-bottom:1px solid #eef4fb!important;}.customer-table-wrap-modern .customer-table tbody tr{transition:.16s ease;}.customer-table-wrap-modern .customer-table tbody tr:hover{background:#f8fbff!important;}.customer-table-wrap-modern .customer-avatar{width:50px;height:50px;border-radius:18px;font-size:15px;}.customer-table-wrap-modern .customer-person strong{font-size:16px;}.customer-counts{display:flex;flex-wrap:wrap;gap:8px;}.customer-counts span{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:0 10px;border-radius:999px;background:#f8fbff;border:1px solid #dbeafe;color:#2563eb;font-size:12px;font-weight:900;}.customer-counts b{color:#0f172a;}.customer-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:8px;}.customer-actions .btn.small{border-radius:13px;}.customer-form-card{border-radius:30px!important;border:1px solid #dbeafe!important;box-shadow:0 20px 54px rgba(15,23,42,.055)!important;}@media (max-width:1180px){.customer-page-head{align-items:flex-start;flex-direction:column;}.customer-search-modern{width:100%;max-width:none;min-width:0;}.customer-stats-modern{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:720px){.customer-page-head{padding:24px!important;}.customer-search-row{grid-template-columns:1fr;}.customer-stats-modern{grid-template-columns:1fr;}.customer-stat-card{min-height:92px;}.customer-list-modern{padding:18px!important;}.customer-list-modern .card-title-row{flex-direction:column;}.customer-table-wrap-modern{overflow-x:auto!important;}}.service-stats-five{grid-template-columns:repeat(5,minmax(0,1fr))!important;}.service-stats-five .mini-stat{min-width:0;}.mini-stat.stat-expired i{background:#fee2e2!important;color:#dc2626!important;}.mini-stat.stat-expired{border-color:#fecaca!important;}.expiry-badge.expired{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important;}.service-list-modern .product-list-head .muted{max-width:820px;}@media (max-width:1300px){.service-stats-five{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:780px){.service-stats-five{grid-template-columns:1fr!important;}}.license-form-card .field input[type="number"]{min-height:52px;}.license-form-card .small-note{line-height:1.45;}.license-list-modern .product-list-head .muted{max-width:820px;}.orders-admin-page{display:flex;flex-direction:column;gap:22px;}.orders-page-head{position:relative;overflow:hidden;align-items:center;border-radius:32px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.23), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);border:1px solid #dbeafe;box-shadow:0 22px 60px rgba(15,23,42,.06);padding:34px!important;}.orders-page-head::after{content:"";position:absolute;right:-70px;bottom:-80px;width:230px;height:230px;border-radius:999px;background:rgba(37,99,235,.07);}.orders-page-head .product-page-copy, .orders-head-income{position:relative;z-index:1;}.orders-head-income{min-width:280px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);color:#fff;box-shadow:0 24px 56px rgba(37,99,235,.24);}.orders-head-income span{display:block;color:rgba(255,255,255,.82);font-weight:900;}.orders-head-income strong{display:block;margin-top:8px;color:#fff;font-size:30px;line-height:1;letter-spacing:-.05em;}.orders-head-income small{display:block;margin-top:8px;color:rgba(255,255,255,.82);font-weight:800;}.orders-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.order-stat-card{position:relative;overflow:hidden;min-height:108px;padding:20px;border-radius:26px;background:#fff;border:1px solid #dbeafe;box-shadow:0 18px 42px rgba(15,23,42,.05);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;}.order-stat-card::after{content:"";position:absolute;right:-30px;top:-34px;width:96px;height:96px;border-radius:999px;background:rgba(37,99,235,.06);}.order-stat-card i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-style:normal;font-size:20px;font-weight:950;color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 14px 28px rgba(37,99,235,.18);}.order-stat-card span{color:#64748b;font-size:14px;font-weight:900;}.order-stat-card strong{position:relative;z-index:1;color:#0f172a;font-size:32px;line-height:1;letter-spacing:-.045em;}.order-stat-card.stat-pending i{background:linear-gradient(135deg,#f59e0b,#fde68a);color:#92400e;box-shadow:0 14px 28px rgba(245,158,11,.16);}.order-stat-card.stat-paid i{background:linear-gradient(135deg,#16a34a,#86efac);box-shadow:0 14px 28px rgba(22,163,74,.16);}.order-stat-card.stat-cancelled i{background:linear-gradient(135deg,#ef4444,#fecaca);color:#fff;box-shadow:0 14px 28px rgba(239,68,68,.16);}.orders-list-card, .order-detail-card{border-radius:32px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 22px 60px rgba(15,23,42,.06)!important;padding:26px!important;}.orders-list-card .card-title-row{padding-bottom:18px;border-bottom:1px solid #e7edf5;}.orders-list-card .card-title-row h2{font-size:28px;letter-spacing:-.045em;}.orders-table-wrap{margin-top:18px;border:1px solid #dbeafe;border-radius:24px;background:#fff;overflow:hidden;}.orders-table-modern{width:100%;min-width:1040px;}.orders-table-modern th{background:#f8fbff!important;color:#475569!important;padding:16px 18px!important;border-bottom:1px solid #e6eef8!important;}.orders-table-modern td{padding:18px!important;border-bottom:1px solid #eef4fb!important;vertical-align:middle;}.orders-table-modern tbody tr{transition:.16s ease;}.orders-table-modern tbody tr:hover{background:#f8fbff!important;}.orders-table-modern td strong, .orders-table-modern td small{display:block;}.orders-table-modern td small{margin-top:4px;color:#64748b;}.order-no-link{display:inline-flex;color:#0f172a;font-weight:950;text-decoration:none;}.order-no-link:hover{color:#2563eb;}.payment-method-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950;}.danger-text{color:#dc2626!important;font-weight:850;}.order-detail-card{margin-bottom:22px;}.order-detail-card > h2{font-size:28px;margin-bottom:18px;letter-spacing:-.045em;}.order-detail-card .table{border:1px solid #dbeafe;border-radius:18px;overflow:hidden;}.order-detail-card .actions{gap:10px;flex-wrap:wrap;}@media (max-width:1180px){.orders-page-head{align-items:flex-start;flex-direction:column;}.orders-head-income{width:100%;min-width:0;}.orders-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:720px){.orders-page-head{padding:24px!important;}.orders-stats-grid{grid-template-columns:1fr;}.orders-list-card, .order-detail-card{padding:18px!important;}.orders-table-wrap{overflow-x:auto;}.orders-list-card .card-title-row{flex-direction:column;}}.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;}}.suspended-license-list-card{margin-top:22px;border-color:#fecaca!important;background:linear-gradient(180deg,#ffffff 0%,#fff7f7 100%)!important;}.suspended-license-list-card .card-title-row{border-bottom-color:#fee2e2!important;}.suspended-license-list-card h2{color:#991b1b;}.suspended-pill{background:#fee2e2!important;border-color:#fecaca!important;color:#991b1b!important;}.suspended-license-table .license-icon-box.suspended{background:#fee2e2!important;color:#991b1b!important;}.license-suspended-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.license-suspended-actions .inline-form{display:inline-flex;}.license-detail-card .actions .btn.danger{box-shadow:0 14px 28px rgba(220,38,38,.16);}@media (max-width:900px){.suspended-license-table{min-width:980px;}}.rich-editor.rich-editor-sticky{overflow:visible!important;}.rich-editor.rich-editor-sticky .rich-editor-toolbar{position:sticky;top:14px;z-index:40;border-radius:22px 22px 0 0;box-shadow:0 14px 34px rgba(15,23,42,.10);backdrop-filter:blur(10px);}.rich-editor.rich-editor-sticky .rich-editor-area, .rich-editor.rich-editor-sticky .rich-editor-source{border-radius:0 0 22px 22px;}.rich-editor.rich-editor-sticky .rich-editor-toolbar::after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:1px;background:#dbeafe;}@media (max-width:900px){.rich-editor.rich-editor-sticky .rich-editor-toolbar{top:8px;max-height:180px;overflow:auto;}}.order-detail-actions{align-items:flex-start;}.cancelled-order-alert{display:grid;gap:5px;width:100%;padding:16px 18px;border-radius:20px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;}.cancelled-order-alert strong{color:#c2410c;font-size:16px;}.cancelled-order-alert span{color:#7c2d12;font-weight:750;line-height:1.45;}.order-detail-actions .btn.danger{box-shadow:0 14px 28px rgba(220,38,38,.16);}.rich-editor.rich-editor-sticky{overflow:visible!important;}.rich-editor.rich-editor-sticky .rich-editor-toolbar{position:relative!important;top:auto!important;z-index:40;}.rich-editor-toolbar-placeholder{display:none;}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{position:fixed!important;z-index:9999!important;margin:0!important;border-radius:22px!important;border:1px solid #dbeafe!important;box-shadow:0 18px 42px rgba(15,23,42,.18)!important;background:linear-gradient(135deg,rgba(248,251,255,.96),rgba(239,246,255,.96))!important;backdrop-filter:blur(12px);}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating::before{content:"Editör araçları";display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating button{box-shadow:0 8px 16px rgba(15,23,42,.07);}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating + .rich-editor-toolbar-placeholder{display:block;}@media (max-width:900px){.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{max-height:165px;overflow:auto;border-radius:18px!important;}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating::before{min-height:32px;font-size:11px;}}.rich-editor.rich-editor-sticky .rich-editor-toolbar{position:relative!important;}.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{position:fixed!important;z-index:10050!important;}.rich-editor-toolbar-placeholder{width:100%;flex:0 0 auto;}.rich-editor.rich-editor-compact-scroll{overflow:hidden!important;border-radius:24px!important;border:1px solid #dbeafe!important;background:#fff!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar{position:relative!important;top:auto!important;left:auto!important;width:auto!important;z-index:10!important;margin:0!important;border-radius:24px 24px 0 0!important;background:linear-gradient(135deg,#f8fbff 0%,#eff6ff 100%)!important;border-bottom:1px solid #dbeafe!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important;max-height:none!important;overflow:visible!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar.is-floating{position:relative!important;top:auto!important;left:auto!important;width:auto!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar::before, .rich-editor.rich-editor-compact-scroll .rich-editor-toolbar::after{display:none!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar-placeholder{display:none!important;height:0!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-area, .rich-editor.rich-editor-compact-scroll .rich-editor-source{height:430px!important;min-height:430px!important;max-height:430px!important;overflow-y:auto!important;border-radius:0 0 24px 24px!important;resize:vertical;}.rich-editor.rich-editor-compact-scroll .rich-editor-area:focus{outline:2px solid rgba(37,99,235,.16);outline-offset:-2px;}@media (max-width:900px){.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar{max-height:150px!important;overflow:auto!important;}.rich-editor.rich-editor-compact-scroll .rich-editor-area, .rich-editor.rich-editor-compact-scroll .rich-editor-source{height:340px!important;min-height:340px!important;max-height:340px!important;}}.blog-tag-slug-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;}.archive-view-btn{min-height:34px!important;padding:0 12px!important;border-radius:13px!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap;box-shadow:0 10px 20px rgba(37,99,235,.08);}.archive-view-btn::after{content:"↗";margin-left:6px;font-size:11px;}@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;}.archive-view-btn-blue{min-height:34px!important;padding:0 13px!important;border-radius:13px!important;font-size:12px!important;font-weight:950!important;text-decoration:none!important;white-space:nowrap;color:#fff!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border:0!important;box-shadow:0 10px 22px rgba(37,99,235,.18)!important;}.archive-view-btn-blue:hover{color:#fff!important;transform:translateY(-1px);box-shadow:0 14px 28px rgba(37,99,235,.24)!important;}.archive-view-btn-blue::after{content:"↗";margin-left:7px;font-size:11px;}@media (max-width:760px){.blog-archive-slug-actions{align-items:flex-start;flex-direction:column;gap:10px;}}.top-quick-actions{align-items:center;flex-wrap:wrap;}.top-action-btn.orders, .top-action-btn.support{position:relative;gap:7px;}.top-action-btn.orders{background:#fff;color:#1d4ed8!important;border:1px solid #dbeafe;box-shadow:0 10px 24px rgba(37,99,235,.08);}.top-action-btn.support{background:#fff;color:#0f766e!important;border:1px solid #ccfbf1;box-shadow:0 10px 24px rgba(20,184,166,.08);}.top-action-btn.orders:hover, .top-action-btn.support:hover{transform:translateY(-1px);}.top-action-badge{position:absolute;right:-8px;top:-8px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;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:900px){.top-action-btn.orders, .top-action-btn.support{padding-inline:12px;}}.orders-list-card{overflow:hidden;}.orders-table-wrap{max-width:100%;}.orders-table-modern th, .orders-table-modern td{word-break:break-word;}.orders-table-modern .btn.small{white-space:nowrap;}@media (max-width:1500px){.orders-list-card{padding:22px!important;}.orders-table-modern{min-width:0!important;width:100%!important;table-layout:fixed;font-size:14px;}.orders-table-modern th{padding:13px 12px!important;font-size:11px!important;letter-spacing:.08em;}.orders-table-modern td{padding:14px 12px!important;}.orders-table-modern th:nth-child(1), .orders-table-modern td:nth-child(1){width:19%;}.orders-table-modern th:nth-child(2), .orders-table-modern td:nth-child(2){width:19%;}.orders-table-modern th:nth-child(3), .orders-table-modern td:nth-child(3){width:15%;}.orders-table-modern th:nth-child(4), .orders-table-modern td:nth-child(4){width:14%;}.orders-table-modern th:nth-child(5), .orders-table-modern td:nth-child(5){width:13%;}.orders-table-modern th:nth-child(6), .orders-table-modern td:nth-child(6){width:13%;}.orders-table-modern th:nth-child(7), .orders-table-modern td:nth-child(7){width:7%;text-align:right;}.orders-table-modern td strong{font-size:14px;line-height:1.25;}.orders-table-modern td small{font-size:12px;line-height:1.25;}.order-no-link{font-size:14px;line-height:1.18;word-break:break-word;}.payment-method-chip{min-height:26px;padding:0 8px;font-size:11px;line-height:1.15;}.orders-table-modern .status{min-height:28px;padding:0 10px;font-size:11px;white-space:nowrap;}.orders-table-modern .btn.small{padding:8px 10px!important;font-size:12px!important;border-radius:10px!important;}.danger-text{font-size:12px!important;line-height:1.18!important;}}@media (max-width:1280px){.orders-table-wrap{overflow:visible!important;border:0!important;background:transparent!important;}.orders-table-modern, .orders-table-modern thead, .orders-table-modern tbody, .orders-table-modern tr, .orders-table-modern th, .orders-table-modern td{display:block;}.orders-table-modern{min-width:0!important;width:100%!important;border-collapse:separate!important;border-spacing:0 12px!important;}.orders-table-modern thead{display:none;}.orders-table-modern tbody{display:grid;gap:12px;}.orders-table-modern tr{position:relative;display:grid;grid-template-columns:1.15fr 1fr .8fr .8fr;gap:10px 14px;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.045);}.orders-table-modern td{width:auto!important;padding:0!important;border:0!important;text-align:left!important;}.orders-table-modern td::before{content:attr(data-label);display:block;margin-bottom:4px;color:#64748b;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}.orders-table-modern td:nth-child(1)::before{content:"No";}.orders-table-modern td:nth-child(2)::before{content:"Müşteri";}.orders-table-modern td:nth-child(3)::before{content:"Tutar";}.orders-table-modern td:nth-child(4)::before{content:"Ödeme";}.orders-table-modern td:nth-child(5)::before{content:"Durum";}.orders-table-modern td:nth-child(6)::before{content:"Lisans";}.orders-table-modern td:nth-child(7)::before{content:"İşlem";}.orders-table-modern td:nth-child(7){display:flex;align-items:flex-end;justify-content:flex-start;}}@media (max-width:820px){.orders-table-modern tr{grid-template-columns:1fr;}.orders-table-modern td:nth-child(7){justify-content:flex-start;}.orders-table-modern .btn.small{width:100%;}}.orders-compact-list{display:none;}.live-summary-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))!important;}.live-summary-card.unique{background:linear-gradient(135deg,#ffffff 0%,#eff6ff 100%)!important;border-color:#bfdbfe!important;}.live-summary-card.unique strong{color:#2563eb!important;}@media (max-width:1280px){.live-summary-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:760px){.live-summary-grid-five{grid-template-columns:1fr!important;}}.live-summary-link{text-decoration:none!important;color:inherit!important;transition:.18s ease;}.live-summary-link:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(37,99,235,.12);}.unique-visitors-head{align-items:center;}.unique-visitors-note{min-width:280px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);color:#fff;box-shadow:0 24px 56px rgba(37,99,235,.24);}.unique-visitors-note strong{display:block;color:#fff;font-size:34px;line-height:1;letter-spacing:-.05em;}.unique-visitors-note span, .unique-visitors-note small{display:block;margin-top:7px;color:rgba(255,255,255,.86);font-weight:850;}.unique-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}.live-summary-card.bot strong{color:#dc2626!important;}.unique-visitors-table-card{margin-top:22px;}.bot-chip{display:inline-flex;align-items:center;min-height:28px;margin-top:8px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:950;}.bot-chip.human{background:#dcfce7;color:#166534;}.bot-chip.bot{background:#fee2e2;color:#991b1b;}.bot-chip.suspect{background:#fef3c7;color:#92400e;}.ua-details{margin-top:8px;}.ua-details summary{cursor:pointer;color:#2563eb;font-size:12px;font-weight:900;}.ua-details small{margin-top:6px;word-break:break-word;max-width:360px;}@media (max-width:1280px){.unique-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.unique-visitors-head{flex-direction:column;align-items:flex-start;}.unique-visitors-note{width:100%;min-width:0;}}@media (max-width:760px){.unique-summary-grid{grid-template-columns:1fr!important;}.unique-visitors-table{min-width:1080px;}}.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{margin-top:22px;}.company-section-card textarea{min-height:140px;}.sticky-save-bar{position:sticky;bottom:18px;z-index:10;display:flex;gap:10px;flex-wrap:wrap;padding:16px;margin-top:22px;border-radius:24px;border:1px solid #dbeafe;background:rgba(255,255,255,.94);box-shadow:0 20px 50px rgba(15,23,42,.14);backdrop-filter:blur(12px);}.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;}.status.new{background:#fee2e2;color:#991b1b;}.status.read{background:#dcfce7;color:#166534;}.status.archived{background:#f1f5f9;color:#475569;}@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 .menu-item-fields{display:none!important;}.menu-item-editor.expanded .menu-item-fields{display:grid!important;}.menu-item-editor .menu-item-summary{border-bottom:0!important;}.menu-item-editor.expanded .menu-item-summary{border-bottom:1px solid #e2e8f0!important;}.menu-edit-toggle{min-width:82px!important;padding:0 12px!important;color:#ffffff!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border:0!important;box-shadow:0 10px 20px rgba(37,99,235,.18)!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;}.menu-builder-list{gap:10px!important;}@media (max-width:760px){.menu-edit-toggle{width:100%!important;}}.wp-menu-builder-page .product-page-head{margin-bottom:24px;}.wp-menu-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start;}.wp-menu-left, .wp-menu-right{min-width:0;}.wp-menu-source-card, .wp-menu-structure-card{border-radius:32px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 22px 60px rgba(15,23,42,.06)!important;padding:26px!important;}.wp-menu-source-card{position:sticky;top:18px;}.wp-menu-search-field{margin:18px 0;}.wp-menu-source-groups{display:grid;gap:12px;}.wp-menu-source-group{border:1px solid #dbeafe;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.035);}.wp-menu-source-group summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;list-style:none;background:#f8fbff;color:#0f172a;font-weight:950;}.wp-menu-source-group summary::-webkit-details-marker{display:none;}.wp-menu-source-group summary::after{content:"+";width:30px;height:30px;border-radius:11px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:18px;font-weight:950;}.wp-menu-source-group[open] summary::after{content:"−";background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;}.wp-menu-source-group summary span{min-width:0;}.wp-menu-source-group summary b{margin-left:auto;min-width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:12px;}.wp-menu-source-group > p{margin:0;padding:12px 18px 0;color:#64748b;font-size:13px;font-weight:750;line-height:1.45;}.wp-menu-source-items{max-height:310px;overflow:auto;padding:12px 14px;display:grid;gap:8px;}.wp-menu-source-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:flex-start;padding:12px;border:1px solid #e6eef8;border-radius:16px;background:#fff;cursor:pointer;transition:.16s ease;}.wp-menu-source-item:hover{background:#eff6ff;border-color:#bfdbfe;}.wp-menu-source-item input{margin-top:3px;width:17px;height:17px;}.wp-menu-source-item strong, .wp-menu-source-item small{display:block;}.wp-menu-source-item strong{color:#0f172a;font-size:14px;line-height:1.25;}.wp-menu-source-item small{margin-top:4px;color:#64748b;font-size:12px;font-weight:800;line-height:1.3;word-break:break-word;}.wp-menu-source-group .wp-add-selected{margin:0 14px 14px;width:calc(100% - 28px);justify-content:center;min-height:40px!important;}.wp-menu-empty-source{margin:12px 14px 14px;padding:14px;border-radius:16px;background:#f8fafc;color:#64748b;font-weight:800;}.wp-custom-link-box{padding:14px 18px 18px;margin-top:0!important;border-top:0!important;}.wp-menu-location-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;padding:8px;border-radius:18px;background:#f8fbff;border:1px solid #dbeafe;}.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-list{gap:10px!important;}.wp-menu-item-editor .menu-item-fields, .wp-menu-item-editor .wp-menu-item-fields{display:none!important;}.wp-menu-item-editor.expanded .menu-item-fields, .wp-menu-item-editor.expanded .wp-menu-item-fields{display:grid!important;}.wp-menu-item-editor .menu-item-summary{border-bottom:0!important;}.wp-menu-item-editor.expanded .menu-item-summary{border-bottom:1px solid #e2e8f0!important;}.wp-menu-item-editor{border-radius:22px!important;background:#fff!important;border:1px solid #dbeafe!important;box-shadow:0 10px 24px rgba(15,23,42,.04)!important;}.wp-menu-item-editor.dragging{opacity:.65;transform:scale(.99);}.wp-menu-item-summary{border-radius:22px;}.wp-menu-item-editor.expanded .wp-menu-item-summary{border-radius:22px 22px 0 0;}.menu-edit-toggle{min-width:82px!important;padding:0 12px!important;color:#ffffff!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border:0!important;box-shadow:0 10px 20px rgba(37,99,235,.18)!important;}.wp-menu-item-editor.expanded .menu-edit-toggle{background:linear-gradient(135deg,#0f172a,#334155)!important;}.wp-menu-empty-structure{display:grid;gap:6px;padding:24px;border:1px dashed #bfdbfe;border-radius:22px;background:#f8fbff;color:#64748b;text-align:center;}.wp-menu-empty-structure strong{color:#0f172a;font-size:18px;}.wp-menu-help{margin-top:18px!important;}@media (max-width:1180px){.wp-menu-layout{grid-template-columns:1fr;}.wp-menu-source-card{position:static;}}@media (max-width:760px){.wp-menu-source-card, .wp-menu-structure-card{padding:18px!important;border-radius:26px!important;}.wp-menu-source-items{max-height:260px;}.wp-menu-item-summary{grid-template-columns:42px minmax(0,1fr)!important;}.wp-menu-item-summary .menu-item-actions{grid-column:1/-1;justify-content:stretch;flex-wrap:wrap;}.wp-menu-item-summary .menu-item-actions button{flex:1;}.menu-edit-toggle{min-width:100%!important;}}.wp-menu-layout{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:24px!important;align-items:start!important;}.wp-menu-source-card,.wp-menu-structure-card{border-radius:28px!important;border:1px solid #dbeafe!important;background:#fff!important;box-shadow:0 24px 60px rgba(15,23,42,.07)!important;padding:26px!important;overflow:hidden!important;}.wp-menu-item-fields{display:none!important;}.wp-menu-item-editor.expanded .wp-menu-item-fields{display:grid!important;}@media (max-width:1180px){.wp-menu-layout{grid-template-columns:1fr!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;}.wp-menu-item-summary small{word-break:break-word;}@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;}.seo-count-field .seo-counter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;}.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;}.seo-counter.over{background:#fee2e2;border-color:#fecaca;color:#b91c1c;}.seo-limit-over{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!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;}.orders-table-modern .order-no-with-icon{display:flex;align-items:center;gap:12px;min-width:0;}.orders-table-modern .order-no-text{display:grid;gap:4px;min-width:0;}.orders-table-modern .order-row-status-icon{width:44px;height:44px;min-width:44px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:22px;font-weight:950;line-height:1;box-shadow:0 14px 28px rgba(15,23,42,.10);}.orders-table-modern .order-row-status-icon.pending{background:linear-gradient(135deg,#f59e0b,#facc15);}.orders-table-modern .order-row-status-icon.paid{background:linear-gradient(135deg,#22c55e,#86efac);}.orders-table-modern .order-row-status-icon.cancelled{background:linear-gradient(135deg,#ef4444,#fb7185);}.orders-table-modern .order-row-status-icon.cancelled{font-family:Arial, sans-serif;}.orders-table-modern .order-no-link{line-height:1.25;}@media (max-width:760px){.orders-table-modern .order-row-status-icon{width:38px;height:38px;min-width:38px;border-radius:14px;font-size:19px;}.orders-table-modern .order-no-with-icon{gap:10px;}}.manual-order-status-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;align-items:end;margin:22px 0;padding:20px;border:1px solid #dbeafe;border-radius:24px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.14), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 16px 40px rgba(15,23,42,.055);}.manual-order-status-card h3{margin:0 0 8px!important;color:#0f172a;font-size:22px;letter-spacing:-.035em;}.manual-order-status-card p{margin:0;line-height:1.55;}.manual-order-status-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;align-items:end;}.manual-order-status-form .field{margin:0!important;}.manual-order-status-form select{min-height:46px;}.manual-order-status-form .btn{min-height:46px;white-space:nowrap;}@media (max-width:980px){.manual-order-status-card{grid-template-columns:1fr;}.manual-order-status-form{grid-template-columns:1fr;}}.manual-order-card{padding:28px!important;border-radius:30px!important;}.manual-order-section{padding:22px;border:1px solid #dbeafe;border-radius:24px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.10), transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.04);}.manual-order-section + .manual-order-section{margin-top:18px;}.manual-order-section h3{margin:0 0 16px;color:#0f172a;font-size:22px;letter-spacing:-.035em;}.manual-order-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px;}.manual-order-section-head h3{margin-bottom:6px;}.manual-order-lines{display:grid;gap:12px;}.manual-order-line{display:none;grid-template-columns:minmax(280px,1.35fr) 90px 150px minmax(170px,.8fr) 150px auto;gap:12px;align-items:end;padding:16px;border:1px solid #e6eef8;border-radius:22px;background:#fff;}.manual-order-line.is-visible{display:grid;}.manual-order-line .field{margin:0!important;}.manual-product-select select{min-width:0;}.manual-addon-check{min-height:46px;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff;color:#334155;font-weight:900;line-height:1.25;}.manual-addon-check input{width:17px;height:17px;accent-color:#2563eb;}.manual-remove-line{min-height:46px;}.manual-order-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:18px;padding:16px;border:1px solid #dbeafe;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.045);}.manual-order-actions .btn{min-height:44px;}@media (max-width:1280px){.manual-order-line{grid-template-columns:1fr 120px 160px;}.manual-order-line .manual-addon-check, .manual-order-line .manual-addon-price-input, .manual-order-line .manual-remove-line{grid-column:auto;}}@media (max-width:760px){.manual-order-card{padding:18px!important;}.manual-order-section{padding:16px;}.manual-order-section-head{flex-direction:column;}.manual-order-section-head .btn{width:100%;}.manual-order-line{grid-template-columns:1fr;}.manual-order-actions{align-items:stretch;flex-direction:column;}.manual-order-actions .btn{width:100%;}}.manual-customer-field{position:relative;}.manual-customer-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;}.manual-customer-search .btn{min-height:46px;}.manual-customer-results{position:absolute;left:0;right:0;top:calc(100% - 18px);z-index:50;max-height:340px;overflow:auto;display:grid;gap:8px;padding:10px;border:1px solid #dbeafe;border-radius:20px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.16);}.manual-customer-result{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid #e6eef8;border-radius:16px;background:#f8fbff;color:#0f172a;text-align:left;cursor:pointer;transition:.16s ease;}.manual-customer-result:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);}.customer-avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 12px 22px rgba(37,99,235,.18);}.manual-customer-result strong, .manual-customer-result small, .manual-customer-selected strong, .manual-customer-selected small{display:block;}.manual-customer-result strong, .manual-customer-selected strong{color:#0f172a;font-weight:950;line-height:1.25;}.manual-customer-result small, .manual-customer-selected small{margin-top:3px;color:#64748b;font-size:12px;font-weight:750;line-height:1.35;word-break:break-word;}.manual-customer-empty{padding:16px;border-radius:16px;background:#f8fafc;color:#64748b;font-weight:850;text-align:center;}.manual-customer-selected{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;margin-top:10px;padding:12px;border:1px solid #bfdbfe;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#ffffff);}.manual-customer-selected[hidden], .manual-customer-results[hidden]{display:none!important;}@media (max-width:760px){.manual-customer-search{grid-template-columns:1fr;}.manual-customer-results{top:calc(100% - 12px);}}.manual-order-card .client-search-label, .license-form-card .client-search-label{position:relative;display:block;}.manual-order-card .search-select, .license-form-card .search-select{position:relative;}.manual-order-card .search-select-input, .license-form-card .search-select-input{padding-right:42px!important;}.manual-order-card .search-select::after, .license-form-card .search-select::after{content:"⌕";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#2563eb;font-weight:950;pointer-events:none;}.manual-order-card .search-select-results, .license-form-card .search-select-results{border-color:#dbeafe;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.16);padding:10px;}.manual-order-card .search-select-option, .license-form-card .search-select-option{padding:12px;border:1px solid #e6eef8;border-radius:14px;margin-bottom:7px;background:#fff;}.manual-order-card .search-select-option:last-child, .license-form-card .search-select-option:last-child{margin-bottom:0;}.manual-order-card .search-select-option:hover, .manual-order-card .search-select-option.active, .license-form-card .search-select-option:hover, .license-form-card .search-select-option.active{background:#eff6ff;border-color:#bfdbfe;}.manual-order-card .search-select-option strong, .license-form-card .search-select-option strong{font-weight:950;}.manual-order-card .search-select-option small, .license-form-card .search-select-option small{font-weight:750;}.settings-center-page, .settings-detail-page{display:grid;gap:22px;}.settings-center-hero, .settings-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:28px;border:1px solid #dbeafe;border-radius:30px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.16), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 24px 60px rgba(15,23,42,.06);}.settings-center-hero h2, .settings-page-hero h2{margin:10px 0 8px;color:#0f172a;font-size:34px;line-height:1.05;letter-spacing:-.055em;}.settings-center-hero p, .settings-page-hero p{max-width:760px;margin:0;color:#64748b;font-weight:750;line-height:1.65;}.settings-center-shortcuts, .settings-page-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;}.settings-center-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;}.settings-center-card{position:relative;overflow:hidden;min-height:205px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:24px;border:1px solid #dbeafe;border-radius:28px;background:#fff;color:#0f172a;text-decoration:none!important;box-shadow:0 18px 48px rgba(15,23,42,.055);transition:.18s ease;}.settings-center-card::after{content:"";position:absolute;right:-46px;bottom:-46px;width:130px;height:130px;border-radius:999px;background:rgba(37,99,235,.06);}.settings-center-card:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 26px 62px rgba(37,99,235,.12);}.settings-card-icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:26px;box-shadow:0 14px 30px rgba(37,99,235,.20);}.settings-center-card strong{width:100%;color:#0f172a;font-size:21px;line-height:1.15;letter-spacing:-.035em;text-align:center;}.settings-center-card small{width:100%;max-width:280px;color:#64748b;line-height:1.55;font-weight:750;text-align:center;}.settings-center-card b{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;font-size:13px;font-weight:950;text-align:center;}.settings-detail-card{padding:28px!important;border:1px solid #dbeafe!important;border-radius:30px!important;box-shadow:0 22px 58px rgba(15,23,42,.055)!important;}.settings-detail-card h2{margin:0 0 18px;color:#0f172a;font-size:26px;letter-spacing:-.04em;}.settings-save-row{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:24px;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:#f8fbff;}.settings-save-row .btn{min-height:44px;}@media (max-width:900px){.settings-center-hero, .settings-page-hero{flex-direction:column;padding:22px;}.settings-center-shortcuts, .settings-page-hero-actions{justify-content:flex-start;}}@media (max-width:640px){.settings-center-grid{grid-template-columns:1fr;}.settings-center-card{min-height:auto;}.settings-save-row{align-items:stretch;flex-direction:column;}.settings-save-row .btn{width:100%;}}.settings-center-mini-note{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:13px;font-weight:900;white-space:normal;}.settings-center-card[href*="coupons.php"] .settings-card-icon, .settings-center-card[href*="faqs.php"] .settings-card-icon, .settings-center-card[href*="testimonials.php"] .settings-card-icon, .settings-center-card[href*="twofa.php"] .settings-card-icon, .settings-center-card[href*="media.php"] .settings-card-icon, .settings-center-card[href*="email_templates.php"] .settings-card-icon{background:linear-gradient(135deg,#0f172a,#2563eb);}.unique-visitors-note small{line-height:1.35;}.unique-visitors-table-card .card-head-row p{max-width:980px;}.unique-visitors-table td:last-child small{line-height:1.35;}.live-summary-card small, .unique-visitors-note small{line-height:1.35;}.top-action-btn.live, .top-action-btn.unique{position:relative;background:#ffffff;color:#1d4ed8;border:1px solid #dbeafe;}.top-action-btn.live::before, .top-action-btn.unique::before{content:"";width:8px;height:8px;border-radius:999px;display:inline-block;margin-right:7px;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12);vertical-align:middle;}.top-action-btn.unique::before{background:#8b5cf6;box-shadow:0 0 0 5px rgba(139,92,246,.12);}.top-action-btn.live:hover, .top-action-btn.unique:hover, .top-action-btn.live.active, .top-action-btn.unique.active{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-color:transparent;}.top-action-btn.live:hover::before, .top-action-btn.unique:hover::before, .top-action-btn.live.active::before, .top-action-btn.unique.active::before{background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.18);}@media (max-width:1180px){.top-quick-actions{flex-wrap:wrap;}}.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;}.support-v66 .support-filter-card{overflow:visible!important;}.support-v66 .support-filter-form-fixed{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;display:grid!important;grid-template-columns:minmax(320px,1fr) 220px 220px auto!important;gap:16px!important;align-items:end!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}.support-v66 .support-filter-form-fixed .support-search-block{min-width:0!important;width:100%!important;}.support-v66 .support-filter-form-fixed .support-live-input-wrap{width:100%!important;min-width:0!important;position:relative!important;}.support-v66 .support-filter-form-fixed input.input, .support-v66 .support-filter-form-fixed select{width:100%!important;min-width:0!important;height:54px!important;min-height:54px!important;box-sizing:border-box!important;}.support-v66 .support-filter-form-fixed .support-search-actions{display:flex!important;gap:10px!important;align-items:end!important;justify-content:flex-end!important;min-width:0!important;white-space:nowrap!important;}.support-v66 .support-filter-form-fixed .support-search-actions .btn{height:54px!important;min-height:54px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.support-v66 .support-filter-form-fixed .support-search-suggestions{left:0!important;right:auto!important;width:min(640px, calc(100vw - 80px))!important;}@media (max-width:1280px){.support-v66 .support-filter-form-fixed{grid-template-columns:minmax(0,1fr) 220px 220px!important;}.support-v66 .support-filter-form-fixed .support-search-actions{grid-column:1 / -1!important;justify-content:flex-end!important;}}@media (max-width:860px){.support-v66 .support-filter-form-fixed{grid-template-columns:1fr!important;}.support-v66 .support-filter-form-fixed .support-search-actions{justify-content:stretch!important;flex-direction:column!important;}.support-v66 .support-filter-form-fixed .support-search-actions .btn{width:100%!important;}.support-v66 .support-filter-form-fixed .support-search-suggestions{width:calc(100vw - 52px)!important;}}.mail-settings-v1103{display:grid;gap:24px;}.mail-card-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:22px;}.mail-settings-card{border:1px solid #dbeafe!important;border-radius:28px!important;box-shadow:0 18px 46px rgba(15,23,42,.06)!important;}.mail-settings-card h2{margin:0 0 16px;color:#0f172a;letter-spacing:-.04em;}.mail-event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;}.mail-event-card{display:grid;grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:14px;padding:16px;border:1px solid #e6eef8;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff);}.mail-event-card strong{display:block;color:#0f172a;font-weight:950;line-height:1.25;}.mail-event-card small{display:block;margin-top:5px;color:#64748b;line-height:1.45;font-weight:750;}.mail-event-card a{display:inline-flex;margin-top:8px;color:#2563eb;font-weight:900;font-size:13px;text-decoration:none;}.mail-event-card select{min-height:42px;}.check-card{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;font-weight:850;}.check-card input{width:18px;height:18px;accent-color:#2563eb;}@media (max-width:980px){.mail-card-grid{grid-template-columns:1fr;}.mail-event-card{grid-template-columns:1fr;}}.mail-settings-v1103 .mail-customer-search-field{position:relative;display:block;}.mail-settings-v1103 .mail-customer-search-box{position:relative;}.mail-settings-v1103 .mail-customer-search-box::after{content:"⌕";position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#2563eb;font-weight:950;pointer-events:none;}.mail-settings-v1103 .mail-customer-search-box .search-select-input{padding-right:44px!important;}.mail-settings-v1103 .mail-customer-search-field.is-disabled{opacity:.68;}.mail-settings-v1103 .mail-customer-search-field.is-disabled .search-select-input{background:#f8fafc!important;cursor:not-allowed;}.mail-settings-v1103 .mail-customer-search-box .search-select-results{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:120;max-height:360px;overflow:auto;padding:10px;border:1px solid #dbeafe;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18);}.mail-settings-v1103 .mail-customer-search-box .search-select-results[hidden]{display:none!important;}.mail-settings-v1103 .mail-customer-result{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:11px;border:1px solid #e6eef8;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:.16s ease;margin-bottom:8px;}.mail-settings-v1103 .mail-customer-result:last-child{margin-bottom:0;}.mail-settings-v1103 .mail-customer-result:hover, .mail-settings-v1103 .mail-customer-result.active{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);}.mail-settings-v1103 .mail-customer-avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 12px 22px rgba(37,99,235,.18);}.mail-settings-v1103 .mail-customer-result-text{min-width:0;}.mail-settings-v1103 .mail-customer-result-text strong, .mail-settings-v1103 .mail-customer-result-text small, .mail-settings-v1103 .mail-customer-result-text em{display:block;}.mail-settings-v1103 .mail-customer-result-text strong{color:#0f172a;font-weight:950;line-height:1.25;}.mail-settings-v1103 .mail-customer-result-text small{margin-top:3px;color:#64748b;font-size:12px;font-weight:750;line-height:1.35;word-break:break-word;}.mail-settings-v1103 .mail-customer-result-text em{width:max-content;max-width:100%;margin-top:6px;padding:4px 8px;border-radius:999px;font-size:11px;font-style:normal;font-weight:950;}.mail-settings-v1103 .mail-customer-ok{background:#dcfce7;color:#15803d;}.mail-settings-v1103 .mail-customer-warning{background:#fee2e2;color:#b91c1c;}.mail-settings-v1103 .search-select-empty{padding:16px;border-radius:16px;background:#f8fafc;color:#64748b;font-weight:850;text-align:center;}.mail-settings-v1103 .has-customer-selected{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(37,99,235,.10)!important;}.email-template-admin-v1105 .email-template-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}.email-template-admin-v1105 .email-template-test-form{display:inline-flex;margin:0;}.email-template-admin-v1105 .email-template-test-btn{white-space:nowrap;}.email-template-admin-v1105 .email-template-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:20px;padding:14px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.email-template-admin-v1105 .email-template-table-wrap{overflow-x:auto;}.email-template-admin-v1105 .email-template-table td:last-child, .email-template-admin-v1105 .email-template-table th:last-child{text-align:right;}@media (max-width:760px){.email-template-admin-v1105 .email-template-actions{align-items:stretch;flex-direction:column;}.email-template-admin-v1105 .email-template-actions .btn, .email-template-admin-v1105 .email-template-row-actions .btn, .email-template-admin-v1105 .email-template-test-form{width:100%;}}.account-sidebar-page{background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.10), transparent 28%),
        linear-gradient(180deg,#f4f8ff 0%,#ffffff 48%,#f8fbff 100%);}.account-sidebar-page .container{max-width:1340px;}.account-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start;}.account-side-menu{position:sticky;top:96px;display:grid;gap:16px;padding:18px;border:1px solid #dbeafe;border-radius:30px;background:rgba(255,255,255,.92);box-shadow:0 22px 58px rgba(15,23,42,.08);backdrop-filter:blur(12px);}.account-user-card{display:grid;gap:5px;padding:16px;border-radius:24px;background:linear-gradient(135deg,#07162e,#123a72);color:#fff;}.account-user-avatar{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:24px;font-weight:950;margin-bottom:8px;}.account-user-card strong{font-size:18px;line-height:1.2;}.account-user-card small{color:#bfdbfe;line-height:1.35;word-break:break-word;}.account-nav{display:grid;gap:8px;}.account-nav a{min-height:48px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e6eef8;border-radius:17px;background:#f8fbff;color:#334155;text-decoration:none!important;font-weight:900;transition:.16s ease;}.account-nav a span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#eff6ff;color:#2563eb;font-size:14px;}.account-nav a b{min-width:24px;height:24px;display:grid;place-items:center;padding:0 7px;border-radius:999px;background:#e0f2fe;color:#1d4ed8;font-size:12px;}.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{display:grid;gap:9px;}.account-nav-actions .btn{width:100%;justify-content:center;}.account-main{display:grid;gap:22px;min-width:0;}.account-panel-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:30px;border:1px solid #dbeafe;border-radius:32px;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.16), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 22px 58px rgba(15,23,42,.06);}.account-panel-hero h2{margin:12px 0 8px;color:#07162e;font-size:40px;line-height:1;letter-spacing:-.055em;}.account-panel-hero p{max-width:760px;margin:0;color:#64748b;line-height:1.65;font-weight:750;}.account-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;}.account-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.account-stat-card{min-height:116px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;padding:20px;border:1px solid #dbeafe;border-radius:26px;background:#fff;box-shadow:0 16px 42px rgba(15,23,42,.055);}.account-stat-card span{grid-row:1 / span 2;width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#eff6ff;color:#2563eb;font-size:22px;}.account-stat-card strong{color:#0f172a;font-size:32px;line-height:1;letter-spacing:-.04em;}.account-stat-card small{color:#64748b;font-weight:900;}.account-section-card{scroll-margin-top:110px;padding:26px!important;border:1px solid #dbeafe!important;border-radius:30px!important;box-shadow:0 18px 48px rgba(15,23,42,.055)!important;}.account-section-card + .account-section-card{margin-top:0!important;}.account-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;}.account-section-head h3{margin:0 0 6px;color:#0f172a;font-size:25px;letter-spacing:-.04em;}.account-section-head p{margin:0;line-height:1.55;}.account-table-wrap{overflow-x:auto;border:1px solid #e6eef8;border-radius:20px;}.account-table-wrap .table{margin:0;min-width:920px;}.account-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;}.account-service-card{display:grid;gap:14px;padding:18px;border:1px solid #e6eef8;border-radius:22px;background:#f8fbff;}.account-service-card strong{display:block;color:#0f172a;font-size:18px;line-height:1.25;margin-top:8px;}.account-service-card small{display:block;color:#64748b;font-weight:800;margin-top:4px;}.account-service-type{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:950;}.account-service-dates{display:grid;gap:8px;}.account-service-dates p{margin:0;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#334155;}.account-service-providers{display:grid;gap:5px;padding-top:10px;border-top:1px solid #e6eef8;color:#64748b;font-size:13px;font-weight:750;}.account-expiry-badge{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap;}.account-expiry-badge.safe{background:#dcfce7;color:#15803d;}.account-expiry-badge.soon{background:#e0f2fe;color:#0369a1;}.account-expiry-badge.warning{background:#ffedd5;color:#c2410c;}.account-expiry-badge.critical{background:#fee2e2;color:#b91c1c;}.account-expiry-badge.expired{background:#fecaca;color:#991b1b;}.account-expiry-badge.neutral{background:#f1f5f9;color:#475569;}@media (max-width:1100px){.account-shell{grid-template-columns:1fr;}.account-side-menu{position:relative;top:auto;}.account-nav{grid-template-columns:repeat(2,minmax(0,1fr));}.account-nav-actions{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:760px){.account-panel-hero{flex-direction:column;padding:22px;}.account-panel-hero h2{font-size:32px;}.account-hero-actions, .account-hero-actions .btn, .account-nav-actions, .account-nav-actions .btn{width:100%;}.account-stat-grid{grid-template-columns:1fr 1fr;}.account-nav{grid-template-columns:1fr;}.account-nav-actions{grid-template-columns:1fr;}.account-section-head{flex-direction:column;}.account-section-head .btn{width:100%;}.account-service-dates p{align-items:flex-start;flex-direction:column;}}@media (max-width:520px){.account-stat-grid{grid-template-columns:1fr;}}.account-nav-actions .account-support-create-btn, .account-support-create-btn{background:linear-gradient(135deg,#f97316,#facc15)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 16px 32px rgba(249,115,22,.24)!important;}.account-nav-actions .account-support-create-btn:hover, .account-support-create-btn:hover, .account-support-create-btn.active{background:linear-gradient(135deg,#ea580c,#fb923c)!important;color:#fff!important;transform:translateY(-1px);}.account-main > .account-section-card{margin-top:0!important;}.account-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;}.account-overview-grid a{display:grid;gap:5px;padding:18px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;color:#0f172a;text-decoration:none!important;transition:.16s ease;}.account-overview-grid a:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 16px 36px rgba(37,99,235,.10);}.account-overview-grid a strong{font-size:17px;font-weight:950;}.account-overview-grid a small{color:#64748b;font-weight:800;}.account-form-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:18px;padding:14px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.account-support-create-card textarea{resize:vertical;}@media (max-width:760px){.account-form-actions{align-items:stretch;flex-direction:column;}.account-form-actions .btn{width:100%;}}.account-sidebar-page .customer-support-orange-btn, .account-sidebar-page a.customer-support-orange-btn, .account-sidebar-page button.customer-support-orange-btn, .account-sidebar-page .account-nav-actions .customer-support-orange-btn, .account-sidebar-page .account-hero-actions .customer-support-orange-btn, .account-sidebar-page .account-section-head .customer-support-orange-btn, .account-sidebar-page .account-form-actions .customer-support-orange-btn{background:linear-gradient(135deg,#f97316 0%,#fb923c 55%,#facc15 100%)!important;color:#ffffff!important;border:0!important;border-color:transparent!important;box-shadow:0 16px 34px rgba(249,115,22,.28)!important;}.account-sidebar-page .customer-support-orange-btn:hover, .account-sidebar-page .customer-support-orange-btn.active, .account-sidebar-page .customer-support-orange-btn:focus{background:linear-gradient(135deg,#ea580c 0%,#f97316 58%,#fb923c 100%)!important;color:#ffffff!important;border-color:transparent!important;box-shadow:0 18px 38px rgba(234,88,12,.34)!important;transform:translateY(-1px);}.account-sidebar-page .customer-support-orange-btn *{color:#ffffff!important;}.account-order-detail-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:20px;}.account-order-detail-summary > div{padding:16px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.account-order-detail-summary span, .account-order-detail-summary small{display:block;color:#64748b;font-size:12px;font-weight:900;}.account-order-detail-summary strong{display:block;margin-top:5px;color:#0f172a;font-size:18px;line-height:1.25;}.account-order-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;align-items:start;}.account-order-detail-grid h4, .account-order-timeline h4, .account-receipt-list h4{margin:0 0 12px;color:#0f172a;font-size:20px;letter-spacing:-.03em;}.account-receipt-upload-form{padding:16px;border:1px solid #dbeafe;border-radius:22px;background:#ffffff;}.account-receipt-list{margin-top:16px;display:grid;gap:10px;}.account-receipt-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #e6eef8;border-radius:18px;background:#f8fbff;}.account-receipt-item > span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-weight:950;}.account-receipt-item strong, .account-receipt-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;}.account-order-timeline{margin-top:22px;}.account-password-card input[type=password]{letter-spacing:.08em;}.support-attachment-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}.support-attachment-list a{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:12px;font-weight:900;text-decoration:none!important;}.support-attachment-list a small{color:#64748b;font-weight:800;}.receipts-admin-page .receipt-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}.receipts-admin-page .receipt-row-actions form{display:inline-flex;margin:0;}.receipts-admin-page .receipts-table td:last-child, .receipts-admin-page .receipts-table th:last-child{text-align:right;}@media (max-width:980px){.account-order-detail-grid{grid-template-columns:1fr;}.account-receipt-item{grid-template-columns:42px minmax(0,1fr);}.account-receipt-item .btn{grid-column:1 / -1;width:100%;}}@media (max-width:760px){.receipts-admin-page .receipt-row-actions, .receipts-admin-page .receipt-row-actions .btn, .receipts-admin-page .receipt-row-actions form{width:100%;}}.orders-admin-page .orders-table-wrap{display:block!important;overflow-x:auto!important;max-width:100%!important;}.orders-admin-page .orders-table-modern{min-width:980px!important;}.orders-admin-page .orders-compact-list{display:none!important;}.orders-admin-page .receipt-mini-chip{display:inline-flex!important;width:max-content!important;margin-top:5px!important;padding:4px 8px!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;border:1px solid #bfdbfe!important;font-size:11px!important;font-weight:950!important;}@media (max-width:1500px){.orders-admin-page .orders-table-wrap{display:block!important;}.orders-admin-page .orders-compact-list{display:none!important;}}.orders-admin-page .empty-state small{display:block;margin-top:6px;color:#64748b;font-weight:750;line-height:1.45;}.orders-admin-page .orders-table-wrap{display:block!important;overflow-x:auto!important;}.orders-admin-page .orders-compact-list{display:none!important;}.admin-global-search{min-width:320px;max-width:520px;flex:1 1 360px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;}.admin-global-search input{width:100%;min-height:40px;padding:0 14px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#0f172a;font-weight:800;outline:none;}.admin-global-search button{min-height:40px;padding:0 14px;border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:950;cursor:pointer;}.roles-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:18px;}.role-card{display:grid;gap:14px;padding:18px;border:1px solid #dbeafe;border-radius:24px;background:#fff;}.role-card-head{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e6eef8;}.role-card-head strong, .role-card-head small{display:block;}.role-card-head small{color:#64748b;font-weight:750;}.role-card-head > span{height:max-content;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:950;}.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;}.permission-grid label{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid #e6eef8;border-radius:14px;background:#f8fbff;font-size:12px;font-weight:850;}.backup-table-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}.backup-table-list code{padding:6px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;}.admin-search-large-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;}.admin-search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;}.admin-search-card{padding:20px!important;}.admin-search-card h3{margin:0 0 12px;color:#0f172a;letter-spacing:-.03em;}.admin-search-card a{display:grid;gap:4px;padding:12px;border:1px solid #e6eef8;border-radius:16px;background:#f8fbff;color:#0f172a;text-decoration:none!important;margin-bottom:8px;}.admin-search-card a:hover{border-color:#bfdbfe;box-shadow:0 12px 26px rgba(37,99,235,.08);}.admin-search-card small{color:#64748b;font-weight:750;}.custom-mail-preview-card{margin-top:18px;padding:18px;border:1px solid #bfdbfe;border-radius:22px;background:#eff6ff;}.custom-mail-preview-card h3{margin:0 0 8px;}.custom-mail-preview-frame{max-height:360px;overflow:auto;padding:14px;border:1px solid #dbeafe;border-radius:16px;background:#fff;}@media (max-width:1100px){.admin-global-search{order:9;flex-basis:100%;max-width:none;}}@media (max-width:700px){.admin-search-large-form{grid-template-columns:1fr;}.admin-search-large-form .btn{width:100%;}}.admin-top-clean{align-items:flex-start!important;justify-content:flex-end!important;padding-top:0!important;margin-bottom:26px!important;}.admin-top-clean > div:first-child{width:100%!important;}.admin-top-clean .admin-actions{width:100%!important;display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-end!important;gap:10px!important;}.admin-top-clean .top-quick-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;}.admin-top-clean .notif, .admin-top-clean .user-pill{flex:0 0 auto!important;}.admin-top-clean .admin-global-search-full{order:99!important;flex:0 0 100%!important;width:100%!important;max-width:none!important;min-width:0!important;margin-top:8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 76px!important;gap:10px!important;}.admin-top-clean .admin-global-search-full input{width:100%!important;min-height:50px!important;padding:0 18px!important;border-radius:18px!important;border:1px solid #dbeafe!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.045)!important;font-weight:850!important;}.admin-top-clean .admin-global-search-full button{min-height:50px!important;border-radius:16px!important;background:linear-gradient(135deg,#2563eb,#38bdf8)!important;color:#fff!important;box-shadow:0 12px 28px rgba(37,99,235,.16)!important;}.admin-main > .admin-top-clean + .alert{margin-top:0!important;}@media (max-width:1180px){.admin-top-clean .admin-actions, .admin-top-clean .top-quick-actions{justify-content:flex-start!important;}}@media (max-width:720px){.admin-top-clean .admin-global-search-full{grid-template-columns:1fr!important;}.admin-top-clean .admin-global-search-full button{width:100%!important;}}.admin-live-section-search{position:relative!important;}.admin-live-section-search .admin-live-search-wrap{position:relative!important;min-width:0!important;}.admin-live-section-search .admin-live-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:2500;padding:12px;border:1px solid #dbeafe;border-radius:22px;background:#ffffff;box-shadow:0 26px 70px rgba(15,23,42,.18);overflow:hidden;}.admin-live-section-search .admin-live-search-results[hidden]{display:none!important;}.admin-live-section-search .admin-live-search-list{display:grid;gap:8px;max-height:390px;overflow:auto;padding-right:3px;}.admin-live-section-search .admin-live-search-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:11px 12px;border:1px solid #e6eef8;border-radius:17px;background:#f8fbff;color:#0f172a;text-decoration:none!important;transition:.15s ease;}.admin-live-section-search .admin-live-search-item:hover, .admin-live-section-search .admin-live-search-item:focus{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px);outline:none;}.admin-live-section-search .admin-live-search-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:950;box-shadow:0 12px 24px rgba(37,99,235,.16);}.admin-live-section-search .admin-live-search-item strong, .admin-live-section-search .admin-live-search-item small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-live-section-search .admin-live-search-item strong{font-weight:950;color:#0f172a;line-height:1.25;}.admin-live-section-search .admin-live-search-item small{margin-top:3px;color:#64748b;font-size:12px;font-weight:850;}.admin-live-section-search .admin-live-search-empty{padding:18px;border-radius:17px;background:#f8fafc;color:#64748b;text-align:center;font-weight:850;line-height:1.45;}.admin-live-section-search .admin-live-search-general{width:100%;margin-top:10px;min-height:44px;border:0;border-radius:16px;background:#0f172a;color:#fff;font-weight:950;cursor:pointer;}.admin-live-section-search .admin-live-search-general:hover{background:#1e293b;}@media (max-width:720px){.admin-live-section-search .admin-live-search-results{position:absolute;top:calc(100% + 8px);}}.order-detail-strong .order-detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;}.order-detail-strong .order-detail-title-row h2{margin-bottom:6px;}.order-detail-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}.order-detail-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:18px 0;}.order-detail-summary-grid > div{padding:16px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.order-detail-summary-grid span, .order-detail-summary-grid small{display:block;color:#64748b;font-size:12px;font-weight:900;}.order-detail-summary-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:20px;line-height:1.15;}.order-detail-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0;}.order-info-box, .order-invoice-edit-card{border:1px solid #dbeafe!important;border-radius:22px!important;background:#fff!important;}.order-info-box{padding:18px;}.order-info-box h3, .order-invoice-edit-card h3{margin:0 0 12px;}.order-info-box p{margin:0 0 8px;line-height:1.55;}.order-total-breakdown{max-width:560px;margin:18px 0 24px auto;padding:18px;border:1px solid #dbeafe;border-radius:22px;background:#f8fbff;}.order-total-breakdown p, .order-total-breakdown h3{display:flex;justify-content:space-between;gap:16px;margin:0;padding:8px 0;border-bottom:1px solid #e6eef8;}.order-total-breakdown h3{border-bottom:0;font-size:20px;}.order-items-breakdown th, .order-items-breakdown td{vertical-align:middle;}.checkout-invoice-box{padding:16px;margin:14px 0;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff;}.checkout-invoice-box h3{margin:0 0 4px;}.manual-invoice-section{background:#f8fbff;border:1px solid #dbeafe;border-radius:24px;padding:18px;}.account-order-invoice-box{margin:18px 0;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:#f8fbff;}.account-order-invoice-box h4{margin:0 0 12px;}.account-invoice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 16px;}.account-invoice-grid p{margin:0;line-height:1.5;}@media (max-width:980px){.order-detail-two-col{grid-template-columns:1fr;}.order-detail-strong .order-detail-title-row{flex-direction:column;}.order-detail-badges{justify-content:flex-start;}}.dashboard-v48 .dashboard-bottom-grid, .dashboard-v48 .dashboard-lower-grid, .dashboard-v48 .dashboard-report-grid, .dashboard-v48 .dashboard-home-bottom{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;align-items:start!important;}.dashboard-v48 .dashboard-bottom-grid > .card, .dashboard-v48 .dashboard-lower-grid > .card, .dashboard-v48 .dashboard-report-grid > .card, .dashboard-v48 .dashboard-home-bottom > .card{margin:0!important;}.dashboard-v48 .dashboard-section-card, .dashboard-v48 .dashboard-support-card, .dashboard-v48 .dashboard-best-products-card, .dashboard-v48 .dashboard-weekly-orders-card{margin-top:22px!important;border:1px solid #dbeafe!important;border-radius:28px!important;box-shadow:0 18px 44px rgba(15,23,42,.055)!important;overflow:hidden!important;}.admin-main .dashboard-v48 > .card + .card, .admin-main .dashboard-v48 .container > .card + .card, .admin-main .dashboard-v48 section.card + section.card, .admin-main .dashboard-v48 div.card + div.card{margin-top:22px!important;}.dashboard-v48 .card:has(h2), .dashboard-v48 .card:has(h3){position:relative;}@media (max-width:900px){.dashboard-v48 .dashboard-bottom-grid, .dashboard-v48 .dashboard-lower-grid, .dashboard-v48 .dashboard-report-grid, .dashboard-v48 .dashboard-home-bottom{gap:16px!important;}.admin-main .dashboard-v48 > .card + .card, .admin-main .dashboard-v48 .container > .card + .card, .admin-main .dashboard-v48 section.card + section.card, .admin-main .dashboard-v48 div.card + div.card{margin-top:16px!important;}}.dashboard-v48 .dashboard-content-stack{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;align-items:stretch!important;margin-top:0!important;}.dashboard-v48 .dashboard-content-stack > .dashboard-card{width:100%!important;margin:0!important;}.dashboard-v48 .dashboard-bottom-stack{display:grid!important;grid-template-columns:1fr!important;gap:26px!important;margin-top:28px!important;align-items:stretch!important;}.dashboard-v48 .dashboard-bottom-stack > .dashboard-bottom-card{width:100%!important;margin:0!important;display:block!important;border:1px solid #dbeafe!important;border-radius:28px!important;background:#fff!important;box-shadow:0 18px 44px rgba(15,23,42,.065)!important;overflow:hidden!important;}.dashboard-v48 .dashboard-bottom-stack > .dashboard-bottom-card + .dashboard-bottom-card{margin-top:0!important;}.dashboard-v48 .dashboard-bottom-card h3{margin:0!important;padding:22px 26px!important;border-bottom:1px solid #e6eef8!important;color:#0f172a!important;}.dashboard-v48 .dashboard-bottom-card .table{margin:0!important;}.dashboard-v48 .dashboard-bottom-stack.dashboard-grid, .dashboard-v48 .dashboard-bottom-stack{grid-template-columns:1fr!important;}@media (max-width:900px){.dashboard-v48 .dashboard-content-stack{gap:18px!important;}.dashboard-v48 .dashboard-bottom-stack{gap:18px!important;margin-top:20px!important;}.dashboard-v48 .dashboard-bottom-card h3{padding:18px 20px!important;}}.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-admin-page .orders-head-actions, .orders-page-head .orders-head-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;}.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{flex:0 1 auto!important;min-width:0!important;white-space:nowrap!important;padding-left:14px!important;padding-right:14px!important;font-size:14px!important;}.orders-admin-page .orders-head-actions .btn span, .orders-page-head .orders-head-actions .btn span{margin-right:4px!important;}.orders-page-head .product-page-copy{width:100%!important;}@media (max-width:1250px){.orders-admin-page .orders-head-actions, .orders-page-head .orders-head-actions{gap:8px!important;}.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{padding-left:11px!important;padding-right:11px!important;font-size:13px!important;}}@media (max-width:900px){.orders-admin-page .orders-head-actions, .orders-page-head .orders-head-actions{flex-wrap:wrap!important;}.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{flex:1 1 calc(50% - 8px)!important;justify-content:center!important;}}.orders-admin-page .orders-head-actions, .orders-page-head .orders-head-actions{gap:8px!important;}.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{min-height:44px!important;height:44px!important;padding:0 11px!important;font-size:13px!important;line-height:1!important;border-radius:14px!important;white-space:nowrap!important;letter-spacing:-.02em!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;}.orders-admin-page .orders-head-actions .btn span, .orders-page-head .orders-head-actions .btn span{margin-right:3px!important;font-size:13px!important;}@media (max-width:1320px){.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{min-height:40px!important;height:40px!important;padding:0 9px!important;font-size:12.5px!important;border-radius:13px!important;}}@media (max-width:900px){.orders-admin-page .orders-head-actions .btn, .orders-page-head .orders-head-actions .btn{min-height:42px!important;height:42px!important;font-size:13px!important;}}.services-admin-page .stat-card, .service-admin-page .stat-card, .domain-hosting-page .stat-card, .admin-main .services-admin-page .dashboard-stat-card, .admin-main .services-admin-page .service-stat-card{min-width:0!important;overflow:hidden!important;}.services-admin-page .stat-card *, .service-admin-page .stat-card *, .domain-hosting-page .stat-card *, .admin-main .services-admin-page .dashboard-stat-card *, .admin-main .services-admin-page .service-stat-card *{min-width:0!important;}.services-admin-page .stat-card h3, .services-admin-page .stat-card strong, .services-admin-page .stat-card .stat-title, .services-admin-page .stat-card .stat-label, .service-admin-page .stat-card h3, .domain-hosting-page .stat-card h3, .admin-main .services-admin-page .dashboard-stat-card h3, .admin-main .services-admin-page .dashboard-stat-card strong, .admin-main .services-admin-page .service-stat-card h3, .admin-main .services-admin-page .service-stat-card strong{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.15!important;word-break:normal!important;overflow-wrap:break-word!important;}.services-admin-page .stat-card, .service-admin-page .stat-card, .domain-hosting-page .stat-card{display:flex!important;align-items:center!important;gap:14px!important;padding:18px 20px!important;}.services-admin-page .stat-card .stat-content, .service-admin-page .stat-card .stat-content, .domain-hosting-page .stat-card .stat-content{flex:1 1 auto!important;min-width:0!important;}.services-admin-page .stat-card .stat-title, .service-admin-page .stat-card .stat-title, .domain-hosting-page .stat-card .stat-title, .services-admin-page .stat-card h3, .service-admin-page .stat-card h3, .domain-hosting-page .stat-card h3{font-size:14px!important;max-width:100%!important;}.services-admin-page .stat-card .stat-value, .service-admin-page .stat-card .stat-value, .domain-hosting-page .stat-card .stat-value, .services-admin-page .stat-card strong, .service-admin-page .stat-card strong, .domain-hosting-page .stat-card strong{font-size:26px!important;flex-shrink:0!important;}@media (max-width:1280px){.services-admin-page .stat-card, .service-admin-page .stat-card, .domain-hosting-page .stat-card{padding:16px!important;gap:10px!important;}.services-admin-page .stat-card .stat-title, .service-admin-page .stat-card .stat-title, .domain-hosting-page .stat-card .stat-title, .services-admin-page .stat-card h3, .service-admin-page .stat-card h3, .domain-hosting-page .stat-card h3{font-size:13px!important;line-height:1.12!important;}.services-admin-page .stat-card .stat-value, .service-admin-page .stat-card .stat-value, .domain-hosting-page .stat-card .stat-value, .services-admin-page .stat-card strong, .service-admin-page .stat-card strong, .domain-hosting-page .stat-card strong{font-size:24px!important;}}.service-admin-page .service-stats-five{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;}.service-admin-page .service-stats-five .mini-stat{min-width:0!important;width:100%!important;height:auto!important;min-height:96px!important;padding:16px 14px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;overflow:hidden!important;}.service-admin-page .service-stats-five .mini-stat i{width:44px!important;height:44px!important;min-width:44px!important;font-size:18px!important;display:grid!important;place-items:center!important;margin:0!important;}.service-admin-page .service-stats-five .mini-stat span{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;font-size:13px!important;line-height:1.12!important;letter-spacing:-.02em!important;display:block!important;}.service-admin-page .service-stats-five .mini-stat strong{min-width:0!important;flex-shrink:0!important;font-size:27px!important;line-height:1!important;letter-spacing:-.06em!important;white-space:nowrap!important;}@media (max-width:1380px){.service-admin-page .service-stats-five{gap:10px!important;}.service-admin-page .service-stats-five .mini-stat{min-height:88px!important;padding:14px 11px!important;grid-template-columns:38px minmax(0,1fr) auto!important;gap:8px!important;}.service-admin-page .service-stats-five .mini-stat i{width:38px!important;height:38px!important;min-width:38px!important;font-size:16px!important;border-radius:14px!important;}.service-admin-page .service-stats-five .mini-stat span{font-size:12px!important;line-height:1.08!important;}.service-admin-page .service-stats-five .mini-stat strong{font-size:24px!important;}}@media (max-width:1180px){.service-admin-page .service-stats-five{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:760px){.service-admin-page .service-stats-five{grid-template-columns:1fr!important;}.service-admin-page .service-stats-five .mini-stat{grid-template-columns:44px minmax(0,1fr) auto!important;padding:16px!important;}}.mail-trigger-grid{grid-template-columns:1.1fr .9fr!important;gap:20px!important;align-items:start!important;}.mail-trigger-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0;}.mail-trigger-status-grid > div{padding:14px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;}.mail-trigger-status-grid span{display:block;color:#64748b;font-size:12px;font-weight:900;}.mail-trigger-status-grid strong{display:block;margin-top:4px;color:#0f172a;font-size:16px;line-height:1.2;}.mail-trigger-summary{margin-top:16px;padding:14px;border:1px solid #dbeafe;border-radius:18px;background:#eff6ff;}.mail-trigger-summary h3{margin:0 0 8px;}.mail-trigger-summary p{margin:6px 0;}.cron-url-box{display:grid;gap:8px;margin:16px 0;}.cron-url-box label, .cron-command-grid label{font-size:12px;color:#64748b;font-weight:950;text-transform:uppercase;letter-spacing:.06em;}.cron-url-box code, .cron-command-grid code{display:block;padding:12px 14px;border-radius:14px;background:#0f172a;color:#e0f2fe;white-space:normal;overflow-wrap:anywhere;line-height:1.5;}.cron-steps{padding-left:20px;color:#334155;line-height:1.7;font-weight:750;}.cron-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0;}.cron-command-grid small{display:block;margin-top:6px;color:#64748b;font-weight:800;}@media (max-width:980px){.mail-trigger-grid, .cron-command-grid{grid-template-columns:1fr!important;}}@media (max-width:640px){.mail-trigger-status-grid{grid-template-columns:1fr;}}.bulk-service-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 14px;padding:16px;border:1px solid #e6eef8;border-radius:20px;background:#f8fbff;}.bulk-service-toolbar h3{margin:0 0 4px;color:#0f172a;}.extra-service-rows{display:grid;gap:18px;}.extra-service-row{padding:18px;border:1px solid #dbeafe;border-radius:24px;background:#ffffff;box-shadow:0 14px 35px rgba(15,23,42,.06);}.extra-service-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}.extra-service-row-head strong{color:#0f172a;font-size:17px;}.account-extra-group{display:grid;gap:12px;margin-top:18px;}.account-extra-group h4{margin:0;color:#0f172a;font-size:17px;}.account-extra-group.archive{margin-top:26px;padding-top:18px;border-top:1px dashed #cbd5e1;}.account-service-card.expired-archive{background:#fff7f7;border-color:#fecaca;}.account-service-card.expired-archive .account-service-type{background:#fee2e2;color:#991b1b;}.is-expired-row td{background:#fffafa;}@media (max-width:760px){.bulk-service-toolbar{align-items:stretch;flex-direction:column;}.bulk-service-toolbar .btn{width:100%;justify-content:center;}.extra-service-row{padding:14px;border-radius:18px;}}.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-check{width:26px;height:26px;display:grid;place-items:center;border-radius:10px;background:#eff6ff;color:transparent;font-weight:900;transition:.18s ease;}.setup-addon-box.product-addon-box input:checked + .setup-addon-check{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);}.setup-addon-copy strong{display:block;margin-bottom:5px;color:#0f172a;}.setup-addon-copy em{display:block;color:#64748b;font-style:normal;line-height:1.6;}.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-options{display:grid;gap:10px;margin:12px 0;}.cart-addon-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:start;padding:12px;border:1px solid #dbeafe;border-radius:16px;background:#fff;cursor:pointer;}.cart-addon-option input{margin-top:3px;}.cart-addon-option strong{display:block;color:#0f172a;}.cart-addon-option em{display:block;margin-top:3px;color:#64748b;font-style:normal;line-height:1.5;}.cart-addon-option b{color:#0f172a;white-space:nowrap;}.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;}.cart-addon-option{grid-template-columns:auto minmax(0,1fr);}.cart-addon-option b{grid-column:2;}}.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, .cart-addon-option em p{margin:0 0 6px;}.product-addon-content-v2 em ul, .product-addon-content-v2 em ol, .cart-addon-option em ul, .cart-addon-option 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 (min-width:981px){.admin-shell, .admin-layout, .admin-page{align-items:flex-start!important;}.admin-sidebar, aside.admin-sidebar, .admin-side, .sidebar, .admin-nav{position:sticky!important;top:0!important;align-self:flex-start!important;height:100vh!important;max-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;z-index:50!important;}body.admin-body, .admin-body{overflow-x:hidden!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){.admin-shell{display:grid!important;grid-template-columns:288px minmax(0,1fr)!important;min-height:100vh!important;align-items:start!important;}.admin-shell > .sidebar, .admin-shell > aside.sidebar, .admin-shell > .sidebar-modern, .admin-shell > aside.sidebar-modern{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:288px!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;z-index:999!important;overflow:hidden!important;transform:none!important;will-change:auto!important;}.admin-shell > .sidebar .sidebar-inner, .admin-shell > aside.sidebar .sidebar-inner, .admin-shell > .sidebar-modern .sidebar-inner, .admin-shell > aside.sidebar-modern .sidebar-inner{height:100vh!important;max-height:100vh!important;overflow:hidden!important;}.admin-shell > .sidebar .side-menu-main, .admin-shell > aside.sidebar .side-menu-main, .admin-shell > .sidebar-modern .side-menu-main, .admin-shell > aside.sidebar-modern .side-menu-main{overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;}.admin-shell > .admin-main, .admin-main{grid-column:2!important;min-width:0!important;width:100%!important;margin-left:0!important;}body{overflow-x:hidden!important;}}@media (max-width:900px){.admin-shell > .sidebar, .admin-shell > aside.sidebar, .admin-shell > .sidebar-modern, .admin-shell > aside.sidebar-modern{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}.admin-shell{display:block!important;}.admin-main{grid-column:auto!important;margin-left:0!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-premium-demo{background:radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 38%),
        linear-gradient(180deg,#ffffff,#f8fbff)!important;border-color:#bfdbfe!important;box-shadow:0 16px 34px rgba(37,99,235,.08)!important;}.info-box-premium-demo strong{display:block!important;margin-bottom:10px!important;}.premium-demo-action{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;min-height:50px!important;padding:13px 16px!important;border-radius:16px!important;text-decoration:none!important;font-size:15px!important;font-weight:950!important;letter-spacing:-.01em!important;line-height:1!important;border:1px solid transparent!important;box-shadow:0 16px 34px rgba(15,23,42,.16)!important;transform:translateZ(0)!important;transition:transform .18s ease, box-shadow .18s ease, filter .18s ease!important;}.premium-demo-action::before{content:""!important;position:absolute!important;inset:-35% -60%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent)!important;transform:translateX(-70%) rotate(12deg)!important;transition:transform .65s ease!important;z-index:0!important;}.premium-demo-action:hover{transform:translateY(-2px)!important;box-shadow:0 22px 42px rgba(15,23,42,.22)!important;filter:saturate(1.08)!important;color:#ffffff!important;}.premium-demo-action:hover::before{transform:translateX(70%) rotate(12deg)!important;}.premium-demo-action span{position:relative!important;z-index:1!important;}.premium-demo-action-icon{width:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:rgba(255,255,255,.18)!important;color:#ffffff!important;font-size:15px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20)!important;}.premium-demo-site{color:#ffffff!important;background:radial-gradient(circle at top left, rgba(255,255,255,.24), transparent 32%),
        linear-gradient(135deg,#2563eb 0%,#0284c7 48%,#38bdf8 100%)!important;border-color:rgba(147,197,253,.70)!important;}.premium-demo-admin{color:#ffffff!important;background:radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(135deg,#07162e 0%,#0f172a 48%,#334155 100%)!important;border-color:rgba(148,163,184,.55)!important;}.premium-demo-site:visited, .premium-demo-admin:visited, .premium-demo-site:hover, .premium-demo-admin:hover{color:#ffffff!important;}.demo-action-info-box{background:#f8fbff!important;border:1px solid #dbeafe!important;box-shadow:none!important;}.demo-action-info-box strong{display:block!important;margin-bottom:10px!important;color:#0f172a!important;}.demo-clean-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:42px!important;padding:11px 14px!important;border-radius:13px!important;text-decoration:none!important;font-size:14px!important;font-weight:900!important;line-height:1.1!important;letter-spacing:-.01em!important;border:1px solid transparent!important;box-shadow:none!important;transition:background .15s ease, border-color .15s ease, transform .15s ease!important;}.demo-clean-btn:hover{transform:translateY(-1px)!important;text-decoration:none!important;}.demo-clean-btn-site{background:#2563eb!important;border-color:#2563eb!important;color:#ffffff!important;}.demo-clean-btn-site:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;color:#ffffff!important;}.demo-clean-btn-panel{background:#0f172a!important;border-color:#0f172a!important;color:#ffffff!important;}.demo-clean-btn-panel:hover{background:#1e293b!important;border-color:#1e293b!important;color:#ffffff!important;}.premium-demo-action-icon, .cta-icon{display:none!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;}.demo-action-info-box, .demo-clean-btn, .premium-demo-action{box-shadow:none!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;}.admin-sidebar a:not(.active), .sidebar a:not(.active), .admin-nav a:not(.active){background-image:none;}.admin-sidebar a.active, .sidebar a.active, .admin-nav a.active{color:#ffffff;}@media (min-width:901px){.admin-shell{display:grid!important;grid-template-columns:288px minmax(0,1fr)!important;min-height:100vh!important;align-items:start!important;}.admin-shell > aside.sidebar, .admin-shell > .sidebar, aside.sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:288px!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;z-index:999!important;overflow:hidden!important;transform:none!important;will-change:auto!important;}.admin-shell > aside.sidebar .sidebar-inner, .admin-shell > .sidebar .sidebar-inner, aside.sidebar .sidebar-inner{height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}.admin-shell > aside.sidebar .side-menu-main, .admin-shell > .sidebar .side-menu-main, aside.sidebar .side-menu-main{overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;flex:1 1 auto!important;}.admin-shell > .admin-main, .admin-main{grid-column:2!important;width:100%!important;min-width:0!important;margin-left:0!important;}body{overflow-x:hidden!important;}}@media (max-width:900px){.admin-shell{display:block!important;}.admin-shell > aside.sidebar, .admin-shell > .sidebar, aside.sidebar{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}.admin-shell > aside.sidebar .sidebar-inner, .admin-shell > .sidebar .sidebar-inner, aside.sidebar .sidebar-inner{height:auto!important;max-height:none!important;overflow:visible!important;}.admin-main{grid-column:auto!important;margin-left:0!important;}}@media (min-width:901px){body:has(.admin-shell){overflow-x:hidden!important;}.admin-shell{display:grid!important;grid-template-columns:288px minmax(0,1fr)!important;align-items:start!important;min-height:100vh!important;width:100%!important;}.admin-shell > .sidebar.sidebar-modern{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:288px!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;z-index:1000!important;overflow:hidden!important;transform:none!important;will-change:auto!important;}.admin-shell > .sidebar.sidebar-modern .sidebar-inner{height:100vh!important;max-height:100vh!important;min-height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}.admin-shell > .sidebar.sidebar-modern .side-menu-main{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important;}.admin-shell > .admin-main{grid-column:2!important;width:100%!important;min-width:0!important;margin-left:0!important;position:relative!important;}}@media (min-width:901px){body .admin-shell > aside.sidebar.sidebar-modern{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:288px!important;height:100vh!important;}body .admin-shell > main.admin-main{grid-column:2!important;}}@media (max-width:900px){.admin-shell{display:block!important;}.admin-shell > .sidebar.sidebar-modern{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}.admin-shell > .sidebar.sidebar-modern .sidebar-inner, .admin-shell > .sidebar.sidebar-modern .side-menu-main{height:auto!important;max-height:none!important;overflow:visible!important;}.admin-shell > .admin-main{grid-column:auto!important;margin-left:0!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;}}.checkout-wp-credentials-box, .account-wp-credentials-box, .order-wp-credentials-admin{margin:18px 0;padding:18px;border-radius:18px;background:#f8fbff;border:1px solid #dbeafe;}.checkout-wp-credentials-box h3, .account-wp-credentials-box h4, .order-wp-credentials-admin h3{margin-top:0;}.order-wp-credentials-admin .form-grid > div{padding:14px;border-radius:14px;background:#fff;border:1px solid #e6eef8;}.order-wp-credentials-admin .form-grid span{display:block;color:#64748b;font-size:12px;font-weight:900;margin-bottom:6px;}.account-wp-products-table strong{color:#0f172a;}.account-wp-products-table td{vertical-align:middle;}.account-wp-products-table .wp-products-note{font-size:12px;line-height:1.35;}.account-wp-products-table .wp-products-order-no, .account-wp-products-table .wp-products-date{font-size:13px;line-height:1.4;color:#45556f;}.account-wp-products-table .wp-products-detail-btn{min-width:96px;text-align:center;letter-spacing:0.4px;font-size:13px;font-weight:800;}@media (max-width: 768px){.account-wp-products-table .wp-products-note, .account-wp-products-table .wp-products-order-no, .account-wp-products-table .wp-products-date, .account-wp-products-table .wp-products-detail-btn{font-size:11px;}}.account-wp-products-table .wp-products-note{font-size:12px!important;line-height:1.3;}@media (max-width: 768px){.account-wp-products-table .wp-products-note{font-size:11px!important;}}.account-page .muted, .account-page .account-user-card small, .account-page .account-stat-card small, .account-page .account-overview-grid a small, .account-page .account-order-detail-summary small, .account-page .account-receipt-item small, .account-page .timeline-item small, .account-page .support-ticket-list small, .account-page .account-service-card small, .account-page .account-service-dates small, .account-page .account-service-providers small, .account-page .table td small, .account-page .table td .muted, .account-page .wp-products-note, .account-page .wp-products-order-no, .account-page .wp-products-date{font-size:12px!important;line-height:1.35;}.account-page .account-section-head .muted, .account-page .account-panel-hero .muted, .account-page .account-panel-hero p, .account-page .account-wp-credentials-box .muted, .account-page .account-receipt-upload-form .muted, .account-page .account-extra-group .muted{font-size:12px!important;line-height:1.45;}.account-page .table thead th{font-size:12px;letter-spacing:.06em;}@media (max-width: 768px){.account-page .muted, .account-page .account-user-card small, .account-page .account-stat-card small, .account-page .account-overview-grid a small, .account-page .account-order-detail-summary small, .account-page .account-receipt-item small, .account-page .timeline-item small, .account-page .support-ticket-list small, .account-page .account-service-card small, .account-page .account-service-dates small, .account-page .account-service-providers small, .account-page .table td small, .account-page .table td .muted, .account-page .wp-products-note, .account-page .wp-products-order-no, .account-page .wp-products-date, .account-page .account-section-head .muted, .account-page .account-panel-hero .muted, .account-page .account-panel-hero p, .account-page .account-wp-credentials-box .muted, .account-page .account-receipt-upload-form .muted, .account-page .account-extra-group .muted{font-size:11px!important;}}.account-main > .account-section-card, .account-section-card{background:#ffffff!important;}.account-panel-hero{padding:34px;border-radius:34px;}.account-panel-hero h2{margin:10px 0 10px;}.account-section-head{margin-bottom:20px;}.account-section-head h3{font-size:24px;line-height:1.1;margin:0 0 8px;}.account-section-head p, .account-section-card > .muted, .account-section-card .muted{color:#64748b;}.account-table-wrap{background:#ffffff;border:1px solid #dbeafe;border-radius:24px;}.account-table-wrap .table thead th{padding:16px 16px;font-size:12px;font-weight:900;color:#64748b;letter-spacing:.08em;text-transform:uppercase;background:#fbfdff;border-bottom:1px solid #e6eef8;}.account-table-wrap .table tbody td{padding:18px 16px;vertical-align:top;}.account-table-wrap code, .account-section-card code{display:inline-block;padding:3px 8px;border-radius:10px;border:1px solid #dbeafe;background:#f8fbff;color:#0f172a;font-size:12px;}.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-service-card, .account-order-detail-summary > div, .account-receipt-upload-form, .account-order-invoice-box, .account-wp-credentials-box, .account-receipt-item, .account-overview-grid a, .account-form-actions, .account-support-list .ticket-item, .support-ticket-list .ticket-item, .account-extra-group{background:#ffffff;border-color:#dbeafe;box-shadow:none;}.account-service-card, .account-extra-group{border-radius:24px;}.account-extra-group{padding:18px;}.account-extra-group h4{margin:0 0 14px;font-size:18px;line-height:1.2;color:#0f172a;}.account-order-detail-summary > div, .account-receipt-upload-form, .account-order-invoice-box, .account-wp-credentials-box{border-radius:22px;}.account-receipt-item{border-radius:18px;}.account-section-card .btn.small.secondary, .account-section-card .account-wp-products-table .wp-products-detail-btn{min-height:42px;padding:10px 14px;border-radius:14px;font-size:13px;font-weight:900;}.account-section-card .status{font-size:12px;font-weight:900;}.account-section-card .table strong, .account-service-card strong, .account-extra-group strong{color:#0f172a;}.account-section-card .table td .muted, .account-service-card small, .account-extra-group small, .account-service-providers, .account-service-dates p{color:#64748b;}@media (max-width: 768px){.account-panel-hero{padding:24px;border-radius:28px;}.account-section-head h3{font-size:22px;}.account-table-wrap{border-radius:20px;}.account-extra-group, .account-service-card, .account-order-detail-summary > div, .account-receipt-upload-form, .account-order-invoice-box, .account-wp-credentials-box{border-radius:20px;}}.account-order-detail-card .account-section-head{align-items:flex-start;gap:14px;}.account-order-detail-card .account-section-head .btn.secondary{min-height:42px;padding:10px 16px;border-radius:14px;font-size:13px;font-weight:900;}.account-order-detail-summary{margin-bottom:24px;}.account-order-detail-summary > div{padding:18px;background:#ffffff;border:1px solid #dbeafe;border-radius:22px;}.account-order-detail-grid > div, .account-order-timeline{background:#ffffff;border:1px solid #dbeafe;border-radius:26px;padding:22px;}.account-order-detail-grid > div h4, .account-order-timeline h4, .account-receipt-list h4, .account-order-invoice-box h4, .account-wp-credentials-box h4{margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #e6eef8;color:#0f172a;font-size:20px;font-weight:900;letter-spacing:-.03em;}.account-order-detail-grid > div .account-table-wrap{margin-top:0;}.account-order-detail-grid > div .account-table-wrap .table thead th{background:#fbfdff;}.account-order-detail-grid > div .account-table-wrap .table tbody td{padding:16px;}.account-order-invoice-box, .account-wp-credentials-box, .account-receipt-upload-form{padding:18px;}.account-invoice-grid{gap:12px 18px;}.account-invoice-grid p{padding:12px 14px;border:1px solid #e6eef8;border-radius:16px;background:#fbfdff;}.account-receipt-upload-form .field + .field{margin-top:12px;}.account-receipt-upload-form .input, .account-receipt-upload-form textarea, .account-wp-credentials-form .input, .account-wp-credentials-form textarea{border-radius:14px;}.account-receipt-list{margin-top:18px;padding-top:18px;border-top:1px solid #e6eef8;}.account-order-timeline{margin-top:22px;}.account-order-timeline .timeline-item{padding:14px 16px;border:1px solid #e6eef8;border-radius:18px;background:#fbfdff;}.account-order-timeline .timeline-item + .timeline-item{margin-top:12px;}.account-order-timeline .timeline-item strong{color:#0f172a;}.account-order-timeline .timeline-item small{display:block;margin:6px 0 8px;color:#64748b;}.account-order-timeline .timeline-item p{margin:0;color:#334155;line-height:1.55;}@media (max-width: 768px){.account-order-detail-grid > div, .account-order-timeline{padding:18px;border-radius:22px;}.account-order-detail-grid > div h4, .account-order-timeline h4, .account-receipt-list h4, .account-order-invoice-box h4, .account-wp-credentials-box h4{font-size:18px;}.account-invoice-grid p{padding:10px 12px;border-radius:14px;}}.account-orders-no strong, .account-orders-date, .account-orders-amount, .account-orders-payment{font-size:13px;line-height:1.45;}.account-orders-no strong{display:block;font-weight:800;letter-spacing:-0.01em;}@media (max-width: 768px){.account-orders-no strong, .account-orders-date, .account-orders-amount, .account-orders-payment{font-size:12px;}}.account-license-key code, .account-license-product strong, .account-license-product .muted, .account-license-product .muted code, .account-license-domain, .account-license-order, .account-license-duration{font-size:13px;line-height:1.45;}.account-license-product strong{display:block;font-weight:800;margin-bottom:4px;color:#0f172a;}.account-license-key code, .account-license-product .muted code{font-size:12px;}@media (max-width: 768px){.account-license-key code, .account-license-product strong, .account-license-product .muted, .account-license-product .muted code, .account-license-domain, .account-license-order, .account-license-duration{font-size:12px;}.account-license-key code, .account-license-product .muted code{font-size:11px;}}.account-page .account-service-type{font-size:11px!important;line-height:1.2;letter-spacing:.03em;}.account-page .account-service-card strong, .account-page .account-extra-group .account-service-card strong, .account-page .support-ticket-item strong{font-size:14px!important;line-height:1.32;}.account-page .account-service-card small, .account-page .account-extra-group .account-service-card small, .account-page .account-service-dates p, .account-page .account-service-providers span, .account-page .account-extra-group .muted, .account-page .support-ticket-item small{font-size:12px!important;line-height:1.45;}.account-page .account-extra-group h4{font-size:16px!important;}.account-page .support-ticket-item{align-items:center;}@media (max-width: 768px){.account-page .account-service-type{font-size:10px!important;}.account-page .account-service-card strong, .account-page .account-extra-group .account-service-card strong, .account-page .support-ticket-item strong{font-size:13px!important;}.account-page .account-service-card small, .account-page .account-extra-group .account-service-card small, .account-page .account-service-dates p, .account-page .account-service-providers span, .account-page .account-extra-group .muted, .account-page .support-ticket-item small{font-size:11px!important;}.account-page .account-extra-group h4{font-size:15px!important;}}.account-page .account-table-wrap .table thead th{padding:13px 15px!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-wp-products-table .wp-products-detail-btn, .account-page .account-table-wrap .btn, .account-page .support-ticket-item .status{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 .status{padding:6px 10px;border-radius:999px;font-size:11px!important;line-height:1.2;}.account-page .account-service-card{padding:16px;gap:11px;}.account-page .account-service-dates{gap:6px;}.account-page .account-extra-group{padding:16px;}.account-page .account-order-detail-summary{gap:12px;}.account-page .account-order-detail-summary > div{padding:14px 15px;border-radius:18px;}.account-page .account-receipt-item{padding:10px 11px;gap:10px;}.account-page .support-ticket-item{padding:13px 14px;border-radius:18px;}.account-page .support-ticket-icon{width:38px;height:38px;min-width:38px;border-radius:14px;}.account-page .account-overview-grid a{padding:15px 16px;border-radius:18px;}.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 thead th{padding:11px 12px!important;}.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-wp-products-table .wp-products-detail-btn, .account-page .account-table-wrap .btn, .account-page .support-ticket-item .status{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;}.account-page .account-service-card, .account-page .account-extra-group{padding:14px;}}.account-license-product-code code{font-size:12px;line-height:1.4;}.account-license-domain{font-size:13px;line-height:1.45;color:#334155;}@media (max-width:768px){.account-license-product-code code{font-size:11px;}.account-license-domain{font-size:12px;}}nn/* v12.39 config php uyumlulugu */n .settings-card-icon{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.28);}.settings-card-icon::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,0));pointer-events:none;}.settings-center-card:nth-child(12n/**/+1) .settings-card-icon{background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 14px 30px rgba(37,99,235,.20);}.settings-center-card:nth-child(12n/**/+1)::after{background:rgba(37,99,235,.07);}.settings-center-card:nth-child(12n/**/+2) .settings-card-icon{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 14px 30px rgba(124,58,237,.20);}.settings-center-card:nth-child(12n/**/+2)::after{background:rgba(124,58,237,.08);}.settings-center-card:nth-child(12n/**/+3) .settings-card-icon{background:linear-gradient(135deg,#059669,#34d399);box-shadow:0 14px 30px rgba(5,150,105,.20);}.settings-center-card:nth-child(12n/**/+3)::after{background:rgba(5,150,105,.08);}.settings-center-card:nth-child(12n/**/+4) .settings-card-icon{background:linear-gradient(135deg,#ea580c,#fb923c);box-shadow:0 14px 30px rgba(234,88,12,.20);}.settings-center-card:nth-child(12n/**/+4)::after{background:rgba(234,88,12,.08);}.settings-center-card:nth-child(12n/**/+5) .settings-card-icon{background:linear-gradient(135deg,#db2777,#fb7185);box-shadow:0 14px 30px rgba(219,39,119,.20);}.settings-center-card:nth-child(12n/**/+5)::after{background:rgba(219,39,119,.08);}.settings-center-card:nth-child(12n/**/+6) .settings-card-icon{background:linear-gradient(135deg,#0891b2,#22d3ee);box-shadow:0 14px 30px rgba(8,145,178,.20);}.settings-center-card:nth-child(12n/**/+6)::after{background:rgba(8,145,178,.08);}.settings-center-card:nth-child(12n/**/+7) .settings-card-icon{background:linear-gradient(135deg,#4f46e5,#818cf8);box-shadow:0 14px 30px rgba(79,70,229,.20);}.settings-center-card:nth-child(12n/**/+7)::after{background:rgba(79,70,229,.08);}.settings-center-card:nth-child(12n/**/+8) .settings-card-icon{background:linear-gradient(135deg,#16a34a,#84cc16);box-shadow:0 14px 30px rgba(22,163,74,.20);}.settings-center-card:nth-child(12n/**/+8)::after{background:rgba(22,163,74,.08);}.settings-center-card:nth-child(12n/**/+9) .settings-card-icon{background:linear-gradient(135deg,#d97706,#fbbf24);box-shadow:0 14px 30px rgba(217,119,6,.20);}.settings-center-card:nth-child(12n/**/+9)::after{background:rgba(217,119,6,.08);}.settings-center-card:nth-child(12n/**/+10) .settings-card-icon{background:linear-gradient(135deg,#dc2626,#fb7185);box-shadow:0 14px 30px rgba(220,38,38,.20);}.settings-center-card:nth-child(12n/**/+10)::after{background:rgba(220,38,38,.08);}.settings-center-card:nth-child(12n/**/+11) .settings-card-icon{background:linear-gradient(135deg,#0f172a,#475569);box-shadow:0 14px 30px rgba(15,23,42,.18);}.settings-center-card:nth-child(12n/**/+11)::after{background:rgba(71,85,105,.08);}.settings-center-card:nth-child(12n/**/+12) .settings-card-icon{background:linear-gradient(135deg,#0f766e,#2dd4bf);box-shadow:0 14px 30px rgba(15,118,110,.20);}.settings-center-card:nth-child(12n/**/+12)::after{background:rgba(45,212,191,.08);}.settings-center-card[href*="web_design_page.php"] .settings-card-icon{background:linear-gradient(135deg,#2563eb,#7c3aed,#38bdf8);box-shadow:0 16px 34px rgba(99,102,241,.24);}.settings-center-card[href*="web_design_page.php"]::after{background:rgba(99,102,241,.10);}.settings-center-card{position:relative;overflow:hidden;}.settings-center-card .settings-card-icon{background:var(--settings-icon-bg,linear-gradient(135deg,#2563eb,#38bdf8))!important;box-shadow:0 16px 32px var(--settings-icon-shadow,rgba(37,99,235,.22))!important;border:1px solid rgba(255,255,255,.25)!important;transform:translateZ(0);}.settings-center-card .settings-card-icon::after{content:"";position:absolute;inset:1px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,0));pointer-events:none;}.settings-center-card:hover .settings-card-icon{transform:translateY(-2px) scale(1.03);}.settings-center-card[href*="web_design_page.php"] .settings-card-icon{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 52%,#38bdf8 100%)!important;box-shadow:0 18px 36px rgba(99,102,241,.28)!important;}.settings-center-card .settings-card-icon{width:60px;height:60px;border-radius:20px;color:#fff!important;font-size:27px;}.settings-center-card .settings-card-icon::before, .settings-center-card .settings-card-icon::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;}.settings-center-card .settings-card-icon::before{background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));}.settings-center-card .settings-card-icon::after{inset:1px;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.22),transparent 42%);}.settings-center-card:hover .settings-card-icon{transform:translateY(-3px) scale(1.04);}.settings-center-card > *{position:relative;z-index:1;}.settings-center-card .settings-card-icon{margin-inline:auto;}.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, 50px)!important;width:auto!important;max-width:none!important;margin:0!important;z-index:100000!important;max-height:calc(100vh - var(--krb-mobile-menu-top, 50px) - 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;}.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;}}.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;}.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;}}.hero-media-frame picture, .home-hero-image-frame.hero-media-frame picture{background:transparent!important;}.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;}.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;}.hero-media-frame, .home-hero-image-frame.hero-media-frame{overflow:hidden!important;background:transparent!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{inset:0!important;width:100%!important;height:100%!important;border-radius:34px!important;background:transparent!important;overflow:hidden!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:cover!important;object-position:center center!important;border-radius:34px!important;background:transparent!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;}@media (max-width:768px){.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:26px!important;}}.hero-card{background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;}.hero-media-frame, .home-hero-image-frame.hero-media-frame{position:relative!important;overflow:hidden!important;padding:0!important;background:transparent!important;border:0!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;opacity:0!important;}.hero-media-frame picture, .home-hero-image-frame.hero-media-frame picture{position:absolute!important;inset:0!important;left:0!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:34px!important;background:transparent!important;overflow:hidden!important;box-shadow:none!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{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;background:transparent!important;box-shadow:none!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;}@media (max-width:768px){.hero-card{padding:0!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:26px!important;}}@media (min-width:981px){header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > button.site-menu-link.site-menu-parent{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:44px!important;height:44px!important;padding:10px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffffff!important;opacity:1!important;visibility:visible!important;font:inherit!important;font-size:15px!important;font-weight:900!important;line-height:1!important;text-shadow:none!important;cursor:default!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > button.site-menu-link.site-menu-parent .site-menu-label{display:inline-block!important;color:#ffffff!important;opacity:1!important;visibility:visible!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:hover > button.site-menu-link.site-menu-parent, header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:focus-within > button.site-menu-link.site-menu-parent{color:#ffffff!important;background:transparent!important;box-shadow:none!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > button.site-menu-link.site-menu-parent::after{content:"⌄"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;margin-left:4px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;color:#ffffff!important;font-size:13px!important;font-weight:950!important;line-height:1!important;opacity:1!important;transform:none!important;transition:transform .16s ease,background .16s ease,color .16s ease!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:hover > button.site-menu-link.site-menu-parent::after, header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:focus-within > button.site-menu-link.site-menu-parent::after{transform:rotate(180deg)!important;background:#ffffff!important;color:#2563eb!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > .site-submenu{margin-top:0!important;}}@media (min-width:981px){.site-header .site-submenu.depth-1 a{position:relative!important;grid-template-columns:minmax(0,1fr) 36px!important;padding:14px 14px 14px 18px!important;}.site-header .site-submenu.depth-1 a::after{content:"↗"!important;width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)!important;border:1px solid rgba(147,197,253,.85)!important;color:#2563eb!important;font-size:16px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 22px rgba(37,99,235,.13), inset 0 1px 0 rgba(255,255,255,.9)!important;transform:none!important;transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease!important;}.site-header .site-submenu.depth-1 a:hover, .site-header .site-submenu.depth-1 a:focus{background:linear-gradient(135deg,#2563eb,#38bdf8)!important;border-color:#60a5fa!important;color:#ffffff!important;transform:translateX(3px)!important;box-shadow:0 16px 32px rgba(37,99,235,.20)!important;}.site-header .site-submenu.depth-1 a:hover::after, .site-header .site-submenu.depth-1 a:focus::after{background:rgba(255,255,255,.18)!important;border-color:rgba(255,255,255,.36)!important;color:#ffffff!important;box-shadow:0 12px 24px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.24)!important;transform:translate(2px,-2px)!important;}}@media (min-width:981px){header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-list.site-menu-header > .site-menu-item.has-children > .submenu-toggle{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > button.site-menu-link.site-menu-parent{gap:8px!important;padding:10px 8px!important;cursor:default!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children > button.site-menu-link.site-menu-parent::after{content:""!important;display:inline-block!important;width:8px!important;height:8px!important;min-width:8px!important;margin-left:5px!important;margin-top:-4px!important;border:0!important;border-right:2px solid rgba(255,255,255,.92)!important;border-bottom:2px solid rgba(255,255,255,.92)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:rotate(45deg)!important;transform-origin:center!important;transition:transform .18s ease,border-color .18s ease,margin-top .18s ease!important;}header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:hover > button.site-menu-link.site-menu-parent::after, header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children:focus-within > button.site-menu-link.site-menu-parent::after, header.site-header.site-header-premium nav#siteMobileNav.nav .site-menu-item.has-children.desktop-submenu-open > button.site-menu-link.site-menu-parent::after{margin-top:3px!important;border-color:#ffffff!important;transform:rotate(-135deg)!important;}.site-header .site-menu-item.has-children::after{content:""!important;position:absolute!important;left:-22px!important;right:-22px!important;top:100%!important;height:42px!important;display:block!important;background:transparent!important;pointer-events:auto!important;z-index:90!important;}.site-header.site-header-premium #siteMobileNav .site-menu-item.has-children > .site-submenu, .site-header .site-submenu.depth-1{margin-top:0!important;}.site-header .site-menu-item.desktop-submenu-open > .site-submenu.depth-1{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0) scale(1)!important;}.site-header.site-header-premium #siteMobileNav .site-menu-item.has-children > .site-submenu::before{top:-8px!important;}}.home-seo-content-section{position:relative;padding-top:46px!important;padding-bottom:34px!important;overflow:hidden;}.home-seo-content-section::before{content:"";position:absolute;inset:0 0 auto 0;height:56%;background:radial-gradient(circle at 14% 10%, rgba(37,99,235,.10), transparent 28%),
      radial-gradient(circle at 88% 18%, rgba(56,189,248,.14), transparent 26%);pointer-events:none;}.home-seo-content-card{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:24px;padding:34px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,251,255,.98) 100%);border:1px solid rgba(191,219,254,.86);box-shadow:0 28px 70px rgba(15,23,42,.10);overflow:hidden;}.home-seo-content-card::after{content:"";position:absolute;right:-110px;bottom:-160px;width:360px;height:360px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(56,189,248,.10));pointer-events:none;}.home-seo-content-main, .home-seo-side-card, .home-seo-mini-grid{position:relative;z-index:1;}.home-seo-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;font-size:13px;font-weight:950;margin-bottom:18px;}.home-seo-kicker::before{content:"✦";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;}.home-seo-content-main h2{margin:0 0 18px;max-width:860px;color:#07162e;font-size:clamp(30px,3.4vw,50px);line-height:1.06;font-weight:950;letter-spacing:-.055em;}.home-seo-content-main p{margin:0 0 16px;color:#475569;font-size:16px;line-height:1.9;}.home-seo-content-main p:last-of-type{margin-bottom:0;}.home-seo-content-main a{color:#1d4ed8;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(37,99,235,.28);}.home-seo-content-main a:hover{color:#0f172a;border-bottom-color:#0f172a;}.home-seo-link-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}.home-seo-link-row a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 15px;border-radius:999px;background:#fff;color:#0f172a;border:1px solid #dbeafe;box-shadow:0 12px 26px rgba(15,23,42,.06);font-weight:950;font-size:13px;text-decoration:none;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;}.home-seo-link-row a::after{content:"↗";margin-left:8px;color:#2563eb;}.home-seo-link-row a:hover{transform:translateY(-2px);border-color:#bfdbfe;background:#f8fbff;box-shadow:0 18px 38px rgba(15,23,42,.10);}.home-seo-side-card{align-self:stretch;padding:26px;border-radius:28px;background:radial-gradient(circle at 90% 0%, rgba(56,189,248,.18), transparent 34%),
      linear-gradient(135deg,#07162e 0%,#0f2b52 58%,#123a72 100%);color:#e5edff;box-shadow:0 24px 56px rgba(7,22,46,.22);overflow:hidden;}.home-seo-side-card::before{content:"";position:absolute;inset:18px 18px auto auto;width:82px;height:82px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.16);}.home-seo-side-head{position:relative;z-index:1;margin-bottom:20px;}.home-seo-side-head span{display:inline-flex;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#bfdbfe;font-size:12px;font-weight:950;}.home-seo-side-head strong{display:block;color:#fff;font-size:23px;line-height:1.25;letter-spacing:-.035em;}.home-seo-side-card ul{position:relative;z-index:1;display:grid;gap:12px;margin:0;padding:0;list-style:none;}.home-seo-side-card li{position:relative;padding-left:30px;color:#dbeafe;line-height:1.65;font-weight:750;}.home-seo-side-card li::before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#22c55e,#38bdf8);color:#fff;font-size:12px;font-weight:950;}.home-seo-side-stats{position:relative;z-index:1;display:grid;gap:10px;margin-top:22px;}.home-seo-side-stats span{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:18px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);color:#eff6ff;font-weight:900;}.home-seo-side-stats b{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#fff;color:#1d4ed8;font-size:13px;}.home-seo-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;}.home-seo-mini-grid article{padding:24px;border-radius:26px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 42px rgba(15,23,42,.06);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}.home-seo-mini-grid article:hover{transform:translateY(-4px);border-color:#bfdbfe;box-shadow:0 24px 56px rgba(15,23,42,.10);}.home-seo-mini-grid span{display:grid;place-items:center;width:46px;height:46px;margin-bottom:16px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:14px;font-weight:950;}.home-seo-mini-grid h3{margin:0 0 10px;color:#0f172a;font-size:20px;line-height:1.25;letter-spacing:-.035em;}.home-seo-mini-grid p{margin:0;color:#64748b;line-height:1.75;}@media (max-width:1100px){.home-seo-content-card{grid-template-columns:1fr;padding:28px;}.home-seo-mini-grid{grid-template-columns:1fr;}}@media (max-width:760px){.home-seo-content-section{padding-top:34px!important;}.home-seo-content-card{padding:22px;border-radius:26px;}.home-seo-side-card{padding:22px;border-radius:24px;}.home-seo-content-main h2{font-size:30px;}.home-seo-content-main p{font-size:15px;line-height:1.8;}.home-seo-link-row a{width:100%;}}.corporate-breadcrumb{position:relative;z-index:2;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.4;font-weight:900;}.corporate-breadcrumb a{color:#2563eb;text-decoration:none;}.corporate-breadcrumb a:hover{color:#1d4ed8;}.corporate-breadcrumb span{color:#94a3b8;}.corporate-breadcrumb strong{color:#334155;}.about-detail-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:22px;margin-top:22px;padding:34px;border-radius:34px;border:1px solid #dbeafe;background:radial-gradient(circle at 100% 0%,rgba(37,99,235,.08),transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 24px 60px rgba(15,23,42,.06);}.about-detail-main h2{margin:10px 0 16px;color:#0f172a;font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:-.055em;}.about-detail-main p{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.85;font-weight:650;}.about-detail-main p:last-of-type{margin-bottom:0;}.about-detail-main a{color:#2563eb;font-weight:900;text-decoration:none;}.about-detail-main a:hover{color:#1d4ed8;text-decoration:underline;}.about-detail-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;font-size:13px;font-weight:950;}.about-detail-kicker::before{content:"";width:8px;height:8px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.10);}.about-service-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}.about-service-links a{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;background:#ffffff;border:1px solid #dbeafe;color:#0f172a;box-shadow:0 12px 26px rgba(15,23,42,.05);font-size:13px;font-weight:950;text-decoration:none!important;}.about-service-links a::after{content:"↗";color:#2563eb;font-weight:950;}.about-service-links a:hover{transform:translateY(-2px);border-color:#bfdbfe;color:#2563eb;}.about-detail-side{align-self:stretch;position:relative;overflow:hidden;padding:28px;border-radius:28px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#ffffff;box-shadow:0 22px 54px rgba(37,99,235,.20);}.about-detail-side::before{content:"";position:absolute;right:-62px;top:-62px;width:160px;height:160px;border-radius:999px;background:rgba(255,255,255,.12);}.about-detail-side strong{position:relative;z-index:1;display:block;margin-bottom:18px;color:#fff;font-size:24px;line-height:1.15;letter-spacing:-.04em;}.about-detail-side ul{position:relative;z-index:1;display:grid;gap:12px;margin:0;padding:0;list-style:none;}.about-detail-side li{position:relative;padding-left:28px;color:rgba(255,255,255,.86);line-height:1.55;font-weight:800;}.about-detail-side li::before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.16);color:#fff;font-size:12px;}@media (max-width:980px){.about-detail-card{grid-template-columns:1fr;}}@media (max-width:640px){.about-detail-card, .about-detail-side{padding:22px;border-radius:26px;}.about-service-links a{width:100%;justify-content:space-between;}}.about-page-hero .corporate-hero-card p, .corporate-content-section .corporate-text, .corporate-content-section .corporate-info-box p, .corporate-content-section .about-detail-main p, .corporate-content-section .about-detail-side li, .corporate-content-section .corporate-breadcrumb, .corporate-content-section .corporate-breadcrumb strong{font-weight:400!important;}.corporate-content-section .about-detail-main a{font-weight:600!important;}.corporate-content-section .about-detail-kicker, .corporate-content-section .about-service-links a{font-weight:700!important;}.webdesign-page{--wd-blue:#2563eb;--wd-dark:#0f172a;--wd-muted:#64748b;--wd-border:#dbe7f5;--wd-soft:#f8fbff;}.webdesign-hero{position:relative;overflow:hidden;padding:40px;border-radius:36px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 44%,#eef5ff 100%);border:1px solid var(--wd-border);box-shadow:0 22px 56px rgba(15,23,42,.065);}.webdesign-hero:before{content:"";position:absolute;right:-90px;top:-90px;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.12),rgba(37,99,235,0) 72%);}.webdesign-hero:after{content:"";position:absolute;left:-70px;bottom:-100px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(56,189,248,.12),rgba(56,189,248,0) 72%);}.webdesign-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.82fr);gap:28px;align-items:center;}.webdesign-hero-copy{max-width:740px;}.webdesign-badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid #dbeafe;color:var(--wd-blue);font-size:13px;font-weight:900;box-shadow:0 12px 28px rgba(37,99,235,.08);backdrop-filter:blur(10px);margin-bottom:18px;}.webdesign-badge:before{content:"";width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 0 0 5px rgba(37,99,235,.12);}.webdesign-hero h1{margin:0 0 14px;font-size:48px;line-height:1.05;letter-spacing:-.055em;background:linear-gradient(90deg,#0f172a 0%,#1d4ed8 45%,#38bdf8 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.webdesign-hero h1 .webdesign-hero-orange{background:linear-gradient(90deg,#f59e0b 0%,#f97316 55%,#fb7185 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.webdesign-hero p{margin:0;color:var(--wd-muted);font-size:17px;line-height:1.78;max-width:690px;}.webdesign-hero-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;max-width:500px;}.webdesign-hero-highlight{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid #e2ecfb;box-shadow:0 10px 24px rgba(15,23,42,.045);}.webdesign-hero-highlight i{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-style:normal;font-size:17px;box-shadow:0 10px 24px rgba(37,99,235,.18);}.webdesign-hero-highlight span{display:block;color:#0f172a;font-size:14px;font-weight:900;line-height:1.45;}.webdesign-price-note{position:relative;padding:38px 38px 30px;border-radius:34px;background:linear-gradient(150deg,#0a1c43 0%,#123c91 55%,#2d98f2 100%);background-size:170% 170%;color:#fff;box-shadow:0 26px 60px rgba(37,99,235,.16);overflow:hidden;border:1px solid rgba(255,255,255,.10);isolation:isolate;min-height:100%;animation:wdGradientDrift 14s ease-in-out infinite;}.webdesign-price-note:before{content:"";position:absolute;inset:1px;border-radius:31px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.03) 35%,rgba(255,255,255,.01));pointer-events:none;}.webdesign-price-note:after{content:"";position:absolute;left:-18%;top:18%;width:78%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.72),rgba(255,255,255,0));opacity:.4;animation:wdLineFloat 8s ease-in-out infinite;}.webdesign-price-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:1;filter:blur(1px);opacity:.95;}.webdesign-price-note .price-soft-circle{position:absolute;right:20px;top:16px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),rgba(255,255,255,0) 72%);animation:wdFloatSoft 10s ease-in-out infinite;}.webdesign-price-orb.orb-one{left:-48px;bottom:-54px;width:160px;height:160px;background:radial-gradient(circle,rgba(125,211,252,.34),rgba(125,211,252,0) 72%);animation:wdFloatOrb 11s ease-in-out infinite;}.webdesign-price-orb.orb-two{right:32px;bottom:78px;width:12px;height:12px;background:rgba(255,255,255,.52);box-shadow:0 0 0 10px rgba(255,255,255,.04),0 0 24px rgba(255,255,255,.12);animation:wdPulseDot 4.2s ease-in-out infinite;}.webdesign-price-spark{position:absolute;right:84px;top:78px;width:44px;height:44px;z-index:1;opacity:.12;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,0));clip-path:polygon(50% 0%,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0% 50%,39% 39%);animation:wdSpark 8s ease-in-out infinite;}.webdesign-price-ring{position:absolute;right:22px;top:20px;width:92px;height:92px;border-radius:50%;border:1px solid rgba(255,255,255,.10);z-index:1;opacity:.30;animation:wdRingPulse 7s ease-in-out infinite;}.webdesign-price-ring:before,.webdesign-price-ring:after{content:"";position:absolute;inset:12px;border-radius:50%;border:1px solid rgba(255,255,255,.06);}.webdesign-price-ring:after{inset:22px;}.webdesign-price-note > span,.webdesign-price-note strong,.webdesign-price-note p,.webdesign-price-tags,.webdesign-price-foot{position:relative;z-index:2;}.webdesign-price-note > span{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.95);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(8px);}.webdesign-price-note > span:before{content:"";width:8px;height:8px;border-radius:50%;background:#7dd3fc;box-shadow:0 0 0 5px rgba(125,211,252,.18);}.webdesign-price-note strong{display:block;font-size:32px;line-height:1.14;letter-spacing:-.045em;margin-bottom:15px;max-width:430px;background:linear-gradient(90deg,#ffffff 0%,#dff4ff 35%,#8fd3ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.webdesign-price-note p{color:rgba(255,255,255,.88);font-size:14px;line-height:1.85;max-width:450px;margin:0;}.webdesign-price-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}.webdesign-price-tag{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px;font-weight:800;letter-spacing:.01em;backdrop-filter:blur(8px);}.webdesign-price-foot{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);}.webdesign-price-foot:before{content:"";width:42px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ffffff,rgba(255,255,255,.18));}.webdesign-price-foot em{font-style:normal;color:rgba(255,255,255,.82);font-size:13px;line-height:1.68;}@keyframes wdGradientDrift{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}@keyframes wdFloatSoft{0%,100%{transform:translate3d(0,0,0);}50%{transform:translate3d(-12px,10px,0);}}@keyframes wdLineFloat{0%,100%{transform:translateX(0);opacity:.18;}50%{transform:translateX(44px);opacity:.46;}}@keyframes wdFloatOrb{0%,100%{transform:translate3d(0,0,0);}50%{transform:translate3d(14px,-10px,0);}}@keyframes wdPulseDot{0%,100%{transform:scale(1);opacity:.5;}50%{transform:scale(1.24);opacity:1;}}@keyframes wdSpark{0%,100%{transform:rotate(0deg) scale(1);opacity:.16;}50%{transform:rotate(18deg) scale(1.08);opacity:.28;}}@keyframes wdRingPulse{0%,100%{transform:scale(1);opacity:.42;}50%{transform:scale(1.06);opacity:.6;}}.webdesign-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:24px;}.webdesign-stat{position:relative;padding:26px 22px 24px;border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe9f8;box-shadow:0 20px 46px rgba(15,23,42,.055);color:var(--wd-dark);overflow:hidden;min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}.webdesign-stat:hover{transform:translateY(-6px);box-shadow:0 30px 62px rgba(15,23,42,.09);border-color:#c8dcf5;}.webdesign-stat:before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,rgba(37,99,235,0),rgba(37,99,235,.18),rgba(56,189,248,.24),rgba(37,99,235,0));}.webdesign-stat:after{content:"";position:absolute;right:-22px;top:-22px;width:108px;height:108px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.12),rgba(56,189,248,0) 72%);}.webdesign-stat-icon{position:relative;z-index:2;width:72px;height:72px;border-radius:24px;display:grid;place-items:center;margin:0 auto 18px;background:linear-gradient(145deg,#ffffff 0%,#eef5ff 42%,#dceafe 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 34px rgba(37,99,235,.11),0 8px 18px rgba(15,23,42,.05);border:1px solid #dce8f8;}.webdesign-stat-icon:before{content:"";position:absolute;inset:8px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);opacity:.12;}.webdesign-stat-icon:after{content:"";position:absolute;inset:-1px;border-radius:24px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(191,219,254,.55));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;}.webdesign-stat-icon svg{position:relative;z-index:2;width:30px;height:30px;stroke:#1d4ed8;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 10px rgba(37,99,235,.16));}.webdesign-stat-title{position:relative;z-index:2;display:block;font-size:18px;line-height:1.32;font-weight:900;color:var(--wd-dark);letter-spacing:-.02em;max-width:14ch;margin:0 auto;}.webdesign-stat-sub{position:relative;z-index:2;display:block;font-size:13px;line-height:1.6;color:#64748b;margin:9px auto 0;max-width:22ch;}.webdesign-stat.no-icon{justify-content:center;}.webdesign-stat.no-icon .webdesign-stat-title{max-width:12ch;}.webdesign-stat.no-icon .webdesign-stat-sub{margin-top:12px;max-width:19ch;}.webdesign-stat.tone-communication .webdesign-stat-icon:before{background:linear-gradient(135deg,#0ea5e9,#22c55e);opacity:.14;}.webdesign-stat.tone-communication .webdesign-stat-icon svg{stroke:#0284c7;}.webdesign-stat.tone-offer .webdesign-stat-icon:before{background:linear-gradient(135deg,#2563eb,#7c3aed);opacity:.14;}.webdesign-stat.tone-offer .webdesign-stat-icon svg{stroke:#4f46e5;}.webdesign-stat.tone-global .webdesign-stat-icon:before{background:linear-gradient(135deg,#0f766e,#14b8a6);opacity:.15;}.webdesign-stat.tone-global .webdesign-stat-icon svg{stroke:#0f766e;}.webdesign-stat.tone-experience .webdesign-stat-icon:before{background:linear-gradient(135deg,#f59e0b,#fb7185);opacity:.15;}.webdesign-stat.tone-experience .webdesign-stat-icon svg{stroke:#ea580c;}.webdesign-section{position:relative;margin-top:26px;padding:30px;border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #e6edf6;box-shadow:0 18px 46px rgba(15,23,42,.045);overflow:hidden;}.webdesign-section:before{content:"";position:absolute;left:24px;right:24px;top:0;height:1px;background:linear-gradient(90deg,rgba(37,99,235,0),rgba(56,189,248,.38),rgba(37,99,235,0));}.webdesign-section h2{margin:0 0 14px;color:var(--wd-dark);font-size:32px;line-height:1.12;letter-spacing:-.045em;}.webdesign-section p{color:#334155;line-height:1.85;font-size:16px;}.webdesign-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;}.webdesign-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;}.webdesign-section-lead{max-width:720px;margin:4px 0 0;color:#64748b;font-size:14px;line-height:1.65;}.webdesign-section-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(239,246,255,.75);border:1px solid #d8e8fb;color:#1d4ed8;font-size:13px;font-weight:800;box-shadow:0 8px 20px rgba(37,99,235,.045);}.webdesign-section-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 0 0 5px rgba(37,99,235,.08);}.webdesign-card{position:relative;padding:18px 18px 17px;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);border:1px solid #deebf8;box-shadow:0 12px 28px rgba(15,23,42,.035);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden;}.webdesign-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#38bdf8);}.webdesign-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,23,42,.06);border-color:#cfe0f7;}.webdesign-service-card:after{content:attr(data-step);position:absolute;right:16px;top:14px;font-size:24px;font-weight:900;line-height:1;color:rgba(37,99,235,.055);letter-spacing:-.05em;}.webdesign-service-card{position:relative;padding-top:20px;padding-bottom:20px;overflow:hidden;background:radial-gradient(circle at top right,rgba(59,130,246,.09),transparent 36%),radial-gradient(circle at bottom left,rgba(14,165,233,.06),transparent 34%),#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}.webdesign-service-card:focus-within,.webdesign-service-card:hover{border-color:#cfe0f7;transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.08);}.webdesign-services-grid .webdesign-card:before{content:none!important;display:none!important;}.webdesign-service-card .webdesign-service-top,.webdesign-service-card .webdesign-service-icon,.webdesign-service-card .webdesign-service-chip,.webdesign-service-card .webdesign-service-note{display:none!important;}.webdesign-service-card strong{padding-right:30px;margin-bottom:8px;font-size:18px;font-weight:800;letter-spacing:-.025em;color:#0f172a;}.webdesign-service-card span{padding-right:8px;}.webdesign-service-card::marker{display:none;}.webdesign-service-card .service-bottom-line{display:none;}.webdesign-service-card:before{content:""!important;display:block!important;position:absolute;left:18px;right:18px;bottom:0;top:auto;width:auto;height:3px;border-radius:999px;background:linear-gradient(90deg,#2563eb 0%,#38bdf8 45%,#a5f3fc 100%);opacity:.95;}.webdesign-card span{display:block;color:#475569;line-height:1.62;padding-left:0;font-size:14.5px;}.webdesign-service-note{display:none;}@media (max-width:980px){.webdesign-section-head{align-items:flex-start;}.webdesign-service-card:after{font-size:22px;right:14px;top:14px;}}@media (max-width:640px){.webdesign-grid{grid-template-columns:1fr;gap:12px;}.webdesign-card{padding:17px 16px 16px;border-radius:20px;}.webdesign-service-card{padding-top:18px;padding-bottom:18px;}.webdesign-service-card:after{font-size:21px;right:13px;top:13px;}.webdesign-service-card:before{left:16px;right:16px;height:3px;}.webdesign-card strong{font-size:16.5px;padding-right:26px;}.webdesign-card span{font-size:14px;}}.webdesign-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;}.webdesign-feature{position:relative;padding:16px 18px 16px 48px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #cfe0fb;color:#1d4ed8;font-weight:900;box-shadow:0 12px 28px rgba(15,23,42,.035);}.webdesign-feature:before{content:"";position:absolute;left:16px;top:50%;width:18px;height:18px;border-radius:50%;transform:translateY(-50%);background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 0 0 5px rgba(37,99,235,.10);}.webdesign-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;padding:0;}.webdesign-process li{list-style:none;position:relative;min-height:190px;padding:24px 22px;border-radius:26px;border:1px solid #dbe7f5;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 40px rgba(15,23,42,.05);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.webdesign-process li:hover{transform:translateY(-4px);box-shadow:0 24px 46px rgba(15,23,42,.08);}.webdesign-process-icon{position:relative;z-index:2;width:84px;height:84px;border-radius:28px;display:grid;place-items:center;margin:0 auto 18px;background:linear-gradient(145deg,#ffffff 0%,#eff6ff 48%,#dbeafe 100%);border:1px solid rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 22px 42px rgba(37,99,235,.12),0 10px 22px rgba(15,23,42,.08);}.webdesign-process-icon:before{content:"";position:absolute;inset:8px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:inset 0 1px 0 rgba(255,255,255,.26);}.webdesign-process li:nth-child(2) .webdesign-process-icon:before{background:linear-gradient(135deg,#4f46e5,#8b5cf6);}.webdesign-process li:nth-child(3) .webdesign-process-icon:before{background:linear-gradient(135deg,#0f766e,#2dd4bf);}.webdesign-process li:nth-child(4) .webdesign-process-icon:before{background:linear-gradient(135deg,#7c3aed,#c084fc);}.webdesign-process li:nth-child(5) .webdesign-process-icon:before{background:linear-gradient(135deg,#f59e0b,#fb7185);}.webdesign-process li:nth-child(6) .webdesign-process-icon:before{background:linear-gradient(135deg,#0f172a,#2563eb);}.webdesign-process-icon svg{position:relative;z-index:2;width:34px;height:34px;stroke:#fff;fill:none;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 6px rgba(15,23,42,.24));}.webdesign-process strong{position:relative;z-index:2;display:block;color:var(--wd-dark);font-size:18px;line-height:1.5;max-width:92%;margin:0 auto;text-align:center;}.webdesign-process-num{position:absolute;top:14px;right:18px;font-size:68px;line-height:1;font-weight:950;color:rgba(37,99,235,.08);letter-spacing:-.06em;pointer-events:none;user-select:none;}.webdesign-process p{position:relative;z-index:2;margin:8px auto 0;max-width:92%;text-align:center;color:var(--wd-muted);font-size:15px;line-height:1.6;}.webdesign-faq details{border:1px solid #e2e8f0;border-radius:18px;padding:16px 18px;background:#fff;}.webdesign-faq details+details{margin-top:12px;}.webdesign-faq summary{cursor:pointer;font-weight:900;color:var(--wd-dark);}.webdesign-faq p{margin:12px 0 0;color:#475569;}.webdesign-cta{margin-top:26px;padding:34px;border-radius:32px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center;}.webdesign-cta h2{margin:0 0 8px;color:#fff;font-size:30px;letter-spacing:-.04em;}.webdesign-cta p{margin:0;color:rgba(255,255,255,.78);line-height:1.7;}.webdesign-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;background:#fff;color:#0f172a;font-weight:950;text-decoration:none;white-space:nowrap;}@media (max-width:980px){.webdesign-hero-inner,.webdesign-grid{grid-template-columns:1fr;}.webdesign-stats,.webdesign-feature-grid,.webdesign-process{grid-template-columns:repeat(2,minmax(0,1fr));}.webdesign-price-note{padding:32px 30px 28px;}.webdesign-cta{flex-direction:column;align-items:flex-start;}}@media (max-width:640px){.webdesign-hero,.webdesign-section,.webdesign-cta{padding:22px;border-radius:24px;}.webdesign-hero h1{font-size:34px;}.webdesign-stats,.webdesign-feature-grid,.webdesign-process{grid-template-columns:1fr;}.webdesign-process li{min-height:auto;padding:22px 18px;}.webdesign-process strong{max-width:100%;}.webdesign-process-icon{width:72px;height:72px;}.webdesign-process-icon svg{width:30px;height:30px;}.webdesign-process-num{font-size:54px;top:16px;right:16px;}.webdesign-price-tags{gap:8px;}.webdesign-price-note{padding:28px 24px 24px;}.webdesign-price-note strong{font-size:25px;}.webdesign-feature{padding-left:46px;}}@media (prefers-reduced-motion: reduce){.webdesign-price-note:after,.webdesign-price-orb,.webdesign-price-spark{animation:none!important;}}.webdesign-page{--wd-dark:#0f172a;--wd-blue:#1d4ed8;--wd-soft:#f8fbff;}.webdesign-hero{position:relative;overflow:hidden;}.webdesign-hero:before{content:"";position:absolute;inset:-70px -80px auto auto;width:260px;height:260px;border-radius:50%;background:rgba(37,99,235,.12);}.webdesign-hero:after{content:"";position:absolute;left:-70px;bottom:-90px;width:230px;height:230px;border-radius:50%;background:rgba(56,189,248,.16);}.webdesign-hero-inner{position:relative;z-index:1;}.webdesign-card{transition:transform .18s ease, box-shadow .18s ease;}.webdesign-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.08);}.webdesign-feature{box-shadow:0 10px 24px rgba(29,78,216,.06);}.webdesign-section h2:after{content:"";display:block;width:70px;height:4px;border-radius:99px;background:linear-gradient(90deg,#2563eb,#38bdf8);margin-top:12px;}.site-header.site-header-premium{background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,251,255,.72));backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(219,231,245,.85);box-shadow:0 10px 26px rgba(15,23,42,.045);}.site-header.site-header-premium:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,.08));pointer-events:none;}.site-header.site-header-premium .nav-wrap{position:relative;z-index:5;}.webdesign-page{position:relative;padding:0 0 44px;}.webdesign-hero-shell{position:relative;margin-top:-78px;padding:104px 0 22px;background:linear-gradient(180deg,#f8fbff 0%,#f3f8ff 45%,#ffffff 100%);overflow:hidden;}.webdesign-hero-shell:before{content:"";position:absolute;left:3%;top:84px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.10),rgba(56,189,248,0) 72%);filter:blur(2px);opacity:.8;}.webdesign-hero-shell:after{content:"";position:absolute;right:4%;bottom:36px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08),rgba(37,99,235,0) 72%);filter:blur(2px);opacity:.75;}.webdesign-hero{padding:40px 0 6px;border-radius:0;background:transparent;border:0;box-shadow:none;}.webdesign-hero:before{right:24px;top:20px;width:190px;height:190px;opacity:.42;background:radial-gradient(circle,rgba(37,99,235,.10),rgba(37,99,235,0) 72%);}.webdesign-hero:after{left:10px;bottom:0;width:150px;height:150px;opacity:.38;background:radial-gradient(circle,rgba(56,189,248,.10),rgba(56,189,248,0) 72%);}.webdesign-hero-inner{gap:34px;}.webdesign-hero-divider{display:none;}@media (max-width:980px){.webdesign-hero-shell{margin-top:-74px;padding-top:98px;}}@media (max-width:640px){.webdesign-hero-shell{margin-top:-68px;padding:86px 0 18px;}.webdesign-page{padding-bottom:32px;}.webdesign-hero{padding-top:18px;}.webdesign-hero:before{right:10px;top:16px;width:132px;height:132px;opacity:.28;}.webdesign-hero:after{left:0;bottom:0;width:110px;height:110px;opacity:.24;}}.webdesign-breadcrumb{position:relative;z-index:3;display:flex;align-items:center;gap:9px;margin:0 0 20px;font-size:13px;font-weight:700;color:#64748b;}.webdesign-breadcrumb a{color:#1d4ed8;text-decoration:none;font-weight:800;}.webdesign-breadcrumb a:hover{text-decoration:underline;}.webdesign-breadcrumb span:last-child{color:#0f172a;}.webdesign-internal-links-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:center;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 52%,#eff6ff 100%);}.webdesign-internal-links-head span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 13px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:850;margin-bottom:12px;}.webdesign-internal-links-head h2{margin-bottom:10px!important;}.webdesign-internal-links-head p{margin:0;color:#64748b;font-size:15px;line-height:1.75;}.webdesign-internal-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.webdesign-internal-links-grid a{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 16px;border-radius:18px;background:#fff;border:1px solid #dbe7f5;color:#0f172a;text-decoration:none;font-weight:850;box-shadow:0 12px 26px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;}.webdesign-internal-links-grid a:after{content:"↗";display:grid;place-items:center;width:28px;height:28px;border-radius:11px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-size:14px;line-height:1;transition:transform .18s ease,background .18s ease,color .18s ease;}.webdesign-internal-links-grid a:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 18px 34px rgba(15,23,42,.07);color:#1d4ed8;}.webdesign-internal-links-grid a:hover:after{transform:translate(2px,-2px);background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;}@media (max-width:980px){.webdesign-internal-links-section{grid-template-columns:1fr;}.webdesign-breadcrumb{margin-bottom:16px;}}@media (max-width:640px){.webdesign-internal-links-grid{grid-template-columns:1fr;}.webdesign-breadcrumb{font-size:12px;flex-wrap:wrap;}}.webdesign-article-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);}.webdesign-article-head{max-width:980px;margin-bottom:24px;}.webdesign-article-head>span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 13px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:850;margin-bottom:12px;}.webdesign-article-head>span:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 0 0 5px rgba(37,99,235,.08);}.webdesign-article-head h2{max-width:840px;margin-bottom:14px!important;}.webdesign-article-head p{max-width:960px;margin:0;color:#475569;line-height:1.9;font-size:16px;}.webdesign-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start;margin-top:18px;}.webdesign-article-main{display:grid;gap:16px;}.webdesign-article-block{position:relative;padding:22px 24px;border-radius:24px;background:#fff;border:1px solid #dbe7f5;box-shadow:0 14px 34px rgba(15,23,42,.045);overflow:hidden;}.webdesign-article-block:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;border-radius:99px;background:linear-gradient(180deg,#2563eb,#38bdf8);}.webdesign-article-block h3{margin:0 0 10px;color:#0f172a;font-size:22px;line-height:1.25;letter-spacing:-.035em;}.webdesign-article-block p{margin:0;color:#334155;line-height:1.86;font-size:15.5px;}.webdesign-article-block p+p{margin-top:12px;}.webdesign-article-block a{color:#1d4ed8;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(37,99,235,.22);}.webdesign-article-block a:hover{border-bottom-color:#1d4ed8;}.webdesign-article-side{display:grid;gap:16px;position:sticky;top:110px;}.webdesign-article-side-card,.webdesign-article-cta-card{border-radius:24px;border:1px solid #dbe7f5;box-shadow:0 14px 34px rgba(15,23,42,.045);overflow:hidden;}.webdesign-article-side-card{padding:22px;background:linear-gradient(180deg,#0f172a 0%,#1d4ed8 100%);color:#fff;}.webdesign-article-side-card span{display:block;font-size:18px;font-weight:900;line-height:1.3;margin-bottom:14px;letter-spacing:-.025em;}.webdesign-article-side-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}.webdesign-article-side-card li{position:relative;padding-left:24px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.65;}.webdesign-article-side-card li:before{content:"✓";position:absolute;left:0;top:0;color:#7dd3fc;font-weight:900;}.webdesign-article-cta-card{padding:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);}.webdesign-article-cta-card strong{display:block;color:#0f172a;font-size:20px;line-height:1.25;margin-bottom:8px;letter-spacing:-.03em;}.webdesign-article-cta-card p{margin:0 0 14px;color:#64748b;font-size:14px;line-height:1.7;}.webdesign-article-cta-card a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 24px rgba(37,99,235,.18);}.webdesign-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;}.webdesign-compare-card{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe7f5;box-shadow:0 14px 34px rgba(15,23,42,.045);overflow:hidden;}.webdesign-compare-card:after{content:"";position:absolute;right:-48px;top:-48px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.10),rgba(37,99,235,0) 70%);}.webdesign-compare-card.is-featured{background:linear-gradient(135deg,#0f172a 0%,#1e40af 58%,#0ea5e9 100%);border-color:rgba(255,255,255,.12);color:#fff;}.webdesign-compare-card span{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;font-size:12px;font-weight:900;margin-bottom:12px;}.webdesign-compare-card.is-featured span{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.16);color:#fff;}.webdesign-compare-card h3{position:relative;z-index:2;margin:0 0 10px;color:#0f172a;font-size:22px;line-height:1.25;letter-spacing:-.035em;}.webdesign-compare-card.is-featured h3{color:#fff;}.webdesign-compare-card p{position:relative;z-index:2;margin:0;color:#475569;line-height:1.78;font-size:15px;}.webdesign-compare-card.is-featured p{color:rgba(255,255,255,.86);}.webdesign-compare-card a{position:relative;z-index:2;display:inline-flex;margin-top:16px;color:#1d4ed8;font-weight:900;text-decoration:none;}.webdesign-compare-card.is-featured a{color:#fff;}.webdesign-checklist-block{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;align-items:center;margin-top:18px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 55%,#f8fbff 100%);border:1px solid #dbe7f5;}.webdesign-checklist-block h3{margin:0 0 10px;color:#0f172a;font-size:24px;line-height:1.22;letter-spacing:-.035em;}.webdesign-checklist-block p{margin:0;color:#475569;line-height:1.8;font-size:15px;}.webdesign-checklist-block ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;}.webdesign-checklist-block li{position:relative;padding:12px 14px 12px 40px;border-radius:16px;background:#fff;border:1px solid #dbe7f5;color:#0f172a;font-size:14px;font-weight:800;line-height:1.45;box-shadow:0 10px 22px rgba(15,23,42,.035);}.webdesign-checklist-block li:before{content:"✓";position:absolute;left:13px;top:12px;width:20px;height:20px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;font-weight:900;}@media (max-width:980px){.webdesign-article-layout{grid-template-columns:1fr;}.webdesign-article-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}.webdesign-checklist-block{grid-template-columns:1fr;}}@media (max-width:640px){.webdesign-article-head p,.webdesign-article-block p{font-size:14.5px;}.webdesign-article-block,.webdesign-article-side-card,.webdesign-article-cta-card,.webdesign-compare-card,.webdesign-checklist-block{border-radius:20px;padding:18px;}.webdesign-article-side,.webdesign-compare-grid,.webdesign-checklist-block ul{grid-template-columns:1fr;}.webdesign-article-block h3,.webdesign-compare-card h3{font-size:19px;}.webdesign-checklist-block h3{font-size:21px;}}.webdesign-article-section{background:#ffffff!important;border:1px solid #e2ecf7!important;box-shadow:none!important;border-radius:28px!important;}.webdesign-article-head{max-width:1040px!important;margin-bottom:26px!important;}.webdesign-article-head>span{background:#f8fbff!important;border-color:#dbeafe!important;box-shadow:none!important;font-weight:800!important;}.webdesign-article-head h2{max-width:820px!important;}.webdesign-article-head p{max-width:1040px!important;color:#475569!important;}.webdesign-article-layout{grid-template-columns:minmax(0,1fr) 300px!important;gap:34px!important;align-items:start!important;margin-top:24px!important;padding-top:26px!important;border-top:1px solid #edf2f7!important;}.webdesign-article-main{display:block!important;}.webdesign-article-block{padding:0 0 24px!important;margin:0 0 24px!important;border:0!important;border-bottom:1px solid #edf2f7!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}.webdesign-article-block:last-child{margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important;}.webdesign-article-block:before{display:none!important;}.webdesign-article-block h3{margin-bottom:10px!important;font-size:21px!important;line-height:1.32!important;letter-spacing:-.025em!important;}.webdesign-article-block p{color:#334155!important;line-height:1.86!important;font-size:15.5px!important;}.webdesign-article-block a{font-weight:750!important;}.webdesign-article-side{gap:14px!important;top:104px!important;}.webdesign-article-side-card, .webdesign-article-cta-card{border-radius:20px!important;box-shadow:none!important;border:1px solid #e2ecf7!important;overflow:hidden!important;}.webdesign-article-side-card{padding:20px!important;background:#f8fbff!important;color:#0f172a!important;}.webdesign-article-side-card span{color:#0f172a!important;font-size:17px!important;margin-bottom:12px!important;font-weight:850!important;}.webdesign-article-side-card li{color:#475569!important;font-size:13.5px!important;line-height:1.65!important;}.webdesign-article-side-card li:before{color:#2563eb!important;}.webdesign-article-cta-card{padding:20px!important;background:#fff!important;}.webdesign-article-cta-card strong{font-size:18px!important;font-weight:850!important;}.webdesign-article-cta-card a{min-height:40px!important;border-radius:12px!important;box-shadow:none!important;background:#2563eb!important;}.webdesign-compare-grid{gap:14px!important;margin-top:28px!important;padding-top:24px!important;border-top:1px solid #edf2f7!important;}.webdesign-compare-card{padding:20px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e2ecf7!important;box-shadow:none!important;}.webdesign-compare-card:after{display:none!important;}.webdesign-compare-card.is-featured{background:#f8fbff!important;border-color:#bfdbfe!important;color:#0f172a!important;}.webdesign-compare-card.is-featured span{background:#eff6ff!important;border-color:#dbeafe!important;color:#1d4ed8!important;}.webdesign-compare-card.is-featured h3{color:#0f172a!important;}.webdesign-compare-card.is-featured p{color:#475569!important;}.webdesign-compare-card.is-featured a{color:#1d4ed8!important;}.webdesign-checklist-block{margin-top:18px!important;padding:22px!important;border-radius:20px!important;background:#ffffff!important;border:1px solid #e2ecf7!important;box-shadow:none!important;}.webdesign-checklist-block li{background:#f8fbff!important;border-color:#e2ecf7!important;box-shadow:none!important;font-weight:750!important;}@media (max-width:980px){.webdesign-article-layout{grid-template-columns:1fr!important;gap:24px!important;}.webdesign-article-side{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}}@media (max-width:640px){.webdesign-article-section{border-radius:22px!important;}.webdesign-article-layout{padding-top:20px!important;}.webdesign-article-side{grid-template-columns:1fr!important;}.webdesign-article-block{padding-bottom:20px!important;margin-bottom:20px!important;}.webdesign-compare-grid{grid-template-columns:1fr!important;}}.webdesign-article-layout{display:block!important;grid-template-columns:1fr!important;gap:0!important;max-width:1040px!important;}.webdesign-article-main{display:block!important;max-width:100%!important;}.webdesign-article-side{display:none!important;}.webdesign-article-block{max-width:100%!important;}@media (max-width:980px){.webdesign-article-layout{display:block!important;grid-template-columns:1fr!important;}}.webdesign-compare-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important;margin-top:30px!important;padding-top:26px!important;border-top:1px solid #edf2f7!important;}.webdesign-compare-card, .webdesign-compare-card.is-featured{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#0f172a!important;overflow:visible!important;}.webdesign-compare-card + .webdesign-compare-card{padding-left:34px!important;border-left:1px solid #e5edf7!important;}.webdesign-compare-card:after{display:none!important;}.webdesign-compare-card span, .webdesign-compare-card.is-featured span{display:inline-flex!important;min-height:auto!important;padding:0!important;margin:0 0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#1d4ed8!important;font-size:13px!important;font-weight:800!important;letter-spacing:.01em!important;}.webdesign-compare-card h3, .webdesign-compare-card.is-featured h3{color:#0f172a!important;margin:0 0 10px!important;font-size:21px!important;line-height:1.32!important;letter-spacing:-.025em!important;}.webdesign-compare-card p, .webdesign-compare-card.is-featured p{color:#475569!important;margin:0!important;line-height:1.82!important;font-size:15px!important;}.webdesign-compare-card a, .webdesign-compare-card.is-featured a{display:inline-flex!important;margin-top:12px!important;color:#1d4ed8!important;font-weight:800!important;text-decoration:none!important;border-bottom:1px solid rgba(37,99,235,.24)!important;}.webdesign-checklist-block{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:34px!important;align-items:start!important;margin-top:30px!important;padding:28px 0 0!important;border:0!important;border-top:1px solid #edf2f7!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}.webdesign-checklist-block h3{margin:0 0 10px!important;font-size:24px!important;line-height:1.28!important;letter-spacing:-.03em!important;color:#0f172a!important;}.webdesign-checklist-block p{margin:0!important;color:#475569!important;line-height:1.85!important;font-size:15.5px!important;}.webdesign-checklist-block ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 22px!important;margin:0!important;padding:0!important;list-style:none!important;}.webdesign-checklist-block li{position:relative!important;padding:0 0 0 28px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#0f172a!important;font-size:14.5px!important;font-weight:700!important;line-height:1.55!important;}.webdesign-checklist-block li:before{content:"✓"!important;position:absolute!important;left:0!important;top:.08em!important;width:18px!important;height:18px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#2563eb!important;font-size:11px!important;font-weight:900!important;}@media (max-width:980px){.webdesign-compare-grid{grid-template-columns:1fr!important;gap:20px!important;}.webdesign-compare-card + .webdesign-compare-card{padding-left:0!important;border-left:0!important;padding-top:20px!important;border-top:1px solid #edf2f7!important;}.webdesign-checklist-block{grid-template-columns:1fr!important;gap:20px!important;}}@media (max-width:640px){.webdesign-checklist-block ul{grid-template-columns:1fr!important;}.webdesign-compare-grid{margin-top:24px!important;padding-top:22px!important;}.webdesign-checklist-block{margin-top:24px!important;padding-top:22px!important;}}.product-card-premium .product-image, .product-card .product-image{position:relative;display:block;height:210px;overflow:hidden;background:#eef5ff;border-radius:0;}.product-card-premium .product-image img, .product-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;margin:0;padding:0;}.product-card-premium .product-body, .product-card .product-body{position:relative;z-index:2;background:#ffffff;}.product-card-premium .product-body p, .product-card .product-body p{margin:8px 0 0;}.product-card-premium .product-footer, .product-card .product-footer{position:relative;z-index:2;background:#ffffff;}.blog-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:34px;align-items:start;}.blog-sidebar-hero{align-self:start;margin-top:18px;}.blog-sidebar-hero .card{padding:22px;border-radius:22px;}.blog-sidebar-hero .card + .card{margin-top:16px;}.blog-detail-hero-content{min-width:0;}@media (max-width:980px){.blog-detail-hero-grid{grid-template-columns:1fr;gap:22px;}.blog-sidebar-hero{margin-top:0;}}@media (max-width:640px){.product-card-premium .product-image, .product-card .product-image{height:220px;}}.webdesign-hero-actions{margin-top:22px;}.webdesign-hero-actions .btn{min-height:48px;}@media (max-width:640px){.webdesign-hero-actions{gap:10px;}.webdesign-hero-actions .btn{width:100%;}}.wordpress-themes-page .listing-breadcrumb{margin:0 0 18px;}.wordpress-themes-page .listing-section-head{align-items:flex-start;}.wordpress-themes-page .listing-section-head h1{font-size:34px;letter-spacing:-.04em;margin:0;color:#07162e;}.wordpress-themes-page .listing-intro-card{margin:0 0 22px;padding:22px;}.wordpress-themes-page .listing-intro-card p{margin:0;color:#475569;line-height:1.75;}.wordpress-themes-page .listing-intro-card p+p{margin-top:12px;}@media (max-width:640px){.wordpress-themes-page .listing-section-head h1{font-size:30px;}.wordpress-themes-page .listing-intro-card{padding:18px;}}.wordpress-themes-page .seo-category-filter{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:18px;}.wordpress-themes-page .seo-category-filter .form-grid{flex:1 1 620px;display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(220px,.9fr);gap:14px;align-items:end;}.wordpress-themes-page .seo-category-filter .field{margin-bottom:0;}.wordpress-themes-page .seo-category-filter .btn{flex:0 0 auto;min-height:48px;padding-left:24px;padding-right:24px;white-space:nowrap;}@media (max-width:760px){.wordpress-themes-page .seo-category-filter{align-items:stretch;flex-direction:column;}.wordpress-themes-page .seo-category-filter .form-grid{flex:1 1 auto;grid-template-columns:1fr;}.wordpress-themes-page .seo-category-filter .btn{width:100%;}}.wordpress-plugins-page .listing-intro-card{margin:0 0 22px;padding:22px;}.wordpress-plugins-page .listing-intro-card p{margin:0;color:#475569;line-height:1.75;}.wordpress-plugins-page .listing-intro-card p+p{margin-top:12px;}@media (max-width:640px){.wordpress-plugins-page .listing-section-head h1{font-size:30px;}.wordpress-plugins-page .listing-intro-card{padding:18px;}}.wordpress-plugins-page .seo-category-filter{display:flex;align-items:flex-end;gap:14px;}.wordpress-plugins-page .seo-category-filter .form-grid{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(220px,.8fr);gap:14px;flex:1;}.wordpress-plugins-page .seo-category-filter .field{min-width:0;}.wordpress-plugins-page .seo-category-filter .btn{height:48px;white-space:nowrap;align-self:flex-end;}@media (max-width:760px){.wordpress-plugins-page .seo-category-filter{display:block;}.wordpress-plugins-page .seo-category-filter .form-grid{grid-template-columns:1fr;}.wordpress-plugins-page .seo-category-filter .btn{width:100%;margin-top:14px;}}.ready-sites-page .listing-breadcrumb{margin:0 0 18px;}.ready-sites-page .listing-section-head{align-items:flex-start;}.ready-sites-page .listing-section-head h1{font-size:34px;letter-spacing:-.04em;margin:0;color:#07162e;}.ready-sites-page .listing-intro-card{margin:0 0 22px;padding:22px;}.ready-sites-page .listing-intro-card p{margin:0;color:#475569;line-height:1.75;}.ready-sites-page .listing-intro-card p+p{margin-top:12px;}.ready-sites-page .seo-category-filter{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:18px;}.ready-sites-page .seo-category-filter .form-grid{flex:1 1 620px;display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(220px,.9fr);gap:14px;align-items:end;}.ready-sites-page .seo-category-filter .field{margin-bottom:0;min-width:0;}.ready-sites-page .seo-category-filter .btn{flex:0 0 auto;min-height:48px;padding-left:24px;padding-right:24px;white-space:nowrap;}@media (max-width:760px){.ready-sites-page .seo-category-filter{align-items:stretch;flex-direction:column;}.ready-sites-page .seo-category-filter .form-grid{flex:1 1 auto;grid-template-columns:1fr;}.ready-sites-page .seo-category-filter .btn{width:100%;}}@media (max-width:640px){.ready-sites-page .listing-section-head h1{font-size:30px;}.ready-sites-page .listing-intro-card{padding:18px;}}.blog-page-hero .blog-breadcrumb{margin:0 0 18px;}.blog-page .seo-blog-filter{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:18px;}.blog-page .seo-blog-filter .form-grid{flex:1 1 620px;display:grid;grid-template-columns:minmax(260px,1.35fr) minmax(220px,.9fr);gap:14px;align-items:end;}.blog-page .seo-blog-filter .field{margin-bottom:0;min-width:0;}.blog-page .seo-blog-filter .btn{flex:0 0 auto;min-height:48px;padding-left:24px;padding-right:24px;white-space:nowrap;}.blog-list-thumb{overflow:hidden;}.blog-list-thumb img{display:block;width:100%;height:100%;object-fit:cover;}.blog-category-content-card{margin-bottom:28px;line-height:1.75;color:#334155;}@media (max-width:760px){.blog-page .seo-blog-filter{align-items:stretch;flex-direction:column;}.blog-page .seo-blog-filter .form-grid{flex:1 1 auto;grid-template-columns:1fr;}.blog-page .seo-blog-filter .btn{width:100%;}}.blog-sidebar-tags{max-height:none;}.blog-sidebar-tags-note{display:block;margin-top:12px;color:#64748b;font-size:12px;line-height:1.5;}.blog-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:28px;}.blog-page-link, .blog-page-ellipsis{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;font-weight:800;text-decoration:none;padding:0 12px;}.blog-page-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.08);}.blog-page-link.is-current{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 14px 28px rgba(15,23,42,.14);}.blog-page-prev, .blog-page-next{min-width:auto;padding-left:16px;padding-right:16px;}.blog-page-ellipsis{border-color:transparent;background:transparent;color:#94a3b8;min-width:24px;padding:0 4px;}@media (max-width:640px){.blog-pagination{justify-content:flex-start;}.blog-page-link, .blog-page-ellipsis{min-width:36px;min-height:36px;border-radius:10px;font-size:13px;}}.blog-detail-hero .blog-breadcrumb{margin-bottom:18px;}.blog-detail-image{display:block;margin:0 0 22px;overflow:hidden;border-radius:24px;box-shadow:0 22px 50px rgba(15,23,42,.10);background:#f8fafc;}.blog-detail-image img{display:block;width:100%;height:auto;aspect-ratio:1200/630;object-fit:cover;}.blog-content-card h3{font-size:1.22rem;line-height:1.35;margin-top:24px;margin-bottom:10px;color:#0f172a;}@media (max-width:640px){.blog-detail-image{border-radius:18px;}}.blog-money-links-card{margin-top:24px;display:grid;gap:18px;overflow:hidden;position:relative;}.blog-money-links-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#2563eb,#7c3aed,#06b6d4);}.blog-money-links-head{display:grid;gap:7px;padding-top:4px;}.blog-money-links-head span,.blog-conversion-kicker{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:12px;padding:7px 11px;letter-spacing:.02em;}.blog-money-links-head h2,.blog-conversion-cta h2{margin:0;color:#0f172a;font-size:clamp(22px,3vw,32px);line-height:1.15;letter-spacing:-.03em;}.blog-money-links-head p,.blog-conversion-cta p{margin:0;color:#64748b;line-height:1.72;}.blog-money-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.blog-money-link{display:grid;gap:8px;padding:18px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(180deg,#ffffff,#f8fbff);text-decoration:none;color:#0f172a;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.blog-money-link:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 18px 42px rgba(15,23,42,.10);}.blog-money-link strong{font-size:16px;color:#0f172a;line-height:1.3;}.blog-money-link span{color:#64748b;line-height:1.55;font-size:14px;}.blog-money-link em{font-style:normal;color:#2563eb;font-weight:800;font-size:14px;}.blog-conversion-cta{margin-top:24px;border-radius:28px;padding:28px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;background:radial-gradient(circle at top left,rgba(37,99,235,.25),transparent 34%),linear-gradient(135deg,#0f172a,#1e293b);color:#fff;box-shadow:0 22px 60px rgba(15,23,42,.22);overflow:hidden;position:relative;}.blog-conversion-cta::after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:999px;background:rgba(255,255,255,.08);}.blog-conversion-cta>div{position:relative;z-index:1;}.blog-conversion-cta h2{color:#fff;margin-top:10px;}.blog-conversion-cta p{color:#cbd5e1;max-width:720px;}.blog-conversion-kicker{background:rgba(255,255,255,.12);color:#bfdbfe;}.blog-conversion-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;min-width:245px;}.blog-conversion-actions .btn{white-space:nowrap;}.blog-conversion-primary{background:#22c55e!important;border-color:#22c55e!important;color:#052e16!important;box-shadow:0 16px 30px rgba(34,197,94,.25);}.blog-conversion-primary:hover{background:#16a34a!important;border-color:#16a34a!important;color:#fff!important;}.blog-conversion-link{display:inline-flex;align-items:center;justify-content:center;color:#bfdbfe;font-weight:800;text-decoration:none;padding:11px 4px;}.blog-conversion-link:hover{color:#fff;text-decoration:underline;}@media (max-width:820px){.blog-money-links-grid{grid-template-columns:1fr;}.blog-conversion-cta{grid-template-columns:1fr;padding:22px;}.blog-conversion-actions{justify-content:flex-start;min-width:0;}.blog-conversion-actions .btn,.blog-conversion-link{width:100%;}}.blog-conversion-cta{grid-template-columns:1fr!important;align-items:flex-start!important;gap:20px!important;padding:34px 32px!important;min-height:auto!important;}.blog-conversion-cta h2{max-width:760px!important;font-size:clamp(26px,3.2vw,38px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:10px 0 0!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;}.blog-conversion-cta p{max-width:650px!important;font-size:16px!important;line-height:1.7!important;}.blog-conversion-actions{width:100%!important;min-width:0!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;}.blog-conversion-actions .btn, .blog-conversion-link{min-height:48px!important;border-radius:15px!important;padding:0 20px!important;font-size:14.5px!important;line-height:1!important;white-space:nowrap!important;}.blog-conversion-link{padding-inline:8px!important;}@media (max-width:720px){.blog-conversion-cta{padding:24px 20px!important;border-radius:24px!important;}.blog-conversion-cta h2{font-size:28px!important;line-height:1.12!important;}.blog-conversion-actions{align-items:stretch!important;}.blog-conversion-actions .btn, .blog-conversion-link{width:100%!important;white-space:normal!important;text-align:center!important;min-height:48px!important;}}.blog-detail-grid .blog-conversion-cta-wide{grid-column:1 / -1!important;width:100%!important;max-width:none!important;margin:22px 0 0!important;}.blog-conversion-cta-wide .blog-conversion-actions{width:auto!important;max-width:100%!important;}.blog-conversion-cta-wide .blog-conversion-link{display:none!important;}@media (max-width:900px){.blog-detail-grid .blog-conversion-cta-wide{grid-column:auto!important;width:100%!important;}}@media (min-width:981px){.blog-detail-hero{padding:38px 0 22px;overflow:visible;}.blog-detail-hero .blog-breadcrumb{margin-bottom:14px;}.blog-detail-hero-grid{position:relative;display:block;min-height:0;padding-right:354px;}.blog-detail-hero-content{max-width:820px;min-width:0;}.blog-detail-hero h1{max-width:820px;margin:16px 0 0;}.blog-detail-hero p{max-width:760px;margin:14px 0 0;}.blog-sidebar-hero{position:absolute;right:0;top:0;width:320px;margin-top:0;z-index:3;}.blog-detail-content-grid{padding-top:24px;}}@media (max-width:980px){.blog-detail-hero{padding:34px 0 26px;}.blog-detail-hero h1{margin-bottom:0;}}.blog-content-card table{width:100%;margin:24px 0 26px;border-collapse:separate;border-spacing:0;background:#ffffff;border:1px solid rgba(148,163,184,.28);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(15,23,42,.07);color:#334155;}.blog-content-card table th, .blog-content-card table td{padding:16px 18px;text-align:left;vertical-align:top;border-right:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.2);line-height:1.55;}.blog-content-card table th{background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%);color:#0f172a;font-weight:850;letter-spacing:-.01em;white-space:nowrap;}.blog-content-card table td:first-child{color:#1e293b;font-weight:750;}.blog-content-card table tr:nth-child(even) td{background:#f8fafc;}.blog-content-card table tr:last-child td{border-bottom:0;}.blog-content-card table th:last-child, .blog-content-card table td:last-child{border-right:0;}.blog-content-card table a{font-weight:800;color:#2563eb;text-decoration:none;}.blog-content-card table a:hover{text-decoration:underline;}.blog-content-card table + p, .blog-content-card table + h2, .blog-content-card table + h3{margin-top:28px;}.blog-table-note, .blog-content-card .table-note{margin:-10px 0 24px;color:#64748b;font-size:.94rem;}@media (max-width:760px){.blog-content-card{overflow-x:auto;-webkit-overflow-scrolling:touch;}.blog-content-card table{min-width:640px;margin:20px 0 24px;border-radius:16px;box-shadow:0 14px 34px rgba(15,23,42,.06);}.blog-content-card table th, .blog-content-card table td{padding:13px 14px;font-size:.94rem;}}.blog-detail-hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:radial-gradient(circle at 12% 18%, rgba(37,99,235,.12), transparent 32%),
        radial-gradient(circle at 88% 10%, rgba(14,165,233,.13), transparent 28%),
        linear-gradient(135deg,#f8fbff 0%,#eef5ff 56%,#f7fbff 100%)!important;}.blog-detail-hero::before{content:"";position:absolute;inset:auto -120px -170px auto;width:420px;height:420px;border-radius:999px;background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(14,165,233,.05));filter:blur(1px);z-index:-1;}.blog-detail-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.18),transparent);z-index:1;}.blog-detail-hero .container:first-child{position:relative;z-index:2;}.blog-detail-hero .blog-breadcrumb{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;width:max-content!important;max-width:100%!important;margin-bottom:16px!important;padding:8px 12px!important;border:1px solid rgba(37,99,235,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 12px 34px rgba(15,23,42,.05)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#94a3b8!important;font-size:13px!important;font-weight:850!important;}.blog-detail-hero .blog-breadcrumb a{color:#2563eb!important;text-decoration:none!important;}.blog-detail-hero .blog-breadcrumb a:hover{color:#1d4ed8!important;text-decoration:underline!important;}.blog-detail-hero .blog-breadcrumb span[aria-current="page"]{color:#64748b!important;max-width:520px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}.blog-detail-hero-grid{position:relative!important;z-index:2!important;}.blog-detail-hero-content{position:relative!important;padding:8px 0 10px!important;}.blog-detail-hero-content::before{content:"";position:absolute;left:0;top:0;width:56px;height:4px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8);box-shadow:0 10px 24px rgba(37,99,235,.22);}.blog-detail-hero .blog-meta{margin-top:18px!important;gap:9px!important;}.blog-detail-hero .blog-meta a, .blog-detail-hero .blog-meta span{min-height:30px!important;display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:7px 11px!important;line-height:1!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(148,163,184,.18)!important;color:#64748b!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;}.blog-detail-hero .blog-meta a{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;border-color:rgba(37,99,235,.35)!important;box-shadow:0 12px 24px rgba(37,99,235,.16)!important;}.blog-detail-hero h1{text-wrap:balance;color:#07162e!important;text-shadow:0 1px 0 rgba(255,255,255,.35);}.blog-detail-hero p{color:#42526a!important;}.blog-sidebar-hero .card{border:1px solid rgba(148,163,184,.18)!important;background:rgba(255,255,255,.82)!important;box-shadow:0 22px 60px rgba(15,23,42,.08)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;}.blog-sidebar-hero .blog-tags-public a{background:linear-gradient(180deg,#eff6ff,#eaf2ff)!important;border:1px solid rgba(37,99,235,.08)!important;}.blog-sidebar-hero .blog-category-list a{background:rgba(248,250,252,.88)!important;border:1px solid rgba(226,232,240,.82)!important;}.blog-sidebar-hero .blog-category-list a:hover{background:#eff6ff!important;border-color:#bfdbfe!important;}@media (min-width:981px){.blog-detail-hero{padding-top:42px!important;padding-bottom:30px!important;}.blog-detail-hero h1{font-size:clamp(46px,4.7vw,66px)!important;line-height:.98!important;letter-spacing:-.062em!important;max-width:900px!important;}.blog-detail-hero p{max-width:780px!important;margin-top:16px!important;}.blog-sidebar-hero{top:12px!important;}}@media (max-width:980px){.blog-detail-hero .blog-breadcrumb{width:100%!important;border-radius:18px!important;}.blog-detail-hero .blog-breadcrumb span[aria-current="page"]{max-width:100%!important;white-space:normal!important;}.blog-detail-hero-content::before{width:48px;}.blog-detail-hero h1{font-size:clamp(34px,9vw,48px)!important;letter-spacing:-.052em!important;}}@media (max-width:640px){.blog-detail-hero{padding-top:26px!important;padding-bottom:22px!important;}.blog-detail-hero .blog-breadcrumb{padding:10px 12px!important;font-size:12px!important;}.blog-detail-hero .blog-meta a, .blog-detail-hero .blog-meta span{min-height:28px!important;padding:6px 10px!important;font-size:12px!important;}.blog-detail-hero p{font-size:16px!important;line-height:1.65!important;}}.blog-content-card a:not(.btn), .blog-content-card a:not(.btn):visited{color:#155eef;font-weight:750;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:4px;text-decoration-color:rgba(37, 99, 235, .34);background:linear-gradient(180deg, rgba(37, 99, 235, 0) 58%, rgba(37, 99, 235, .13) 58%);border-radius:5px;padding:0 .08em;transition:color .18s ease, text-decoration-color .18s ease, background .18s ease;}.blog-content-card a:not(.btn):hover, .blog-content-card a:not(.btn):focus-visible{color:#0f3fb5;text-decoration-color:rgba(15, 63, 181, .78);background:linear-gradient(180deg, rgba(37, 99, 235, .08) 0%, rgba(37, 99, 235, .18) 100%);}.blog-content-card a:not(.btn):focus-visible{outline:3px solid rgba(37, 99, 235, .22);outline-offset:3px;}.blog-content-card p a:not(.btn)::after, .blog-content-card li a:not(.btn)::after{content:" ↗";font-size:.78em;font-weight:800;opacity:.78;text-decoration:none;}.blog-content-card code a:not(.btn), .blog-content-card code a:not(.btn):visited{background:transparent;padding:0;}.blog-content-card h2 a, .blog-content-card h3 a{color:inherit;background:none;text-decoration-color:rgba(37, 99, 235, .32);}@media (max-width: 640px){.blog-content-card a:not(.btn){text-underline-offset:3px;text-decoration-thickness:1.5px;}}.blog-detail .blog-detail-image, .blog-main-column .blog-detail-image{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;display:block!important;overflow:hidden!important;padding:0!important;border-radius:24px!important;background:#f8fafc!important;}.blog-detail .blog-detail-image img, .blog-main-column .blog-detail-image img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;}@media (max-width:760px){.blog-detail .blog-detail-image, .blog-main-column .blog-detail-image{height:auto!important;min-height:0!important;border-radius:18px!important;}}.city-webdesign-page{background:linear-gradient(180deg,#f6f9ff 0%,#fff 42%,#f8fbff 100%);}.city-webdesign-page .city-hero{position:relative;overflow:hidden;padding:84px 0 70px;background:radial-gradient(circle at 78% 10%,rgba(37,99,235,.18),transparent 30%),linear-gradient(135deg,#07142d 0%,#10203d 58%,#0b172c 100%);color:#fff;border-bottom:1px solid rgba(148,163,184,.22);}.city-webdesign-page .city-hero:before{content:"";position:absolute;inset:auto -140px -240px auto;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none;}.city-webdesign-page .city-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(96,165,250,.7),transparent);}.city-webdesign-page .city-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.62fr);gap:34px;align-items:center;}.city-webdesign-page .city-breadcrumb{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-bottom:22px;font-size:13px;font-weight:800;color:#b9c9e7;}.city-webdesign-page .city-breadcrumb a{color:#dbeafe;text-decoration:none;}.city-webdesign-page .city-breadcrumb a:hover{color:#fff;text-decoration:underline;}.city-webdesign-page .city-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:rgba(37,99,235,.18);border:1px solid rgba(147,197,253,.28);color:#bfdbfe;font-size:13px;font-weight:900;margin-bottom:18px;}.city-webdesign-page .city-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:.98;letter-spacing:-.07em;margin:0 0 20px;color:#fff;max-width:920px;}.city-webdesign-page .city-hero h1 span{color:#60a5fa;}.city-webdesign-page .city-hero-lead{font-size:clamp(17px,1.45vw,21px);line-height:1.75;color:#dce8fb;max-width:820px;margin:0 0 26px;}.city-webdesign-page .city-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 0;}.city-webdesign-page .city-hero-actions .btn{box-shadow:0 18px 38px rgba(37,99,235,.22);}.city-webdesign-page .city-hero-actions .btn.secondary{background:#fff;color:#0f172a;border-color:rgba(255,255,255,.78);}.city-webdesign-page .city-trust-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;max-width:780px;}.city-webdesign-page .city-trust-list span{border:1px solid rgba(147,197,253,.18);background:rgba(255,255,255,.075);border-radius:18px;padding:13px 14px;font-weight:850;color:#eaf2ff;font-size:13px;}.city-webdesign-page .city-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(219,234,254,.18);border-radius:30px;padding:24px;box-shadow:0 28px 70px rgba(0,0,0,.28);backdrop-filter:blur(10px);}.city-webdesign-page .city-hero-card-inner{background:#fff;border-radius:24px;padding:24px;color:#0f172a;}.city-webdesign-page .city-hero-card h2{margin:0 0 10px;font-size:22px;letter-spacing:-.03em;}.city-webdesign-page .city-hero-card p{color:#475569;line-height:1.7;margin:0 0 18px;}.city-webdesign-page .city-mini-list{display:grid;gap:10px;}.city-webdesign-page .city-mini-list span{display:flex;align-items:center;gap:10px;font-weight:850;color:#1e293b;}.city-webdesign-page .city-mini-list span:before{content:"✓";width:24px;height:24px;border-radius:999px;background:#dbeafe;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-weight:900;flex:none;}.city-webdesign-page .city-section{padding:72px 0;}.city-webdesign-page .city-section.soft{background:linear-gradient(180deg,#fff,#f7faff);}.city-webdesign-page .city-section-head{max-width:860px;margin:0 0 28px;}.city-webdesign-page .city-section-eyebrow{display:inline-flex;margin-bottom:10px;color:#2563eb;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em;}.city-webdesign-page .city-section h2{margin:0 0 14px;font-size:clamp(30px,3.6vw,48px);line-height:1.08;letter-spacing:-.055em;color:#07142d;}.city-webdesign-page .city-section-head p,.city-webdesign-page .city-copy p{font-size:16px;line-height:1.85;color:#42526a;}.city-webdesign-page .city-answer-box{border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff);border-radius:24px;padding:24px 26px;margin:26px 0;box-shadow:0 16px 42px rgba(37,99,235,.08);font-size:16px;line-height:1.8;color:#334155;}.city-webdesign-page .city-answer-box strong{color:#0f3ea4;}.city-webdesign-page .city-grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;}.city-webdesign-page .city-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.city-webdesign-page .city-card{background:#fff;border:1px solid #dbe7f7;border-radius:26px;padding:24px;box-shadow:0 18px 52px rgba(15,23,42,.06);}.city-webdesign-page .city-card h3{margin:0 0 10px;font-size:21px;letter-spacing:-.03em;color:#0f172a;}.city-webdesign-page .city-card p{margin:0;color:#526174;line-height:1.75;}.city-webdesign-page .city-icon{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:16px;box-shadow:0 16px 30px rgba(37,99,235,.2);}.city-webdesign-page .city-decision-table{overflow:auto;border:1px solid #dbe7f7;border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(15,23,42,.07);margin-top:22px;}.city-webdesign-page .city-decision-table table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px;}.city-webdesign-page .city-decision-table th{background:#0f2344;color:#fff;text-align:left;font-size:14px;padding:18px 20px;}.city-webdesign-page .city-decision-table th:first-child{border-top-left-radius:22px;}.city-webdesign-page .city-decision-table th:last-child{border-top-right-radius:22px;}.city-webdesign-page .city-decision-table td{padding:17px 20px;border-top:1px solid #e7edf7;color:#334155;line-height:1.55;}.city-webdesign-page .city-decision-table tr:nth-child(even) td{background:#f8fbff;}.city-webdesign-page .city-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:22px 0 0;padding:0;list-style:none;}.city-webdesign-page .city-check-list li{position:relative;background:#fff;border:1px solid #dbe7f7;border-radius:18px;padding:15px 16px 15px 46px;color:#334155;font-weight:700;}.city-webdesign-page .city-check-list li:before{content:"✓";position:absolute;left:16px;top:14px;width:22px;height:22px;border-radius:999px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:950;}.city-webdesign-page .city-process{counter-reset:step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.city-webdesign-page .city-process .city-card{position:relative;}.city-webdesign-page .city-process .city-card:before{counter-increment:step;content:counter(step);width:38px;height:38px;border-radius:14px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:14px;}.city-webdesign-page .city-cta{background:linear-gradient(135deg,#07142d,#123469);color:#fff;border-radius:34px;padding:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;box-shadow:0 28px 70px rgba(15,23,42,.22);overflow:hidden;position:relative;}.city-webdesign-page .city-cta:before{content:"";position:absolute;right:-100px;top:-120px;width:280px;height:280px;border-radius:50%;background:rgba(96,165,250,.18);}.city-webdesign-page .city-cta h2{color:#fff;margin:0 0 10px;}.city-webdesign-page .city-cta p{color:#dbeafe;margin:0;line-height:1.75;}.city-webdesign-page .city-cta-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;}.city-webdesign-page .city-cta .btn.secondary{background:#fff;color:#0f172a;}.city-webdesign-page .city-faq{display:grid;gap:14px;}.city-webdesign-page .city-faq details{background:#fff;border:1px solid #dbe7f7;border-radius:20px;padding:18px 20px;box-shadow:0 12px 32px rgba(15,23,42,.05);}.city-webdesign-page .city-faq summary{cursor:pointer;font-weight:900;color:#0f172a;font-size:17px;}.city-webdesign-page .city-faq p{color:#526174;line-height:1.75;margin:12px 0 0;}.city-webdesign-page a:not(.btn){color:#1d4ed8;font-weight:850;text-decoration-thickness:2px;text-underline-offset:3px;}.city-webdesign-page a:not(.btn):hover{color:#0f3ea4;}@media (max-width: 980px){.city-webdesign-page .city-hero{padding:58px 0;}.city-webdesign-page .city-hero-grid,.city-webdesign-page .city-grid-2{grid-template-columns:1fr;}.city-webdesign-page .city-trust-list,.city-webdesign-page .city-grid-3{grid-template-columns:1fr;}.city-webdesign-page .city-process{grid-template-columns:repeat(2,minmax(0,1fr));}.city-webdesign-page .city-cta{grid-template-columns:1fr;}.city-webdesign-page .city-cta-actions .btn{width:100%;justify-content:center;}}@media (max-width: 640px){.city-webdesign-page .city-hero h1{font-size:42px;}.city-webdesign-page .city-section{padding:48px 0;}.city-webdesign-page .city-process{grid-template-columns:1fr;}.city-webdesign-page .city-check-list{grid-template-columns:1fr;}.city-webdesign-page .city-cta{border-radius:26px;padding:26px;}.city-webdesign-page .city-hero-actions .btn{width:100%;justify-content:center;}}.service-areas-page{background:#f8fafc;color:#0f172a;overflow:hidden;}.service-areas-page *{box-sizing:border-box;}.service-areas-hero{position:relative;overflow:hidden;padding:84px 0 76px;background:radial-gradient(circle at 14% 10%,rgba(59,130,246,.32),transparent 30%),radial-gradient(circle at 88% 16%,rgba(14,165,233,.22),transparent 30%),linear-gradient(135deg,#07142d 0%,#0f2447 54%,#102f64 100%);color:#fff;border-bottom:1px solid rgba(147,197,253,.18);}.service-areas-hero:before{content:"";position:absolute;right:-160px;top:-160px;width:480px;height:480px;border-radius:999px;background:rgba(255,255,255,.08);filter:blur(4px);}.service-areas-hero:after{content:"";position:absolute;left:-180px;bottom:-260px;width:560px;height:560px;border-radius:999px;background:rgba(37,99,235,.18);filter:blur(18px);}.service-areas-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.68fr);gap:38px;align-items:center;}.service-areas-breadcrumb{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-bottom:22px;color:#bfd4f3;font-size:13px;font-weight:800;}.service-areas-breadcrumb a{color:#e0edff;text-decoration:none;}.service-areas-breadcrumb a:hover{color:#fff;text-decoration:underline;}.service-areas-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:rgba(96,165,250,.16);border:1px solid rgba(147,197,253,.28);color:#cfe5ff;font-size:12px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;}.service-areas-hero h1{margin:18px 0 20px;font-size:clamp(46px,6.8vw,86px);line-height:.92;letter-spacing:-.075em;color:#fff;}.service-areas-lead{max-width:820px;margin:0;color:#dbeafe;font-size:clamp(17px,1.55vw,21px);line-height:1.75;}.service-areas-answer-box{position:relative;margin:26px 0 0;padding:20px 22px 20px 24px;border:1px solid rgba(191,219,254,.28);border-left:4px solid #60a5fa;border-radius:22px;background:rgba(255,255,255,.08);box-shadow:0 18px 48px rgba(0,0,0,.14);backdrop-filter:blur(12px);color:#eaf2ff;font-size:15.5px;line-height:1.75;}.service-areas-answer-box strong{color:#fff;}.service-areas-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px;}.service-areas-actions .btn{box-shadow:0 16px 38px rgba(37,99,235,.26);}.service-areas-actions .btn.secondary{background:#fff;color:#0f172a;border-color:rgba(255,255,255,.82);}.service-areas-hero-card{position:relative;padding:28px;border:1px solid rgba(219,234,254,.2);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.09));box-shadow:0 34px 90px rgba(0,0,0,.26);backdrop-filter:blur(18px);}.service-areas-hero-card:before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.08);border-radius:24px;pointer-events:none;}.service-areas-hero-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;}.service-areas-hero-card-top span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(219,234,254,.14);border:1px solid rgba(219,234,254,.22);color:#dbeafe;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}.service-areas-hero-card-top strong{width:58px;height:58px;border-radius:20px;background:#fff;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:950;box-shadow:0 18px 36px rgba(0,0,0,.16);}.service-areas-hero-card h2{margin:0 0 12px;color:#fff;font-size:30px;line-height:1.08;letter-spacing:-.045em;}.service-areas-hero-card p{margin:0;color:#d8e8ff;line-height:1.75;}.service-areas-mini-list{display:grid;gap:10px;margin-top:20px;}.service-areas-mini-list span{display:flex;align-items:center;gap:10px;color:#eff6ff;font-weight:850;}.service-areas-mini-list span:before{content:"✓";width:24px;height:24px;border-radius:999px;background:rgba(96,165,250,.22);border:1px solid rgba(147,197,253,.24);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:950;flex:none;}.service-areas-section{position:relative;padding:82px 0;background:#fff;}.service-areas-section.soft{background:linear-gradient(180deg,#f8fbff,#f1f7ff);}.service-areas-active-section{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);}.service-areas-section-head{max-width:900px;margin:0 0 34px;}.service-areas-section-head.centered{margin-left:auto;margin-right:auto;text-align:center;}.service-areas-section-head span,.service-areas-cta span{display:inline-flex;margin-bottom:10px;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}.service-areas-section-head h2{margin:0 0 14px;color:#07142d;font-size:clamp(30px,4vw,52px);line-height:1.06;letter-spacing:-.06em;}.service-areas-section-head p{margin:0;color:#475569;font-size:16.5px;line-height:1.82;}.service-areas-grid{display:grid;grid-template-columns:1.08fr .96fr .96fr;gap:20px;align-items:stretch;}.service-area-card{position:relative;display:flex;min-height:294px;flex-direction:column;padding:28px;border:1px solid rgba(148,163,184,.24);border-radius:30px;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08);text-decoration:none;color:#0f172a;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}.service-area-card:after{content:"";position:absolute;inset:auto -80px -110px auto;width:230px;height:230px;border-radius:999px;background:rgba(37,99,235,.08);transition:transform .22s ease;}.service-area-card:hover{transform:translateY(-5px);border-color:rgba(37,99,235,.38);box-shadow:0 32px 86px rgba(15,23,42,.13);}.service-area-card:hover:after{transform:scale(1.18);}.service-area-card.featured{background:radial-gradient(circle at 82% 12%,rgba(96,165,250,.24),transparent 30%),linear-gradient(135deg,#fff,#eef6ff);border-color:rgba(37,99,235,.22);}.service-area-card.muted{background:linear-gradient(180deg,#fff,#f8fafc);color:#334155;}.service-area-card-badge{width:max-content;position:relative;z-index:1;padding:7px 11px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:950;}.service-area-card-badge.muted{background:#eef2ff;color:#475569;}.service-area-card-icon{position:relative;z-index:1;width:58px;height:58px;margin-top:20px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;font-size:14px;font-weight:950;letter-spacing:.04em;box-shadow:0 18px 36px rgba(37,99,235,.22);}.service-area-card-icon.muted{background:#e2e8f0;color:#334155;box-shadow:none;}.service-area-card h3{position:relative;z-index:1;margin:22px 0 10px;color:#07142d;font-size:27px;line-height:1.12;letter-spacing:-.045em;}.service-area-card p{position:relative;z-index:1;margin:0;color:#526174;line-height:1.72;}.service-area-card em,.service-area-inline-link{position:relative;z-index:1;margin-top:auto;padding-top:22px;color:#2563eb;font-style:normal;font-weight:950;text-decoration:none;}.service-area-inline-link:hover{text-decoration:underline;}.service-areas-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.service-areas-benefit-card{position:relative;padding:28px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:#fff;box-shadow:0 20px 58px rgba(15,23,42,.07);}.service-areas-benefit-card span{width:50px;height:50px;border-radius:18px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:18px;}.service-areas-benefit-card h3{margin:0 0 10px;color:#0f172a;font-size:22px;letter-spacing:-.035em;}.service-areas-benefit-card p{margin:0;color:#526174;line-height:1.75;}.service-areas-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:34px;align-items:start;}.service-areas-check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none;}.service-areas-check-list li{position:relative;padding:17px 18px 17px 50px;border:1px solid #dbe7f7;border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.05);color:#334155;font-weight:750;line-height:1.55;}.service-areas-check-list li:before{content:"✓";position:absolute;left:17px;top:16px;width:23px;height:23px;border-radius:999px;background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:950;}.service-areas-check-list a{color:#1d4ed8;font-weight:900;text-underline-offset:3px;}.service-areas-faq-list{max-width:920px;margin:0 auto;display:grid;gap:14px;}.service-areas-faq-item{border:1px solid #dbe7f7;border-radius:22px;background:#fff;padding:19px 22px;box-shadow:0 14px 38px rgba(15,23,42,.05);}.service-areas-faq-item summary{cursor:pointer;color:#0f172a;font-size:17px;font-weight:950;}.service-areas-faq-item p{margin:12px 0 0;color:#526174;line-height:1.75;}.service-areas-final-section{background:#fff;}.service-areas-cta{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:38px;border-radius:34px;background:linear-gradient(135deg,#07142d,#123469 62%,#1d4ed8);box-shadow:0 30px 80px rgba(15,23,42,.22);color:#fff;}.service-areas-cta:before{content:"";position:absolute;right:-90px;top:-120px;width:300px;height:300px;border-radius:999px;background:rgba(255,255,255,.12);}.service-areas-cta h2{position:relative;margin:0 0 10px;color:#fff;font-size:clamp(27px,3.5vw,44px);line-height:1.08;letter-spacing:-.05em;}.service-areas-cta p{position:relative;margin:0;color:#dbeafe;line-height:1.75;}.service-areas-cta span{position:relative;color:#bfdbfe;}.service-areas-cta-actions{position:relative;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}.service-areas-cta .btn.secondary{background:#fff;color:#0f172a;border-color:#fff;}@media (max-width:980px){.service-areas-hero-grid,.service-areas-grid,.service-areas-benefits,.service-areas-split{grid-template-columns:1fr;}.service-areas-hero{padding:60px 0;}.service-areas-cta{grid-template-columns:1fr;}.service-areas-cta-actions{justify-content:flex-start;}.service-areas-hero-card{padding:24px;}.service-area-card{min-height:auto;}}@media (max-width:640px){.service-areas-hero{padding:48px 0;}.service-areas-hero h1{font-size:44px;}.service-areas-actions .btn,.service-areas-cta-actions .btn{width:100%;justify-content:center;}.service-areas-section{padding:56px 0;}.service-areas-section-head.centered{text-align:left;}.service-area-card,.service-areas-benefit-card{border-radius:24px;padding:22px;}.service-areas-cta{border-radius:26px;padding:26px;}.service-areas-lead{font-size:16px;}.service-areas-answer-box{font-size:15px;padding:18px;}}.service-areas-page .service-areas-hero, .city-webdesign-page .city-hero{background:radial-gradient(circle at 82% 8%,rgba(37,99,235,.12),transparent 28%),radial-gradient(circle at 12% 0%,rgba(14,165,233,.10),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f5f9ff 48%,#eaf3ff 100%)!important;color:#0f172a!important;border-bottom:1px solid #dbeafe!important;}.service-areas-page .service-areas-hero:before, .city-webdesign-page .city-hero:before{background:rgba(37,99,235,.09)!important;filter:blur(8px)!important;}.service-areas-page .service-areas-hero:after, .city-webdesign-page .city-hero:after{background:linear-gradient(90deg,transparent,rgba(37,99,235,.26),transparent)!important;filter:none!important;height:1px!important;width:auto!important;left:0!important;right:0!important;bottom:0!important;border-radius:0!important;}.service-areas-page .service-areas-breadcrumb, .city-webdesign-page .city-breadcrumb{color:#64748b!important;}.service-areas-page .service-areas-breadcrumb a, .city-webdesign-page .city-breadcrumb a{color:#2563eb!important;}.service-areas-page .service-areas-breadcrumb a:hover, .city-webdesign-page .city-breadcrumb a:hover{color:#1d4ed8!important;}.service-areas-page .service-areas-kicker, .city-webdesign-page .city-kicker{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important;}.service-areas-page .service-areas-hero h1, .city-webdesign-page .city-hero h1{color:#07142d!important;}.city-webdesign-page .city-hero h1 span{color:#2563eb!important;}.service-areas-page .service-areas-lead, .city-webdesign-page .city-hero-lead{color:#475569!important;}.service-areas-page .service-areas-answer-box{background:#fff!important;border-color:#bfdbfe!important;border-left-color:#2563eb!important;color:#334155!important;box-shadow:0 18px 50px rgba(37,99,235,.10)!important;backdrop-filter:none!important;}.service-areas-page .service-areas-answer-box strong{color:#07142d!important;}.service-areas-page .service-areas-hero-card, .city-webdesign-page .city-hero-card{background:rgba(255,255,255,.92)!important;border-color:#dbe7f7!important;color:#0f172a!important;box-shadow:0 26px 70px rgba(15,23,42,.12)!important;backdrop-filter:blur(10px)!important;}.city-webdesign-page .city-hero-card-inner{background:linear-gradient(180deg,#ffffff,#f8fbff)!important;border:1px solid #e2e8f0!important;box-shadow:none!important;}.service-areas-page .service-areas-hero-card:before{border-color:rgba(37,99,235,.08)!important;}.service-areas-page .service-areas-hero-card-top span{background:#eff6ff!important;border-color:#bfdbfe!important;color:#2563eb!important;}.service-areas-page .service-areas-hero-card-top strong{background:#2563eb!important;color:#fff!important;box-shadow:0 16px 34px rgba(37,99,235,.22)!important;}.service-areas-page .service-areas-hero-card h2, .city-webdesign-page .city-hero-card h2{color:#07142d!important;}.service-areas-page .service-areas-hero-card p, .city-webdesign-page .city-hero-card p{color:#475569!important;}.service-areas-page .service-areas-mini-list span, .city-webdesign-page .city-mini-list span{color:#334155!important;}.service-areas-page .service-areas-mini-list span:before, .city-webdesign-page .city-mini-list span:before{background:#dbeafe!important;border-color:#bfdbfe!important;color:#2563eb!important;}.city-webdesign-page .city-trust-list span{background:#fff!important;border-color:#dbe7f7!important;color:#334155!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important;}.service-areas-page .service-areas-actions .btn.secondary, .city-webdesign-page .city-hero-actions .btn.secondary{background:#fff!important;color:#0f172a!important;border-color:#dbe7f7!important;box-shadow:0 12px 30px rgba(15,23,42,.06)!important;}.health-seo-page .city-kicker{background:#ecfeff!important;border-color:#bae6fd!important;color:#0369a1!important;}.health-seo-page .city-icon{background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;}.health-seo-page .city-answer-box{border-left:4px solid #0ea5e9;}.blog-detail-hero-grid{grid-template-columns:1fr!important;gap:0!important;}.blog-detail-hero-content{max-width:100%!important;width:100%!important;}.blog-detail-hero h1, .blog-detail-hero p{max-width:1120px!important;}.blog-sidebar-hero{display:none!important;}.blog-detail-content-grid{display:block!important;grid-template-columns:1fr!important;gap:0!important;}.blog-detail-content-grid .blog-main-column{width:100%!important;max-width:100%!important;min-width:0!important;}.blog-detail-content-grid .blog-content-card{width:100%!important;max-width:100%!important;}.blog-tags-bottom-card{margin-top:24px!important;padding:26px 28px!important;border-radius:26px!important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;border:1px solid rgba(191,219,254,.72)!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important;}.blog-tags-bottom-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important;}.blog-tags-bottom-head h3{margin:0!important;color:#0f172a!important;font-size:24px!important;letter-spacing:-.035em!important;}.blog-tags-bottom-head p{margin:0!important;max-width:520px!important;color:#64748b!important;line-height:1.7!important;font-size:14px!important;}.blog-tags-public-bottom{display:flex!important;flex-wrap:wrap!important;gap:10px!important;}.blog-tags-public-bottom a{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:8px 14px!important;border-radius:999px!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1d4ed8!important;font-weight:850!important;text-decoration:none!important;}.blog-tags-public-bottom a:hover{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 12px 24px rgba(37,99,235,.18)!important;}@media (max-width:760px){.blog-tags-bottom-card{padding:22px 18px!important;border-radius:22px!important;}.blog-tags-bottom-head{display:block!important;}.blog-tags-bottom-head p{margin-top:8px!important;}.blog-tags-public-bottom a{min-height:36px!important;padding:7px 12px!important;font-size:13px!important;}}.webdesign-hero-shell .webdesign-breadcrumb{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;width:max-content!important;max-width:100%!important;margin:0 0 18px!important;padding:8px 12px!important;border:1px solid rgba(37,99,235,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.74)!important;box-shadow:0 12px 34px rgba(15,23,42,.05)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#94a3b8!important;font-size:13px!important;line-height:1.4!important;font-weight:850!important;}.webdesign-hero-shell .webdesign-breadcrumb a{color:#2563eb!important;text-decoration:none!important;font-weight:900!important;}.webdesign-hero-shell .webdesign-breadcrumb a:hover{color:#1d4ed8!important;text-decoration:underline!important;}.webdesign-hero-shell .webdesign-breadcrumb span{color:#94a3b8!important;}.webdesign-hero-shell .webdesign-breadcrumb span[aria-current="page"]{color:#64748b!important;max-width:520px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}@media (max-width:640px){.webdesign-hero-shell .webdesign-breadcrumb{width:auto!important;font-size:12px!important;border-radius:18px!important;}.webdesign-hero-shell .webdesign-breadcrumb span[aria-current="page"]{max-width:210px!important;}}.corporate-breadcrumb, .corporate-breadcrumb.listing-breadcrumb, .blog-page-hero .blog-breadcrumb, .blog-detail-hero .blog-breadcrumb, .webdesign-hero-shell .webdesign-breadcrumb, .webdesign-hero-shell .corporate-breadcrumb, .city-webdesign-page .city-breadcrumb, .service-areas-page .service-areas-breadcrumb{position:relative!important;z-index:3!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;width:max-content!important;max-width:100%!important;margin:0 0 18px!important;padding:8px 12px!important;border:1px solid rgba(37,99,235,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 12px 34px rgba(15,23,42,.05)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#94a3b8!important;font-size:13px!important;line-height:1.4!important;font-weight:850!important;letter-spacing:0!important;}.corporate-breadcrumb a, .corporate-breadcrumb.listing-breadcrumb a, .blog-page-hero .blog-breadcrumb a, .blog-detail-hero .blog-breadcrumb a, .webdesign-hero-shell .webdesign-breadcrumb a, .webdesign-hero-shell .corporate-breadcrumb a, .city-webdesign-page .city-breadcrumb a, .service-areas-page .service-areas-breadcrumb a{color:#2563eb!important;text-decoration:none!important;font-weight:900!important;}.corporate-breadcrumb a:hover, .corporate-breadcrumb.listing-breadcrumb a:hover, .blog-page-hero .blog-breadcrumb a:hover, .blog-detail-hero .blog-breadcrumb a:hover, .webdesign-hero-shell .webdesign-breadcrumb a:hover, .webdesign-hero-shell .corporate-breadcrumb a:hover, .city-webdesign-page .city-breadcrumb a:hover, .service-areas-page .service-areas-breadcrumb a:hover{color:#1d4ed8!important;text-decoration:underline!important;text-underline-offset:3px!important;}.corporate-breadcrumb > span, .corporate-breadcrumb.listing-breadcrumb > span, .blog-page-hero .blog-breadcrumb > span, .blog-detail-hero .blog-breadcrumb > span, .webdesign-hero-shell .webdesign-breadcrumb > span, .webdesign-hero-shell .corporate-breadcrumb > span, .city-webdesign-page .city-breadcrumb > span, .service-areas-page .service-areas-breadcrumb > span{color:#94a3b8!important;font-weight:850!important;}.corporate-breadcrumb > span[aria-current="page"], .corporate-breadcrumb > strong, .corporate-breadcrumb.listing-breadcrumb > span[aria-current="page"], .corporate-breadcrumb.listing-breadcrumb > strong, .blog-page-hero .blog-breadcrumb > span[aria-current="page"], .blog-detail-hero .blog-breadcrumb > span[aria-current="page"], .webdesign-hero-shell .webdesign-breadcrumb > span[aria-current="page"], .webdesign-hero-shell .corporate-breadcrumb > strong, .city-webdesign-page .city-breadcrumb > span[aria-current="page"], .service-areas-page .service-areas-breadcrumb > span[aria-current="page"]{color:#64748b!important;font-weight:900!important;max-width:520px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}@media (max-width:640px){.corporate-breadcrumb, .corporate-breadcrumb.listing-breadcrumb, .blog-page-hero .blog-breadcrumb, .blog-detail-hero .blog-breadcrumb, .webdesign-hero-shell .webdesign-breadcrumb, .webdesign-hero-shell .corporate-breadcrumb, .city-webdesign-page .city-breadcrumb, .service-areas-page .service-areas-breadcrumb{width:auto!important;font-size:12px!important;border-radius:18px!important;gap:7px!important;}.corporate-breadcrumb > span[aria-current="page"], .corporate-breadcrumb > strong, .corporate-breadcrumb.listing-breadcrumb > span[aria-current="page"], .corporate-breadcrumb.listing-breadcrumb > strong, .blog-page-hero .blog-breadcrumb > span[aria-current="page"], .blog-detail-hero .blog-breadcrumb > span[aria-current="page"], .webdesign-hero-shell .webdesign-breadcrumb > span[aria-current="page"], .webdesign-hero-shell .corporate-breadcrumb > strong, .city-webdesign-page .city-breadcrumb > span[aria-current="page"], .service-areas-page .service-areas-breadcrumb > span[aria-current="page"]{max-width:220px!important;}}.city-webdesign-page .doctor-consulting-hero-media{padding:18px;}.city-webdesign-page .doctor-consulting-preview{display:block;width:100%;height:auto;border-radius:18px;border:1px solid #dbe5f1;background:#f8fafc;box-shadow:0 16px 40px rgba(15,23,42,.10);margin:0 0 18px;}.city-webdesign-page .doctor-consulting-hero-media h2{margin-top:0;}.wp-service-page{background:#f8fafc;color:#0f172a;overflow:hidden;}.wp-service-page .container{max-width:1180px;margin:0 auto;padding:0 20px;}.wp-service-hero{position:relative;padding:62px 0 42px;background:radial-gradient(circle at 12% 10%,rgba(37,99,235,.14),transparent 32%),linear-gradient(135deg,#f8fafc 0%,#eef4ff 50%,#ffffff 100%);}.wp-service-hero:before{content:"";position:absolute;inset:auto -120px -160px auto;width:420px;height:420px;border-radius:999px;background:rgba(14,165,233,.13);filter:blur(4px);}.wp-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:32px;align-items:center;position:relative;z-index:1;}.wp-service-breadcrumb{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;margin-bottom:22px;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 12px 36px rgba(15,23,42,.08);backdrop-filter:blur(14px);font-size:13px;color:#64748b;}.wp-service-breadcrumb a{color:#2563eb;text-decoration:none;font-weight:700;}.wp-service-breadcrumb span[aria-current="page"]{color:#0f172a;font-weight:700;}.wp-service-kicker,.wp-service-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#2563eb;font-weight:800;font-size:13px;letter-spacing:.02em;text-transform:uppercase;}.wp-service-hero h1{margin:12px 0 16px;font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-.05em;color:#0f172a;}.wp-service-hero h1 span{display:block;color:#2563eb;}.wp-service-lead{max-width:760px;margin:0;color:#475569;font-size:18px;line-height:1.78;}.wp-service-answer{margin-top:22px;max-width:820px;padding:18px 20px;border:1px solid rgba(37,99,235,.18);border-left:5px solid #2563eb;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.08);color:#334155;line-height:1.72;}.wp-service-answer strong{color:#0f172a;}.wp-service-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}.wp-service-actions .btn,.wp-service-cta-card .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:999px;background:#2563eb;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 30px rgba(37,99,235,.23);transition:.2s ease;}.wp-service-actions .btn:hover,.wp-service-cta-card .btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(37,99,235,.28);}.wp-service-actions .btn.secondary{background:#fff;color:#0f172a;border:1px solid rgba(148,163,184,.38);box-shadow:0 12px 26px rgba(15,23,42,.08);}.wp-service-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}.wp-service-trust span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(148,163,184,.28);color:#334155;font-weight:700;font-size:13px;}.wp-service-hero-card{position:relative;}.wp-service-hero-card-inner{padding:28px;border:1px solid rgba(148,163,184,.26);border-radius:32px;background:rgba(255,255,255,.84);box-shadow:0 28px 70px rgba(15,23,42,.12);backdrop-filter:blur(16px);}.wp-service-hero-card h2{margin:0 0 12px;font-size:27px;line-height:1.17;letter-spacing:-.035em;}.wp-service-hero-card p{margin:0;color:#475569;line-height:1.7;}.wp-service-mini-list{display:grid;gap:10px;margin-top:22px;}.wp-service-mini-list span{padding:13px 14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(148,163,184,.25);font-weight:800;color:#0f172a;}.wp-service-section{padding:58px 0;background:#fff;}.wp-service-section.soft{background:#f8fafc;}.wp-service-section-head{max-width:880px;margin-bottom:28px;}.wp-service-section-head h2{margin:10px 0 12px;font-size:clamp(28px,3.3vw,43px);line-height:1.08;letter-spacing:-.04em;color:#0f172a;}.wp-service-section-head p{margin:0;color:#475569;font-size:17px;line-height:1.78;}.wp-service-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.wp-service-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.wp-service-card{border:1px solid rgba(148,163,184,.24);border-radius:24px;padding:24px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.06);}.wp-service-card.compact{padding:22px;}.wp-service-card h3{margin:12px 0 10px;font-size:20px;line-height:1.25;color:#0f172a;}.wp-service-card.compact h3{margin-top:0;}.wp-service-card h3 a{color:#0f172a;text-decoration:none;}.wp-service-card h3 a:hover{color:#2563eb;}.wp-service-card p{margin:0;color:#475569;line-height:1.72;}.wp-service-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:#eff6ff;color:#2563eb;font-weight:900;}.wp-service-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;counter-reset:step;}.wp-service-step{position:relative;padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 45px rgba(15,23,42,.06);}.wp-service-step span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#2563eb;color:#fff;font-weight:900;margin-bottom:14px;}.wp-service-step h3{margin:0 0 10px;font-size:20px;}.wp-service-step p{margin:0;color:#475569;line-height:1.68;}.wp-service-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;}.wp-service-cta-card{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;}.wp-service-cta-card .wp-service-eyebrow{color:#93c5fd;}.wp-service-cta-card h2{margin:12px 0 12px;color:#fff;font-size:32px;line-height:1.13;letter-spacing:-.035em;}.wp-service-cta-card p{color:#dbeafe;margin-bottom:20px;}.wp-service-link-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px;}.wp-service-link-list a{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:15px;background:#f8fafc;color:#0f172a;text-decoration:none;font-weight:800;border:1px solid rgba(148,163,184,.24);}.wp-service-link-list a:after{content:"→";color:#2563eb;}.wp-service-link-list a:hover{background:#eff6ff;color:#2563eb;}.wp-service-faq{display:grid;gap:12px;}.wp-service-faq details{border:1px solid rgba(148,163,184,.25);border-radius:18px;background:#fff;padding:0;box-shadow:0 12px 30px rgba(15,23,42,.05);overflow:hidden;}.wp-service-faq summary{cursor:pointer;padding:18px 20px;font-weight:900;color:#0f172a;list-style:none;}.wp-service-faq summary::-webkit-details-marker{display:none;}.wp-service-faq p{margin:0;padding:0 20px 18px;color:#475569;line-height:1.72;}@media (max-width:980px){.wp-service-hero-grid,.wp-service-two-col{grid-template-columns:1fr;}.wp-service-grid-3,.wp-service-grid-4,.wp-service-process{grid-template-columns:repeat(2,minmax(0,1fr));}.wp-service-hero{padding-top:44px;}.wp-service-hero h1{font-size:42px;}}@media (max-width:640px){.wp-service-page .container{padding:0 16px;}.wp-service-grid-3,.wp-service-grid-4,.wp-service-process{grid-template-columns:1fr;}.wp-service-hero h1{font-size:36px;}.wp-service-lead{font-size:16px;}.wp-service-actions .btn{width:100%;}.wp-service-hero-card-inner,.wp-service-card,.wp-service-step{border-radius:20px;padding:20px;}.wp-service-section{padding:42px 0;}.wp-service-breadcrumb{border-radius:16px;flex-wrap:wrap;}}.wp-service-breadcrumb{display:flex!important;width:max-content!important;max-width:100%!important;flex-wrap:wrap!important;margin-bottom:14px!important;}.wp-service-kicker{display:flex!important;width:max-content!important;max-width:100%!important;margin:0 0 14px!important;}@media (max-width:640px){.wp-service-breadcrumb, .wp-service-kicker{width:100%!important;}}.site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="https://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a), .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="http://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a), .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a){color:#2563eb!important;font-weight:900!important;text-decoration-line:underline!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important;text-decoration-color:rgba(37,99,235,.38)!important;transition:color .18s ease,text-decoration-color .18s ease,background-size .18s ease!important;}.site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="https://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="http://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after{content:"↗";display:inline-block;margin-left:4px;font-size:.82em;line-height:1;transform:translateY(-1px);text-decoration:none!important;}.site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="https://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):hover, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="http://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):hover, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):hover{color:#1d4ed8!important;text-decoration-color:#1d4ed8!important;}.site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="https://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="http://krbdijital.com/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after, .site-main :where(.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href^="/"]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a)::after{content:none!important;display:none!important;}.site-main a.krb-rich-internal-link{color:#2563eb!important;font-weight:900!important;text-decoration-line:underline!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important;text-decoration-color:rgba(37,99,235,.45)!important;}.site-main a.krb-rich-internal-link:hover{color:#1d4ed8!important;text-decoration-color:#1d4ed8!important;}.site-main a.krb-rich-internal-link .krb-link-arrow{display:inline-block!important;margin-left:4px!important;font-size:.78em!important;line-height:1!important;transform:translateY(-2px)!important;text-decoration:none!important;font-weight:900!important;}.site-main a.krb-rich-internal-link-short{color:inherit!important;font-weight:inherit!important;text-decoration:inherit!important;}.site-main a.krb-rich-internal-link-short .krb-link-arrow{display:none!important;}.product-breadcrumb{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(255,255,255,.92);border:1px solid #dbeafe;border-radius:999px;padding:10px 16px;margin:0 0 22px;box-shadow:0 14px 36px rgba(15,23,42,.08);line-height:1.2;}.product-breadcrumb a{color:#2563eb;font-weight:950;text-decoration:none;}.product-breadcrumb span{color:#94a3b8;font-weight:950;}.product-breadcrumb span[aria-current="page"]{color:#475569;}.product-main-image-v2.product-main-image-v2-img{background:none!important;overflow:hidden;display:block;min-height:360px;}.product-main-image-v2.product-main-image-v2-img img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;border-radius:inherit;}@media (max-width:640px){.product-breadcrumb{width:100%;border-radius:18px;gap:8px;}.product-breadcrumb a,.product-breadcrumb span{font-size:13px;}.product-main-image-v2.product-main-image-v2-img,.product-main-image-v2.product-main-image-v2-img img{min-height:240px;}}.site-main :where(.blog-content-card,.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.corporate-main-card,.about-detail-main,.corporate-info-box,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):not(.corporate-breadcrumb a):not(.webdesign-breadcrumb a):not(.wp-service-breadcrumb a), .site-main :where(.blog-content-card,.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.corporate-main-card,.about-detail-main,.corporate-info-box,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):not(.corporate-breadcrumb a):not(.webdesign-breadcrumb a):not(.wp-service-breadcrumb a):visited{color:#155eef!important;font-weight:750!important;text-decoration-line:underline!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important;text-decoration-color:rgba(37, 99, 235, .34)!important;background:linear-gradient(180deg, rgba(37, 99, 235, 0) 58%, rgba(37, 99, 235, .13) 58%)!important;border-radius:5px!important;padding:0 .08em!important;transition:color .18s ease, text-decoration-color .18s ease, background .18s ease!important;}.site-main :where(.blog-content-card,.product-rich-text-v2,.blog-detail-content,.blog-content,.page-content,.content-page-body,.product-content-card-v2,.corporate-content,.corporate-main-card,.about-detail-main,.corporate-info-box,.webdesign-article-section,.city-webdesign-page,.health-seo-page,.doctor-design-page,.wp-service-page,.service-areas-page) a[href]:not(.btn):not([class*="btn"]):not([class*="button"]):not([class*="card"]):not(.badge):not(.city-breadcrumb a):not(.corporate-breadcrumb a):not(.webdesign-breadcrumb a):not(.wp-service-breadcrumb a):hover{color:#0f46c7!important;text-decoration-color:rgba(21, 94, 239, .72)!important;background:linear-gradient(180deg, rgba(21, 94, 239, 0) 52%, rgba(21, 94, 239, .20) 52%)!important;}.about-service-card-panel{margin-top:22px;padding:26px;border-radius:30px;border:1px solid #dbeafe;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.08), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 24px 60px rgba(15,23,42,.06);}.about-service-card-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px;}.about-service-card-panel-head span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#2563eb;font-size:13px;font-weight:950;}.about-service-card-panel-head strong{color:#0f172a;font-size:clamp(22px,2.5vw,32px);line-height:1.1;letter-spacing:-.045em;text-align:right;}.about-service-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.about-service-card-link, .about-service-card-link:visited{position:relative;overflow:hidden;min-height:118px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:18px;border-radius:22px;border:1px solid #dbeafe;background:#ffffff;color:#0f172a!important;text-decoration:none!important;box-shadow:0 16px 36px rgba(15,23,42,.06);transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;}.about-service-card-link::before{content:"";position:absolute;inset:auto -30px -48px auto;width:115px;height:115px;border-radius:999px;background:rgba(37,99,235,.08);transition:transform .18s ease, background .18s ease;}.about-service-card-link span{position:relative;z-index:1;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#eff6ff;color:#155eef;font-size:13px;font-weight:950;}.about-service-card-link strong{position:relative;z-index:1;color:#0f172a;font-size:15px;line-height:1.25;letter-spacing:-.025em;font-weight:950;}.about-service-card-link strong::after{content:"↗";display:inline-flex;margin-left:7px;color:#155eef;font-weight:950;}.about-service-card-link:hover{transform:translateY(-4px);border-color:#93c5fd;background:#f8fbff;box-shadow:0 24px 54px rgba(37,99,235,.13);}.about-service-card-link:hover::before{transform:scale(1.18);background:rgba(37,99,235,.13);}.about-service-card-link:hover strong{color:#155eef;}@media (max-width:980px){.about-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.about-service-card-panel-head{align-items:flex-start;flex-direction:column;}.about-service-card-panel-head strong{text-align:left;}}@media (max-width:560px){.about-service-card-panel{padding:18px;border-radius:24px;}.about-service-card-grid{grid-template-columns:1fr;}.about-service-card-link{min-height:96px;}}.webdesign-health-seo-link{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;gap:28px!important;align-items:stretch!important;padding:30px!important;border-radius:32px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.12), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 62%,#eff6ff 100%)!important;box-shadow:0 24px 64px rgba(15,23,42,.06)!important;}.webdesign-health-seo-content{display:flex;flex-direction:column;gap:14px;justify-content:center;}.webdesign-health-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}.webdesign-health-seo-link h2{margin:0!important;max-width:640px;color:#0f172a;font-size:clamp(30px,3.1vw,44px)!important;line-height:1.08!important;letter-spacing:-.05em!important;}.webdesign-health-seo-link p{margin:0!important;max-width:690px;color:#475569!important;font-size:16px!important;line-height:1.9!important;}.webdesign-health-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;}.webdesign-health-actions .btn.small{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px!important;border-radius:16px!important;font-weight:850!important;box-shadow:0 12px 28px rgba(37,99,235,.15);}.webdesign-health-actions .btn.small.secondary{box-shadow:0 10px 24px rgba(15,23,42,.06);}.webdesign-health-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-self:stretch;}.webdesign-health-feature-card{position:relative;min-height:168px;padding:20px 18px 18px;border-radius:24px;border:1px solid #dbeafe;background:rgba(255,255,255,.92);box-shadow:0 16px 34px rgba(15,23,42,.05);overflow:hidden;}.webdesign-health-feature-card::after{content:"";position:absolute;right:-24px;bottom:-28px;width:92px;height:92px;border-radius:999px;background:rgba(37,99,235,.06);}.webdesign-health-feature-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(37,99,235,.22);}.webdesign-health-feature-card h3{margin:14px 0 8px!important;color:#0f172a;font-size:20px!important;line-height:1.25!important;letter-spacing:-.03em!important;}.webdesign-health-feature-card p{max-width:none!important;color:#475569!important;font-size:14px!important;line-height:1.75!important;}@media (max-width:1080px){.webdesign-health-seo-link{grid-template-columns:1fr!important;}}@media (max-width:700px){.webdesign-health-feature-grid{grid-template-columns:1fr;}.webdesign-health-seo-link{padding:22px!important;border-radius:24px!important;gap:20px!important;}.webdesign-health-seo-link h2{font-size:30px!important;}.webdesign-health-actions{flex-direction:column;}.webdesign-health-actions .btn.small{width:100%;}.webdesign-health-feature-card{min-height:auto;}}.wp-theme-intro-card{padding:28px!important;border-radius:28px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.07), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;}.wp-theme-intro-card h2, .wp-theme-seo-head h2, .wp-theme-compare-copy h2, .wp-theme-faq-head h2{margin:0 0 14px;color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.05em;}.wp-theme-intro-card p{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.85;font-weight:600;}.wp-theme-intro-card p:last-child{margin-bottom:0;}.wp-theme-seo-section, .wp-theme-compare-section, .wp-theme-faq-section{margin-top:24px;padding:30px;border-radius:30px;border:1px solid #dbeafe;background:#ffffff;box-shadow:0 18px 48px rgba(15,23,42,.05);}.wp-theme-seo-head{max-width:920px;margin-bottom:22px;}.wp-theme-seo-head span, .wp-theme-faq-head span{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.wp-theme-seo-head p{margin:0;color:#475569;font-size:16px;line-height:1.8;}.wp-theme-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.wp-theme-info-card{min-height:190px;padding:20px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.04);}.wp-theme-info-card strong{display:block;margin-bottom:10px;color:#0f172a;font-size:18px;line-height:1.25;letter-spacing:-.03em;}.wp-theme-info-card p, .wp-theme-compare-copy p, .wp-theme-compare-box li, .wp-theme-faq-list p{margin:0;color:#475569;font-size:15px;line-height:1.78;}.wp-theme-compare-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:stretch;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.11), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);}.wp-theme-compare-copy p{margin-bottom:14px;}.wp-theme-compare-copy p:last-child{margin-bottom:0;}.wp-theme-compare-box{padding:24px;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 42px rgba(15,23,42,.18);}.wp-theme-compare-box h3{margin:0 0 16px;color:#fff;font-size:24px;line-height:1.2;letter-spacing:-.04em;}.wp-theme-compare-box ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;}.wp-theme-compare-box li{position:relative;padding-left:28px;color:#e2e8f0;font-weight:750;}.wp-theme-compare-box li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:950;}.wp-theme-faq-head{margin-bottom:18px;}.wp-theme-faq-list{display:grid;gap:12px;}.wp-theme-faq-list details{border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;overflow:hidden;}.wp-theme-faq-list summary{cursor:pointer;padding:18px 20px;color:#0f172a;font-size:16px;font-weight:950;list-style:none;}.wp-theme-faq-list summary::-webkit-details-marker{display:none;}.wp-theme-faq-list summary::after{content:"+";float:right;color:#2563eb;font-size:20px;line-height:1;}.wp-theme-faq-list details[open] summary::after{content:"−";}.wp-theme-faq-list p{padding:0 20px 18px;}@media (max-width:1080px){.wp-theme-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.wp-theme-compare-section{grid-template-columns:1fr;}}@media (max-width:640px){.wp-theme-seo-section, .wp-theme-compare-section, .wp-theme-faq-section, .wp-theme-intro-card{padding:20px!important;border-radius:22px!important;}.wp-theme-info-grid{grid-template-columns:1fr;}.wp-theme-info-card{min-height:auto;}}.wp-theme-after-products-note{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:26px 0 18px;padding:18px 22px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.045);}.wp-theme-after-products-note span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.wp-theme-after-products-note strong{color:#0f172a;font-size:18px;line-height:1.3;letter-spacing:-.025em;text-align:right;}@media (max-width:640px){.wp-theme-after-products-note{align-items:flex-start;flex-direction:column;padding:16px;border-radius:18px;}.wp-theme-after-products-note strong{text-align:left;font-size:16px;}}.wp-plugin-after-products-note{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:26px 0 18px;padding:18px 22px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.045);}.wp-plugin-after-products-note span, .wp-plugin-seo-head span, .wp-plugin-faq-head span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.wp-plugin-after-products-note strong{color:#0f172a;font-size:18px;line-height:1.3;letter-spacing:-.025em;text-align:right;}.wp-plugin-intro-card{padding:28px!important;border-radius:28px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.07), transparent 34%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;}.wp-plugin-intro-card h2, .wp-plugin-seo-head h2, .wp-plugin-compare-copy h2, .wp-plugin-faq-head h2{margin:0 0 14px;color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.05em;}.wp-plugin-intro-card p{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.85;font-weight:600;}.wp-plugin-intro-card p:last-child{margin-bottom:0;}.wp-plugin-seo-section, .wp-plugin-compare-section, .wp-plugin-faq-section{margin-top:24px;padding:30px;border-radius:30px;border:1px solid #dbeafe;background:#ffffff;box-shadow:0 18px 48px rgba(15,23,42,.05);}.wp-plugin-seo-head{max-width:920px;margin-bottom:22px;}.wp-plugin-seo-head p{margin:0;color:#475569;font-size:16px;line-height:1.8;}.wp-plugin-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.wp-plugin-info-card{min-height:190px;padding:20px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.04);}.wp-plugin-info-card strong{display:block;margin-bottom:10px;color:#0f172a;font-size:18px;line-height:1.25;letter-spacing:-.03em;}.wp-plugin-info-card p, .wp-plugin-compare-copy p, .wp-plugin-compare-box li, .wp-plugin-faq-list p{margin:0;color:#475569;font-size:15px;line-height:1.78;}.wp-plugin-compare-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:stretch;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.11), transparent 32%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);}.wp-plugin-compare-copy p{margin-bottom:14px;}.wp-plugin-compare-copy p:last-child{margin-bottom:0;}.wp-plugin-compare-box{padding:24px;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 42px rgba(15,23,42,.18);}.wp-plugin-compare-box h3{margin:0 0 16px;color:#fff;font-size:24px;line-height:1.2;letter-spacing:-.04em;}.wp-plugin-compare-box ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;}.wp-plugin-compare-box li{position:relative;padding-left:28px;color:#e2e8f0;font-weight:750;}.wp-plugin-compare-box li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:950;}.wp-plugin-faq-head{margin-bottom:18px;}.wp-plugin-faq-list{display:grid;gap:12px;}.wp-plugin-faq-list details{border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;overflow:hidden;}.wp-plugin-faq-list summary{cursor:pointer;padding:18px 20px;color:#0f172a;font-size:16px;font-weight:950;list-style:none;}.wp-plugin-faq-list summary::-webkit-details-marker{display:none;}.wp-plugin-faq-list summary::after{content:"+";float:right;color:#2563eb;font-size:20px;line-height:1;}.wp-plugin-faq-list details[open] summary::after{content:"−";}.wp-plugin-faq-list p{padding:0 20px 18px;}@media (max-width:1080px){.wp-plugin-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.wp-plugin-compare-section{grid-template-columns:1fr;}}@media (max-width:640px){.wp-plugin-after-products-note{align-items:flex-start;flex-direction:column;padding:16px;border-radius:18px;}.wp-plugin-after-products-note strong{text-align:left;font-size:16px;}.wp-plugin-seo-section, .wp-plugin-compare-section, .wp-plugin-faq-section, .wp-plugin-intro-card{padding:20px!important;border-radius:22px!important;}.wp-plugin-info-grid{grid-template-columns:1fr;}.wp-plugin-info-card{min-height:auto;}}.wp-license-notice{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:20px;align-items:center;margin:0 0 22px;padding:24px;border-radius:26px;border:1px solid #dbeafe;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.09), transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 16px 44px rgba(15,23,42,.055);}.wp-license-notice span{display:inline-flex;align-items:center;width:max-content;margin-bottom:10px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.wp-license-notice h2{margin:0 0 10px;color:#0f172a;font-size:clamp(24px,2.4vw,34px);line-height:1.12;letter-spacing:-.045em;}.wp-license-notice p{margin:0;color:#475569;font-size:15.5px;line-height:1.8;font-weight:650;}.wp-license-notice ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}.wp-license-notice li{position:relative;padding:13px 14px 13px 42px;border-radius:16px;background:#ffffff;border:1px solid #dbeafe;color:#0f172a;font-size:14px;font-weight:850;line-height:1.45;box-shadow:0 10px 24px rgba(15,23,42,.04);}.wp-license-notice li::before{content:"✓";position:absolute;left:13px;top:12px;width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;font-weight:950;}@media (max-width:900px){.wp-license-notice{grid-template-columns:1fr;}}@media (max-width:640px){.wp-license-notice{padding:18px;border-radius:20px;}.wp-license-notice li{padding-right:12px;}}.ready-site-package-notice{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:20px;align-items:center;margin:0 0 22px;padding:24px;border-radius:26px;border:1px solid #dbeafe;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.09), transparent 30%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 16px 44px rgba(15,23,42,.055);}.ready-site-package-notice span, .ready-site-after-products-note span, .ready-site-seo-head span, .ready-site-faq-head span{display:inline-flex;align-items:center;width:max-content;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.ready-site-package-notice span{margin-bottom:10px;}.ready-site-package-notice h2, .ready-site-intro-card h2, .ready-site-seo-head h2, .ready-site-compare-copy h2, .ready-site-faq-head h2{margin:0 0 14px;color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.05em;}.ready-site-package-notice h2{font-size:clamp(24px,2.4vw,34px);letter-spacing:-.045em;}.ready-site-package-notice p, .ready-site-intro-card p{margin:0;color:#475569;font-size:15.5px;line-height:1.82;font-weight:650;}.ready-site-intro-card p{margin-bottom:14px;font-size:16px;line-height:1.85;}.ready-site-intro-card p:last-child{margin-bottom:0;}.ready-site-package-notice ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;}.ready-site-package-notice li{position:relative;padding:13px 14px 13px 42px;border-radius:16px;background:#ffffff;border:1px solid #dbeafe;color:#0f172a;font-size:14px;font-weight:850;line-height:1.45;box-shadow:0 10px 24px rgba(15,23,42,.04);}.ready-site-package-notice li::before{content:"✓";position:absolute;left:13px;top:12px;width:21px;height:21px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;font-weight:950;}.ready-site-after-products-note{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:26px 0 18px;padding:18px 22px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.045);}.ready-site-after-products-note strong{color:#0f172a;font-size:18px;line-height:1.3;letter-spacing:-.025em;text-align:right;}.ready-site-intro-card{padding:28px!important;border-radius:28px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.07), transparent 34%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;}.ready-site-seo-section, .ready-site-compare-section, .ready-site-faq-section{margin-top:24px;padding:30px;border-radius:30px;border:1px solid #dbeafe;background:#ffffff;box-shadow:0 18px 48px rgba(15,23,42,.05);}.ready-site-seo-head{max-width:920px;margin-bottom:22px;}.ready-site-seo-head span, .ready-site-faq-head span{margin-bottom:12px;}.ready-site-seo-head p{margin:0;color:#475569;font-size:16px;line-height:1.8;}.ready-site-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.ready-site-info-card{min-height:190px;padding:20px;border-radius:22px;border:1px solid #dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 34px rgba(15,23,42,.04);}.ready-site-info-card strong{display:block;margin-bottom:10px;color:#0f172a;font-size:18px;line-height:1.25;letter-spacing:-.03em;}.ready-site-info-card p, .ready-site-compare-copy p, .ready-site-compare-box li, .ready-site-faq-list p{margin:0;color:#475569;font-size:15px;line-height:1.78;}.ready-site-compare-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:stretch;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.11), transparent 32%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);}.ready-site-compare-copy p{margin-bottom:14px;}.ready-site-compare-copy p:last-child{margin-bottom:0;}.ready-site-compare-box{padding:24px;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 42px rgba(15,23,42,.18);}.ready-site-compare-box h3{margin:0 0 16px;color:#fff;font-size:24px;line-height:1.2;letter-spacing:-.04em;}.ready-site-compare-box ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;}.ready-site-compare-box li{position:relative;padding-left:28px;color:#e2e8f0;font-weight:750;}.ready-site-compare-box li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:950;}.ready-site-faq-head{margin-bottom:18px;}.ready-site-faq-list{display:grid;gap:12px;}.ready-site-faq-list details{border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;overflow:hidden;}.ready-site-faq-list summary{cursor:pointer;padding:18px 20px;color:#0f172a;font-size:16px;font-weight:950;list-style:none;}.ready-site-faq-list summary::-webkit-details-marker{display:none;}.ready-site-faq-list summary::after{content:"+";float:right;color:#2563eb;font-size:20px;line-height:1;}.ready-site-faq-list details[open] summary::after{content:"−";}.ready-site-faq-list p{padding:0 20px 18px;}@media (max-width:1080px){.ready-site-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ready-site-compare-section, .ready-site-package-notice{grid-template-columns:1fr;}}@media (max-width:640px){.ready-site-package-notice, .ready-site-seo-section, .ready-site-compare-section, .ready-site-faq-section, .ready-site-intro-card{padding:20px!important;border-radius:22px!important;}.ready-site-after-products-note{align-items:flex-start;flex-direction:column;padding:16px;border-radius:18px;}.ready-site-after-products-note strong{text-align:left;font-size:16px;}.ready-site-info-grid{grid-template-columns:1fr;}.ready-site-info-card{min-height:auto;}}.ready-site-product-scope-card-v2{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:22px;align-items:stretch;margin:24px 0 0;padding:26px!important;border-radius:30px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.09), transparent 32%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 18px 50px rgba(15,23,42,.055)!important;}.ready-site-product-scope-copy-v2{display:flex;flex-direction:column;justify-content:center;}.ready-site-product-scope-copy-v2 span{display:inline-flex;align-items:center;width:max-content;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.ready-site-product-scope-copy-v2 h2{margin:0 0 12px;color:#0f172a;font-size:clamp(26px,2.7vw,38px);line-height:1.08;letter-spacing:-.05em;}.ready-site-product-scope-copy-v2 p{margin:0;max-width:780px;color:#475569;font-size:15.5px;line-height:1.85;font-weight:650;}.ready-site-product-scope-list-v2{padding:22px;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 40px rgba(15,23,42,.16);}.ready-site-product-scope-list-v2 strong{display:block;margin-bottom:14px;color:#fff;font-size:22px;line-height:1.2;letter-spacing:-.04em;}.ready-site-product-scope-list-v2 ul{display:grid;gap:11px;margin:0;padding:0;list-style:none;}.ready-site-product-scope-list-v2 li{position:relative;padding-left:28px;color:#e2e8f0;font-size:14.5px;line-height:1.65;font-weight:750;}.ready-site-product-scope-list-v2 li::before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:950;}.ready-site-product-scope-links-v2{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}.ready-site-product-scope-links-v2 a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:13px;font-weight:900;text-decoration:none;}.ready-site-product-scope-links-v2 a:hover{background:#fff;color:#1d4ed8;}@media (max-width:980px){.ready-site-product-scope-card-v2{grid-template-columns:1fr;}}@media (max-width:640px){.ready-site-product-scope-card-v2{padding:20px!important;border-radius:22px!important;}.ready-site-product-scope-list-v2{padding:18px;border-radius:20px;}.ready-site-product-scope-links-v2{flex-direction:column;}.ready-site-product-scope-links-v2 a{width:100%;}}.product-shell-v2{grid-template-columns:minmax(0,1.14fr) minmax(340px,.86fr);gap:28px;align-items:start;}.product-title-card-v2{padding:34px;background:radial-gradient(circle at top left, rgba(59,130,246,.12), transparent 34%),linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);position:relative;isolation:isolate;}.product-title-card-v2::after{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle, rgba(59,130,246,.14) 0%, rgba(59,130,246,0) 72%);z-index:-1;}.product-title-card-v2 .badge{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:800;box-shadow:0 8px 20px rgba(37,99,235,.08);}.product-title-card-v2 h1{font-size:clamp(40px,4.6vw,58px);line-height:.98;margin:18px 0 14px;}.product-title-card-v2 p{font-size:18px;line-height:1.75;max-width:880px;color:#52637a;}.product-hero-meta-row-v2{margin-top:24px;gap:12px;}.product-hero-meta-row-v2 span{padding:12px 16px;background:#fff;border:1px solid #dbeafe;box-shadow:0 8px 20px rgba(15,23,42,.05);}.product-image-card-v2{padding:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);}.product-main-image-v2{min-height:520px;border-radius:24px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 18px 40px rgba(15,23,42,.08);}.product-image-note-v2{margin-top:16px;padding:16px 18px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);}.product-image-note-v2 span{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;}.product-image-note-v2 strong{display:block;font-size:15px;line-height:1.65;color:#0f172a;}.product-purchase-card-v2{padding:26px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 22px 44px rgba(15,23,42,.07)!important;}.product-purchase-top-v2{padding-bottom:18px;border-bottom:1px solid #e8edf5;}.product-purchase-top-v2 .price{font-size:52px;letter-spacing:-.06em;}.product-purchase-top-v2 p{font-size:16px;line-height:1.72;color:#52637a;}.product-purchase-trust-v2{display:grid;gap:10px;margin-top:18px;}.product-purchase-trust-item-v2{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #e5eefc;border-radius:16px;background:#f8fbff;}.product-purchase-trust-item-v2 span{flex:0 0 24px;width:24px;height:24px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;margin:0;}.product-purchase-trust-item-v2 strong{font-size:14px;line-height:1.5;color:#0f172a;font-weight:800;}.product-action-links-v2{margin-top:20px;margin-bottom:18px;}.product-action-links-v2 .btn,.product-buy-buttons-v2 .btn{min-height:54px;border-radius:18px;font-size:17px;font-weight:900;box-shadow:0 12px 24px rgba(15,23,42,.08);}.product-buy-form-v2{margin-top:2px;}.product-addon-list-v2{display:grid;gap:14px;margin-top:4px;}.product-addon-option-v2{padding:18px;border-radius:22px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}.product-addon-option-v2:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(37,99,235,.08);border-color:#bfdbfe;}.product-buy-buttons-v2{margin-top:16px;grid-template-columns:1fr 1fr;gap:12px;}@media (max-width:860px){.product-buy-buttons-v2{grid-template-columns:1fr;}.product-title-card-v2{padding:26px;}.product-title-card-v2 h1{font-size:clamp(34px,8vw,46px);}.product-title-card-v2 p{font-size:17px;}.product-main-image-v2{min-height:320px;}.product-image-card-v2{padding:16px;}.product-purchase-card-v2{padding:22px;}.product-purchase-top-v2 .price{font-size:44px;}}.blog-page-hero{position:relative;padding:48px 0 42px!important;overflow:hidden;background:radial-gradient(circle at 12% 0%, rgba(37,99,235,.15), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(56,189,248,.15), transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 58%,#eff6ff 100%)!important;border-bottom:1px solid #dbeafe;}.blog-page-hero::after{content:"";position:absolute;right:-90px;top:-120px;width:360px;height:360px;border-radius:999px;background:rgba(37,99,235,.08);}.blog-page-hero .container{position:relative;z-index:1;}.blog-page-hero .badge{display:inline-flex;align-items:center;margin-top:18px;padding:9px 14px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 24px rgba(37,99,235,.08);}.blog-page-hero h1{max-width:920px;margin:18px 0 14px;color:#0f172a;font-size:clamp(38px,5vw,64px);line-height:.98;letter-spacing:-.06em;}.blog-page-hero p{max-width:760px;margin:0;color:#52637a;font-size:18px;line-height:1.8;font-weight:650;}.blog-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}.blog-hero-actions .btn{min-height:48px;border-radius:16px;padding:0 18px;font-weight:900;}.blog-hero-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px;}.blog-hero-topic-grid a{position:relative;min-height:145px;padding:20px;border-radius:24px;border:1px solid #dbeafe;background:rgba(255,255,255,.84);box-shadow:0 16px 36px rgba(15,23,42,.055);text-decoration:none;overflow:hidden;}.blog-hero-topic-grid a::after{content:"";position:absolute;right:-28px;bottom:-28px;width:96px;height:96px;border-radius:999px;background:rgba(37,99,235,.06);}.blog-hero-topic-grid span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:12px;font-weight:950;}.blog-hero-topic-grid strong{display:block;margin-top:14px;color:#0f172a;font-size:21px;letter-spacing:-.035em;}.blog-hero-topic-grid em{display:block;margin-top:8px;color:#64748b;font-size:14px;line-height:1.6;font-style:normal;font-weight:650;}.blog-filter.seo-blog-filter{position:relative;margin-top:-22px;margin-bottom:26px;padding:22px!important;border-radius:26px!important;border:1px solid #dbeafe!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)!important;z-index:2;}.blog-filter.seo-blog-filter .form-grid{gap:14px;}.blog-filter.seo-blog-filter .btn{min-height:48px;border-radius:16px;font-weight:900;}.blog-editorial-strip{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:22px;align-items:center;margin:0 0 26px;padding:28px;border-radius:30px;border:1px solid #dbeafe;background:radial-gradient(circle at 100% 0%, rgba(56,189,248,.10), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 46px rgba(15,23,42,.052);}.blog-editorial-strip span{display:inline-flex;align-items:center;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.blog-editorial-strip h2{margin:0 0 12px;color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.05em;}.blog-editorial-strip p{margin:0;color:#52637a;font-size:16px;line-height:1.8;font-weight:650;}.blog-editorial-links{display:grid;gap:10px;}.blog-editorial-links a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 16px;border-radius:16px;background:#0f172a;color:#fff;font-size:14px;font-weight:900;text-decoration:none;}.blog-editorial-links a::after{content:"→";opacity:.85;}.blog-layout{align-items:start;gap:28px!important;}.blog-list{display:grid;gap:18px;}.blog-list-item-public{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px;padding:18px;border-radius:28px;border:1px solid #e5eefc;background:#ffffff;box-shadow:0 16px 38px rgba(15,23,42,.052);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}.blog-list-item-public:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 24px 54px rgba(15,23,42,.085);}.blog-list-thumb{display:block;position:relative;overflow:hidden;min-height:210px;border-radius:22px;background:#eff6ff;}.blog-list-thumb img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover;transition:transform .28s ease;}.blog-list-item-public:hover .blog-list-thumb img{transform:scale(1.045);}.blog-list-body{display:flex;flex-direction:column;justify-content:center;min-width:0;}.blog-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:10px;}.blog-meta a, .blog-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:900;text-decoration:none;}.blog-meta span{color:#64748b;background:#f8fafc;border-color:#e2e8f0;}.blog-list-body h2{margin:0 0 10px;font-size:clamp(23px,2.4vw,32px);line-height:1.12;letter-spacing:-.045em;}.blog-list-body h2 a{color:#0f172a;text-decoration:none;}.blog-list-body h2 a:hover{color:#2563eb;}.blog-list-body p{margin:0;color:#52637a;font-size:15.5px;line-height:1.76;font-weight:600;}.blog-tags-public{gap:8px;margin-top:14px;}.blog-tags-public a{border-radius:999px;background:#f8fbff;border:1px solid #dbeafe;color:#2563eb;font-size:12px;font-weight:850;text-decoration:none;}.blog-sidebar{position:sticky;top:118px;display:grid;gap:18px;}.blog-sidebar .card{padding:22px!important;border-radius:26px!important;border:1px solid #dbeafe!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 16px 38px rgba(15,23,42,.052)!important;}.blog-sidebar .card h3{margin:0 0 14px;color:#0f172a;font-size:24px;line-height:1.15;letter-spacing:-.04em;}.blog-category-list{display:grid;gap:10px;}.blog-category-list a{min-height:48px;padding:0 13px;border-radius:16px;background:#fff;border:1px solid #dbeafe;text-decoration:none;}.blog-category-list a b{background:#eff6ff;color:#1d4ed8;}.blog-sidebar-tags a{background:#fff;}.blog-sidebar-tags-note{display:block;margin-top:12px;color:#64748b;font-weight:750;}.blog-pagination{margin-top:8px;padding:16px;border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.045);}.blog-page-link{border-radius:14px!important;font-weight:900!important;}@media (max-width:1080px){.blog-hero-topic-grid, .blog-editorial-strip, .blog-list-item-public{grid-template-columns:1fr;}.blog-sidebar{position:static;}.blog-list-thumb, .blog-list-thumb img{min-height:260px;}}@media (max-width:640px){.blog-page-hero{padding:34px 0 34px!important;}.blog-page-hero h1{font-size:36px;}.blog-page-hero p{font-size:16px;}.blog-hero-actions{flex-direction:column;}.blog-hero-actions .btn{width:100%;}.blog-editorial-strip, .blog-filter.seo-blog-filter, .blog-list-item-public, .blog-sidebar .card{border-radius:22px!important;}.blog-list-thumb, .blog-list-thumb img{min-height:210px;}}.blog-list{gap:22px;}.blog-list-item-public{grid-template-columns:minmax(320px,360px) minmax(0,1fr);align-items:center;gap:26px;padding:22px;border-radius:32px;}.blog-list-thumb{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;min-height:auto;padding:14px;border:1px solid #dbeafe;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.65);}.blog-list-thumb img{width:100%;height:100%;min-height:auto;object-fit:contain;object-position:center center;border-radius:18px;background:#fff;}.blog-list-body{padding-right:8px;}.blog-list-body h2{margin:0 0 12px;font-size:clamp(22px,2.2vw,30px);line-height:1.15;}.blog-list-body p{font-size:16px;line-height:1.82;}.blog-tags-public{display:flex;flex-wrap:wrap;}@media (max-width:1080px){.blog-list-item-public{grid-template-columns:1fr;gap:18px;}.blog-list-thumb{aspect-ratio:16 / 10;padding:12px;}}@media (max-width:640px){.blog-list-item-public{padding:16px;gap:14px;border-radius:24px;}.blog-list-thumb{aspect-ratio:16 / 11;padding:10px;border-radius:20px;}.blog-list-thumb img{border-radius:14px;}.blog-list-body h2{font-size:clamp(21px,6.5vw,28px);}.blog-list-body p{font-size:15px;line-height:1.75;}}.blog-list{gap:20px!important;}.blog-list-item-public{display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;align-items:stretch!important;gap:22px!important;min-height:248px!important;padding:16px!important;border-radius:30px!important;border:1px solid #dbeafe!important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 18px 42px rgba(15,23,42,.06)!important;}.blog-list-thumb{width:100%!important;height:216px!important;min-height:216px!important;aspect-ratio:auto!important;padding:0!important;border-radius:24px!important;border:1px solid #dbeafe!important;background:#eff6ff!important;box-shadow:none!important;overflow:hidden!important;}.blog-list-thumb img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important;background:transparent!important;}.blog-list-body{justify-content:center!important;padding:6px 12px 6px 0!important;}.blog-list-body h2{margin:0 0 10px!important;font-size:clamp(24px,2.35vw,34px)!important;line-height:1.1!important;letter-spacing:-.055em!important;}.blog-list-body p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;font-size:15.5px!important;line-height:1.75!important;}.blog-tags-public{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important;}.blog-tags-public a{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 11px!important;}.blog-read-more-public{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:40px;margin-top:14px;padding:0 15px;border-radius:999px;background:#0f172a;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none!important;box-shadow:0 12px 22px rgba(15,23,42,.12);}.blog-read-more-public span{margin-left:7px;}.blog-read-more-public:hover{background:#2563eb;color:#fff!important;}@media (max-width:1080px){.blog-list-item-public{grid-template-columns:260px minmax(0,1fr)!important;gap:18px!important;}.blog-list-thumb{height:190px!important;min-height:190px!important;}}@media (max-width:760px){.blog-list-item-public{grid-template-columns:1fr!important;min-height:auto!important;padding:14px!important;border-radius:24px!important;}.blog-list-thumb{height:auto!important;min-height:0!important;aspect-ratio:16 / 9!important;border-radius:20px!important;}.blog-list-body{padding:4px 2px 2px!important;}.blog-list-body h2{font-size:clamp(22px,7vw,30px)!important;}.blog-read-more-public{width:100%;}}.blog-list{gap:18px!important;}.blog-list-item-public{display:grid!important;grid-template-columns:330px minmax(0,1fr)!important;align-items:center!important;gap:20px!important;min-height:220px!important;padding:16px!important;border-radius:28px!important;border:1px solid #dbeafe!important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 16px 38px rgba(15,23,42,.055)!important;}.blog-list-thumb{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16 / 9!important;padding:0!important;border-radius:22px!important;border:1px solid #dbeafe!important;background:#f8fbff!important;box-shadow:none!important;overflow:hidden!important;}.blog-list-thumb img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;background:#f8fbff!important;}.blog-list-body{justify-content:center!important;padding:4px 8px 4px 0!important;}.blog-list-body h2{margin:0 0 10px!important;font-size:clamp(22px,2vw,28px)!important;line-height:1.15!important;letter-spacing:-.045em!important;}.blog-list-body p{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;font-size:15.5px!important;line-height:1.76!important;}.blog-list-body > .blog-tags-public, .blog-read-more-public{display:none!important;}.blog-meta{margin-bottom:10px!important;}.blog-meta a, .blog-meta span{min-height:30px!important;padding:0 11px!important;font-size:12px!important;}@media (max-width:1080px){.blog-list-item-public{grid-template-columns:300px minmax(0,1fr)!important;gap:18px!important;}}@media (max-width:760px){.blog-list-item-public{grid-template-columns:1fr!important;min-height:auto!important;padding:14px!important;border-radius:24px!important;}.blog-list-thumb{aspect-ratio:16 / 9!important;border-radius:20px!important;}.blog-list-body{padding:4px 2px 2px!important;}.blog-list-body h2{font-size:clamp(21px,6vw,27px)!important;}.blog-list-body p{font-size:15px!important;line-height:1.72!important;}}.blog-detail-service-cta{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:22px;align-items:center;margin-top:22px;padding:28px!important;border-radius:30px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.10), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 18px 46px rgba(15,23,42,.055)!important;}.blog-detail-service-cta-copy span{display:inline-flex;align-items:center;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.blog-detail-service-cta-copy h2{margin:0 0 12px;color:#0f172a;font-size:clamp(25px,3vw,38px);line-height:1.08;letter-spacing:-.05em;}.blog-detail-service-cta-copy p{margin:0;color:#52637a;font-size:16px;line-height:1.8;font-weight:650;}.blog-detail-service-cta-actions{display:grid;gap:12px;}.blog-detail-service-cta-actions .btn{width:100%;min-height:50px;border-radius:16px;font-weight:900;}@media (max-width:860px){.blog-detail-service-cta{grid-template-columns:1fr;padding:22px!important;border-radius:24px!important;}}.doctor-price-summary-card{margin:0 0 22px;padding:28px!important;border-radius:30px!important;border:1px solid #dbeafe!important;background:radial-gradient(circle at 100% 0%, rgba(37,99,235,.10), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 18px 46px rgba(15,23,42,.055)!important;}.doctor-price-summary-copy span{display:inline-flex;align-items:center;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:12px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;}.doctor-price-summary-copy h2{margin:0 0 12px;color:#0f172a;font-size:clamp(26px,3vw,38px);line-height:1.08;letter-spacing:-.05em;}.doctor-price-summary-copy p{margin:0;color:#52637a;font-size:16px;line-height:1.8;font-weight:650;}.doctor-price-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;}.doctor-price-summary-grid div{padding:18px;border-radius:22px;border:1px solid #dbeafe;background:#ffffff;box-shadow:0 14px 32px rgba(15,23,42,.045);}.doctor-price-summary-grid strong{display:block;margin-bottom:10px;color:#0f172a;font-size:16px;line-height:1.25;}.doctor-price-summary-grid b{display:block;margin-bottom:8px;color:#1d4ed8;font-size:24px;line-height:1.15;letter-spacing:-.04em;}.doctor-price-summary-grid small{display:block;color:#64748b;font-size:13.5px;line-height:1.65;font-weight:700;}.doctor-price-summary-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}.doctor-price-summary-actions .btn.small{min-height:46px;border-radius:15px;font-weight:900;}@media (max-width:900px){.doctor-price-summary-grid{grid-template-columns:1fr;}}@media (max-width:640px){.doctor-price-summary-card{padding:22px!important;border-radius:24px!important;}.doctor-price-summary-actions{flex-direction:column;}.doctor-price-summary-actions .btn.small{width:100%;}}.doctor-price-summary-grid b{font-size:clamp(20px,2.2vw,24px);}.ready-site-category-notice{margin-bottom:22px;}.ready-site-category-notice ul li:first-child{color:#0f172a;}.ready-site-category-seo-block{margin-top:28px;}.ready-site-category-content-card{margin-top:18px;padding:26px!important;border-radius:26px!important;border:1px solid #dbeafe!important;background:#ffffff!important;box-shadow:0 16px 38px rgba(15,23,42,.052)!important;}.ready-site-category-content-card h2, .ready-site-category-content-card h3{margin-top:0;color:#0f172a;letter-spacing:-.035em;}.ready-site-category-content-card p{color:#52637a;font-weight:600;line-height:1.8;}.ready-site-category-faq-section{margin-top:22px;}.category-admin-seo-preview{display:grid;gap:8px;margin:14px 0 18px;padding:16px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;}.category-admin-seo-preview strong{color:#0f172a;}.category-admin-seo-preview a, .category-public-link{color:#2563eb;font-weight:800;text-decoration:none;}.category-public-link{display:block;margin-top:7px;font-size:12px;}.muted-pill{opacity:.72;}.webdesign-hero-actions .webdesign-whatsapp-cta{background:linear-gradient(135deg,#16a34a 0%,#22c55e 52%,#0f9f5f 100%)!important;color:#ffffff!important;border:1px solid rgba(34,197,94,.42)!important;box-shadow:0 18px 34px rgba(22,163,74,.24)!important;}.webdesign-hero-actions .webdesign-whatsapp-cta:hover{background:linear-gradient(135deg,#15803d 0%,#16a34a 52%,#22c55e 100%)!important;color:#ffffff!important;transform:translateY(-2px);box-shadow:0 22px 42px rgba(22,163,74,.30)!important;}.webdesign-hero-actions .webdesign-offer-cta{background:linear-gradient(135deg,#ff6b00 0%,#f97316 46%,#f59e0b 100%)!important;color:#ffffff!important;border:1px solid rgba(249,115,22,.42)!important;box-shadow:0 18px 34px rgba(249,115,22,.24)!important;}.webdesign-hero-actions .webdesign-offer-cta:hover{background:linear-gradient(135deg,#ea580c 0%,#f97316 50%,#facc15 100%)!important;color:#ffffff!important;transform:translateY(-2px);box-shadow:0 22px 42px rgba(249,115,22,.32)!important;}.webdesign-hero-actions .webdesign-whatsapp-cta:focus-visible, .webdesign-hero-actions .webdesign-offer-cta:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px;}.blog-category-content-after-posts{margin-top:28px!important;margin-bottom:0!important;}@media (max-width:760px){.blog-category-content-after-posts{margin-top:20px!important;}}.blog-list .blog-category-content-after-posts{margin-top:18px!important;margin-bottom:0!important;}.blog-list .blog-category-content-card{width:100%;}@media (max-width:920px){.blog-list .blog-category-content-after-posts{margin-top:16px!important;}}.footer-trust-panel{margin-top:30px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.055);}.footer-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}.footer-trust-card{display:flex;align-items:flex-start;gap:13px;min-width:0;padding:17px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(3,12,28,.24);color:#eaf2ff!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;}.footer-trust-card:hover{transform:translateY(-2px);border-color:rgba(96,165,250,.44);background:rgba(37,99,235,.15);box-shadow:0 15px 34px rgba(2,8,23,.2);}.footer-trust-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(147,197,253,.22);border-radius:14px;background:linear-gradient(145deg,rgba(59,130,246,.25),rgba(14,165,233,.12));color:#bfdbfe;}.footer-trust-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}.footer-trust-card>span:last-child{display:block;min-width:0;}.footer-trust-card strong{display:block;margin:1px 0 6px;color:#fff;font-size:14px;line-height:1.35;}.footer-trust-card small{display:block;color:#aebed4;font-size:12px;line-height:1.55;}.footer-legal-nav{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-top:18px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);}.footer-legal-nav a{position:relative;display:inline-flex;align-items:center;min-height:32px;padding:6px 14px;color:#cbd5e1!important;font-size:12px;font-weight:800;line-height:1.35;text-decoration:none!important;transition:color .16s ease;}.footer-legal-nav a:first-child{padding-left:2px;}.footer-legal-nav a:not(:last-child)::after{content:"";position:absolute;right:0;width:1px;height:13px;background:rgba(255,255,255,.18);}.footer-legal-nav a:hover{color:#fff!important;}@media (max-width:1100px){.footer-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){.footer-trust-panel{padding:15px;border-radius:20px;}.footer-trust-grid{grid-template-columns:1fr;gap:10px;}.footer-trust-card{padding:14px;}.footer-legal-nav{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;}.footer-legal-nav a{padding:7px 2px;}.footer-legal-nav a::after{display:none;}}@media (max-width:420px){.footer-legal-nav{grid-template-columns:1fr;}}.site-footer .footer-grid-premium{grid-template-columns:minmax(210px,.82fr) minmax(150px,.62fr) minmax(210px,.82fr) minmax(210px,.84fr);gap:30px;align-items:start;}.site-footer .footer-about{max-width:285px;}.site-footer .footer-about p{max-width:270px;margin-bottom:0;}.site-footer .footer-special-menu{display:flex;flex-direction:column;min-width:0;}.site-footer .footer-special-menu>a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.10);color:#e2e8f0!important;font-size:14px;font-weight:850;line-height:1.35;text-decoration:none!important;transition:color .16s ease,padding-left .16s ease,border-color .16s ease;}.site-footer .footer-special-menu>a:first-of-type{padding-top:1px;}.site-footer .footer-special-menu>a>span:last-child{flex:0 0 auto;color:#60a5fa;font-size:17px;line-height:1;transition:transform .16s ease;}.site-footer .footer-special-menu>a:hover{padding-left:5px;border-color:rgba(96,165,250,.36);color:#fff!important;}.site-footer .footer-special-menu>a:hover>span:last-child{transform:translateX(3px);}@media (max-width:1180px){.site-footer .footer-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 36px;}.site-footer .footer-about{max-width:100%;}.site-footer .footer-about p{max-width:520px;}}@media (max-width:680px){.site-footer .footer-grid-premium{grid-template-columns:1fr;gap:25px;}.site-footer .footer-about p{max-width:none;}.site-footer .footer-special-menu>a{min-height:40px;}}.site-header-marketplace{position:sticky!important;top:0!important;z-index:50000!important;background:#fff!important;border-bottom:1px solid #e5eaf2!important;box-shadow:0 8px 30px rgba(15,23,42,.045)!important;backdrop-filter:none!important;overflow:visible!important;}.site-header-marketplace .header-main-row{background:#fff!important;}.site-header-marketplace .header-main-inner{display:grid!important;grid-template-columns:auto minmax(300px,1fr) auto!important;align-items:center!important;gap:28px!important;min-height:84px!important;padding:12px 0!important;overflow:visible!important;}.site-header-marketplace .header-brand-cluster{display:flex!important;align-items:center!important;min-width:265px!important;gap:16px!important;}.site-header-marketplace .brand{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;font-size:24px!important;line-height:1!important;letter-spacing:-.045em!important;}.site-header-marketplace .brand span{padding:10px 11px!important;border-radius:15px!important;background:linear-gradient(135deg,#1d4ed8,#38bdf8)!important;color:#fff!important;box-shadow:0 10px 22px rgba(37,99,235,.22)!important;}.site-header-marketplace .brand strong{color:#0b1830!important;}.site-header-marketplace .header-brand-divider{width:1px!important;height:38px!important;background:#dbe3ee!important;}.site-header-marketplace .header-brand-note{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:104px!important;color:#64748b!important;line-height:1.1!important;}.site-header-marketplace .header-brand-note strong{font-size:12px!important;color:#2563eb!important;font-weight:900!important;}.site-header-marketplace .header-brand-note small{font-size:11px!important;color:#64748b!important;font-weight:750!important;white-space:nowrap!important;}.header-search-form{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;max-width:560px!important;min-height:50px!important;margin:0 auto!important;border:1px solid #d8e1ee!important;border-radius:15px!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(15,23,42,.015)!important;transition:border-color .18s ease,box-shadow .18s ease!important;overflow:hidden!important;}.header-search-form:focus-within{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(37,99,235,.09)!important;}.header-search-form .header-search-icon{display:grid!important;place-items:center!important;flex:0 0 46px!important;width:46px!important;color:#94a3b8!important;}.header-search-form svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.header-search-form input{width:100%!important;min-width:0!important;height:48px!important;padding:0 8px 0 0!important;border:0!important;outline:0!important;background:transparent!important;color:#0f172a!important;font:inherit!important;font-size:13px!important;font-weight:700!important;}.header-search-form input::placeholder{color:#9aa7b8!important;font-weight:650!important;}.header-search-form button{display:grid!important;place-items:center!important;flex:0 0 46px!important;width:46px!important;height:48px!important;border:0!important;border-left:1px solid #edf1f6!important;background:#f8fbff!important;color:#2563eb!important;cursor:pointer!important;transition:background .16s ease,color .16s ease!important;}.header-search-form button:hover{background:#2563eb!important;color:#fff!important;}.site-header-marketplace .header-quick-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;margin:0!important;position:relative!important;z-index:10002!important;}.header-icon-action,.header-account-action{position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;min-height:50px!important;padding:6px 10px!important;border:1px solid #e1e8f1!important;border-radius:15px!important;background:#fff!important;color:#0f172a!important;text-decoration:none!important;box-shadow:0 7px 18px rgba(15,23,42,.035)!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;}.header-icon-action:hover,.header-account-action:hover{transform:translateY(-1px)!important;border-color:#bfdbfe!important;box-shadow:0 11px 24px rgba(37,99,235,.09)!important;}.header-icon-action-symbol{display:grid!important;place-items:center!important;flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:12px!important;background:#eff6ff!important;color:#2563eb!important;}.header-icon-action-symbol svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.header-whatsapp-action .header-icon-action-symbol{background:#ecfdf5!important;color:#059669!important;}.header-cart-btn .header-icon-action-symbol{background:#fff7ed!important;color:#ea580c!important;}.header-icon-action-copy,.header-account-links{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;min-width:0!important;line-height:1.05!important;}.header-icon-action-copy strong,.header-account-links>a:first-child{color:#0f172a!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;text-decoration:none!important;}.header-icon-action-copy small,.header-account-links>a:last-child{color:#64748b!important;font-size:10px!important;font-weight:750!important;white-space:nowrap!important;text-decoration:none!important;}.header-account-links>a:hover{color:#2563eb!important;}.site-header-marketplace .header-action-count{position:absolute!important;top:-6px!important;right:-5px!important;display:grid!important;place-items:center!important;min-width:20px!important;height:20px!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;background:#f97316!important;color:#fff!important;font-size:10px!important;font-weight:950!important;line-height:1!important;}.site-header-marketplace .header-cart-button-wrap{position:relative!important;}.site-header-marketplace .header-cart-preview{top:calc(100% + 12px)!important;right:0!important;z-index:100000!important;}.site-header-marketplace .mobile-menu-toggle{display:none!important;}.header-nav-row{border-top:1px solid #eef2f7!important;background:#fff!important;}.header-nav-inner{display:flex!important;align-items:stretch!important;justify-content:space-between!important;gap:18px!important;min-height:56px!important;}.site-header-marketplace .site-main-nav{display:flex!important;align-items:stretch!important;flex:1 1 auto!important;min-width:0!important;}.site-header-marketplace .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;gap:2px!important;width:100%!important;margin:0!important;padding:0!important;}.site-header-marketplace .site-menu-header>.site-menu-item{display:flex!important;align-items:stretch!important;position:relative!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{display:flex!important;align-items:center!important;justify-content:center!important;min-height:55px!important;padding:0 13px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#334155!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;white-space:nowrap!important;text-decoration:none!important;transition:color .16s ease,background .16s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link:hover,.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link{background:#f8fbff!important;color:#2563eb!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::before{content:""!important;position:absolute!important;left:13px!important;right:13px!important;bottom:0!important;height:2px!important;border-radius:999px 999px 0 0!important;background:#2563eb!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform .16s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link::before,.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link::before{transform:scaleX(1)!important;}.site-header-marketplace .site-menu-item.has-children>.site-menu-parent::after{content:"⌄"!important;margin-left:6px!important;font-size:11px!important;opacity:.7!important;}.header-offer-link{display:flex!important;align-items:center!important;align-self:center!important;gap:8px!important;min-height:40px!important;padding:7px 12px!important;border:1px solid #dbeafe!important;border-radius:13px!important;background:linear-gradient(135deg,#eff6ff,#fff)!important;color:#1d4ed8!important;text-decoration:none!important;white-space:nowrap!important;transition:transform .16s ease,box-shadow .16s ease!important;}.header-offer-link:hover{transform:translateY(-1px)!important;box-shadow:0 9px 22px rgba(37,99,235,.12)!important;}.header-offer-link>span{font-size:10px!important;color:#64748b!important;font-weight:750!important;}.header-offer-link>strong{font-size:11px!important;color:#1d4ed8!important;font-weight:950!important;}.header-offer-link svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.site-header-marketplace .site-submenu{border-color:#dce6f2!important;border-radius:18px!important;box-shadow:0 22px 50px rgba(15,23,42,.15)!important;}.site-header-marketplace .site-submenu a{font-size:13px!important;}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}@media (max-width:1180px){.site-header-marketplace .header-main-inner{grid-template-columns:auto minmax(240px,1fr) auto!important;gap:16px!important;}.site-header-marketplace .header-brand-cluster{min-width:220px!important;}.site-header-marketplace .header-brand-note{display:none!important;}.site-header-marketplace .header-brand-divider{display:none!important;}.header-icon-action-copy,.header-account-links{display:none!important;}.header-icon-action,.header-account-action{padding:6px!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{padding:0 9px!important;font-size:11.5px!important;}.header-offer-link>span{display:none!important;}}@media (max-width:980px){body.mobile-nav-open{overflow:hidden!important;}.site-header-marketplace{position:sticky!important;}.site-header-marketplace .header-main-inner{grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important;min-height:auto!important;padding:10px 0!important;}.site-header-marketplace .header-brand-cluster{min-width:0!important;}.site-header-marketplace .brand{font-size:20px!important;}.site-header-marketplace .brand span{padding:8px 9px!important;border-radius:12px!important;}.site-header-marketplace .header-search-form{grid-column:1/-1!important;grid-row:2!important;max-width:none!important;min-height:46px!important;}.site-header-marketplace .header-search-form input,.site-header-marketplace .header-search-form button{height:44px!important;}.site-header-marketplace .header-quick-actions{grid-column:2!important;grid-row:1!important;gap:6px!important;}.site-header-marketplace .header-icon-action,.site-header-marketplace .header-account-action{min-height:42px!important;padding:3px!important;border-radius:13px!important;}.site-header-marketplace .header-icon-action-symbol{width:34px!important;height:34px!important;flex-basis:34px!important;}.site-header-marketplace .mobile-menu-toggle{display:flex!important;grid-column:3!important;grid-row:1!important;margin:0!important;width:42px!important;height:42px!important;border-radius:13px!important;position:relative!important;z-index:100003!important;}.site-header-marketplace .header-nav-row{min-height:0!important;border-top:0!important;}.site-header-marketplace .header-nav-inner{min-height:0!important;}.site-header-marketplace .header-offer-link{display:none!important;}.site-header-marketplace nav#siteMobileNav.nav{position:fixed!important;left:14px!important;right:14px!important;top:var(--krb-mobile-menu-top,142px)!important;width:auto!important;max-height:calc(100vh - var(--krb-mobile-menu-top,142px) - 14px)!important;margin:0!important;padding:14px!important;border:1px solid #dbeafe!important;border-radius:22px!important;background:#fff!important;box-shadow:0 28px 80px rgba(15,23,42,.22)!important;overflow:auto!important;z-index:100000!important;display:none!important;}.site-header-marketplace nav#siteMobileNav.nav.is-open{display:block!important;}.site-header-marketplace #siteMobileNav .site-menu-list.site-menu-header{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;}.site-header-marketplace #siteMobileNav .site-menu-item{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:center!important;width:100%!important;min-height:52px!important;border:1px solid #e5edf7!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;}.site-header-marketplace #siteMobileNav .site-menu-item:not(.has-children){grid-template-columns:1fr!important;}.site-header-marketplace #siteMobileNav .site-menu-item>.site-menu-link{justify-content:flex-start!important;width:100%!important;min-height:52px!important;padding:0 14px!important;border-radius:0!important;font-size:13px!important;}.site-header-marketplace #siteMobileNav .site-menu-item>.site-menu-link::before{display:none!important;}.site-header-marketplace #siteMobileNav .submenu-toggle{display:grid!important;place-items:center!important;width:44px!important;height:52px!important;border:0!important;border-left:1px solid #e5edf7!important;background:#f8fbff!important;color:#2563eb!important;}.site-header-marketplace #siteMobileNav .site-submenu{position:static!important;grid-column:1/-1!important;display:none!important;width:100%!important;margin:0!important;padding:8px!important;border:0!important;border-top:1px solid #e5edf7!important;border-radius:0!important;background:#f8fbff!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;}.site-header-marketplace #siteMobileNav .submenu-open>.site-submenu{display:grid!important;gap:6px!important;}.site-header-marketplace #siteMobileNav .site-submenu .site-menu-item{min-height:44px!important;border-radius:13px!important;}.site-header-marketplace #siteMobileNav .site-submenu a{min-height:44px!important;padding:0 12px!important;font-size:12px!important;}}@media (max-width:620px){.site-header-marketplace .header-main-inner{gap:7px!important;}.site-header-marketplace .brand{font-size:18px!important;}.site-header-marketplace .brand span{padding:7px 8px!important;}.site-header-marketplace .header-quick-actions{gap:4px!important;}.site-header-marketplace .header-whatsapp-action{display:none!important;}.site-header-marketplace .header-icon-action,.site-header-marketplace .header-account-action{border-color:#e5edf7!important;box-shadow:none!important;}.header-search-form input{font-size:12px!important;}.site-header-marketplace .header-cart-preview{position:fixed!important;left:12px!important;right:12px!important;top:var(--krb-mobile-menu-top,142px)!important;width:auto!important;max-width:none!important;}}@media (min-width:981px){.site-header-marketplace .header-nav-row{position:relative!important;z-index:80!important;background:#fff!important;border-top:1px solid #edf1f7!important;border-bottom:1px solid #dfe6f1!important;box-shadow:none!important;}.site-header-marketplace .header-nav-inner{display:flex!important;align-items:stretch!important;min-height:60px!important;max-width:1440px!important;padding-left:18px!important;padding-right:18px!important;}.site-header-marketplace .site-main-nav{display:flex!important;align-items:stretch!important;flex:1 1 auto!important;min-width:0!important;overflow:visible!important;}.site-header-marketplace .site-menu-header{display:flex!important;align-items:stretch!important;width:100%!important;min-height:60px!important;margin:0!important;padding:0!important;gap:0!important;list-style:none!important;}.site-header-marketplace .site-menu-header>.site-menu-item{position:relative!important;display:flex!important;align-items:stretch!important;min-height:60px!important;margin:0!important;border-right:1px solid #edf1f6!important;}.site-header-marketplace .site-menu-header>.site-menu-item:first-child{border-left:1px solid #edf1f6!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:60px!important;padding:0 17px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#263b67!important;font-size:12.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;white-space:nowrap!important;text-decoration:none!important;box-shadow:none!important;transition:color .16s ease,background .16s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::after{content:""!important;position:absolute!important;left:14px!important;right:14px!important;bottom:-1px!important;height:2px!important;background:#4969ee!important;opacity:0!important;transform:scaleX(.45)!important;transform-origin:center!important;transition:opacity .16s ease,transform .16s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link,.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link,.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link,.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link{background:#fbfcff!important;color:#4969ee!important;}.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link::after,.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link::after,.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link::after,.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link::after{opacity:1!important;transform:scaleX(1)!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon{display:grid!important;place-items:center!important;width:16px!important;height:16px!important;color:#a5b0c7!important;flex:0 0 16px!important;}.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link .site-menu-icon,.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link .site-menu-icon,.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link .site-menu-icon{color:#4969ee!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon svg{display:block!important;width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle{position:relative!important;display:grid!important;place-items:center!important;width:20px!important;min-width:20px!important;height:60px!important;margin-left:-12px!important;margin-right:8px!important;padding:0!important;border:0!important;background:transparent!important;color:#9eaac1!important;font-size:0!important;cursor:pointer!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle::before{content:""!important;width:6px!important;height:6px!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;transform:rotate(45deg) translateY(-2px)!important;transition:transform .16s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item:hover>.submenu-toggle::before,.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.submenu-toggle::before{transform:rotate(225deg) translate(-1px,-1px)!important;color:#4969ee!important;}.site-header-marketplace .header-offer-link{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:150px!important;min-height:60px!important;margin:0!important;padding:0 22px!important;border:0!important;border-left:1px solid #dfe6f1!important;border-radius:0!important;background:#fff!important;color:#9aa6bd!important;text-decoration:none!important;box-shadow:none!important;font-size:12.5px!important;font-weight:700!important;}.site-header-marketplace .header-offer-link span{display:none!important;}.site-header-marketplace .header-offer-link strong{font:inherit!important;color:inherit!important;}.site-header-marketplace .header-offer-link svg{width:13px!important;height:13px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;}.site-header-marketplace .header-offer-link:hover{background:#fbfcff!important;color:#4969ee!important;}.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu{display:block!important;width:100vw!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - var(--krb-dropdown-top,120px) - 16px)!important;margin:0!important;padding:0!important;overflow:auto!important;border:0!important;border-top:1px solid #edf1f6!important;border-bottom:1px solid #e2e8f2!important;border-radius:0!important;background:#fff!important;box-shadow:0 18px 42px rgba(31,49,88,.10)!important;backdrop-filter:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:opacity .14s ease,visibility .14s ease!important;}.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:hover>.site-mega-submenu,.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:focus-within>.site-mega-submenu,.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu.desktop-submenu-open>.site-mega-submenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}.site-header-marketplace .site-mega-submenu::before,.site-header-marketplace .site-mega-head,.site-header-marketplace .site-mega-footer{display:none!important;}.site-header-marketplace .site-mega-columns{display:block!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;}.site-header-marketplace .site-mega-columns-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:42px!important;width:min(1440px,100%)!important;margin:0 auto!important;padding:30px 32px 34px!important;}.site-header-marketplace .site-mega-column{min-width:0!important;}.site-header-marketplace .site-mega-column-title{display:block!important;margin:0 0 18px!important;color:#a3adbf!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0!important;}.site-header-marketplace .site-mega-column-links{display:grid!important;gap:16px!important;}.site-header-marketplace .site-mega-service-link{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-height:64px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#273b67!important;text-decoration:none!important;box-shadow:none!important;transition:transform .14s ease,color .14s ease!important;}.site-header-marketplace .site-mega-service-link:hover,.site-header-marketplace .site-mega-service-link.is-current{color:#4969ee!important;transform:translateX(3px)!important;}.site-header-marketplace .site-mega-service-icon{display:grid!important;place-items:center!important;width:50px!important;height:50px!important;border-radius:12px!important;background:#f1f5ff!important;color:#4969ee!important;}.site-header-marketplace .site-mega-column:nth-child(1) .site-mega-service-link:nth-child(2n) .site-mega-service-icon{background:#eefaf8!important;color:#00b991!important;}.site-header-marketplace .site-mega-column:nth-child(2) .site-mega-service-link:nth-child(odd) .site-mega-service-icon{background:#fff3ef!important;color:#ff7044!important;}.site-header-marketplace .site-mega-column:nth-child(3) .site-mega-service-link:nth-child(2n) .site-mega-service-icon{background:#eef8fd!important;color:#1ca4d8!important;}.site-header-marketplace .site-mega-column:nth-child(4) .site-mega-service-link:nth-child(odd) .site-mega-service-icon{background:#fff0f2!important;color:#f04e67!important;}.site-header-marketplace .site-mega-service-icon svg{display:block!important;width:23px!important;height:23px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.site-header-marketplace .site-mega-service-copy{display:block!important;min-width:0!important;}.site-header-marketplace .site-mega-service-copy strong{display:block!important;margin:0 0 4px!important;color:inherit!important;font-size:14.5px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:0!important;}.site-header-marketplace .site-mega-service-copy small{display:block!important;overflow:hidden!important;color:#a3adbf!important;font-size:12.5px!important;font-weight:500!important;line-height:1.35!important;white-space:normal!important;}.site-header-marketplace .site-mega-submenu>.site-mega-item{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;width:min(1440px,100%)!important;margin:0 auto!important;padding:28px 32px!important;}.site-header-marketplace .site-mega-submenu>.site-mega-item>.site-mega-link{min-height:70px!important;}}@media (min-width:981px) and (max-width:1180px){.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{padding-left:11px!important;padding-right:11px!important;font-size:11.5px!important;}.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle{margin-left:-9px!important;margin-right:4px!important;}.site-header-marketplace .site-mega-columns-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 36px!important;padding-left:24px!important;padding-right:24px!important;}.site-header-marketplace .header-offer-link{min-width:125px!important;padding-left:14px!important;padding-right:14px!important;}}@media (max-width:980px){.site-header-marketplace .site-mega-columns{display:block!important;margin:0!important;padding:0!important;}.site-header-marketplace .site-mega-columns-inner{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding:12px 0 8px!important;}.site-header-marketplace .site-mega-column-title{display:block!important;margin:4px 4px 9px!important;color:#8d99af!important;font-size:10.5px!important;font-weight:850!important;text-transform:uppercase!important;}.site-header-marketplace .site-mega-column-links{display:grid!important;gap:7px!important;}.site-header-marketplace .site-mega-service-link{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-height:58px!important;padding:7px 9px!important;border:1px solid #e8edf5!important;border-radius:12px!important;background:#fff!important;color:#273b67!important;text-decoration:none!important;}.site-header-marketplace .site-mega-service-icon{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border-radius:10px!important;background:#f1f5ff!important;color:#4969ee!important;}.site-header-marketplace .site-mega-service-icon svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;}.site-header-marketplace .site-mega-service-copy strong{display:block!important;margin-bottom:2px!important;font-size:13px!important;font-weight:850!important;}.site-header-marketplace .site-mega-service-copy small{display:block!important;color:#98a4b8!important;font-size:11.5px!important;line-height:1.35!important;}}@media (min-width:981px){html body .site-header.site-header-marketplace .header-nav-row{position:relative!important;z-index:120!important;background:#fff!important;border-top:1px solid #edf1f7!important;border-bottom:1px solid #dfe6f0!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .header-nav-inner{display:flex!important;align-items:stretch!important;justify-content:space-between!important;gap:0!important;min-height:58px!important;}html body .site-header.site-header-marketplace .site-main-nav{display:flex!important;align-items:stretch!important;flex:1 1 auto!important;min-width:0!important;overflow:visible!important;}html body .site-header.site-header-marketplace .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;width:auto!important;margin:0!important;padding:0!important;background:#fff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item{position:relative!important;display:flex!important;align-items:stretch!important;margin:0!important;border-right:1px solid #e6ebf3!important;background:#fff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:first-child{border-left:1px solid #e6ebf3!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:58px!important;padding:0 17px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#273a62!important;box-shadow:none!important;font-size:12.5px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;text-decoration:none!important;transition:color .16s ease,background .16s ease!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link:hover,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link{background:#fbfcff!important;color:#4568f2!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link{background:#fff!important;color:#4568f2!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::before{content:""!important;position:absolute!important;left:14px!important;right:14px!important;bottom:0!important;height:2px!important;border-radius:2px 2px 0 0!important;background:#4568f2!important;opacity:0!important;transform:scaleX(.45)!important;transition:opacity .16s ease,transform .16s ease!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link::before,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link::before,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link::before,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link::before{opacity:1!important;transform:scaleX(1)!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon{display:grid!important;place-items:center!important;flex:0 0 15px!important;width:15px!important;height:15px!important;color:#9ca9c1!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon svg{display:block!important;width:15px!important;height:15px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link .site-menu-icon,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link .site-menu-icon,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link .site-menu-icon{color:#4568f2!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-parent::after{display:none!important;content:none!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle{position:relative!important;display:grid!important;place-items:center!important;align-self:stretch!important;width:22px!important;min-width:22px!important;height:58px!important;margin:0 8px 0 -11px!important;padding:0!important;border:0!important;background:transparent!important;color:#9ca9c1!important;font-size:0!important;box-shadow:none!important;cursor:pointer!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle::before{content:""!important;width:6px!important;height:6px!important;border-right:1.4px solid currentColor!important;border-bottom:1.4px solid currentColor!important;transform:rotate(45deg) translateY(-2px)!important;transition:transform .16s ease,color .16s ease!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.submenu-toggle::before,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.submenu-toggle::before{color:#4568f2!important;transform:rotate(225deg) translate(-1px,-1px)!important;}html body .site-header.site-header-marketplace .header-offer-link{display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important;gap:7px!important;min-width:150px!important;min-height:58px!important;margin:0!important;padding:0 18px!important;border:0!important;border-left:1px solid #e6ebf3!important;border-radius:0!important;background:#fff!important;color:#8c99b1!important;box-shadow:none!important;font-size:12px!important;font-weight:750!important;text-decoration:none!important;}html body .site-header.site-header-marketplace .header-offer-link span{display:none!important;}html body .site-header.site-header-marketplace .header-offer-link strong{color:inherit!important;font:inherit!important;}html body .site-header.site-header-marketplace .header-offer-link:hover{background:#fbfcff!important;color:#4568f2!important;transform:none!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu{position:absolute!important;top:100%!important;left:50%!important;right:auto!important;display:block!important;width:100vw!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - var(--krb-dropdown-top,120px) - 14px)!important;margin:0!important;padding:0!important;overflow:auto!important;border:0!important;border-top:1px solid #edf1f6!important;border-bottom:1px solid #dfe6f0!important;border-radius:0!important;background:#fff!important;box-shadow:0 18px 38px rgba(31,49,88,.09)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateX(-50%) translateY(4px)!important;transition:opacity .14s ease,visibility .14s ease,transform .14s ease!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:hover>.site-mega-submenu,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:focus-within>.site-mega-submenu,html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu.desktop-submenu-open>.site-mega-submenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important;}html body .site-header.site-header-marketplace .site-mega-columns{display:block!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;}html body .site-header.site-header-marketplace .site-mega-columns-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px!important;width:min(1240px,calc(100% - 48px))!important;margin:0 auto!important;padding:25px 0 29px!important;}html body .site-header.site-header-marketplace .site-mega-column{min-width:0!important;}html body .site-header.site-header-marketplace .site-mega-column-title{display:block!important;margin:0 0 14px!important;color:#9da8bb!important;font-size:10.5px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0!important;text-transform:none!important;}html body .site-header.site-header-marketplace .site-mega-column-links{display:grid!important;gap:10px!important;}html body .site-header.site-header-marketplace .site-mega-service-link{position:relative!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:52px!important;padding:5px 4px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#273a62!important;box-shadow:none!important;text-decoration:none!important;transform:none!important;transition:background .15s ease,color .15s ease,transform .15s ease!important;}html body .site-header.site-header-marketplace .site-mega-service-link::before,html body .site-header.site-header-marketplace .site-mega-service-link::after{display:none!important;content:none!important;}html body .site-header.site-header-marketplace .site-mega-service-link:hover,html body .site-header.site-header-marketplace .site-mega-service-link.is-current{background:#fafbff!important;color:#4568f2!important;transform:translateX(2px)!important;}html body .site-header.site-header-marketplace .site-mega-service-icon{display:grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;border:0!important;border-radius:11px!important;background:#f1f5ff!important;color:#4568f2!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .site-mega-column:nth-child(1) .site-mega-service-link:nth-child(2n) .site-mega-service-icon{background:#eefaf8!important;color:#00af8a!important;}html body .site-header.site-header-marketplace .site-mega-column:nth-child(2) .site-mega-service-link:nth-child(odd) .site-mega-service-icon{background:#fff3ef!important;color:#f97345!important;}html body .site-header.site-header-marketplace .site-mega-column:nth-child(3) .site-mega-service-link:nth-child(2n) .site-mega-service-icon{background:#eef8fd!important;color:#159bc9!important;}html body .site-header.site-header-marketplace .site-mega-column:nth-child(4) .site-mega-service-link:nth-child(odd) .site-mega-service-icon{background:#fff0f2!important;color:#ef536c!important;}html body .site-header.site-header-marketplace .site-mega-service-icon svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important;}html body .site-header.site-header-marketplace .site-mega-service-copy{display:block!important;min-width:0!important;}html body .site-header.site-header-marketplace .site-mega-service-copy strong{display:block!important;margin:0 0 3px!important;overflow:hidden!important;color:inherit!important;font-size:13.5px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;}html body .site-header.site-header-marketplace .site-mega-service-copy small{display:block!important;overflow:hidden!important;color:#a0aabd!important;font-size:11.5px!important;font-weight:500!important;line-height:1.3!important;white-space:nowrap!important;text-overflow:ellipsis!important;}html body .site-header.site-header-marketplace .site-mega-submenu a::after{display:none!important;content:none!important;}}@media (min-width:981px) and (max-width:1180px){html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{padding-left:11px!important;padding-right:11px!important;font-size:11.5px!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.submenu-toggle{margin-left:-8px!important;margin-right:4px!important;}html body .site-header.site-header-marketplace .site-mega-columns-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 34px!important;width:min(920px,calc(100% - 40px))!important;}html body .site-header.site-header-marketplace .header-offer-link{min-width:125px!important;padding-left:12px!important;padding-right:12px!important;}}@media (min-width:981px){html body .site-header.site-header-marketplace .header-nav-row{background:linear-gradient(90deg,#071936 0%,#0a2551 100%)!important;border-top:0!important;border-bottom:0!important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.06)!important;}html body .site-header.site-header-marketplace .header-nav-inner{gap:16px!important;min-height:60px!important;}html body .site-header.site-header-marketplace .site-main-nav{flex:1 1 auto!important;min-width:0!important;}html body .site-header.site-header-marketplace .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;border-left:1px solid rgba(255,255,255,.12)!important;border-right:1px solid rgba(255,255,255,.12)!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item{background:transparent!important;border-right:1px solid rgba(255,255,255,.12)!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:first-child{border-left:0!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{background:transparent!important;color:#eef4ff!important;min-height:60px!important;padding:0 18px!important;font-size:13px!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;text-shadow:none!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon{color:rgba(238,244,255,.78)!important;}html body .site-header.site-header-marketplace .site-menu-item.has-children>.site-menu-parent::after{color:rgba(238,244,255,.78)!important;opacity:1!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link:hover,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link{background:rgba(255,255,255,.04)!important;color:#ffffff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link .site-menu-icon{color:#ffffff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::before{left:16px!important;right:16px!important;bottom:0!important;height:2px!important;border-radius:999px 999px 0 0!important;background:#4d7cff!important;opacity:0!important;transform:scaleX(.5)!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link::before{opacity:1!important;transform:scaleX(1)!important;}html body .site-header.site-header-marketplace .header-offer-link{align-self:stretch!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:60px!important;padding:0 18px!important;background:transparent!important;color:#eef4ff!important;border:0!important;border-left:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .header-offer-link:hover{background:rgba(255,255,255,.04)!important;color:#ffffff!important;transform:none!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .header-offer-link>span{display:block!important;color:rgba(238,244,255,.72)!important;font-size:11px!important;font-weight:700!important;}html body .site-header.site-header-marketplace .header-offer-link>strong{color:#ffffff!important;font-size:13px!important;font-weight:850!important;}html body .site-header.site-header-marketplace .header-offer-link svg{color:#eef4ff!important;width:15px!important;height:15px!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu{top:100%!important;border-top:1px solid #e4ebf5!important;box-shadow:0 22px 48px rgba(7,25,54,.12)!important;}}@media (min-width:981px){html body .site-header.site-header-marketplace .header-nav-row{background:linear-gradient(90deg,#07172f 0%,#0b2550 52%,#0d315f 100%)!important;border-top:0!important;border-bottom:0!important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.06)!important;}html body .site-header.site-header-marketplace .header-nav-inner{display:flex!important;align-items:stretch!important;justify-content:center!important;gap:18px!important;min-height:60px!important;}html body .site-header.site-header-marketplace .site-main-nav{display:flex!important;align-items:stretch!important;justify-content:center!important;flex:1 1 auto!important;min-width:0!important;}html body .site-header.site-header-marketplace .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;justify-content:center!important;gap:0!important;width:auto!important;max-width:100%!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item{position:relative!important;display:flex!important;align-items:stretch!important;margin:0!important;background:transparent!important;border-left:0!important;border-right:1px solid rgba(255,255,255,.14)!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:first-child{border-left:0!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:last-child{border-right:0!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:60px!important;padding:0 22px!important;background:transparent!important;color:#f5f8ff!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:13px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;text-decoration:none!important;text-shadow:none!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;color:rgba(245,248,255,.82)!important;flex:0 0 15px!important;}html body .site-header.site-header-marketplace .site-menu-item.has-children>.site-menu-parent::after{margin-left:6px!important;font-size:11px!important;color:rgba(245,248,255,.82)!important;opacity:1!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::before{content:""!important;position:absolute!important;left:18px!important;right:18px!important;bottom:0!important;height:2px!important;border-radius:999px 999px 0 0!important;background:#5a86ff!important;opacity:0!important;transform:scaleX(.55)!important;transform-origin:center!important;transition:opacity .16s ease,transform .16s ease!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link{background:rgba(255,255,255,.035)!important;color:#ffffff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link .site-menu-icon,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link .site-menu-icon{color:#ffffff!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:hover>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item:focus-within>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.is-current>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item.has-current-child>.site-menu-link::before{opacity:1!important;transform:scaleX(1)!important;}html body .site-header.site-header-marketplace .header-offer-link{display:flex!important;align-items:center!important;align-self:stretch!important;justify-content:center!important;gap:8px!important;min-height:60px!important;padding:0 18px!important;margin-left:auto!important;background:transparent!important;color:#f5f8ff!important;border:0!important;border-radius:0!important;box-shadow:none!important;white-space:nowrap!important;}html body .site-header.site-header-marketplace .header-offer-link:hover{background:rgba(255,255,255,.035)!important;color:#ffffff!important;transform:none!important;box-shadow:none!important;}html body .site-header.site-header-marketplace .header-offer-link>span{display:block!important;color:rgba(245,248,255,.72)!important;font-size:11px!important;font-weight:700!important;}html body .site-header.site-header-marketplace .header-offer-link>strong{display:block!important;color:#ffffff!important;font-size:13px!important;font-weight:800!important;}html body .site-header.site-header-marketplace .header-offer-link svg{width:15px!important;height:15px!important;color:#f5f8ff!important;}}@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent{-webkit-appearance:none!important;appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important;gap:8px!important;width:auto!important;min-width:0!important;min-height:60px!important;height:60px!important;margin:0!important;padding:0 22px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#f5f8ff!important;font-family:inherit!important;font-size:13px!important;font-style:normal!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important;vertical-align:middle!important;cursor:default!important;opacity:1!important;visibility:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent .site-menu-icon{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;flex:0 0 15px!important;color:rgba(245,248,255,.82)!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent .site-menu-label{display:inline-flex!important;align-items:center!important;color:inherit!important;font:inherit!important;line-height:1!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent::after{content:""!important;display:block!important;position:static!important;width:7px!important;height:7px!important;min-width:7px!important;margin:0 0 4px 1px!important;padding:0!important;border:0!important;border-right:1.7px solid currentColor!important;border-bottom:1.7px solid currentColor!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:rgba(245,248,255,.86)!important;font-size:0!important;line-height:0!important;opacity:1!important;transform:rotate(45deg)!important;transform-origin:center!important;transition:transform .16s ease,margin .16s ease!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:hover>button.site-menu-link.site-menu-parent::after,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:focus-within>button.site-menu-link.site-menu-parent::after,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children.desktop-submenu-open>button.site-menu-link.site-menu-parent::after{margin:4px 0 0 1px!important;transform:rotate(-135deg)!important;color:#fff!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>.submenu-toggle{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:hover>button.site-menu-link.site-menu-parent,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:focus-within>button.site-menu-link.site-menu-parent,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-current-child>button.site-menu-link.site-menu-parent{background:rgba(255,255,255,.035)!important;color:#fff!important;box-shadow:none!important;}}@media (min-width:981px){html body .site-header.site-header-marketplace .header-nav-row{background:#0a2147!important;background-image:none!important;border-top:0!important;border-bottom:0!important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.06)!important;}html body .site-header.site-header-marketplace .header-nav-inner{min-height:52px!important;background:transparent!important;}html body .site-header.site-header-marketplace .site-main-nav{min-height:52px!important;background:transparent!important;}html body .site-header.site-header-marketplace .site-menu-list.site-menu-header{min-height:52px!important;background:transparent!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item{min-height:52px!important;background:transparent!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-parent{min-height:52px!important;height:52px!important;padding-top:0!important;padding-bottom:0!important;}html body .site-header.site-header-marketplace .header-offer-link{min-height:52px!important;height:52px!important;background:transparent!important;}}@media (min-width:981px){html body .site-header.site-header-marketplace .header-nav-inner{justify-content:flex-start!important;gap:0!important;min-height:46px!important;padding-left:0!important;padding-right:0!important;}html body .site-header.site-header-marketplace .site-main-nav{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex:1 1 auto!important;min-height:46px!important;margin:0!important;padding:0!important;}html body .site-header.site-header-marketplace .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;width:auto!important;min-height:46px!important;margin:0!important;padding:0!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item{min-height:46px!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-parent{min-height:46px!important;height:46px!important;padding:0 18px!important;font-size:12px!important;font-weight:850!important;line-height:1!important;letter-spacing:.025em!important;text-transform:uppercase!important;}html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-link::before,
html body .site-header.site-header-marketplace .site-menu-header>.site-menu-item>.site-menu-parent::before{left:15px!important;right:15px!important;}html body .site-header.site-header-marketplace .header-offer-link{min-height:46px!important;height:46px!important;margin-left:auto!important;padding:0 16px!important;}}@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace .header-nav-row{height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-nav-inner{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0 auto!important;padding-top:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:0!important;gap:0!important;overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav.site-main-nav{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex:1 1 auto!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;width:auto!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;gap:0!important;overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item{display:flex!important;align-items:stretch!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item>.site-menu-link,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item>.site-menu-parent,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent{-webkit-appearance:none!important;appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important;width:auto!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 17px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#f5f8ff!important;font-size:12px!important;font-weight:850!important;font-family:inherit!important;line-height:1!important;letter-spacing:.025em!important;text-transform:uppercase!important;white-space:nowrap!important;vertical-align:middle!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item:first-child>.site-menu-link{justify-content:flex-start!important;padding-left:0!important;padding-right:17px!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item>.site-menu-link .site-menu-icon,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent .site-menu-icon{width:15px!important;height:15px!important;min-width:15px!important;flex:0 0 15px!important;margin:0!important;padding:0!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent .site-menu-label{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important;color:inherit!important;font:inherit!important;line-height:1!important;text-transform:inherit!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>button.site-menu-link.site-menu-parent::after{content:""!important;display:block!important;position:static!important;width:6px!important;height:6px!important;min-width:6px!important;margin:0 0 4px 2px!important;padding:0!important;border:0!important;border-right:1.5px solid currentColor!important;border-bottom:1.5px solid currentColor!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:rgba(245,248,255,.86)!important;font-size:0!important;line-height:0!important;transform:rotate(45deg)!important;transform-origin:center!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:hover>button.site-menu-link.site-menu-parent::after,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children:focus-within>button.site-menu-link.site-menu-parent::after,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children.desktop-submenu-open>button.site-menu-link.site-menu-parent::after{margin:4px 0 0 2px!important;transform:rotate(-135deg)!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.has-children>.submenu-toggle{display:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link{align-self:stretch!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0 0 0 auto!important;padding:0 15px!important;}html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu{top:44px!important;}}@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace .header-nav-inner{overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav.site-main-nav{min-width:0!important;overflow:visible!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link{display:flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:124px!important;max-width:none!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0 0 0 10px!important;padding:0 16px!important;overflow:visible!important;white-space:nowrap!important;text-indent:0!important;color:#fff!important;background:rgba(255,255,255,.04)!important;border-left:1px solid rgba(255,255,255,.12)!important;border-right:1px solid rgba(255,255,255,.12)!important;box-sizing:border-box!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link>span{display:none!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link>strong{display:inline-block!important;margin:0!important;padding:0!important;color:#fff!important;font-family:inherit!important;font-size:12px!important;font-weight:850!important;line-height:44px!important;letter-spacing:.025em!important;text-transform:uppercase!important;white-space:nowrap!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link svg{display:block!important;flex:0 0 14px!important;width:14px!important;height:14px!important;margin-left:3px!important;}}@media (min-width:981px) and (max-width:1120px){html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link{min-width:108px!important;margin-left:4px!important;padding:0 10px!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link>strong{font-size:11px!important;}}@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu{align-items:center!important;border-right:0!important;padding:0 7px!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu>.site-menu-link.nav-contact-link{align-self:center!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important;padding:0 14px!important;border:1px solid rgba(45,212,191,.48)!important;border-radius:10px!important;background:linear-gradient(135deg,rgba(13,148,136,.24),rgba(20,184,166,.13))!important;color:#d9fffa!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 7px 18px rgba(3,105,92,.16)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu>.site-menu-link.nav-contact-link .site-menu-icon{color:#5eead4!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu>.site-menu-link.nav-contact-link::before{display:none!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu:hover>.site-menu-link.nav-contact-link,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu:focus-within>.site-menu-link.nav-contact-link,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu.is-current>.site-menu-link.nav-contact-link{background:linear-gradient(135deg,#0f9f91,#0d8278)!important;border-color:#5eead4!important;color:#fff!important;box-shadow:0 9px 22px rgba(13,148,136,.28)!important;transform:translateY(-1px)!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu:hover>.site-menu-link.nav-contact-link .site-menu-icon,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu.is-current>.site-menu-link.nav-contact-link .site-menu-icon{color:#fff!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link{align-self:center!important;flex:0 0 auto!important;width:auto!important;min-width:122px!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0 0 0 8px!important;padding:0 15px!important;border:1px solid rgba(255,190,103,.74)!important;border-radius:10px!important;background:linear-gradient(135deg,#ff8a00 0%,#f97316 55%,#ea580c 100%)!important;color:#fff!important;box-shadow:0 9px 22px rgba(234,88,12,.30),inset 0 1px 0 rgba(255,255,255,.22)!important;overflow:visible!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link:hover,
html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link:focus-visible{background:linear-gradient(135deg,#ff9b19 0%,#fb7b18 55%,#f05a0c 100%)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 12px 28px rgba(234,88,12,.38),inset 0 1px 0 rgba(255,255,255,.26)!important;filter:saturate(1.05)!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link>strong{color:#fff!important;line-height:1!important;font-size:12px!important;font-weight:900!important;letter-spacing:.035em!important;text-shadow:0 1px 1px rgba(124,45,18,.22)!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link svg{color:#fff!important;stroke:#fff!important;margin-left:5px!important;transition:transform .18s ease!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link:hover svg{transform:translateX(2px)!important;}}@media (min-width:981px) and (max-width:1120px){html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu{padding:0 4px!important;}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-header>.site-menu-item.is-contact-menu>.site-menu-link.nav-contact-link{padding:0 10px!important;}html body header.site-header.site-header-premium.site-header-marketplace .header-offer-link{min-width:106px!important;padding:0 11px!important;margin-left:4px!important;}}.section-mini-head-v2 h2{margin:0;font-size:28px;line-height:1.1;letter-spacing:-.04em;color:#0f172a;font-weight:800;}.product-content-card-v2 .section-mini-head-v2 h2{margin-bottom:0!important;}.product-mini-features-v2 h3{margin:0 0 12px;font-size:17px;line-height:1.3;color:#0f172a;font-weight:800;}.front-comments-head h2{margin:10px 0 0;color:#0f172a;font-size:26px;line-height:1.15;letter-spacing:-.04em;font-weight:800;}.front-comment-form h3{margin:0 0 6px;color:#0f172a;font-size:22px;line-height:1.2;letter-spacing:-.035em;font-weight:800;}.header-account-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;min-width:0!important;line-height:1.05!important;}.header-account-copy strong{color:#0f172a!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important;}.header-account-copy small{color:#64748b!important;font-size:10px!important;font-weight:750!important;white-space:nowrap!important;}.header-user-actions{display:flex!important;align-items:center!important;gap:7px!important;}.header-logout-action{display:grid!important;place-items:center!important;width:38px!important;height:50px!important;border:1px solid #fee2e2!important;border-radius:13px!important;background:#fff7f7!important;color:#dc2626!important;text-decoration:none!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease!important;}.header-logout-action:hover{transform:translateY(-1px)!important;border-color:#fecaca!important;background:#fff1f2!important;box-shadow:0 10px 22px rgba(220,38,38,.10)!important;}.header-logout-action svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.auth-hub-section{padding:58px 0 72px;background:radial-gradient(circle at 10% 5%,rgba(37,99,235,.10),transparent 31%),linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%);}.auth-hub-container{width:min(1120px,92%);}.auth-hub-header{max-width:760px;margin:0 auto 28px;text-align:center;}.auth-hub-kicker{display:inline-flex;margin-bottom:12px;padding:7px 12px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}.auth-hub-header h1{margin:0;color:#07162e;font-size:clamp(34px,5vw,54px);line-height:1.03;letter-spacing:-.05em;}.auth-hub-header p{max-width:650px;margin:14px auto 0;color:#64748b;font-size:17px;line-height:1.65;}.auth-hub-alert{max-width:920px;margin:0 auto 18px;}.auth-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start;}.auth-hub-card{position:relative;padding:28px;border:1px solid #dbe5f2;border-radius:28px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.07);overflow:hidden;}.auth-hub-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#2563eb,#38bdf8);opacity:.38;}.auth-hub-card.is-active::before{opacity:1;}.auth-hub-register::before{background:linear-gradient(90deg,#0f9f86,#22c55e);}.auth-hub-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px;}.auth-hub-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:16px;background:#eff6ff;color:#2563eb;}.auth-hub-register .auth-hub-icon{background:#ecfdf5;color:#059669;}.auth-hub-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}.auth-hub-card-head h2{margin:0 0 5px;color:#0f172a;font-size:25px;letter-spacing:-.035em;}.auth-hub-card-head p{margin:0;color:#64748b;line-height:1.55;}.auth-hub-form .field{margin-bottom:14px;}.auth-hub-form .field label{font-size:13px;}.auth-hub-form .input{min-height:48px;border-color:#dbe5f0;background:#fbfdff;}.auth-hub-form .input:focus{outline:0;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(59,130,246,.11);}.auth-hub-password-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.auth-hub-submit{width:100%;min-height:48px;margin-top:4px;}.auth-hub-register-submit{background:linear-gradient(135deg,#059669,#22c55e)!important;box-shadow:0 14px 26px rgba(5,150,105,.20)!important;}.auth-hub-text-link{display:block;margin-top:13px;color:#2563eb;font-size:13px;font-weight:850;text-align:center;text-decoration:none;}.auth-hub-text-link:hover{text-decoration:underline;}.auth-hub-form .g-recaptcha{max-width:100%;overflow:hidden;}@media (max-width:980px){.header-account-copy{display:none!important;}.header-user-actions{gap:4px!important;}.header-logout-action{width:38px!important;height:42px!important;}.auth-hub-section{padding:40px 0 54px;}.auth-hub-grid{grid-template-columns:1fr;}.auth-hub-card{padding:24px;}.auth-hub-header{text-align:left;margin-bottom:22px;}.auth-hub-header p{margin-left:0;}.auth-hub-password-grid{grid-template-columns:1fr;}}@media (max-width:560px){.auth-hub-card{padding:20px;border-radius:22px;}.auth-hub-card-head h2{font-size:22px;}.auth-hub-header h1{font-size:36px;}.auth-hub-icon{width:44px;height:44px;flex-basis:44px;}}.auth-hub-kicker-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;}.auth-hub-kicker-row .auth-hub-kicker{margin-bottom:0;}.auth-hub-mobile-register-link{display:none;align-items:center;justify-content:center;padding:7px 12px;border:1px solid #a7f3d0;border-radius:999px;background:#ecfdf5;color:#047857!important;font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;text-decoration:none!important;box-shadow:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;}.auth-hub-mobile-register-link:hover,.auth-hub-mobile-register-link:focus-visible{background:#d1fae5;border-color:#6ee7b7;color:#065f46!important;transform:translateY(-1px);}#hesap-olustur{scroll-margin-top:120px;}@media (max-width:760px){.auth-hub-section{padding-top:34px;}.auth-hub-header{margin-bottom:22px;}.auth-hub-kicker-row{display:flex;justify-content:center;gap:8px;}.auth-hub-mobile-register-link{display:inline-flex;}.auth-hub-header h1{font-size:clamp(30px,10vw,42px);}#hesap-olustur{scroll-margin-top:94px;}}.blog-list-thumb{background:#eef5ff!important;overflow:hidden!important;}.blog-list-thumb img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;}@media (max-width:760px){.blog-list-thumb{aspect-ratio:16 / 9!important;}.blog-list-thumb img{object-fit:cover!important;object-position:center center!important;}}@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu,html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu>.site-mega-item{border-radius:0!important;clip-path:none!important;}}
/* v14.66 - Mega menu tum dis koseleri kesin olarak duzlestir */
@media (min-width:981px){
html body header.site-header.site-header-premium.site-header-marketplace,
html body header.site-header.site-header-premium.site-header-marketplace .header-nav-row,
html body header.site-header.site-header-premium.site-header-marketplace .header-nav-inner,
html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu>.site-mega-item,
html body header.site-header.site-header-premium.site-header-marketplace .site-mega-columns,
html body header.site-header.site-header-premium.site-header-marketplace .site-mega-columns-inner{
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    border-bottom-left-radius:0!important;
    border-bottom-right-radius:0!important;
}
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu::before,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu::after,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu>.site-mega-item::before,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu>.site-mega-item::after{
    border-radius:0!important;
    clip-path:none!important;
}
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu>.site-mega-submenu{
    left:0!important;
    right:0!important;
    width:100vw!important;
    transform:translateX(calc(-1 * var(--krb-mega-left-offset, 0px))) translateY(4px)!important;
}
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:hover>.site-mega-submenu,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu:focus-within>.site-mega-submenu,
html body header.site-header.site-header-premium.site-header-marketplace .site-menu-header>.site-menu-item.is-mega-menu.desktop-submenu-open>.site-mega-submenu{
    transform:translateX(calc(-1 * var(--krb-mega-left-offset, 0px))) translateY(0)!important;
}
}
@media (min-width:981px){html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu,html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu.site-mega-submenu,html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu>li,html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu>li:first-child,html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu>li:last-child{border-radius:0!important;-webkit-border-radius:0!important}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu{overflow:visible!important;clip-path:none!important;-webkit-clip-path:none!important}html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu::before,html body header.site-header.site-header-premium.site-header-marketplace nav#siteMobileNav.nav .site-menu-list.site-menu-header>.site-menu-item.has-children>ul.site-submenu::after{border-radius:0!important;-webkit-border-radius:0!important;clip-path:none!important;-webkit-clip-path:none!important}}

/* WordPress eklenti ürün sayfası başlık düzeni */
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h2,
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h3,
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h4{font-weight:800!important;color:#0f172a!important;}
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h2{font-size:clamp(18px,2vw,24px);line-height:1.3;letter-spacing:-.02em;margin:0 0 14px;}
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h3{font-size:clamp(17px,1.7vw,21px);line-height:1.35;letter-spacing:-.015em;margin:26px 0 12px;}
.product-view-page.product-type-wordpress-plugin .product-rich-text-v2 h4{font-size:clamp(16px,1.5vw,18px);line-height:1.4;margin:22px 0 10px;}

/* v14-86: ürün kartlarında açıklama uzunluğu kaynaklı düzensizliği azalt */
.product-grid{align-items:stretch}
.product-card,.product-card-premium{display:flex;flex-direction:column;height:100%}
.product-card-premium .product-image,.product-card .product-image{flex-shrink:0}
.product-card-premium .product-body,.product-card .product-body{display:flex;flex-direction:column;flex:1;gap:10px}
.product-card-premium .product-body h3,.product-card .product-body h3{margin:6px 0 0;min-height:62px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-card-premium .product-body .product-card-excerpt,.product-card .product-body .product-card-excerpt,.product-card-premium .product-body p,.product-card .product-body p{margin:0;color:#64748b;line-height:1.72;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;min-height:calc(1.72em * 5)}
.product-card-premium .product-footer,.product-card .product-footer{margin-top:auto;padding-top:18px}
@media (max-width: 767px){.product-card-premium .product-body h3,.product-card .product-body h3{min-height:auto}.product-card-premium .product-body .product-card-excerpt,.product-card .product-body .product-card-excerpt,.product-card-premium .product-body p,.product-card .product-body p{-webkit-line-clamp:4;min-height:calc(1.72em * 4)}}

/* v14-87: ürün kartı footer alanını alta sabitle + fiyat ve butona daha modern görünüm ver */
.product-card-premium,.product-card{
  border-radius:24px;
  overflow:hidden;
}
.product-card-premium .product-body,.product-card .product-body{
  padding-bottom:18px;
}
.product-card-premium .product-footer,.product-card .product-footer{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid rgba(148,163,184,.22);
}
.product-card-premium .product-footer strong,.product-card .product-footer strong{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  padding:10px 16px;
  border-radius:14px;
  background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);
  color:#0f172a;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.02em;
  box-shadow:inset 0 0 0 1px rgba(59,130,246,.14);
}
.product-card-premium .product-footer .btn.small,.product-card .product-footer .btn.small{
  min-width:108px;
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  font-weight:800;
  letter-spacing:-.01em;
  background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);
  border:1px solid rgba(37,99,235,.92);
  color:#fff;
  box-shadow:0 14px 26px rgba(37,99,235,.18), inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.product-card-premium .product-footer .btn.small:hover,.product-card .product-footer .btn.small:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 30px rgba(37,99,235,.24), inset 0 1px 0 rgba(255,255,255,.18);
  background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);
}
.product-card-premium .product-footer .btn.small:focus-visible,.product-card .product-footer .btn.small:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(59,130,246,.18),0 18px 30px rgba(37,99,235,.22);
}
@media (max-width:767px){
  .product-card-premium .product-footer,.product-card .product-footer{
    gap:10px;
  }
  .product-card-premium .product-footer strong,.product-card .product-footer strong{
    font-size:17px;
    padding:10px 14px;
  }
  .product-card-premium .product-footer .btn.small,.product-card .product-footer .btn.small{
    min-width:96px;
    padding:11px 16px;
  }
}

/* v14-88: ürün kartlarındaki İncele butonunu turuncu CTA stiline çevir */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  position:relative;
  min-width:132px;
  min-height:52px;
  padding:11px 54px 11px 18px;
  border-radius:14px;
  border:1px solid #203a72;
  background:linear-gradient(180deg,#ff932e 0%,#f97316 100%);
  color:#fff !important;
  font-size:15px;
  font-weight:900;
  letter-spacing:.01em;
  box-shadow:0 8px 18px rgba(249,115,22,.24), inset 0 1px 0 rgba(255,255,255,.28);
  overflow:hidden;
}
.product-card-premium .product-footer .btn.small::after,
.product-card .product-footer .btn.small::after{
  content:'›';
  position:absolute;
  top:50%;
  right:12px;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-left:1px solid rgba(255,255,255,.25);
  color:#fff;
  font-size:22px;
  font-weight:700;
  line-height:1;
  padding-left:10px;
}
.product-card-premium .product-footer .btn.small:hover,
.product-card .product-footer .btn.small:hover{
  background:linear-gradient(180deg,#ff9d42 0%,#fb7c22 100%);
  border-color:#1b325f;
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(249,115,22,.30), inset 0 1px 0 rgba(255,255,255,.30);
}
.product-card-premium .product-footer .btn.small:focus-visible,
.product-card .product-footer .btn.small:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(249,115,22,.18),0 12px 24px rgba(249,115,22,.28), inset 0 1px 0 rgba(255,255,255,.30);
}
@media (max-width:767px){
  .product-card-premium .product-footer .btn.small,
  .product-card .product-footer .btn.small{
    min-width:122px;
    min-height:50px;
    padding:10px 48px 10px 16px;
    font-size:14px;
  }
}

/* v14-89: İncele butonunda koyu border kaldırıldı, renk geçişli border eklendi */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  border:1px solid transparent;
  background:
    linear-gradient(180deg,#ff932e 0%,#f97316 100%) padding-box,
    linear-gradient(135deg,#ffb347 0%,#ff7a18 45%,#ff3d81 100%) border-box;
}
.product-card-premium .product-footer .btn.small:hover,
.product-card .product-footer .btn.small:hover{
  border-color:transparent;
  background:
    linear-gradient(180deg,#ff9d42 0%,#fb7c22 100%) padding-box,
    linear-gradient(135deg,#ffd166 0%,#ff7a18 45%,#ff3d81 100%) border-box;
}

/* v14-90: ürün kartı İncele butonu yüksekliğini azalt */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  min-height:44px;
  padding-top:8px;
  padding-bottom:8px;
}
.product-card-premium .product-footer .btn.small::after,
.product-card .product-footer .btn.small::after{
  height:22px;
}
@media (max-width:767px){
  .product-card-premium .product-footer .btn.small,
  .product-card .product-footer .btn.small{
    min-height:42px;
    padding-top:7px;
    padding-bottom:7px;
  }
}

/* v14-91: ürün kartı incele butonu, fiyat alanı ve alt hizalama iyileştirmesi */
.product-card-premium,
.product-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.product-card-premium .product-body,
.product-card .product-body{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.product-card-premium .product-card-excerpt,
.product-card .product-card-excerpt,
.product-card-premium .product-body p,
.product-card .product-body p{
  margin-bottom:0;
}
.product-card-premium .product-footer,
.product-card .product-footer{
  margin-top:auto;
  padding-top:18px;
  align-items:flex-end;
  gap:14px;
}
.product-card-premium .product-footer strong,
.product-card .product-footer strong{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:4px;
  min-height:40px;
  padding:10px 14px 9px;
  border-radius:16px;
  border:1px solid rgba(249,115,22,.18);
  background:linear-gradient(180deg,#fffaf5 0%,#fff1e8 100%);
  box-shadow:0 10px 22px rgba(249,115,22,.10);
  color:#0f172a;
  font-size:18px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.02em;
}
.product-card-premium .product-footer strong::before,
.product-card .product-footer strong::before{
  content:'Fiyat';
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#f97316;
  line-height:1;
}
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  min-width:126px;
  min-height:40px;
  padding:8px 46px 8px 16px;
  border-radius:13px;
  font-size:14px;
  line-height:1;
}
.product-card-premium .product-footer .btn.small::after,
.product-card .product-footer .btn.small::after{
  right:10px;
  width:24px;
  height:24px;
  border-left:0;
  border-radius:999px;
  padding-left:0;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.26);
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:800;
  line-height:1;
  text-indent:1px;
}
@media (max-width:767px){
  .product-card-premium .product-footer,
  .product-card .product-footer{
    gap:10px;
    padding-top:16px;
  }
  .product-card-premium .product-footer strong,
  .product-card .product-footer strong{
    min-height:38px;
    padding:9px 12px 8px;
    font-size:16px;
  }
  .product-card-premium .product-footer .btn.small,
  .product-card .product-footer .btn.small{
    min-width:118px;
    min-height:38px;
    padding:7px 42px 7px 14px;
    font-size:13px;
  }
  .product-card-premium .product-footer .btn.small::after,
  .product-card .product-footer .btn.small::after{
    width:22px;
    height:22px;
    right:9px;
    font-size:16px;
  }
}

/* v14-92: İncele butonu ok ikonu sadeleştirme */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  padding-right:34px;
}
.product-card-premium .product-footer .btn.small::after,
.product-card .product-footer .btn.small::after{
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  padding:0;
  border:0;
  border-left:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  line-height:1;
  text-indent:0;
}
@media (max-width:767px){
  .product-card-premium .product-footer .btn.small,
  .product-card .product-footer .btn.small{
    padding-right:30px;
  }
  .product-card-premium .product-footer .btn.small::after,
  .product-card .product-footer .btn.small::after{
    right:10px;
    font-size:17px;
  }
}

/* v14-93: İncele butonu üstteki Teklif Alın CTA stiliyle eşitlendi */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  position:relative;
  min-width:138px;
  min-height:40px;
  padding:8px 40px 8px 18px;
  border-radius:14px;
  border:2px solid #21407a;
  background:linear-gradient(180deg,#ff9a2f 0%,#f97316 100%);
  color:#fff !important;
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  line-height:1;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(16,42,86,.18), 0 4px 0 rgba(28,57,111,.35), inset 0 1px 0 rgba(255,255,255,.28);
}
.product-card-premium .product-footer .btn.small::after,
.product-card .product-footer .btn.small::after{
  content:'›';
  position:absolute;
  top:50%;
  right:12px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:16px;
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.35);
  background:transparent;
  color:#fff;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
.product-card-premium .product-footer .btn.small:hover,
.product-card .product-footer .btn.small:hover{
  background:linear-gradient(180deg,#ffa948 0%,#fb7e21 100%);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(16,42,86,.20), 0 5px 0 rgba(28,57,111,.38), inset 0 1px 0 rgba(255,255,255,.30);
}
.product-card-premium .product-footer .btn.small:focus-visible,
.product-card .product-footer .btn.small:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(249,115,22,.18), 0 8px 18px rgba(16,42,86,.18), 0 4px 0 rgba(28,57,111,.35), inset 0 1px 0 rgba(255,255,255,.28);
}
@media (max-width:767px){
  .product-card-premium .product-footer .btn.small,
  .product-card .product-footer .btn.small{
    min-width:128px;
    min-height:38px;
    padding:7px 36px 7px 16px;
    font-size:12px;
  }
  .product-card-premium .product-footer .btn.small::after,
  .product-card .product-footer .btn.small::after{
    right:10px;
    padding-left:8px;
    font-size:16px;
    height:15px;
  }
}

/* v14-94: İncele butonundaki koyu border ve gri/siyah gölgeleri kaldır */
.product-card-premium .product-footer .btn.small,
.product-card .product-footer .btn.small{
  border:1px solid rgba(255,255,255,.38);
  box-shadow:0 8px 18px rgba(249,115,22,.24), inset 0 1px 0 rgba(255,255,255,.28);
}
.product-card-premium .product-footer .btn.small:hover,
.product-card .product-footer .btn.small:hover{
  box-shadow:0 10px 22px rgba(249,115,22,.30), inset 0 1px 0 rgba(255,255,255,.30);
}
.product-card-premium .product-footer .btn.small:focus-visible,
.product-card .product-footer .btn.small:focus-visible{
  box-shadow:0 0 0 4px rgba(249,115,22,.18),0 10px 22px rgba(249,115,22,.28), inset 0 1px 0 rgba(255,255,255,.30);
}

/* v14-95: Ürün kartı İncele butonu header Teklif Alın bileşeniyle aynı yapıyı kullanır */
.product-card-premium .product-footer .product-card-offer-link,
.product-card .product-footer .product-card-offer-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-width:138px!important;
  min-height:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0 14px 0 18px!important;
  border:1px solid rgba(255,255,255,.30)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#ff951f 0%,#f56f0b 100%)!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(249,115,22,.22)!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}
.product-card-premium .product-footer .product-card-offer-link strong,
.product-card .product-footer .product-card-offer-link strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.product-card-premium .product-footer .product-card-offer-link strong::before,
.product-card .product-footer .product-card-offer-link strong::before,
.product-card-premium .product-footer .product-card-offer-link::after,
.product-card .product-footer .product-card-offer-link::after{
  content:none!important;
  display:none!important;
}
.product-card-premium .product-footer .product-card-offer-link svg,
.product-card .product-footer .product-card-offer-link svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  flex:0 0 16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.product-card-premium .product-footer .product-card-offer-link:hover,
.product-card .product-footer .product-card-offer-link:hover{
  transform:translateY(-1px)!important;
  filter:brightness(1.03)!important;
  box-shadow:0 10px 20px rgba(249,115,22,.28)!important;
}
.product-card-premium .product-footer .product-card-offer-link:focus-visible,
.product-card .product-footer .product-card-offer-link:focus-visible{
  outline:0!important;
  box-shadow:0 0 0 4px rgba(249,115,22,.18),0 10px 20px rgba(249,115,22,.25)!important;
}
@media(max-width:767px){
  .product-card-premium .product-footer .product-card-offer-link,
  .product-card .product-footer .product-card-offer-link{
    min-width:126px!important;
    min-height:38px!important;
    height:38px!important;
    gap:10px!important;
    padding:0 12px 0 16px!important;
  }
  .product-card-premium .product-footer .product-card-offer-link strong,
  .product-card .product-footer .product-card-offer-link strong{
    font-size:12px!important;
  }
  .product-card-premium .product-footer .product-card-offer-link svg,
  .product-card .product-footer .product-card-offer-link svg{
    width:15px!important;
    height:15px!important;
  }
}

/* v14-96: Ürün kartı İncele metni tipografisi */
.product-card-premium .product-footer .product-card-offer-link strong,
.product-card .product-footer .product-card-offer-link strong{
  color:#fff!important;
  line-height:1!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-shadow:0 1px 1px rgba(124,45,18,.22)!important;
}

/* v14-97: Ürün kartı İncele yazısını dikey olarak ortala */
.product-card-premium .product-footer .product-card-offer-link,
.product-card .product-footer .product-card-offer-link{
  align-items:center!important;
}
.product-card-premium .product-footer .product-card-offer-link strong,
.product-card .product-footer .product-card-offer-link strong{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  height:100%!important;
  min-height:100%!important;
  line-height:1!important;
}
.product-card-premium .product-footer .product-card-offer-link svg,
.product-card .product-footer .product-card-offer-link svg{
  align-self:center!important;
}
