
:root{
--txc-blue:#0b4da2;--txc-blue2:#1768c8;--txc-navy:#071525;--txc-ink:#17212d;
--txc-muted:#687587;--txc-bg:#f4f7fa;--txc-line:#e1e7ee;--txc-white:#fff;
--txc-container:1280px;--txc-radius:14px;--txc-shadow:0 18px 50px rgba(15,35,60,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--txc-ink);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}img{max-width:100%;height:auto}a{color:inherit}.txc-container{width:min(calc(100% - 48px),var(--txc-container));margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.txc-skip-link{position:fixed;top:12px;left:12px;z-index:9999;padding:10px 14px;background:#fff;color:#000;transform:translateY(-150%)}.txc-skip-link:focus{transform:none}
.txc-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--txc-line);backdrop-filter:blur(14px)}.txc-header__top{background:#f5f7fa;color:var(--txc-muted);font-size:12px}.txc-header__top-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between}.txc-header__contacts{display:flex;gap:20px}.txc-header__contacts a{text-decoration:none}.txc-header__main-inner{min-height:78px;display:flex;align-items:center;gap:28px}.txc-logo{display:flex;align-items:center;gap:11px;text-decoration:none;flex:none}.txc-logo .custom-logo{display:block;max-width:210px;max-height:56px;width:auto}.txc-logo__mark{display:grid;place-items:center;width:58px;height:48px;border-radius:8px;background:var(--txc-blue);color:#fff;font-weight:900;font-size:19px}.txc-logo__name{display:flex;flex-direction:column;text-transform:uppercase;letter-spacing:.06em;line-height:1.2}.txc-logo__name strong{font-size:11px}.txc-logo__name small{font-size:10px;color:var(--txc-muted)}.txc-nav{margin-left:auto}.txc-nav__list{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none}.txc-nav__list li{position:relative}.txc-nav__list a{text-decoration:none;font-size:13px;font-weight:650;white-space:nowrap}.txc-nav__list a:hover{color:var(--txc-blue)}.txc-nav__list .sub-menu{position:absolute;top:100%;left:-12px;min-width:230px;padding:10px;margin:0;list-style:none;background:#fff;border:1px solid var(--txc-line);border-radius:10px;box-shadow:var(--txc-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.txc-nav__list li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.txc-nav__list .sub-menu a{display:block;padding:9px 10px}.txc-header__cta,.txc-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-weight:750;border:0;cursor:pointer}.txc-header__cta{min-height:44px;padding:0 17px;border-radius:7px;background:var(--txc-blue);color:#fff;font-size:13px}.txc-header__cta svg,.txc-btn svg,.txc-text-link svg,.txc-product-card a svg{width:18px;height:18px}.txc-menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:7px;background:#eaf2fb}.txc-menu-toggle>span:not(.screen-reader-text){display:block;width:22px;height:2px;margin:4px auto;background:var(--txc-blue)}
.txc-hero{position:relative;overflow:hidden;background:var(--txc-navy);color:#fff;isolation:isolate}.txc-hero__grid{position:absolute;inset:0;z-index:-2;opacity:.23;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:70px 70px}.txc-hero:after{content:"";position:absolute;z-index:-1;right:-220px;top:-250px;width:850px;height:850px;background:radial-gradient(circle,rgba(35,111,211,.35),transparent 66%)}.txc-hero__inner{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding-top:72px;padding-bottom:72px}.txc-kicker{display:inline-block;color:#9fc8fa;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.txc-kicker--blue{color:var(--txc-blue)}.txc-hero h1{max-width:760px;margin:18px 0 0;font-size:clamp(48px,5.2vw,78px);line-height:.98;letter-spacing:-.055em}.txc-hero h1 em{display:block;color:#6caaf6;font-style:normal}.txc-hero__lead{margin:27px 0 0;font-size:clamp(23px,2vw,31px);font-weight:700;line-height:1.2}.txc-hero__text{max-width:650px;margin:16px 0 0;color:#b7c3d1}.txc-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.txc-btn{min-height:52px;padding:0 22px;border-radius:8px;font-size:14px}.txc-btn--primary{background:var(--txc-blue2);color:#fff;box-shadow:0 12px 30px rgba(23,104,200,.3)}.txc-btn--primary:hover{background:#2878d5;transform:translateY(-1px)}.txc-btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.03)}.txc-btn--light{background:#fff;color:var(--txc-blue)}.txc-hero__facts{display:flex;gap:28px;margin-top:46px}.txc-hero__facts div{display:flex;align-items:center;gap:9px}.txc-hero__facts strong{font-size:27px}.txc-hero__facts span{max-width:95px;color:#8fa0b3;font-size:10px;text-transform:uppercase}.txc-hero__visual{position:relative;height:520px}.txc-metal-stack{position:absolute;inset:8% -20% 0 0;transform:rotate(-7deg) skewX(-9deg)}.txc-metal-stack span{position:absolute;left:0;width:120%;height:74px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(#aeb9c4,#354251 23%,#15202b 55%,#76838f 60%,#24303c 87%,#9ca7b1);box-shadow:0 20px 38px rgba(0,0,0,.35)}.txc-metal-stack span:nth-child(1){top:2%}.txc-metal-stack span:nth-child(2){top:21%;left:7%}.txc-metal-stack span:nth-child(3){top:40%;left:-3%}.txc-metal-stack span:nth-child(4){top:59%;left:8%}.txc-metal-stack span:nth-child(5){top:78%;left:-5%}.txc-float-card{position:absolute;padding:14px 17px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(9,28,49,.82);box-shadow:0 18px 45px rgba(0,0,0,.28);backdrop-filter:blur(10px)}.txc-float-card strong,.txc-float-card small{display:block}.txc-float-card small{color:#9aabbd}.txc-float-card--a{top:12%;right:0}.txc-float-card--b{right:13%;bottom:12%}
.txc-section{padding:100px 0}.txc-heading{max-width:780px;margin-bottom:42px}.txc-heading h2,.txc-supply h2,.txc-about h2,.txc-final-cta h2{margin:12px 0 0;font-size:clamp(35px,4vw,56px);line-height:1.08;letter-spacing:-.04em}.txc-heading p{max-width:650px;color:var(--txc-muted)}.txc-heading--row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between}.txc-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--txc-blue);text-decoration:none;font-weight:750}
.txc-comparison{background:var(--txc-bg)}.txc-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.txc-compare-card{padding:38px;border-radius:var(--txc-radius)}.txc-compare-card--muted{background:#fff;border:1px solid var(--txc-line)}.txc-compare-card--accent{background:var(--txc-blue);color:#fff;box-shadow:0 22px 60px rgba(11,77,162,.22)}.txc-compare-card__tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;opacity:.7}.txc-compare-card h3{margin:13px 0 22px;font-size:34px}.txc-compare-card ul{margin:0 0 25px;padding:0;list-style:none}.txc-compare-card li{position:relative;padding:11px 0 11px 28px;border-bottom:1px solid rgba(120,135,150,.16)}.txc-compare-card li:before{content:"✓";position:absolute;left:0;color:#58a2f0}.txc-compare-card--accent li:before{color:#fff}.txc-compare-card a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:750}.txc-compare-card a svg{width:18px}
.txc-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.txc-category-card{position:relative;min-height:230px;padding:30px;border:1px solid var(--txc-line);border-radius:var(--txc-radius);background:#fff;transition:.22s}.txc-category-card:hover{transform:translateY(-4px);box-shadow:var(--txc-shadow);border-color:#c4d7ec}.txc-category-card__num{color:#a8b6c7;font-size:12px;font-weight:800}.txc-category-card h3{margin:40px 0 8px;font-size:23px}.txc-category-card p{color:var(--txc-muted)}.txc-category-card a{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--txc-blue);text-decoration:none;font-weight:750}.txc-category-card svg{width:17px}
.txc-supply{background:var(--txc-navy);color:#fff}.txc-supply__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.txc-supply p{max-width:600px;color:#b4c1cf}.txc-supply__list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.txc-supply__list div{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.04)}.txc-supply__list strong,.txc-supply__list span{display:block}.txc-supply__list span{margin-top:7px;color:#9cabbc;font-size:13px}
.txc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--txc-line);border:1px solid var(--txc-line);border-radius:var(--txc-radius);overflow:hidden}.txc-steps>div{padding:30px;background:#fff}.txc-steps>div>span{color:var(--txc-blue);font-size:12px;font-weight:800}.txc-steps h3{margin:46px 0 8px}.txc-steps p{color:var(--txc-muted);font-size:14px}
.txc-about{background:var(--txc-bg)}.txc-about__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.txc-about__panel{min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;padding:38px;border-radius:var(--txc-radius);color:#fff;background:linear-gradient(145deg,#0a4b9d,#071525)}.txc-about__panel>span{font-size:90px;font-weight:900;opacity:.25}.txc-about__panel strong{font-size:28px;line-height:1.15}.txc-about p{color:var(--txc-muted);font-size:17px}.txc-about__metrics{display:flex;gap:30px;margin:30px 0}.txc-about__metrics div{display:flex;flex-direction:column}.txc-about__metrics strong{font-size:30px;color:var(--txc-blue)}.txc-about__metrics span{font-size:12px;color:var(--txc-muted)}
.txc-final-cta{background:var(--txc-blue);color:#fff}.txc-final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.txc-final-cta h2{max-width:780px}.txc-final-cta p{color:#d7e7fa}
.txc-page-hero{padding:90px 0 70px;background:var(--txc-navy);color:#fff}.txc-page-hero h1{margin:12px 0 0;font-size:clamp(42px,5vw,70px);letter-spacing:-.05em}.txc-page-hero p{max-width:680px;color:#b9c5d3}.txc-content{max-width:900px}.txc-content h2{margin-top:2em;font-size:32px}.txc-content p,.txc-content li{font-size:17px;color:#4c5968}.txc-post-grid,.txc-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.txc-post-card,.txc-product-card{border:1px solid var(--txc-line);border-radius:12px;overflow:hidden;background:#fff}.txc-post-card{padding:22px}.txc-post-card h2 a{text-decoration:none}.txc-product-card__image{height:220px;display:grid;place-items:center;overflow:hidden;background:#e9eef3;text-decoration:none}.txc-product-card__image img{width:100%;height:100%;object-fit:cover}.txc-product-card__image span{font-size:54px;font-weight:900;color:#b9c6d3}.txc-product-card__body{padding:24px}.txc-product-card h2{font-size:20px}.txc-product-card h2 a{text-decoration:none}.txc-product-card p{color:var(--txc-muted);font-size:14px}.txc-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px}.txc-product-card__bottom a{display:inline-flex;align-items:center;gap:6px;color:var(--txc-blue);text-decoration:none;font-weight:750}.txc-filter-list{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.txc-filter-list a{padding:10px 14px;border:1px solid var(--txc-line);border-radius:30px;text-decoration:none;font-size:13px}.txc-product-single__grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.txc-product-single__image{min-height:450px;display:grid;place-items:center;border-radius:14px;background:#edf1f5;overflow:hidden}.txc-product-single__image img{width:100%;height:100%;object-fit:cover}.txc-product-single__image span{font-size:80px;font-weight:900;color:#bbc6d2}.txc-product-single h1{font-size:50px;line-height:1.05}.txc-product-single__price{font-size:24px;font-weight:800;color:var(--txc-blue)}
.txc-form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.txc-check-list{padding:0;list-style:none}.txc-check-list li{padding:12px 0;border-bottom:1px solid var(--txc-line)}.txc-request-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:32px;border:1px solid var(--txc-line);border-radius:14px;box-shadow:var(--txc-shadow)}.txc-request-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.txc-request-form input,.txc-request-form textarea{width:100%;padding:13px 14px;border:1px solid #cfd8e2;border-radius:8px;font:inherit}.txc-form-wide{grid-column:1/-1}.txc-consent{flex-direction:row!important;align-items:flex-start!important;font-weight:400!important}.txc-consent input{width:auto;margin-top:3px}.txc-notice{grid-column:1/-1;padding:13px;border-radius:8px}.txc-notice--success{background:#e7f7ef;color:#176b42}.txc-notice--error{background:#fdecec;color:#9e2d2d}.txc-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.txc-contact-card{padding:30px;border:1px solid var(--txc-line);border-radius:14px}.txc-contact-card span,.txc-contact-card a,.txc-contact-card strong{display:block}.txc-contact-card span{color:var(--txc-muted);font-size:13px}.txc-contact-card a,.txc-contact-card strong{margin-top:9px;font-size:22px;text-decoration:none}.txc-error-page{text-align:center}.txc-error-page__code{display:block;font-size:120px;font-weight:900;color:#dce6f1}
.txc-footer{padding-top:70px;background:#06101d;color:#fff}.txc-footer__grid{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:60px;padding-bottom:55px}.txc-logo--footer .txc-logo__name small{color:#8d9db0}.txc-footer p{max-width:430px;color:#8d9db0}.txc-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#8d9db0}.txc-footer__menu{margin:0;padding:0;list-style:none}.txc-footer__menu a,.txc-footer__grid>div:last-child a,.txc-footer__grid>div:last-child span{display:block;padding:5px 0;color:#dbe4ee;text-decoration:none}.txc-footer__bottom{border-top:1px solid rgba(255,255,255,.08);color:#76869a;font-size:12px}.txc-footer__bottom .txc-container{min-height:60px;display:flex;align-items:center;justify-content:space-between}
@media(max-width:1100px){.txc-menu-toggle{display:block;margin-left:auto}.txc-nav{position:fixed;top:112px;left:16px;right:16px;padding:16px;border:1px solid var(--txc-line);border-radius:12px;background:#fff;box-shadow:var(--txc-shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.txc-header.is-menu-open .txc-nav{opacity:1;visibility:visible;transform:none}.txc-nav__list{flex-direction:column;align-items:stretch;gap:2px}.txc-nav__list a{display:block;padding:10px}.txc-header__cta{display:none}.txc-hero__inner{grid-template-columns:1fr}.txc-hero__visual{position:absolute;right:-180px;width:55%;opacity:.28;z-index:-1}.txc-category-grid{grid-template-columns:repeat(2,1fr)}.txc-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.txc-container{width:min(calc(100% - 30px),var(--txc-container))}.txc-header__top{display:none}.txc-header__main-inner{min-height:70px}.txc-nav{top:70px}.txc-logo__name{display:none}.txc-logo__mark{width:52px;height:42px}.txc-section{padding:72px 0}.txc-hero__inner{min-height:690px;padding-top:55px;padding-bottom:85px}.txc-hero h1{font-size:44px}.txc-hero__lead{font-size:22px}.txc-btn{width:100%}.txc-hero__facts{gap:12px}.txc-hero__facts span{font-size:8px}.txc-hero__visual{right:-260px;width:100%;opacity:.18}.txc-heading--row,.txc-final-cta__inner{display:block}.txc-text-link{margin-top:18px}.txc-compare-grid,.txc-category-grid,.txc-supply__grid,.txc-about__grid,.txc-product-grid,.txc-post-grid,.txc-product-single__grid,.txc-form-layout,.txc-contact-grid,.txc-footer__grid{grid-template-columns:1fr}.txc-steps{grid-template-columns:1fr}.txc-supply__list{grid-template-columns:1fr}.txc-about__panel{min-height:280px}.txc-about__metrics{flex-wrap:wrap}.txc-request-form{grid-template-columns:1fr;padding:22px}.txc-form-wide{grid-column:auto}.txc-footer__bottom .txc-container{flex-direction:column;justify-content:center;gap:5px}.txc-footer__grid{gap:30px}}


/* =========================================================
   TXC v2.1 — PREMIUM HOME
   ========================================================= */
.txc-v2-hero{position:relative;overflow:hidden;color:#fff;background:#061322;isolation:isolate}
.txc-v2-hero__grid{position:absolute;inset:0;z-index:-3;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.75) 55%,transparent)}
.txc-v2-hero__glow{position:absolute;z-index:-2;width:900px;height:900px;right:-250px;top:-270px;background:radial-gradient(circle,rgba(21,108,220,.45),rgba(10,56,118,.14) 43%,transparent 70%)}
.txc-v2-hero__inner{min-height:690px;display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center;padding-top:78px;padding-bottom:105px}
.txc-v2-hero__badge{display:inline-flex;align-items:center;gap:10px;color:#9cc4f4;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.txc-v2-hero__badge>span{width:8px;height:8px;border-radius:50%;background:#4b9cff;box-shadow:0 0 0 6px rgba(75,156,255,.12)}
.txc-v2-hero h1{margin:24px 0 0;font-size:clamp(48px,5.4vw,82px);line-height:.96;letter-spacing:-.06em}
.txc-v2-hero h1 em{color:#67a7f4;font-style:normal}
.txc-v2-hero__lead{max-width:720px;margin:27px 0 0;color:#bcc8d6;font-size:19px;line-height:1.65}
.txc-v2-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.txc-v2-search{max-width:720px;display:flex;margin-top:25px;padding:6px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}
.txc-v2-search input{flex:1;min-width:0;border:0;padding:0 15px;color:#fff;background:transparent;font:inherit;outline:none}
.txc-v2-search input::placeholder{color:#7f91a6}
.txc-v2-search button{min-height:44px;padding:0 20px;border:0;border-radius:7px;background:#fff;color:#0b4da2;font-weight:800;cursor:pointer}
.txc-v2-hero__metrics{display:flex;gap:34px;margin-top:38px}
.txc-v2-hero__metrics div{display:flex;align-items:center;gap:10px}
.txc-v2-hero__metrics strong{font-size:28px}
.txc-v2-hero__metrics span{max-width:100px;color:#899bad;font-size:10px;line-height:1.25;text-transform:uppercase}
.txc-v2-hero__scene{position:relative;height:560px}
.txc-v2-hero__ring{position:absolute;width:520px;height:520px;right:-90px;top:15px;border:1px solid rgba(107,164,234,.18);border-radius:50%;box-shadow:inset 0 0 80px rgba(28,103,197,.08)}
.txc-v2-beam{position:absolute;width:125%;height:78px;right:-28%;border:1px solid rgba(255,255,255,.27);background:linear-gradient(180deg,#aeb8c2 0%,#485664 18%,#1a2632 49%,#7b8792 55%,#273440 84%,#9ea8b2 100%);box-shadow:0 24px 50px rgba(0,0,0,.38);transform:rotate(-11deg) skewX(-7deg)}
.txc-v2-beam:after{content:"";position:absolute;inset:12px 0;border-top:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(0,0,0,.35)}
.txc-v2-beam--1{top:13%;right:-24%}.txc-v2-beam--2{top:34%;right:-12%;opacity:.84}.txc-v2-beam--3{top:55%;right:-27%;opacity:.72}.txc-v2-beam--4{top:76%;right:-10%;opacity:.62}
.txc-v2-data-card{position:absolute;z-index:4;display:flex;align-items:center;gap:13px;padding:15px 18px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(6,24,43,.84);box-shadow:0 20px 50px rgba(0,0,0,.3);backdrop-filter:blur(12px)}
.txc-v2-data-card>span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:rgba(69,143,235,.16);color:#6eaff9;font-weight:900}
.txc-v2-data-card strong,.txc-v2-data-card small{display:block}.txc-v2-data-card small{margin-top:3px;color:#91a3b7}
.txc-v2-data-card--top{top:11%;right:0}.txc-v2-data-card--bottom{right:13%;bottom:10%}
.txc-v2-hero__ticker{position:absolute;right:0;bottom:0;left:0;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.14)}
.txc-v2-hero__ticker .txc-container{min-height:67px;display:flex;align-items:center;justify-content:space-between;color:#97a8bb;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.txc-v2-hero__ticker i{width:4px;height:4px;border-radius:50%;background:#246fc9}
.txc-v2-manufacturers{padding:32px 0;border-bottom:1px solid var(--txc-line);background:#fff}
.txc-v2-manufacturers p{text-align:center;color:#7d8997;font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.txc-v2-brand-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:20px}
.txc-v2-brand-row span{display:grid;place-items:center;min-height:58px;border:1px solid #e2e8ef;border-radius:9px;color:#8794a3;font-weight:900;letter-spacing:.08em}
.txc-v2-catalog-preview{background:#f5f8fb}
.txc-v2-catalog-preview__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;align-items:center}
.txc-v2-catalog-preview h2{margin:13px 0 0;font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.04em}
.txc-v2-catalog-preview p{color:var(--txc-muted)}
.txc-v2-checks{padding:0;margin:26px 0;list-style:none}.txc-v2-checks li{position:relative;padding:10px 0 10px 29px;border-bottom:1px solid #dfe6ed}.txc-v2-checks li:before{content:"✓";position:absolute;left:0;color:#0b65c9;font-weight:900}
.txc-v2-catalog-preview__image{overflow:hidden;border-radius:16px;border:1px solid #dce4ec;box-shadow:0 25px 70px rgba(17,41,70,.14);background:#fff}
.txc-v2-catalog-preview__image img{display:block;width:100%}
.txc-v2-advantages{background:#fff}
.txc-v2-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--txc-line);border-radius:15px;overflow:hidden;background:var(--txc-line)}
.txc-v2-adv-grid article{min-height:250px;padding:30px;background:#fff}
.txc-v2-adv-grid article>span{color:#0c61bd;font-size:12px;font-weight:900}
.txc-v2-adv-grid h3{margin:50px 0 9px;font-size:22px}.txc-v2-adv-grid p{margin:0;color:var(--txc-muted);font-size:14px}
.txc-v2-reviews{background:#f5f8fb}.txc-v2-reviews .txc-heading--row>p{max-width:420px;color:var(--txc-muted)}
.txc-v2-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.txc-v2-review-grid blockquote{margin:0;padding:29px;border:1px solid var(--txc-line);border-radius:14px;background:#fff}
.txc-v2-review-grid blockquote p{font-size:18px;line-height:1.55}.txc-v2-review-grid footer{margin-top:25px;color:#748191;font-size:13px}
.txc-v2-review-note{display:block;margin-top:15px;color:#8d98a5}
.txc-v2-faq__grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.txc-v2-faq h2{margin:13px 0;font-size:48px;line-height:1.08}
.txc-v2-faq__grid>div:first-child p{color:var(--txc-muted)}
.txc-v2-faq-item{border-bottom:1px solid var(--txc-line)}.txc-v2-faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:22px 0;border:0;background:transparent;text-align:left;font:inherit;font-weight:800;cursor:pointer}
.txc-v2-faq-item button i{font-style:normal;font-size:24px;color:#0b5eb6;transition:.2s}.txc-v2-faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.txc-v2-faq-item>div>p{overflow:hidden;margin:0;color:var(--txc-muted)}.txc-v2-faq-item.is-open>div{grid-template-rows:1fr}.txc-v2-faq-item.is-open>div>p{padding-bottom:22px}.txc-v2-faq-item.is-open button i{transform:rotate(45deg)}
.txc-v2-spec{color:#fff;background:linear-gradient(125deg,#0b4da2,#071525)}
.txc-v2-spec__inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.txc-v2-spec h2{margin:12px 0;font-size:clamp(40px,4vw,60px);line-height:1.05}.txc-v2-spec p{color:#c3d5e9}.txc-v2-spec__formats{margin-top:25px;color:#80b8f8;font-weight:900;letter-spacing:.12em}
.txc-v2-mini-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:26px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}
.txc-v2-mini-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:800}.txc-v2-mini-form input,.txc-v2-mini-form textarea{width:100%;padding:12px 13px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(5,20,36,.48);color:#fff;font:inherit}.txc-v2-mini-form__wide{grid-column:1/-1}
@media(max-width:1100px){.txc-v2-hero__inner{grid-template-columns:1fr}.txc-v2-hero__scene{position:absolute;right:-170px;width:52%;opacity:.3;z-index:-1}.txc-v2-brand-row{grid-template-columns:repeat(3,1fr)}.txc-v2-catalog-preview__grid,.txc-v2-faq__grid,.txc-v2-spec__inner{grid-template-columns:1fr}.txc-v2-adv-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.txc-v2-hero__inner{min-height:760px;padding-top:55px;padding-bottom:125px}.txc-v2-hero h1{font-size:44px}.txc-v2-hero__lead{font-size:16px}.txc-v2-hero__actions .txc-btn{width:100%}.txc-v2-search{display:grid}.txc-v2-search input{min-height:48px}.txc-v2-search button{width:100%}.txc-v2-hero__metrics{gap:12px}.txc-v2-hero__metrics span{font-size:8px}.txc-v2-hero__scene{right:-300px;width:100%;opacity:.18}.txc-v2-hero__ticker .txc-container{justify-content:flex-start;gap:13px;overflow:hidden;white-space:nowrap}.txc-v2-brand-row{grid-template-columns:repeat(2,1fr)}.txc-v2-catalog-preview__grid{gap:34px}.txc-v2-adv-grid,.txc-v2-review-grid{grid-template-columns:1fr}.txc-v2-faq h2{font-size:38px}.txc-v2-mini-form{grid-template-columns:1fr}.txc-v2-mini-form__wide{grid-column:auto}}


/* =========================================================
   TXC v2.2 — CATALOG SYSTEM
   ========================================================= */
.txc-catalog-hero{padding:82px 0;color:#fff;background:linear-gradient(115deg,#071525 0%,#09284b 72%,#0b4da2 145%)}
.txc-catalog-hero__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}
.txc-catalog-hero h1{margin:13px 0 10px;font-size:clamp(44px,5vw,72px);line-height:1;letter-spacing:-.055em}
.txc-catalog-hero p{max-width:760px;margin:0;color:#b7c5d5;font-size:17px}
.txc-catalog-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.txc-catalog-hero__stats div{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.04)}
.txc-catalog-hero__stats strong,.txc-catalog-hero__stats span{display:block}.txc-catalog-hero__stats strong{font-size:28px}.txc-catalog-hero__stats span{margin-top:4px;color:#92a5ba;font-size:10px;text-transform:uppercase}
.txc-catalog-shell{padding:0 0 100px;background:#f4f7fa}
.txc-catalog-search{position:relative;z-index:4;display:grid;grid-template-columns:2fr repeat(4,1fr);gap:12px;margin-top:-30px;padding:22px;border:1px solid #dce4ed;border-radius:14px;background:#fff;box-shadow:0 20px 55px rgba(13,37,66,.12)}
.txc-catalog-search label{display:block;margin-bottom:7px;color:#4f5e6f;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.txc-catalog-search input,.txc-catalog-search select{width:100%;min-height:47px;padding:0 12px;border:1px solid #ced8e3;border-radius:8px;background:#fff;font:inherit}
.txc-catalog-search__main>div{display:flex}.txc-catalog-search__main input{border-radius:8px 0 0 8px}.txc-catalog-search__main button{padding:0 19px;border:0;border-radius:0 8px 8px 0;background:#0b4da2;color:#fff;font-weight:800}
.txc-catalog-search__actions{grid-column:1/-1;display:flex;align-items:center;gap:17px;padding-top:4px}.txc-catalog-search__actions .txc-btn{width:auto;min-height:44px}.txc-catalog-search__actions>a{color:#637284;font-size:13px}
.txc-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;margin-top:28px}
.txc-catalog-sidebar__box,.txc-catalog-help{overflow:hidden;border:1px solid #dce4ed;border-radius:13px;background:#fff}
.txc-catalog-sidebar__box h2{margin:0;padding:22px 20px;border-bottom:1px solid #e3e9ef;font-size:18px}
.txc-catalog-sidebar__box>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 20px;border-bottom:1px solid #edf1f4;text-decoration:none;font-size:14px}
.txc-catalog-sidebar__box>a:hover,.txc-catalog-sidebar__box>a.is-active{color:#0b4da2;background:#edf5ff}
.txc-catalog-sidebar__box>a small{display:grid;place-items:center;min-width:25px;height:23px;padding:0 6px;border-radius:20px;background:#eef2f6;color:#718092;font-size:10px}
.txc-catalog-help{margin-top:18px;padding:24px;color:#fff;background:linear-gradient(145deg,#0b4da2,#071525)}
.txc-catalog-help>span{color:#89bbf3;font-size:11px;font-weight:800;text-transform:uppercase}.txc-catalog-help h3{margin:12px 0 7px;font-size:24px;line-height:1.1}.txc-catalog-help p{color:#b9caDC;font-size:13px}.txc-catalog-help a{display:inline-flex;margin-top:10px;color:#fff;font-weight:800}
.txc-catalog-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.txc-catalog-toolbar>div{display:flex;align-items:baseline;gap:6px}.txc-catalog-toolbar strong{font-size:24px}.txc-catalog-toolbar span{color:#718092;font-size:13px}.txc-catalog-toolbar select{padding:9px 12px;border:1px solid #d3dde6;border-radius:8px;background:#fff}
.txc-v22-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.txc-v22-product-card{overflow:hidden;border:1px solid #dce4ed;border-radius:13px;background:#fff;transition:.22s}.txc-v22-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(17,42,72,.11)}
.txc-v22-product-card__image{position:relative;height:205px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eff3f7,#dae2e9);text-decoration:none}
.txc-v22-product-card__image img{width:100%;height:100%;object-fit:cover}.txc-v22-product-card__image>span:not(.txc-stock){font-size:52px;font-weight:900;color:#afbbc8}
.txc-stock{display:inline-flex;align-items:center;width:max-content;padding:6px 9px;border-radius:30px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.txc-v22-product-card__image .txc-stock{position:absolute;top:12px;left:12px}
.txc-stock--in_stock{background:#dff5e8;color:#167348}.txc-stock--on_order{background:#fff1d8;color:#9a6413}.txc-stock--check{background:#e8eef5;color:#526479}
.txc-v22-product-card__body{padding:19px}.txc-v22-product-card__category{min-height:18px;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.txc-v22-product-card__category a{color:#0b62bf;text-decoration:none}
.txc-v22-product-card h2{min-height:54px;margin:8px 0 13px;font-size:19px;line-height:1.25}.txc-v22-product-card h2 a{text-decoration:none}
.txc-v22-product-card dl{margin:0}.txc-v22-product-card dl>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #edf1f4;font-size:12px}.txc-v22-product-card dt{color:#8190a0}.txc-v22-product-card dd{margin:0;text-align:right;font-weight:750}
.txc-v22-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.txc-v22-product-card__bottom>div span,.txc-v22-product-card__bottom>div strong{display:block}.txc-v22-product-card__bottom>div span{color:#8a97a5;font-size:10px;text-transform:uppercase}.txc-v22-product-card__bottom>div strong{font-size:18px}.txc-v22-product-card__bottom>div small{font-size:11px;color:#718092}
.txc-v22-product-card__bottom>a{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#0b4da2;color:#fff}.txc-v22-product-card__bottom>a svg{width:19px}
.txc-catalog-empty{grid-column:1/-1;padding:70px 30px;border:1px dashed #c8d4df;border-radius:13px;background:#fff;text-align:center}.txc-catalog-empty>span{color:#0b61bd;font-size:12px;font-weight:900;text-transform:uppercase}.txc-catalog-empty h2{margin:12px 0}.txc-catalog-empty p{color:#718092}
.navigation.pagination{margin-top:28px}.nav-links{display:flex;gap:7px;align-items:center}.nav-links .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid #d4dee7;border-radius:7px;background:#fff;text-decoration:none}.nav-links .current{border-color:#0b4da2;background:#0b4da2;color:#fff}
.txc-breadcrumbs{padding:15px 0;border-bottom:1px solid #e2e8ee;background:#f7f9fb}.txc-breadcrumbs .txc-container{display:flex;gap:9px;align-items:center;overflow:hidden;white-space:nowrap;color:#778697;font-size:12px}.txc-breadcrumbs a{text-decoration:none}.txc-breadcrumbs strong{overflow:hidden;text-overflow:ellipsis;color:#334152}
.txc-v22-product-single{padding:70px 0 80px}.txc-v22-product-single__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.txc-v22-product-gallery__main{min-height:510px;display:grid;place-items:center;overflow:hidden;border:1px solid #dce4ed;border-radius:15px;background:linear-gradient(145deg,#f1f4f7,#dbe3ea)}.txc-v22-product-gallery__main img{width:100%;height:100%;object-fit:cover}.txc-v22-product-gallery__main>span{font-size:88px;font-weight:900;color:#b0bdc9}.txc-v22-product-gallery__note{margin-top:10px;color:#8a97a5;font-size:11px}
.txc-v22-product-info__category a{color:#0b61bd;text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase}.txc-v22-product-info h1{margin:14px 0 16px;font-size:clamp(40px,4.5vw,62px);line-height:1.03;letter-spacing:-.05em}
.txc-v22-product-price{margin-top:28px;padding:24px;border-radius:12px;background:#f2f6fa}.txc-v22-product-price>span,.txc-v22-product-price>strong{display:block}.txc-v22-product-price>span{color:#718092;font-size:11px;text-transform:uppercase}.txc-v22-product-price>strong{font-size:31px}.txc-v22-product-price>strong small{font-size:14px;color:#718092}.txc-v22-product-price p{margin:7px 0 0;color:#718092;font-size:12px}
.txc-v22-quick-spec{display:grid;grid-template-columns:1fr 1fr;margin-top:24px;border-top:1px solid #e3e9ef;border-left:1px solid #e3e9ef}.txc-v22-quick-spec>div{padding:15px;border-right:1px solid #e3e9ef;border-bottom:1px solid #e3e9ef}.txc-v22-quick-spec span,.txc-v22-quick-spec strong{display:block}.txc-v22-quick-spec span{color:#8190a0;font-size:10px;text-transform:uppercase}.txc-v22-quick-spec strong{margin-top:4px}
.txc-v22-product-actions{display:flex;gap:10px;margin-top:25px}.txc-btn--outline-dark{border:1px solid #cbd6e0;color:#203044;background:#fff}
.txc-v22-product-details{background:#f4f7fa}.txc-v22-product-details__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px}.txc-v22-product-details h2{margin:12px 0 22px;font-size:42px;letter-spacing:-.035em}
.txc-v22-spec-table{margin-top:30px;border-top:1px solid #d9e2ea}.txc-v22-spec-table>div{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #d9e2ea}.txc-v22-spec-table dt{color:#718092}.txc-v22-spec-table dd{margin:0;font-weight:750}
.txc-v22-calculator,.txc-v22-manager-card{padding:28px;border:1px solid #d8e1e9;border-radius:14px;background:#fff}.txc-v22-calculator h2{font-size:31px}.txc-v22-calculator label{display:flex;flex-direction:column;gap:6px;margin-top:14px;font-size:12px;font-weight:800}.txc-v22-calculator input{padding:12px;border:1px solid #ccd7e1;border-radius:8px;font:inherit}.txc-v22-calculator__result{margin-top:18px;padding:18px;border-radius:10px;background:#0b4da2;color:#fff}.txc-v22-calculator__result span,.txc-v22-calculator__result strong{display:block}.txc-v22-calculator__result span{font-size:10px;text-transform:uppercase;opacity:.7}.txc-v22-calculator__result strong{margin-top:4px;font-size:29px}.txc-v22-calculator>small{display:block;margin-top:10px;color:#8593a2}
.txc-v22-manager-card{margin-top:16px;color:#fff;background:linear-gradient(145deg,#0b4da2,#071525)}.txc-v22-manager-card>span{color:#8fc0f7;font-size:11px;text-transform:uppercase}.txc-v22-manager-card h3{font-size:23px}.txc-v22-manager-card a{display:block;margin-top:7px;color:#fff;text-decoration:none}
@media(max-width:1150px){.txc-catalog-search{grid-template-columns:repeat(2,1fr)}.txc-catalog-search__main{grid-column:1/-1}.txc-v22-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.txc-catalog-hero__grid,.txc-catalog-layout,.txc-v22-product-single__grid,.txc-v22-product-details__grid{grid-template-columns:1fr}.txc-catalog-sidebar{display:none}.txc-catalog-hero__stats{max-width:520px}.txc-v22-product-gallery__main{min-height:390px}}
@media(max-width:620px){.txc-catalog-hero{padding:60px 0}.txc-catalog-hero__stats{grid-template-columns:1fr}.txc-catalog-search{grid-template-columns:1fr;margin-top:-18px;padding:15px}.txc-catalog-search__main{grid-column:auto}.txc-catalog-search__main>div{display:grid}.txc-catalog-search__main input{border-radius:8px}.txc-catalog-search__main button{min-height:44px;margin-top:7px;border-radius:8px}.txc-catalog-search__actions{grid-column:auto;align-items:stretch;flex-direction:column}.txc-catalog-search__actions .txc-btn{width:100%}.txc-v22-product-grid{grid-template-columns:1fr}.txc-catalog-toolbar{align-items:flex-start;gap:12px;flex-direction:column}.txc-v22-product-single{padding-top:45px}.txc-v22-product-info h1{font-size:39px}.txc-v22-product-actions{flex-direction:column}.txc-v22-product-actions .txc-btn{width:100%}.txc-v22-quick-spec{grid-template-columns:1fr}.txc-v22-spec-table>div{grid-template-columns:1fr;gap:4px}}


/* =========================================================
   TXC v3.1 — CATALOG INTELLIGENCE
   ========================================================= */
.txc-smart-search{position:relative}
.txc-smart-search__dropdown{position:absolute;top:100%;right:0;left:0;z-index:50;margin-top:7px;overflow:hidden;border:1px solid #d8e1ea;border-radius:12px;background:#fff;box-shadow:0 22px 60px rgba(11,36,66,.18)}
.txc-smart-search__item{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:11px 13px;border-bottom:1px solid #eef2f5;text-decoration:none}
.txc-smart-search__item:last-child{border-bottom:0}.txc-smart-search__item:hover{background:#f3f7fb}
.txc-smart-search__image{display:grid;place-items:center;width:52px;height:45px;overflow:hidden;border-radius:7px;background:#edf2f6;color:#9aa8b6;font-weight:900}
.txc-smart-search__image img{width:100%;height:100%;object-fit:cover}
.txc-smart-search__content strong,.txc-smart-search__content small{display:block}
.txc-smart-search__content strong{font-size:13px}.txc-smart-search__content small{margin-top:4px;color:#7c8997;font-size:10px}
.txc-smart-search__price{font-size:12px;font-weight:900;white-space:nowrap}
.txc-smart-search__loading,.txc-smart-search__empty{padding:18px;color:#738293;font-size:13px;text-align:center}
.txc-save-product{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:10px;border:1px solid #d8e1ea;border-radius:8px;color:#425267;background:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.txc-save-product:hover,.txc-save-product.is-saved{border-color:var(--txc-accent,#0b4da2);color:var(--txc-accent,#0b4da2);background:#eef5ff}
.txc-save-product--large{width:auto;min-height:48px;margin-top:0;padding:0 18px}
.txc-saved-selection{overflow:hidden;border:1px solid #dce4ec;border-radius:16px;background:#fff}
.txc-saved-selection__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px;border-bottom:1px solid #e5ebf0}
.txc-saved-selection__head span{color:var(--txc-accent,#0b4da2);font-size:11px;font-weight:900;text-transform:uppercase}
.txc-saved-selection__head h2{margin:5px 0 0;font-size:29px}.txc-saved-selection__head button{border:0;color:#7a8795;background:transparent;cursor:pointer}
.txc-saved-selection__items{padding:10px 26px}.txc-saved-selection__item{display:grid;grid-template-columns:34px 1fr 34px;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #edf1f4}
.txc-saved-selection__item>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef3f7;font-size:11px}
.txc-saved-selection__item a{text-decoration:none;font-weight:800}.txc-saved-selection__item button{border:0;background:transparent;font-size:21px;cursor:pointer}
.txc-saved-selection__footer{padding:22px 26px;border-top:1px solid #e5ebf0}
@media(max-width:700px){
  .txc-smart-search__item{grid-template-columns:44px 1fr}.txc-smart-search__price{grid-column:2}
  .txc-v22-product-actions{display:grid}.txc-save-product--large{width:100%}
}

/* TXC v3.2 Lead Intelligence */
.txc-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.txc-lead-form input[type=file],.txc-request-form input[type=file]{padding:12px;border:1px dashed #b7c5d3;border-radius:8px;background:#f7f9fb}

/* TXC v5.0 — Authentication & Company Accounts */
.txc-header__actions{display:flex;align-items:center;gap:10px;flex:none}.txc-header-auth{display:flex;align-items:center;gap:8px}.txc-header-auth a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:7px;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}.txc-header-auth__login{border:1px solid #cbd6e0;color:#173451;background:#fff}.txc-header-auth__register{background:#10243a;color:#fff}.txc-account-menu{position:relative}.txc-account-menu__trigger{display:flex;align-items:center;gap:9px;min-height:44px;padding:5px 10px 5px 6px;border:1px solid #d6e0e8;border-radius:9px;background:#fff;text-decoration:none}.txc-account-menu__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#10243a;color:#fff;font-weight:900}.txc-account-menu__trigger span:last-child{display:grid;line-height:1.15}.txc-account-menu__trigger small{color:#718092;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.txc-account-menu__trigger strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.txc-account-menu__dropdown{position:absolute;z-index:30;right:0;top:calc(100% + 10px);min-width:230px;padding:9px;border:1px solid #dce4eb;border-radius:12px;background:#fff;box-shadow:0 18px 45px rgba(15,31,45,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.txc-account-menu:hover .txc-account-menu__dropdown,.txc-account-menu:focus-within .txc-account-menu__dropdown{opacity:1;visibility:visible;transform:none}.txc-account-menu__dropdown a{display:block;padding:10px 11px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:700}.txc-account-menu__dropdown a:hover{background:#f0f4f7}
@media(max-width:1280px){.txc-header-auth__register{display:none}.txc-account-menu__trigger strong{max-width:110px}}
@media(max-width:1100px){.txc-header__actions{margin-left:0}.txc-header__cta{display:none}.txc-header-auth__register{display:inline-flex}.txc-account-menu__trigger span:last-child{display:none}.txc-account-menu__trigger{padding:5px}.txc-account-menu__dropdown{right:0}.txc-header-auth a{min-height:40px;padding:0 11px}}
@media(max-width:760px){.txc-header-auth__register{display:none}.txc-header-auth__login{min-height:38px;padding:0 10px}.txc-account-menu__trigger{min-height:38px}.txc-account-menu__icon{width:28px;height:28px}}
