:root{--tefco-primary: #0b5cff;--tefco-primary-dark: #0848c6;--tefco-secondary: #11284d;--tefco-accent: #29b6f6;--tefco-heading: #111827;--tefco-text: #4b5563;--tefco-text-light: #6b7280;--tefco-bg: #ffffff;--tefco-bg-light: #f8fafc;--tefco-bg-soft: #f4f7fb;--tefco-border: #e5e7eb;--tefco-success: #16a34a;--tefco-warning: #f59e0b;--tefco-danger: #dc2626;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-pill:999px;--shadow-xs: 0 2px 6px rgba(0,0,0,.04);--shadow-sm: 0 8px 20px rgba(15,23,42,.05);--shadow-md: 0 16px 36px rgba(15,23,42,.08);--shadow-lg: 0 24px 60px rgba(15,23,42,.12);--transition: all .28s ease;--container-width:1440px;--section-space: clamp(60px,8vw,110px);--content-space: clamp(24px,4vw,48px);--grid-gap: clamp(18px,2vw,32px);--font-heading: var(--font-heading-family, sans-serif);--font-body: var(--font-body-family, sans-serif)}.tefco-home *{box-sizing:border-box}.tefco-home img{max-width:100%;height:auto;display:block}.tefco-home svg{display:block}.tefco-home a{text-decoration:none;transition:var(--transition)}.tefco-home button{transition:var(--transition)}.tefco-home input,.tefco-home textarea,.tefco-home select{font:inherit}.tefco-home{background:var(--tefco-bg);color:var(--tefco-text);font-family:var(--font-body);line-height:1.6}.tefco-title{color:var(--tefco-heading);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0}.tefco-heading-xl{font-size:clamp(40px,6vw,68px)}.tefco-heading-lg{font-size:clamp(32px,5vw,52px)}.tefco-heading-md{font-size:clamp(26px,3vw,38px)}.tefco-heading-sm{font-size:clamp(20px,2vw,28px)}.tefco-text{color:var(--tefco-text);font-size:16px}.tefco-text-lg{font-size:18px}.tefco-muted{color:var(--tefco-text-light)}.tefco-container{width:min(calc(100% - 40px),var(--container-width));margin-inline:auto}.tefco-container-sm{width:min(calc(100% - 40px),1100px);margin-inline:auto}.tefco-section{padding-block:var(--section-space);position:relative}.tefco-section-alt{background:var(--tefco-bg-soft)}.tefco-grid{display:grid;gap:var(--grid-gap)}.tefco-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tefco-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tefco-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tefco-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.tefco-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.tefco-flex{display:flex}.tefco-flex-center{display:flex;align-items:center;justify-content:center}.tefco-flex-between{display:flex;align-items:center;justify-content:space-between}.tefco-flex-column{display:flex;flex-direction:column}.tefco-card{background:#fff;border:1px solid var(--tefco-border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition)}.tefco-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.tefco-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:var(--radius-pill);font-weight:600;transition:var(--transition);cursor:pointer}.tefco-btn-primary{background:var(--tefco-primary);color:#fff}.tefco-btn-primary:hover{background:var(--tefco-primary-dark)}.tefco-btn-outline{border:1px solid var(--tefco-primary);color:var(--tefco-primary);background:#fff}.tefco-btn-outline:hover{background:var(--tefco-primary);color:#fff}.tefco-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:42px}.tefco-section-subtitle{color:var(--tefco-primary);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:13px}.tefco-section-description{max-width:700px;color:var(--tefco-text-light)}.tefco-image{overflow:hidden;border-radius:inherit}.tefco-image img{width:100%;transition:transform .6s ease}.tefco-card:hover .tefco-image img{transform:scale(1.05)}.tefco-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:var(--radius-pill);background:#eef5ff;color:var(--tefco-primary);font-size:13px;font-weight:600}@keyframes tefcoFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes tefcoFade{0%{opacity:0}to{opacity:1}}@media(max-width:1200px){.tefco-grid-6,.tefco-grid-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.tefco-grid-4,.tefco-grid-5,.tefco-grid-6{grid-template-columns:repeat(2,1fr)}.tefco-section-header{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.tefco-container{width:min(calc(100% - 24px),var(--container-width))}.tefco-grid-2,.tefco-grid-3,.tefco-grid-4,.tefco-grid-5,.tefco-grid-6{grid-template-columns:1fr}.tefco-btn{width:100%}}.tefco-hero{position:relative;overflow:hidden;isolation:isolate;background:#071d46;color:#fff}.tefco-hero__wrapper,.tefco-hero__slider,.tefco-hero__track{position:relative;width:100%;min-height:inherit}.tefco-hero__slider{overflow:hidden}.tefco-hero__track{display:grid}.tefco-hero__slide{position:relative;grid-area:1 / 1;width:100%;min-height:620px;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.tefco-hero__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.tefco-hero--animation-fade .tefco-hero__slide{transition:opacity .55s ease,visibility .55s ease}.tefco-hero--animation-slide .tefco-hero__track{display:flex;transition:transform .55s ease;will-change:transform}.tefco-hero--animation-slide .tefco-hero__slide{grid-area:auto;flex:0 0 100%;opacity:1;visibility:visible}.tefco-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tefco-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071d46f0,#071d46d1 38%,#071d4633);pointer-events:none}.tefco-hero__image,.tefco-hero__media img,.tefco-hero__media video,.tefco-hero__placeholder{width:100%;height:100%;display:block;object-fit:cover}.tefco-hero__content{position:relative;z-index:2;display:flex;align-items:center;width:min(calc(100% - 40px),var(--container-width));min-height:620px;margin-inline:auto;padding-block:90px}.tefco-hero__content-inner{width:min(100%,620px)}.tefco-hero__eyebrow{display:inline-flex;align-items:center;padding:8px 18px;margin:0 0 24px;border-radius:var(--radius-pill);background:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;font-size:13px;font-weight:600;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.tefco-hero__heading{max-width:760px;margin:0 0 24px;color:#fff;font-size:clamp(42px,6vw,68px);font-weight:700;line-height:1.08;letter-spacing:-.03em}.tefco-hero__text{max-width:560px;margin:0 0 36px;color:#ffffffd1;font-size:18px;line-height:1.8}.tefco-hero__text>*{margin-top:0}.tefco-hero__text>*:last-child{margin-bottom:0}.tefco-hero__actions{display:flex;flex-wrap:wrap;gap:18px}.tefco-hero__cta.tefco-btn{border:1px solid transparent;background:var(--tefco-primary);color:#fff}.tefco-hero__cta.tefco-btn:hover{background:var(--tefco-primary-dark);color:#fff}.tefco-hero__cta[aria-disabled=true]{pointer-events:none;opacity:.55}.tefco-hero__navigation{position:absolute;inset-inline:24px;top:50%;z-index:5;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.tefco-hero__arrow{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#071d468c;color:#fff;box-shadow:var(--shadow-sm);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:auto}.tefco-hero__arrow:hover{background:var(--tefco-primary);border-color:var(--tefco-primary)}.tefco-hero__pagination{position:absolute;left:50%;bottom:28px;z-index:5;display:flex;align-items:center;justify-content:center;gap:10px;transform:translate(-50%)}.tefco-hero__pagination-item{width:11px;height:11px;padding:0;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:#ffffff40}.tefco-hero__pagination-item.is-active,.tefco-hero__pagination-item[aria-selected=true]{background:#fff;border-color:#fff;transform:scale(1.18)}.tefco-hero--small .tefco-hero__slide,.tefco-hero--small .tefco-hero__content{min-height:460px}.tefco-hero--medium .tefco-hero__slide,.tefco-hero--medium .tefco-hero__content{min-height:560px}.tefco-hero--large .tefco-hero__slide,.tefco-hero--large .tefco-hero__content{min-height:680px}.tefco-hero--fullscreen .tefco-hero__slide,.tefco-hero--fullscreen .tefco-hero__content{min-height:100svh}.visually-hidden,.tefco-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.tefco-hero__picture,.tefco-hero__video-wrapper,.tefco-hero__video-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tefco-hero__picture{display:block}.tefco-hero__video-wrapper{z-index:0;overflow:hidden}.tefco-hero__video{width:100%;height:100%;display:block;object-fit:cover}.tefco-hero__video-poster{z-index:-1}.tefco-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#071d46;opacity:var(--tefco-hero-overlay-opacity, .35);pointer-events:none}.tefco-hero__media:has(.tefco-hero__overlay):after{display:none}.tefco-hero__content--top-left,.tefco-hero__content--top-center,.tefco-hero__content--top-right{align-items:flex-start}.tefco-hero__content--middle-left,.tefco-hero__content--middle-center,.tefco-hero__content--middle-right{align-items:center}.tefco-hero__content--bottom-left,.tefco-hero__content--bottom-center,.tefco-hero__content--bottom-right{align-items:flex-end}.tefco-hero__content--top-left .tefco-hero__content-inner,.tefco-hero__content--middle-left .tefco-hero__content-inner,.tefco-hero__content--bottom-left .tefco-hero__content-inner{margin-right:auto;margin-left:0}.tefco-hero__content--top-center .tefco-hero__content-inner,.tefco-hero__content--middle-center .tefco-hero__content-inner,.tefco-hero__content--bottom-center .tefco-hero__content-inner{margin-inline:auto}.tefco-hero__content--top-right .tefco-hero__content-inner,.tefco-hero__content--middle-right .tefco-hero__content-inner,.tefco-hero__content--bottom-right .tefco-hero__content-inner{margin-left:auto;margin-right:0}.tefco-hero__content--align-left{text-align:left}.tefco-hero__content--align-center{text-align:center}.tefco-hero__content--align-right{text-align:right}.tefco-hero__content--align-left .tefco-hero__actions{justify-content:flex-start}.tefco-hero__content--align-center .tefco-hero__actions{justify-content:center}.tefco-hero__content--align-right .tefco-hero__actions{justify-content:flex-end}.tefco-hero__content--align-left .tefco-hero__text{margin-right:auto;margin-left:0}.tefco-hero__content--align-center .tefco-hero__text{margin-inline:auto}.tefco-hero__content--align-right .tefco-hero__text{margin-left:auto;margin-right:0}@media(max-width:1200px){.tefco-hero__slide,.tefco-hero__content{min-height:560px}.tefco-hero__content{padding-block:76px}}@media(max-width:991px){.tefco-hero__media:after{background:linear-gradient(180deg,#071d4694,#071d46db 72%,#071d46f0)}.tefco-hero__content{min-height:560px;padding-block:70px}.tefco-hero__text{margin-bottom:32px}.tefco-hero__navigation{inset-inline:16px}}@media(max-width:767px){.tefco-hero__slide,.tefco-hero__content,.tefco-hero--small .tefco-hero__slide,.tefco-hero--small .tefco-hero__content,.tefco-hero--medium .tefco-hero__slide,.tefco-hero--medium .tefco-hero__content,.tefco-hero--large .tefco-hero__slide,.tefco-hero--large .tefco-hero__content{min-height:520px}.tefco-hero--fullscreen .tefco-hero__slide,.tefco-hero--fullscreen .tefco-hero__content{min-height:100svh}.tefco-hero__content{width:min(calc(100% - 24px),var(--container-width));padding-block:58px 76px}.tefco-hero__heading{font-size:clamp(34px,10vw,46px)}.tefco-hero__text{font-size:16px;line-height:1.7}.tefco-hero__navigation{top:auto;bottom:20px;transform:none}.tefco-hero__arrow{width:42px;height:42px}.tefco-hero__pagination{bottom:34px}}@media(max-width:480px){.tefco-hero__heading{font-size:34px}.tefco-hero__actions,.tefco-hero__actions .tefco-btn{width:100%}.tefco-hero__navigation{display:none}.tefco-hero__pagination{bottom:22px}}@media(prefers-reduced-motion:reduce){.tefco-hero__slide,.tefco-hero__track,.tefco-hero__arrow,.tefco-hero__pagination-item{transition:none!important;animation:none!important}}.tefco-brand-slider{position:relative;margin-top:-42px;z-index:10}.tefco-brand-slider__wrapper{background:#fff;border-radius:18px;box-shadow:0 12px 40px #0f172a14;border:1px solid var(--tefco-border);overflow:hidden}.tefco-brand-slider__track{display:flex;align-items:center}.tefco-brand-slider__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:180px;padding:28px 34px}.tefco-brand-slider__item img{max-height:44px;width:auto;opacity:.72;transition:.3s ease}.tefco-brand-slider__item:hover img{opacity:1;transform:scale(1.05)}.tefco-brand-slider{position:relative}.tefco-brand-slider__header{position:relative;z-index:2}.tefco-brand-slider__slider,.tefco-brand-slider__wrapper{position:relative}.tefco-brand-slider__viewport{width:100%;overflow:hidden;touch-action:pan-y}.tefco-brand-slider__track{display:flex;align-items:stretch;will-change:transform;backface-visibility:hidden}.tefco-brand-slider__item{min-width:0;height:auto}.tefco-brand-slider__link{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:inherit}a.tefco-brand-slider__link{cursor:pointer}.tefco-brand-slider__media{width:100%;display:flex;align-items:center;justify-content:center}.tefco-brand-slider__image{display:block;max-width:100%;height:auto;object-fit:contain}.tefco-brand-slider__placeholder{width:100%;display:flex;align-items:center;justify-content:center}.tefco-brand-slider__placeholder-svg{display:block;width:100%;max-width:180px;height:auto}.tefco-brand-slider__name{display:block;margin-top:12px;text-align:center;line-height:1.35}.tefco-brand-slider__navigation{position:absolute;inset:50% 0 auto;z-index:3;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.tefco-brand-slider__arrow{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;border:1px solid currentColor;border-radius:50%;background:var(--tefco-white, #fff);color:var(--tefco-navy, #071d46);cursor:pointer;pointer-events:auto;transition:opacity .2s ease,transform .2s ease}.tefco-brand-slider__arrow:hover{transform:scale(1.05)}.tefco-brand-slider__arrow:focus-visible{outline:2px solid currentColor;outline-offset:3px}.tefco-brand-slider__arrow[disabled],.tefco-brand-slider__arrow[aria-disabled=true]{opacity:.4;cursor:not-allowed}.tefco-brand-slider__status{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:767px){.tefco-brand-slider__navigation{position:static;justify-content:center;gap:12px;margin-top:20px;transform:none}.tefco-brand-slider__arrow{width:40px;height:40px;flex-basis:40px}}@media(prefers-reduced-motion:reduce){.tefco-brand-slider__track,.tefco-brand-slider__arrow{transition:none!important}}.tefco-category-grid{position:relative}.tefco-category-grid__items{display:grid;grid-template-columns:repeat(var(--categories-columns, 4),minmax(0,1fr));gap:22px;align-items:stretch}.tefco-category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;height:100%;padding:28px 18px;overflow:hidden;text-align:center;background:#fff;color:inherit;border:1px solid var(--tefco-border);border-radius:18px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.tefco-category-card.is-active,.tefco-category-card.is-hovered,.tefco-category-card:hover{border-color:var(--tefco-primary);box-shadow:0 14px 32px #0f172a14;transform:translateY(-6px)}.tefco-category-card:focus-visible{outline:2px solid var(--tefco-primary);outline-offset:3px}.tefco-category-card__icon{width:74px;height:74px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.tefco-category-card__icon img{display:block;width:auto;height:auto;max-width:64px;max-height:64px;object-fit:contain}.tefco-category-card__title{margin:0;color:var(--tefco-heading);font-size:15px;font-weight:600;line-height:1.45}.tefco-category-card__description{margin-top:10px;color:var(--tefco-text-light);font-size:14px;line-height:1.6}.tefco-category-card.is-animatable{opacity:0;transform:translateY(20px)}.tefco-category-card.is-animated{opacity:1;transform:none;transition:opacity .45s ease var(--category-delay, 0ms),transform .45s ease var(--category-delay, 0ms),border-color .3s ease,box-shadow .3s ease}@media(max-width:1199px){.tefco-category-grid__items{--category-columns:3}}@media(max-width:767px){.tefco-category-grid__items{--category-columns:2;gap:16px}.tefco-category-card{padding:22px 14px}.tefco-category-card__icon{width:60px;height:60px}.tefco-category-card__icon img{max-width:48px;max-height:48px}}@media(max-width:479px){.tefco-category-grid__items{--category-columns:1}}@media(prefers-reduced-motion:reduce){.tefco-category-card,.tefco-category-card.is-animatable,.tefco-category-card.is-animated{transition:none!important;animation:none!important}}.tefco-solutions{position:relative}.tefco-solutions__grid{display:grid;grid-template-columns:repeat(var(--solutions-columns, 4),minmax(0,1fr));gap:24px;align-items:stretch}.tefco-solution-card{position:relative;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--tefco-border);border-radius:18px;transition:.35s ease;height:100%}.tefco-solution-card:hover{transform:translateY(-8px);border-color:#0b5cff26;box-shadow:0 18px 40px #0f172a14}.tefco-solution-card__image{position:relative;overflow:hidden;aspect-ratio:16/10}.tefco-solution-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.tefco-solution-card:hover .tefco-solution-card__image img{transform:scale(1.08)}.tefco-solution-card__body{display:flex;flex-direction:column;flex:1;padding:22px}.tefco-solution-card__title{margin:0 0 12px;color:var(--tefco-heading);font-size:18px;font-weight:700;line-height:1.35}.tefco-solution-card__text{flex:1;margin:0 0 22px;color:var(--tefco-text-light);font-size:15px;line-height:1.75}.tefco-solution-card__link{display:inline-flex;align-items:center;gap:10px;color:var(--tefco-primary);font-size:14px;font-weight:600}.tefco-solution-card__link svg{width:16px;height:16px;transition:.3s ease}.tefco-solution-card:hover .tefco-solution-card__link svg{transform:translate(4px)}.tefco-banner-grid{position:relative}.tefco-banner-grid__wrapper{display:grid;grid-template-columns:repeat(var(--banner-grid-columns, 2),minmax(0,1fr));gap:30px;align-items:stretch}.tefco-banner{position:relative;overflow:hidden;border-radius:22px;min-height:420px;color:#fff;isolation:isolate;background:#0b234d}.tefco-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.tefco-banner__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.tefco-banner.is-hovered .tefco-banner__media img{transform:scale(1.06)}.tefco-banner.is-animatable{opacity:0;transform:translateY(20px)}.tefco-banner.is-animated{opacity:1;transform:none;transition:opacity .45s ease var(--banner-delay, 0ms),transform .45s ease var(--banner-delay, 0ms)}.tefco-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#061638eb,#061638b3,#0616381f);z-index:1}.tefco-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding:54px}.tefco-banner__eyebrow{margin-bottom:18px;color:#fff;opacity:.75;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.tefco-banner__title{margin:0 0 20px;max-width:460px;color:#fff;font-size:36px;font-weight:700;line-height:1.18}.tefco-banner__description{max-width:500px;margin-bottom:34px;color:#ffffffd1;font-size:16px;line-height:1.85}.tefco-banner__actions{display:flex;flex-wrap:wrap;gap:16px}@media(prefers-reduced-motion:reduce){.tefco-banner,.tefco-banner.is-animatable,.tefco-banner.is-animated,.tefco-banner__media img{transition:none!important;animation:none!important}.tefco-banner.is-animatable,.tefco-banner.is-animated{opacity:1;transform:none}.tefco-banner.is-hovered .tefco-banner__media img{transform:none}}.tefco-feature-banner{position:relative;overflow:hidden;border-radius:24px;min-height:520px;background:#081d47;color:#fff}.tefco-feature-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.tefco-feature-banner__media img{width:100%;height:100%;object-fit:cover}.tefco-feature-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071d46eb,#071d46b8 45%,#071d4626);z-index:1}.tefco-feature-banner__content{position:relative;z-index:2;max-width:650px;padding:80px}.tefco-feature-banner__title{margin:0 0 24px;color:#fff;font-size:48px;line-height:1.1;font-weight:700}.tefco-feature-banner__description{margin-bottom:36px;color:#ffffffd1;font-size:18px;line-height:1.8}@media(max-width:1200px){.tefco-banner{min-height:360px}.tefco-banner__content{padding:42px}.tefco-feature-banner__content{padding:60px}}@media(max-width:991px){.tefco-banner{min-height:420px}.tefco-feature-banner{min-height:460px}.tefco-feature-banner__title{font-size:40px}}@media(max-width:767px){.tefco-newsletter__container{width:min(calc(100% - 24px),var(--container-width))}.tefco-solutions__grid{gap:20px}.tefco-banner{min-height:360px}.tefco-banner__content{padding:30px}.tefco-banner__title{font-size:30px}.tefco-banner__description{font-size:15px;line-height:1.7}.tefco-feature-banner{min-height:400px}.tefco-feature-banner__content{padding:34px 28px}.tefco-feature-banner__title{font-size:34px}.tefco-feature-banner__description{font-size:16px}}@media(max-width:480px){.tefco-banner{min-height:320px}.tefco-banner__content{padding:24px}.tefco-banner__title{font-size:26px}.tefco-feature-banner__title{font-size:28px}}.tefco-products{position:relative}.tefco-products__grid{display:grid;grid-template-columns:repeat(var(--products-columns, 4),minmax(0,1fr));gap:28px}.tefco-product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--tefco-border);border-radius:20px;overflow:hidden;transition:.35s ease}.tefco-product-card:hover{transform:translateY(-8px);border-color:#0b5cff2e;box-shadow:0 18px 45px #0f172a14}.tefco-product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:#fff}.tefco-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .6s ease}.tefco-product-card:hover .tefco-product-card__media img{transform:scale(1.06)}.tefco-product-card__badge{position:absolute;top:18px;left:18px;z-index:2}.tefco-product-card__body{display:flex;flex-direction:column;flex:1;padding:24px}.tefco-product-card__vendor{margin-bottom:10px;color:var(--tefco-primary);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.tefco-product-card__title{margin:0 0 14px;color:var(--tefco-heading);font-size:18px;font-weight:700;line-height:1.45}.tefco-product-card__excerpt{flex:1;margin-bottom:22px;color:var(--tefco-text-light);font-size:15px;line-height:1.75}.tefco-product-card__price{display:flex;align-items:center;gap:10px;margin-bottom:22px}.tefco-product-card__price-current{color:var(--tefco-heading);font-size:22px;font-weight:700}.tefco-product-card__price-compare{color:#9ca3af;font-size:15px;text-decoration:line-through}.tefco-product-card__actions{display:flex;gap:12px}.tefco-product-card__actions>*{flex:1}.tefco-testimonials{position:relative}.tefco-testimonials__header{margin-bottom:34px}.tefco-testimonials__subheading{margin:0 0 10px;color:var(--tefco-text-light);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tefco-testimonials__heading{margin:0;color:var(--tefco-heading)}.tefco-testimonials__slider{position:relative;overflow:hidden}.tefco-testimonials__track{--testimonials-slides-per-view:3;width:100%;transition:transform .5s ease;will-change:transform}.tefco-testimonials__wrapper{display:flex;align-items:stretch;width:100%}.tefco-testimonial{flex:0 0 calc(100% / var(--testimonials-slides-per-view, 3));min-width:0;padding:0 15px;box-sizing:border-box}.tefco-testimonial__card{display:flex;flex-direction:column;height:100%;padding:36px;background:#fff;border:1px solid var(--tefco-border);border-radius:22px;transition:transform .35s ease,box-shadow .35s ease}.tefco-testimonial:hover .tefco-testimonial__card,.tefco-testimonial:focus-within .tefco-testimonial__card{transform:translateY(-6px);box-shadow:0 16px 40px #0f172a14}.tefco-testimonial__rating{display:flex;gap:5px;margin-bottom:24px}.tefco-testimonial__star{color:#d1d5db;line-height:1}.tefco-testimonial__star.is-active{color:#f6b100}.tefco-testimonial__quote{flex:1;margin:0 0 30px;color:var(--tefco-text);font-size:16px;line-height:1.9}.tefco-testimonial__quote-text>:first-child{margin-top:0}.tefco-testimonial__quote-text>:last-child{margin-bottom:0}.tefco-testimonial__author{display:flex;align-items:center;gap:16px}.tefco-testimonial__avatar{width:62px;height:62px;border-radius:50%;overflow:hidden;flex-shrink:0}.tefco-testimonial__avatar-image,.tefco-testimonial__avatar img{display:block;width:100%;height:100%;object-fit:cover}.tefco-testimonial__author-content{min-width:0}.tefco-testimonial__author-name{display:block;margin:0 0 4px;color:var(--tefco-heading);font-size:17px;font-style:normal;font-weight:700}.tefco-testimonial__author-meta{margin:0;color:var(--tefco-text-light);font-size:14px}.tefco-testimonials__navigation{display:flex;justify-content:center;gap:12px;margin-top:28px}.tefco-testimonials__arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--tefco-border);border-radius:50%;background:#fff;color:var(--tefco-heading);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.tefco-testimonials__arrow:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 22px #0f172a14}.tefco-testimonials__arrow:disabled{cursor:not-allowed;opacity:.4}.tefco-testimonials__arrow:focus-visible,.tefco-testimonials__pagination-item:focus-visible{outline:2px solid currentColor;outline-offset:3px}.tefco-testimonials__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:18px}.tefco-testimonials__pagination-item,.tefco-testimonials-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.tefco-testimonials__pagination-item.is-active,.tefco-testimonials-dot.is-active{background:var(--tefco-heading);transform:scale(1.2)}.tefco-testimonials__empty{text-align:center}.tefco-testimonials__empty-message{margin:0;color:var(--tefco-text-light)}@media(max-width:767px){.tefco-testimonials__header{margin-bottom:26px}.tefco-testimonial{padding:0 10px}.tefco-testimonial__card{padding:28px}}@media(prefers-reduced-motion:reduce){.tefco-testimonials__track,.tefco-testimonial__card,.tefco-testimonials__arrow,.tefco-testimonials__pagination-item,.tefco-testimonials-dot{transition:none!important;animation:none!important}.tefco-testimonial:hover .tefco-testimonial__card,.tefco-testimonial:focus-within .tefco-testimonial__card{transform:none}}.tefco-blog{position:relative}.tefco-blog__container{width:min(calc(100% - 40px),var(--container-width));margin-inline:auto}.tefco-blog__header{margin-bottom:42px}.tefco-blog__subheading{margin:0 0 10px;color:var(--tefco-primary);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tefco-blog__heading{margin:0;color:var(--tefco-heading);font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15;letter-spacing:-.02em}.tefco-blog__wrapper{position:relative}.tefco-blog__filters,.tefco-blog__search{margin-bottom:24px}.tefco-blog__grid{display:grid;grid-template-columns:repeat(var(--blog-columns, 3),minmax(0,1fr));gap:30px;align-items:stretch}.tefco-blog__grid[data-equal-height=true] .tefco-blog__article{align-self:stretch}.tefco-blog__article{min-width:0;height:100%}.tefco-blog__article-link{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;color:inherit;border:1px solid var(--tefco-border);border-radius:20px;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.tefco-blog__article:hover .tefco-blog__article-link,.tefco-blog__article:focus-within .tefco-blog__article-link{transform:translateY(-8px);border-color:#0b5cff29;box-shadow:0 18px 42px #0f172a14}.tefco-blog__article-link:focus-visible{outline:2px solid var(--tefco-primary);outline-offset:3px}.tefco-blog__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--tefco-bg-soft)}.tefco-blog__image,.tefco-blog__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tefco-blog__article:hover .tefco-blog__image,.tefco-blog__article:focus-within .tefco-blog__image,.tefco-blog__article:hover .tefco-blog__media img,.tefco-blog__article:focus-within .tefco-blog__media img{transform:scale(1.06)}.tefco-blog__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.tefco-blog__placeholder-svg{display:block;width:100%;height:100%}.tefco-blog__content{display:flex;flex-direction:column;flex:1;padding:26px}.tefco-blog__meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:16px;color:var(--tefco-text-light);font-size:13px}.tefco-blog__date,.tefco-blog__author{color:inherit}.tefco-blog__article-title{margin:0 0 16px;color:var(--tefco-heading);font-size:22px;font-weight:700;line-height:1.4}.tefco-blog__excerpt{flex:1;margin:0 0 24px;color:var(--tefco-text-light);font-size:15px;line-height:1.8}.tefco-blog__read-more{display:inline-flex;align-items:center;gap:10px;margin-top:auto;color:var(--tefco-primary);font-size:15px;font-weight:600}.tefco-blog__read-more [aria-hidden=true]{transition:transform .25s ease}.tefco-blog__article:hover .tefco-blog__read-more [aria-hidden=true],.tefco-blog__article:focus-within .tefco-blog__read-more [aria-hidden=true]{transform:translate(4px)}.tefco-blog__pagination{margin-top:30px}.tefco-blog__footer{display:flex;justify-content:center;margin-top:32px}.tefco-blog__view-all{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border:1px solid var(--tefco-primary);border-radius:var(--radius-pill);color:var(--tefco-primary);font-weight:600}.tefco-blog__view-all:hover{background:var(--tefco-primary);color:#fff}.tefco-blog__empty{padding:30px;text-align:center;color:var(--tefco-text-light)}.tefco-blog__article.is-animatable{opacity:0;transform:translateY(20px)}.tefco-blog__article.is-animated{opacity:1;transform:none;transition:opacity var(--blog-animation-duration, .5s) ease var(--blog-animation-delay, 0ms),transform var(--blog-animation-duration, .5s) ease var(--blog-animation-delay, 0ms)}@media(max-width:767px){.tefco-blog__container{width:min(calc(100% - 24px),var(--container-width))}.tefco-blog__header{margin-bottom:30px}.tefco-blog__grid{gap:20px}.tefco-blog__content{padding:22px}.tefco-blog__article-title{font-size:20px}}@media(prefers-reduced-motion:reduce){.tefco-blog__article,.tefco-blog__article.is-animatable,.tefco-blog__article.is-animated,.tefco-blog__article-link,.tefco-blog__image,.tefco-blog__media img,.tefco-blog__read-more [aria-hidden=true]{transition:none!important;animation:none!important}.tefco-blog__article.is-animatable,.tefco-blog__article.is-animated{opacity:1;transform:none}.tefco-blog__article:hover .tefco-blog__article-link,.tefco-blog__article:focus-within .tefco-blog__article-link,.tefco-blog__article:hover .tefco-blog__image,.tefco-blog__article:focus-within .tefco-blog__image,.tefco-blog__article:hover .tefco-blog__media img,.tefco-blog__article:focus-within .tefco-blog__media img{transform:none}}.tefco-newsletter{position:relative}.tefco-newsletter__container{width:min(calc(100% - 40px),var(--container-width));margin-inline:auto}.tefco-newsletter__wrapper{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;padding:70px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#071d46,#0b5cff);color:#fff}.tefco-newsletter__content,.tefco-newsletter__form-area{min-width:0}.tefco-newsletter__title{margin:0 0 18px;color:#fff;font-size:42px;line-height:1.15;font-weight:700}.tefco-newsletter__text{max-width:620px;color:#ffffffd1;font-size:17px;line-height:1.8}.tefco-newsletter__text>:first-child{margin-top:0}.tefco-newsletter__text>:last-child{margin-bottom:0}.tefco-newsletter__form{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.tefco-newsletter__field{flex:1 1 240px;min-width:0}.tefco-newsletter__email{box-sizing:border-box;width:100%;height:58px;padding:0 22px;border:1px solid transparent;border-radius:999px;background:#fff;color:#111827;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.tefco-newsletter__email::placeholder{color:#9ca3af}.tefco-newsletter__email:focus{border-color:#ffffffbf;box-shadow:0 0 0 3px #fff3}.tefco-newsletter__email.is-invalid,.tefco-newsletter__email[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 3px #dc262629}.tefco-newsletter__submit{box-sizing:border-box;flex:0 0 auto;min-height:58px;padding:0 26px;border:0;border-radius:999px;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.tefco-newsletter__submit:not(:disabled):hover{transform:translateY(-1px)}.tefco-newsletter__submit:disabled,.tefco-newsletter__submit[aria-disabled=true]{cursor:not-allowed;opacity:.6;transform:none}.tefco-newsletter__consent{display:flex;flex:0 0 100%;align-items:flex-start;gap:10px;color:#ffffffe0;font-size:14px;line-height:1.5}.tefco-newsletter__consent-input{flex:0 0 auto;margin-top:.2em}.tefco-newsletter__consent-input.is-invalid,.tefco-newsletter__consent-input[aria-invalid=true]{outline:2px solid #fca5a5;outline-offset:2px}.tefco-newsletter__consent-label{cursor:pointer}.tefco-newsletter__message{flex:0 0 100%;width:100%;margin:0;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5}.tefco-newsletter__message[hidden]{display:none!important}.tefco-newsletter__message.is-visible{display:block}.tefco-newsletter__message.is-success{background:#16a34a2e;color:#dcfce7}.tefco-newsletter__message.is-error{background:#dc26262e;color:#fee2e2}.tefco-newsletter__wrapper.is-animatable{opacity:0;transform:translateY(20px)}.tefco-newsletter__wrapper.is-animatable.is-animated{opacity:1;transform:none;transition:opacity var(--newsletter-animation-duration, .5s) ease var(--newsletter-animation-delay, .1s),transform var(--newsletter-animation-duration, .5s) ease var(--newsletter-animation-delay, .1s)}.tefco-newsletter__wrapper.is-tablet,.tefco-newsletter__wrapper.is-mobile{grid-template-columns:1fr}.tefco-newsletter__wrapper.is-mobile{padding:36px 28px}.tefco-newsletter__wrapper.is-mobile .tefco-newsletter__form{flex-direction:column}.tefco-newsletter__wrapper.is-mobile .tefco-newsletter__field,.tefco-newsletter__wrapper.is-mobile .tefco-newsletter__submit{width:100%}.tefco-newsletter__wrapper.is-mobile .tefco-newsletter__field{flex-basis:auto}.tefco-newsletter__wrapper.reduced-motion,.tefco-newsletter__wrapper.reduced-motion.is-animatable,.tefco-newsletter__wrapper.reduced-motion.is-animated{opacity:1;transform:none;transition:none!important;animation:none!important}@media(prefers-reduced-motion:reduce){.tefco-newsletter__wrapper,.tefco-newsletter__wrapper.is-animatable,.tefco-newsletter__wrapper.is-animated,.tefco-newsletter__email,.tefco-newsletter__submit{transition:none!important;animation:none!important}.tefco-newsletter__wrapper.is-animatable,.tefco-newsletter__wrapper.is-animated{opacity:1;transform:none}}@media(max-width:1200px){.tefco-newsletter__wrapper{gap:40px;padding:56px}}@media(max-width:991px){.tefco-newsletter__wrapper{grid-template-columns:1fr}}@media(max-width:767px){.tefco-products__grid{gap:20px}.tefco-newsletter__wrapper{padding:36px 28px}.tefco-newsletter__title{font-size:32px}.tefco-newsletter__text{font-size:16px}.tefco-newsletter__form{flex-direction:column}.tefco-newsletter__submit{width:100%}}.tefco-hidden{display:none!important}.tefco-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.tefco-relative{position:relative}.tefco-overflow-hidden{overflow:hidden}.tefco-w-100{width:100%}.tefco-h-100{height:100%}.tefco-mt-auto{margin-top:auto}.tefco-text-center{text-align:center}.tefco-text-left{text-align:left}.tefco-text-right{text-align:right}.tefco-align-center{align-items:center}.tefco-justify-center{justify-content:center}.tefco-justify-between{justify-content:space-between}.tefco-divider{width:100%;height:1px;background:var(--tefco-border)}.tefco-divider--spacing{margin-block:48px}.tefco-home a:focus-visible,.tefco-home button:focus-visible,.tefco-home input:focus-visible,.tefco-home textarea:focus-visible,.tefco-home select:focus-visible{outline:3px solid rgba(11,92,255,.35);outline-offset:3px}.tefco-home ::selection{background:var(--tefco-primary);color:#fff}.tefco-loading{pointer-events:none;opacity:.65}.tefco-loading img{filter:grayscale(.2)}.tefco-home img{image-rendering:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media(hover:hover){.tefco-home a:hover{text-decoration:none}.tefco-home button:hover{cursor:pointer}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(min-width:1600px){.tefco-container{max-width:1520px}.tefco-section{padding-block:120px}}@media(max-width:991px){.tefco-section{padding-block:80px}.tefco-section-header{margin-bottom:34px}}@media(max-width:767px){.tefco-section{padding-block:60px}.tefco-section-header{margin-bottom:28px}.tefco-title{word-break:break-word}.tefco-home{overflow-x:hidden}}@media(max-width:480px){.tefco-section{padding-block:48px}.tefco-divider--spacing{margin-block:32px}}@media print{.tefco-home{background:#fff!important;color:#000!important}.tefco-home a{color:#000!important;text-decoration:underline}.tefco-btn,.tefco-newsletter,.tefco-brand-slider{display:none!important}.tefco-section{padding:20px 0!important;break-inside:avoid}img{max-width:100%!important;page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/tefco-home.css.map */
