:root{--techvo-navy: #111a2d;--techvo-navy-2: #0d1527;--techvo-blue: #0867d6;--techvo-blue-dark: #0057bd;--techvo-text: #17191d;--techvo-muted: #667085;--techvo-border: #d9e0ea;--techvo-surface: #f5f7fa;--techvo-white: #ffffff;--techvo-radius: 12px;--techvo-max: 1280px}.techvo-shell{width:min(var(--techvo-max),calc(100% - 40px));margin-inline:auto}.techvo-section{padding:64px 0}.techvo-section--soft{background:var(--techvo-surface)}.techvo-section__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.techvo-section__head h2,.techvo-section__head h3{margin:0;color:var(--techvo-text);letter-spacing:-.03em}.techvo-section__head h2{font-size:clamp(28px,3vw,42px)}.techvo-section__head h3{font-size:clamp(22px,2.2vw,30px)}.techvo-view-all{display:inline-flex;align-items:center;gap:6px;color:var(--techvo-blue);font-weight:700;text-decoration:none;white-space:nowrap}.techvo-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:7px;border:1px solid transparent;text-decoration:none;font-weight:700;transition:transform .2s ease,background-color .2s ease,border-color .2s ease;cursor:pointer}.techvo-btn:hover{transform:translateY(-1px)}.techvo-btn--primary{color:#fff;background:var(--techvo-blue)}.techvo-btn--primary:hover{background:var(--techvo-blue-dark)}.techvo-btn--dark{color:#fff;background:var(--techvo-navy)}.techvo-btn--outline{color:#fff;border-color:#ffffff73;background:#ffffff0a}.techvo-btn--full{width:100%}.techvo-announcement{background:var(--techvo-navy-2);color:#fff;font-size:11px;font-weight:700;text-align:center;letter-spacing:.06em;text-transform:uppercase;padding:7px 16px}.techvo-header{position:relative;z-index:30;background:#fff;border-bottom:1px solid #e5e9f0}.techvo-header__main{min-height:72px;display:grid;grid-template-columns:160px minmax(240px,1fr) auto;align-items:center;gap:28px}.techvo-logo{display:inline-flex;align-items:center;color:var(--techvo-blue);font-size:24px;font-weight:800;letter-spacing:-.04em;text-decoration:none}.techvo-logo img{display:block;width:auto;max-width:150px;max-height:44px}.techvo-search{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:10px;background:#f4f6f8;border:1px solid #eef1f4}.techvo-search svg{width:17px;height:17px;color:#667085;flex:0 0 auto}.techvo-search input{width:100%;border:0;outline:0;background:transparent;padding:0 10px;min-height:42px;font:inherit;color:var(--techvo-text)}.techvo-header__actions{display:flex;align-items:center;gap:12px}.techvo-header__actions .header-actions__action,.techvo-header__icon-link{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--techvo-navy);text-decoration:none}.techvo-header__actions .svg-wrapper svg,.techvo-header__icon-link svg{width:20px;height:20px}.techvo-nav-wrap{border-top:1px solid #f0f2f5}.techvo-nav{min-height:48px;display:flex;align-items:center;gap:30px;overflow-x:auto;scrollbar-width:none}.techvo-nav::-webkit-scrollbar{display:none}.techvo-nav a{position:relative;color:#313842;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;padding:16px 0 13px}.techvo-nav a:hover,.techvo-nav a[aria-current=page]{color:var(--techvo-blue)}.techvo-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--techvo-blue)}.techvo-mobile-nav{display:none}.techvo-hero{position:relative;min-height:var(--techvo-hero-height, 610px);padding-top:var(--techvo-hero-pt, 0);padding-bottom:var(--techvo-hero-pb, 0);display:flex;align-items:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 72% 32%,rgba(22,102,198,.36),transparent 28%),linear-gradient(100deg,#121b2d,#1d2d43 46%,#294b67)}.techvo-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070f1c,#070f1c8c 55%,#070f1c26);opacity:var(--techvo-hero-overlay, .55);z-index:1}.techvo-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.techvo-hero__content{position:relative;z-index:2;width:min(var(--techvo-hero-content-width, 650px),100%);padding:80px 0}.techvo-hero--align-center .techvo-hero__content{margin-inline:auto;text-align:center}.techvo-hero--align-center .techvo-hero__text{margin-inline:auto}.techvo-hero--align-center .techvo-hero__actions{justify-content:center}.techvo-eyebrow{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:var(--techvo-blue);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.techvo-hero h1{margin:18px 0 14px;font-size:clamp(42px,5.5vw,72px);line-height:1.02;letter-spacing:-.045em;color:#fff}.techvo-hero__text{max-width:540px;color:#ffffffd9;font-size:16px;line-height:1.65}.techvo-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.techvo-category-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:18px}.techvo-category{text-align:center;color:var(--techvo-text);text-decoration:none}.techvo-category__media{width:76px;height:76px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#edf1f5;color:var(--techvo-blue);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.techvo-category:hover .techvo-category__media{transform:translateY(-3px);box-shadow:0 10px 24px #1018281f}.techvo-category__media img{width:100%;height:100%;object-fit:cover}.techvo-category__media svg{width:28px;height:28px}.techvo-category__title{display:block;font-size:13px;font-weight:700;line-height:1.35}.techvo-product-grid{display:grid;grid-template-columns:repeat(var(--techvo-cols, 4),minmax(0,1fr));gap:22px}.techvo-product-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--techvo-border);border-radius:8px;background:#fff;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.techvo-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #10182814}.techvo-product-card__media{position:relative;aspect-ratio:1.3 / 1;background:#f7f8fa;overflow:hidden}.techvo-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.techvo-product-card:hover .techvo-product-card__media img{transform:scale(1.025)}.techvo-product-card__badge{position:absolute;top:10px;left:10px;z-index:2;padding:4px 7px;border-radius:4px;background:var(--techvo-blue);color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.techvo-product-card__badge--sale{background:#cb2b38}.techvo-product-card__badge--soldout{background:#667085}.techvo-product-card__body{display:flex;flex-direction:column;flex:1;padding:16px}.techvo-product-card__vendor{color:#667085;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.techvo-product-card__title{margin:7px 0 8px;min-height:42px;color:var(--techvo-text);font-size:15px;font-weight:700;line-height:1.4;text-decoration:none}.techvo-product-card__price{margin-top:auto;color:var(--techvo-blue);font-size:17px;font-weight:800}.techvo-product-card__compare{margin-left:7px;color:#98a2b3;font-size:13px;font-weight:500;text-decoration:line-through}.techvo-product-card__form{margin-top:14px}.techvo-product-card__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;margin-top:14px;border:0;border-radius:5px;background:var(--techvo-navy);color:#fff;font:inherit;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}.techvo-product-card__form .techvo-product-card__cta{margin-top:0}.techvo-product-card__cta--disabled{background:#98a2b3;cursor:not-allowed;pointer-events:none}.techvo-empty-products{grid-column:1 / -1;padding:42px;border:1px dashed var(--techvo-border);border-radius:10px;text-align:center;background:#fff}.techvo-promo-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px}.techvo-promo-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}.techvo-promo-card{position:relative;min-height:240px;display:flex;align-items:flex-end;padding:34px;overflow:hidden;border-radius:12px;color:#fff;background:linear-gradient(135deg,#1c2c40,#0d6bd8)}.techvo-promo-card--large{min-height:520px}.techvo-promo-card--pos-top{align-items:flex-start}.techvo-promo-card--pos-center{align-items:center}.techvo-promo-card--pos-bottom{align-items:flex-end}.techvo-promo-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.techvo-promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#070f1c,#070f1c26 70%);opacity:var(--techvo-promo-overlay, .55)}.techvo-promo-card--blue:after{background:#0460ca}.techvo-promo-card__content{position:relative;z-index:2;max-width:560px}.techvo-promo-card__eyebrow{display:inline-block;margin-bottom:10px;padding:4px 9px;border-radius:999px;background:#ffffff29;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.techvo-promo-card h3{margin:0 0 10px;color:#fff;font-size:clamp(26px,3.2vw,46px);line-height:1.05;letter-spacing:-.035em}.techvo-promo-card:not(.techvo-promo-card--large) h3{font-size:clamp(20px,2.2vw,30px)}.techvo-promo-card p{margin:0 0 18px;color:#ffffffdb;line-height:1.55}.techvo-promo-card a{color:#fff;font-weight:800;text-decoration:none}.techvo-spotlight{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center}.techvo-spotlight__media{aspect-ratio:1.18 / 1;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e8edf3,#d9e6f3);box-shadow:0 22px 42px #10182824}.techvo-spotlight__media img{width:100%;height:100%;object-fit:cover}.techvo-spotlight--media-right .techvo-spotlight__media{order:2}.techvo-spotlight__content .techvo-eyebrow{margin-bottom:14px}.techvo-spotlight__content h2{margin:0 0 14px;color:var(--techvo-text);font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-.045em}.techvo-spotlight__content>p{color:#5c6573;font-size:16px;line-height:1.7}.techvo-benefits{display:grid;gap:10px;margin:20px 0 26px}.techvo-benefit{display:flex;align-items:center;gap:10px;color:#20262f;font-weight:600}.techvo-benefit__check{width:19px;height:19px;border-radius:50%;display:inline-grid;place-items:center;flex:0 0 auto;border:1.5px solid var(--techvo-blue);color:var(--techvo-blue);font-size:12px;font-weight:900}.techvo-trust-bar{border-top:1px solid #dce3eb;border-bottom:1px solid #dce3eb;background:#fff}.techvo-trust-grid{min-height:94px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:center}.techvo-trust-item{display:flex;align-items:center;gap:12px}.techvo-trust-icon{color:var(--techvo-blue);width:34px;height:34px;flex:0 0 auto}.techvo-trust-icon svg{width:100%;height:100%}.techvo-trust-item strong{display:block;color:var(--techvo-text);font-size:13px}.techvo-trust-item span{display:block;color:var(--techvo-muted);font-size:11px;margin-top:2px}.techvo-lead-wrap{padding:72px 0;background:#f7f9fb}.techvo-lead{display:grid;grid-template-columns:1fr 1.15fr;min-height:380px;border-radius:16px;overflow:hidden;background:var(--techvo-navy);color:#fff}.techvo-lead__copy{display:flex;flex-direction:column;justify-content:center;padding:58px}.techvo-lead__copy h2{margin:0 0 12px;color:#fff;font-size:clamp(32px,4vw,50px);letter-spacing:-.04em}.techvo-lead__copy p{margin:0;max-width:470px;color:#ffffffb8;line-height:1.65}.techvo-lead__meta{margin-top:26px;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.techvo-lead__form-wrap{display:grid;place-items:center;padding:34px}.techvo-lead__form{width:min(100%,560px);padding:30px;border-radius:12px;background:#eef1f5;color:var(--techvo-text)}.techvo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.techvo-field--full{grid-column:1 / -1}.techvo-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#2a313b}.techvo-field input,.techvo-field select{width:100%;min-height:44px;border:1px solid #d7dee8;border-radius:6px;padding:0 12px;background:#fff;color:#20262f;font:inherit}.techvo-form-status{margin:0 0 12px;font-size:13px}.techvo-form-status--success{color:#137333}.techvo-form-status--error{color:#b42318}.techvo-footer{background:var(--techvo-navy);color:#ffffffb8}.techvo-footer__main{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:54px;padding:64px 0 48px}.techvo-footer h3,.techvo-footer h4{margin:0 0 18px;color:#fff}.techvo-footer h3{color:var(--techvo-blue);font-size:24px}.techvo-footer h4{font-size:14px}.techvo-footer p{line-height:1.65;font-size:13px}.techvo-footer ul{list-style:none;padding:0;margin:0}.techvo-footer li+li{margin-top:10px}.techvo-footer a{color:#ffffff9e;text-decoration:none;font-size:13px}.techvo-footer a:hover{color:#fff}.techvo-contact-card{display:grid;gap:10px}.techvo-contact-card a{display:block;padding:12px 14px;border-radius:8px;background:#ffffff0f;color:#fff}.techvo-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.techvo-footer__bottom-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.techvo-payments{display:flex;flex-wrap:wrap;gap:8px}.techvo-payments span{padding:4px 7px;border:1px solid rgba(255,255,255,.22);border-radius:3px;color:#ffffffc7;font-size:9px;text-transform:uppercase}.techvo-footer__logo{display:block;width:auto;max-width:160px;max-height:44px;margin-bottom:16px}.techvo-social{display:flex;gap:10px;margin-top:18px}.techvo-social a{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#ffffff14;color:#fff}.techvo-social a:hover{background:var(--techvo-blue)}.techvo-social svg{width:18px;height:18px}.techvo-footer__policies{display:flex;flex-wrap:wrap;gap:16px}.techvo-footer__policies a{color:#ffffff9e;font-size:11px}.techvo-whatsapp-fab{position:fixed;right:20px;bottom:20px;z-index:60;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 10px 26px #25d3666b,0 4px 10px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.techvo-whatsapp-fab--labeled{width:auto;gap:10px;padding:0 20px 0 16px;font-size:14px;font-weight:800}.techvo-whatsapp-fab:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px #25d36680,0 6px 14px #0003}.techvo-whatsapp-fab:focus-visible{outline:3px solid var(--techvo-blue);outline-offset:3px}.techvo-whatsapp-fab__icon{width:30px;height:30px;flex:0 0 auto}.techvo-whatsapp-fab__label{white-space:nowrap}.techvo-whatsapp-fab:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;animation:techvo-wa-pulse 2.4s ease-out infinite}@keyframes techvo-wa-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}@media(prefers-reduced-motion:reduce){.techvo-whatsapp-fab:after{animation:none}.techvo-whatsapp-fab:hover{transform:none}}.techvo-header--sticky{position:sticky;top:0}.techvo-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}@media(max-width:1100px){.techvo-category-grid{grid-template-columns:repeat(5,1fr)}.techvo-product-grid{grid-template-columns:repeat(3,1fr)}.techvo-footer__main{grid-template-columns:1fr 1fr}}@media(max-width:900px){.techvo-header__main{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;min-height:0;padding-top:12px;padding-bottom:12px}.techvo-logo{margin-right:auto}.techvo-header__actions{order:2}.techvo-search{order:3;flex:1 0 100%;margin:2px 0}.techvo-nav-wrap{display:none}.techvo-mobile-nav{display:block}.techvo-mobile-nav details{border-top:1px solid #eef1f4}.techvo-mobile-nav summary{display:flex;align-items:center;justify-content:space-between;list-style:none;padding:14px 20px;font-weight:800;color:var(--techvo-navy);cursor:pointer}.techvo-mobile-nav summary::-webkit-details-marker{display:none}.techvo-mobile-nav summary:after{content:"";width:9px;height:9px;margin-left:12px;flex:0 0 auto;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.techvo-mobile-nav details[open] summary:after{transform:rotate(-135deg)}.techvo-mobile-nav__links{padding:0 20px 16px;display:grid;gap:10px}.techvo-mobile-nav__links a{color:#313842;text-decoration:none;padding:4px 0}.techvo-promo-layout{grid-template-columns:1fr}.techvo-promo-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.techvo-promo-card--large{min-height:460px}.techvo-spotlight{grid-template-columns:1fr;gap:34px}.techvo-trust-grid{grid-template-columns:1fr 1fr;padding:22px 0}.techvo-lead{grid-template-columns:1fr}.techvo-lead__copy{padding-bottom:12px}}@media(max-width:749px){.techvo-shell{width:min(100% - 28px,var(--techvo-max))}.techvo-section{padding:46px 0}.techvo-announcement{font-size:9px}.techvo-header__main{min-height:64px}.techvo-logo{font-size:21px}.techvo-header__actions{gap:2px}.techvo-header__icon-link{display:none}.techvo-hero{min-height:var(--techvo-hero-height-mobile, 540px)}.techvo-hero__content{padding:64px 0}.techvo-hero h1{font-size:clamp(40px,13vw,60px)}.techvo-category-grid{grid-template-columns:repeat(3,1fr);gap:18px 10px}.techvo-category__media{width:68px;height:68px}.techvo-category__title{font-size:12px}.techvo-product-grid{grid-template-columns:repeat(var(--techvo-cols-mobile, 2),minmax(0,1fr));gap:12px}.techvo-product-card__body{padding:12px}.techvo-product-card__title{min-height:54px;font-size:13px}.techvo-product-card__price{font-size:15px}.techvo-promo-side{grid-template-columns:1fr}.techvo-promo-card,.techvo-promo-card--large{min-height:360px;padding:24px}.techvo-spotlight__content h2{font-size:38px}.techvo-trust-grid{grid-template-columns:1fr 1fr;gap:16px 12px}.techvo-lead__copy{padding:38px 24px 14px}.techvo-lead__form-wrap{padding:24px}.techvo-form-grid{grid-template-columns:1fr}.techvo-field--full{grid-column:auto}.techvo-footer__main{grid-template-columns:1fr;gap:32px;padding:48px 0 36px}.techvo-footer__bottom-inner{flex-direction:column;align-items:flex-start;padding:18px 0}.techvo-whatsapp-fab{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));width:54px;height:54px}.techvo-whatsapp-fab--labeled{width:54px;padding:0;justify-content:center}.techvo-whatsapp-fab--labeled .techvo-whatsapp-fab__label{display:none}.techvo-whatsapp-fab__icon{width:28px;height:28px}}@media(max-width:480px){.techvo-section__head{flex-wrap:wrap;gap:10px}.techvo-section__head h2{font-size:25px}.techvo-hero__content{padding:52px 0}.techvo-hero__actions{flex-direction:column;align-items:stretch}.techvo-hero__actions .techvo-btn{width:100%}.techvo-category-grid{grid-template-columns:repeat(2,1fr)}.techvo-product-card__title{min-height:0}.techvo-promo-card h3{font-size:24px}.techvo-spotlight__content h2{font-size:32px}.techvo-lead__copy h2{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/techvo-custom.css.map */
