*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:clip;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.blog-container{max-width:1500px;margin:0 auto;padding:2rem}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}@media (max-width:1200px){.blog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-container{padding:1.5rem 1rem}}@media (max-width:480px){.blog-grid{grid-template-columns:1fr;gap:1rem}}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15);text-decoration:none}.blog-card-image{width:100%;height:200px;object-fit:cover;display:block}.blog-card-content{padding:1.5rem}.blog-card-date{color:#666;font-size:.875rem;margin-bottom:.5rem;text-decoration:none}.blog-card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333;line-height:1.4;text-decoration:none}.blog-card-link{color:#0070f3;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.blog-card-link:hover{text-decoration:underline}.pagination{display:flex;gap:.5rem;margin-top:3rem;padding:2rem 0}.pagination,.pagination-number{justify-content:center;align-items:center}.pagination-number{min-width:40px;height:40px;display:inline-flex;border:1px solid #ddd;background:#fff;color:#333;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.95rem;text-decoration:none;padding:0 .75rem}.pagination-number:hover{background:#f8f9fa;border-color:#999}.pagination-current{color:#fff;font-weight:600;cursor:default}.pagination-current,.pagination-current:hover{background:#3c4858;border-color:#3c4858}.pagination-next{min-width:auto;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;color:#333;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.95rem;text-decoration:none;padding:0 1rem;margin-left:.5rem}.pagination-next:hover{background:#f8f9fa;border-color:#999}.pagination-ellipsis{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#666;font-size:.95rem;padding:0 .5rem}.blog-post-wrapper{background:#f8f9fa;min-height:100vh;padding:2rem 0}.blog-breadcrumb{max-width:1200px;margin:0 auto;padding:0 1rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.breadcrumb-link{color:#0070f3;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#0051cc;text-decoration:underline}.breadcrumb-separator{color:#999}.breadcrumb-current{color:#333;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.blog-post-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);overflow:hidden}.blog-post-header{padding:3rem 2.5rem 2rem}.blog-post-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.blog-category-tag{display:inline-block;padding:.375rem .875rem;background:#e3f2fd;color:#1976d2;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-post-title{font-size:2.75rem;font-weight:800;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}.blog-post-meta{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.meta-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem}.meta-item i{color:#999;font-size:.875rem}.blog-post-featured-image-wrapper{width:100%;margin:0;padding:0 2.5rem;overflow:visible;background:transparent}.blog-post-featured-image{width:100%;height:auto;max-height:500px;object-fit:cover;display:block;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.blog-post-content-wrapper{padding:2.5rem}.blog-post-content{line-height:1.9;color:#333;font-size:1.125rem}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4,.blog-post-content h5,.blog-post-content h6{margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a;font-weight:700;line-height:1.3}.blog-post-content h2{font-size:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.blog-post-content h3{font-size:1.5rem}.blog-post-content h4{font-size:1.25rem}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content ol,.blog-post-content ul{margin-bottom:1.5rem;padding-left:2rem}.blog-post-content li{margin-bottom:.75rem}.blog-post-content blockquote{border-left:4px solid #0070f3;margin:2rem 0;font-style:italic;color:#666;background:#f8f9fa;padding:1.5rem;border-radius:4px}.blog-post-content img{display:block;width:50%;max-width:50%;height:auto!important;border-radius:8px;margin:2rem auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.blog-post-content .wp-caption,.blog-post-content figure{width:50%!important;max-width:50%;margin:2rem auto;text-align:center}.blog-post-content .wp-caption img,.blog-post-content figure img{width:100%;max-width:100%;margin:0 auto}.blog-post-content a{color:#0070f3;text-decoration:underline;transition:color .2s ease}.blog-post-content a:hover{color:#0051cc}.blog-post-content code{background:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-size:.9em;font-family:Courier New,monospace}.blog-post-content pre{background:#1e1e1e;color:#d4d4d4;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.blog-post-content pre code{background:transparent;padding:0;color:inherit}.blog-post-footer{padding:2.5rem;background:#f8f9fa;border-top:1px solid #e0e0e0}.blog-post-footer-section{margin-bottom:2rem}.blog-post-footer-section:last-child{margin-bottom:0}.footer-section-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#333;display:flex;align-items:center;gap:.5rem}.footer-section-title i{color:#0070f3}.footer-categories{display:flex;flex-wrap:wrap;gap:.5rem}.footer-category-tag{display:inline-block;padding:.5rem 1rem;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;transition:all .2s ease}.footer-category-tag:hover{background:#0070f3;color:#fff;border-color:#0070f3}.author-info{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.author-name{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#333}.author-description{color:#666;line-height:1.6}.back-to-blog-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#0070f3;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;transition:all .2s ease}.back-to-blog-button:hover{background:#0051cc;transform:translateX(-2px)}.back-to-blog-button i{font-size:.875rem}@media (max-width:768px){.blog-post-wrapper{padding:1rem 0}.blog-post-container{border-radius:0;margin:0}.blog-post-header{padding:2rem 1.5rem 1.5rem}.blog-post-title{font-size:2rem}.blog-post-meta{flex-direction:column;gap:.75rem}.blog-post-featured-image-wrapper{padding:0 1.5rem}.blog-post-content-wrapper{padding:1.5rem}.blog-post-content{font-size:1rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content img{width:85%;max-width:85%}.blog-post-content .wp-caption,.blog-post-content figure{width:85%!important;max-width:85%}.blog-post-footer{padding:1.5rem}.breadcrumb-current{max-width:200px}}.error,.loading{text-align:center;padding:3rem;color:#666}.error{color:#d32f2f}.pac-container{z-index:10000000!important;position:absolute!important}#chat-widget-container{left:auto!important;right:0!important;bottom:0!important}#livechat-eye-catcher{left:auto!important;right:84px!important}@media (max-width:991.98px){body.mp-route #chat-widget-container{bottom:calc(var(--mp-bottom-nav-height, 58px) + env(safe-area-inset-bottom, 0px) + 12px)!important}body.mp-route #livechat-eye-catcher{bottom:calc(var(--mp-bottom-nav-height, 58px) + env(safe-area-inset-bottom, 0px) + 74px)!important}body.mp-route #chat-widget-container:has(#chat-widget:not([style*="display: none"])){top:auto!important;left:auto!important;right:0!important;bottom:calc(var(--mp-bottom-nav-height, 58px) + env(safe-area-inset-bottom, 0px) + 12px)!important;width:min(400px,100vw)!important;max-width:100vw!important;height:70dvh!important;max-height:70dvh!important;overflow:visible!important}}.tc-site-footer{padding:56px clamp(16px,3vw,48px) 28px;color:hsla(0,0%,100%,.7);background:#0a0c1a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.tc-site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);grid-gap:32px;gap:32px;width:100%;max-width:none;margin:0;align-items:start}.tc-site-footer__brand img{display:block;width:auto;height:54px;max-width:100%;filter:none}.tc-site-footer address{margin:18px 0 0;color:hsla(0,0%,100%,.65);font-size:15px;font-style:normal;line-height:1.7}.tc-site-footer address a{color:inherit;text-decoration:none}.tc-site-footer address a:hover{color:#f9584b}.tc-site-footer h2{margin:0 0 14px;color:#fff;font-size:14px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.tc-site-footer__grid>div>a{display:block;padding:4px 0;color:hsla(0,0%,100%,.7);font-size:15px;text-decoration:none}.tc-site-footer__grid>div>a:hover{color:#f9584b}.tc-site-footer__grid p{margin:0 0 12px;font-size:15px;line-height:1.5}.tc-site-footer__grid p b{color:#fff}.tc-site-footer a.tc-site-footer__sell{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:10px 18px;border-radius:10px;color:#fff;background:#f9584b;font-size:15px;font-weight:600;line-height:1.1}.tc-site-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;width:100%;max-width:none;margin:40px 0 0;padding-top:22px;border-top:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.5);font-size:13px}.tc-site-footer__social{display:inline-flex;align-items:center;flex-wrap:wrap;gap:16px}.tc-site-footer__social>a:not(.tc-site-footer__rating){display:inline-flex;padding:0;color:hsla(0,0%,100%,.65);background:transparent;transition:color .15s}.tc-site-footer__social>a:not(.tc-site-footer__rating):hover{color:#f9584b}.tc-site-footer__rating{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.06);text-decoration:none}.tc-site-footer__rating-stars{color:#f9b54b;font-size:13px;letter-spacing:1px}.tc-site-footer__rating-text{color:hsla(0,0%,100%,.7);font-size:12.5px;white-space:nowrap}.tc-site-footer__rating-text strong{color:#fff;font-weight:800}@media (max-width:1023px){.tc-site-footer{text-align:center}.tc-site-footer__grid{grid-template-columns:repeat(2,1fr);justify-items:stretch}.tc-site-footer__brand{grid-column:1/-1}.tc-site-footer__grid>div{width:100%;text-align:center}.tc-site-footer__brand img{margin-left:auto;margin-right:auto}.tc-site-footer a.tc-site-footer__sell{justify-content:center}.tc-site-footer__bottom{align-items:center;justify-content:center;flex-direction:column;text-align:center}.tc-site-footer__social{justify-content:center}}@media (max-width:639px){.tc-site-footer{padding:44px 16px 92px}.tc-site-footer__grid{gap:28px 16px}.tc-site-footer a.tc-site-footer__sell{width:100%;max-width:280px}}.tc-site-header{position:-webkit-sticky;position:sticky;z-index:1030;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;padding:0 clamp(16px,3vw,48px);border-bottom:1px solid #e5e7eb;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.tc-site-header a{text-decoration:none}.tc-site-header__logo{display:inline-flex;width:max-content}.tc-site-header__logo img{width:auto;height:56px}.tc-site-header__links{display:flex;align-items:center;gap:clamp(18px,2vw,30px)}.tc-site-header__links a{color:#0a0c1a;font-size:16px;font-weight:700;transition:color .18s cubic-bezier(.22,.61,.36,1)}.tc-site-header__links a:hover,.tc-site-header__links a[aria-current=page],.tc-site-header__mobile a[aria-current=page]{color:#f9584b}.tc-site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.tc-site-header__actions>span{display:flex;flex-direction:column;align-items:flex-end;line-height:1.35}.tc-site-header__actions>span a{color:#4a4f6b;font-size:13px;font-weight:600}.tc-site-header__actions .tc-site-header__phone{color:#1a1d2e;font-size:14px;font-weight:800}.tc-site-header__actions .tc-site-header__email{color:#8a8fa3;font-size:12px;font-weight:500}.tc-site-header__actions .tc-site-header__email:hover,.tc-site-header__actions .tc-site-header__phone:hover{color:#f9584b}.tc-site-header__signin{padding:10px 16px;border:0;border-radius:10px;color:#fff!important;background:#f9584b;box-shadow:0 4px 10px rgba(249,88,75,.24);font-family:inherit;font-size:16px;font-weight:800;line-height:1.2;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:transform .18s,background .18s}.tc-site-header__signin:hover{color:#fff;background:#e64a3e;transform:translateY(-2px)}.tc-site-header__logout{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #0a0c1a;border-radius:10px;background:#0a0c1a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.tc-site-header__logout:focus,.tc-site-header__logout:hover{background:#0a0c1a;color:#fff;border-color:#0a0c1a}.tc-site-header__menu{display:none;width:38px;height:38px;padding:9px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.tc-site-header__menu i{display:block;width:100%;height:2px;margin:4px 0;border-radius:2px;background:#0a0c1a}.tc-site-header__mobile{position:absolute;top:64px;right:0;left:0;display:flex;flex-direction:column;padding:10px 20px 18px;border-bottom:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 18px rgba(10,12,26,.08)}.tc-site-header__mobile a{padding:10px 0;color:#0a0c1a;font-size:17px;font-weight:700}.tc-site-header__mobile-logout{display:block;width:100%;box-sizing:border-box;margin-top:8px;padding:10px;border:1px solid #0a0c1a;border-radius:10px;background:#0a0c1a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;text-align:center;-moz-appearance:none;appearance:none;-webkit-appearance:none}.tc-site-header__mobile-logout:focus,.tc-site-header__mobile-logout:hover{background:#0a0c1a;color:#fff;border-color:#0a0c1a}@media (max-width:1023px){.tc-site-header{grid-template-columns:1fr auto}.tc-site-header__links{display:none}.tc-site-header__menu{display:block}}@media (max-width:767px){.tc-site-header__actions>span{display:none}}@media (max-width:420px){.tc-site-header__logo img{height:46px}.tc-site-header__actions{gap:9px}.tc-site-header__signin{padding:9px 12px}}