
/* /website_test_center/static/src/css/test_center.css */
 .tc-page{--blue-primary: #1B8BDF; --blue-dark: #1168AA; --blue-deeper: #0D4F80; --text-dark: #232323; --promo-yellow: #ffc501; --alert-red: #ab2422; --vigilance-orange: #ff9a52; --border-gray: #DDD; --bg-light: #F5F7FA; --bg-white: #FFFFFF; --shadow-sm: 0 2px 8px rgba(0,0,0,0.06); --shadow-md: 0 4px 20px rgba(0,0,0,0.08); --shadow-lg: 0 8px 40px rgba(0,0,0,0.12); --shadow-card: 0 2px 12px rgba(27,139,223,0.08); --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.tc-page *, .tc-page *::before, .tc-page *::after{box-sizing: border-box; margin: 0; padding: 0;}.tc-page{scroll-behavior: smooth; overflow-x: hidden;}.tc-page{font-family: 'Poppins', sans-serif; color: var(--text-dark); line-height: 1.6; background: var(--bg-white); -webkit-font-smoothing: antialiased;}.tc-page img{max-width: 100%; height: auto; display: block;}.tc-page a{text-decoration: none; color: inherit; transition: color var(--transition);}.tc-page .tc-container{max-width: 1200px; margin: 0 auto; padding: 0 24px;}.tc-page .section{padding: 24px 0;}.tc-page .section--gray{background: var(--bg-light);}.tc-page .hero{position: relative; background: #fff; overflow: hidden; padding: 0;}.tc-page .hero::before{display: none;}.tc-page .hero::after{display: none;}.tc-page .hero__grid{display: grid; grid-template-columns: 58% 42%; min-height: 480px; position: relative; z-index: 1;}.tc-page .hero__image{position: relative; overflow: hidden; padding: 24px; display: flex; align-items: center;}.tc-page .hero__image img{width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.12);}.tc-page .hero__content{display: flex; flex-direction: column; justify-content: center; padding: 40px 40px 40px 24px; color: var(--text-dark);}.tc-page .hero__badge{display: inline-flex; align-items: center; gap: 8px; background: rgba(27,139,223,0.08); border: 1px solid rgba(27,139,223,0.15); border-radius: 40px; padding: 8px 18px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; width: fit-content; color: var(--blue-primary); animation: fadeInUp 0.6s ease both;}.tc-page .hero__badge svg{flex-shrink: 0;}.tc-page .hero__title{font-size: 42px; font-weight: 800; line-height: 1.1; margin-bottom: 16px; color: var(--text-dark); animation: fadeInUp 0.6s ease 0.1s both;}.tc-page .hero__title span{color: var(--text-dark); font-weight: 800; text-transform: uppercase;}.tc-page .hero__subtitle{font-size: 15px; font-weight: 400; line-height: 1.6; color: #666; margin-bottom: 24px; max-width: 420px; animation: fadeInUp 0.6s ease 0.2s both;}.tc-page .hero__info{display: flex; gap: 16px; margin-bottom: 24px; animation: fadeInUp 0.6s ease 0.3s both;}.tc-page .hero__info-card{background: var(--bg-light); border: 1px solid #eee; border-radius: var(--radius-md); padding: 16px 20px; text-align: center;}.tc-page .hero__info-card strong{display: block; font-size: 26px; font-weight: 800; margin-bottom: 4px; color: var(--blue-primary);}.tc-page .hero__info-card small{font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 0.5px;}.tc-page .hero__actions{display: flex; gap: 12px; animation: fadeInUp 0.6s ease 0.4s both;}.tc-page .btn{display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: all var(--transition); white-space: nowrap;}.tc-page .btn--primary{background: var(--promo-yellow); color: var(--text-dark);}.tc-page .btn--primary:hover{background: #e6b200; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,197,1,0.3);}.tc-page .btn--outline{background: transparent; color: var(--blue-primary); border: 2px solid var(--blue-primary);}.tc-page .btn--outline:hover{background: var(--blue-primary); color: #fff; border-color: var(--blue-primary);}.tc-page .btn--blue{background: var(--blue-primary); color: #fff !important;}.tc-page .btn--blue:hover{background: #1a9cf0; color: #fff !important; box-shadow: 0 4px 16px rgba(27,139,223,0.3); transform: none !important;}.tc-page .btn--large{padding: 18px 36px; font-size: 16px;}.tc-page .categories{padding: 32px 0;}.tc-page .categories__grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}.tc-page .cat-card{position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 320px; cursor: pointer;}.tc-page .cat-card__bg{position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}.tc-page .cat-card:hover .cat-card__bg{transform: none;}.tc-page .cat-card__overlay{position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(13,79,128,0.85) 100%); transition: background var(--transition);}.tc-page .cat-card:hover .cat-card__overlay{background: linear-gradient(180deg, transparent 20%, rgba(13,79,128,0.9) 100%);}.tc-page .cat-card__content{position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; color: #fff; transform: translateY(20px); transition: transform var(--transition);}.tc-page .cat-card:hover .cat-card__content{transform: translateY(0); padding: 12px;}.tc-page .cat-card__title{font-size: 20px; margin-bottom: 4px;}.tc-page .cat-card__tag{font-size: 9px; padding: 3px 10px; margin-bottom: 8px;}.tc-page .cat-card__desc{display: none;}.tc-page .cat-card__tag{display: inline-block; background: #fff; color: var(--text-dark); padding: 4px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;}.tc-page .cat-card__title{font-size: 28px; font-weight: 800; margin-bottom: 8px;}.tc-page .cat-card__desc{font-size: 14px; opacity: 0; transform: translateY(10px); transition: all var(--transition); font-weight: 300;}.tc-page .cat-card:hover .cat-card__desc{opacity: 0.9; transform: translateY(0);}.tc-page .section-header{text-align: center; margin-bottom: 24px;}.tc-page .section-header__tag{display: inline-block; background: rgba(27,139,223,0.08); color: var(--blue-primary); padding: 6px 18px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px;}.tc-page .section-header__title{font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px;}.tc-page .section-header__title span{color: var(--blue-primary);}.tc-page .section-header__sub{font-size: 16px; color: #666; font-weight: 400; max-width: 600px; margin: 0 auto;}.tc-page .products-section{padding: 24px 0; overflow: hidden; border-top: 1px solid var(--border-gray);}.tc-page .products-section:first-of-type{border-top: none;}.tc-page .products-section__header{display: flex; align-items: center; gap: 16px; margin-bottom: 20px;}.tc-page .products-section__icon{width: 48px; height: 48px; border-radius: 12px; background: var(--blue-primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0;}.tc-page .products-section__icon svg{width: 24px; height: 24px;}.tc-page .products-section__title{font-size: 24px; font-weight: 700; color: var(--text-dark);}.tc-page .subsection{margin-bottom: 0; padding: 16px 0;}.tc-page .subsection:last-child{margin-bottom: 0;}.tc-page .subsection--alt{background: var(--bg-light); margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; border-radius: 0;}.tc-page .subsection--alt .subsection__title{color: var(--blue-primary); border-bottom-color: var(--blue-primary);}.tc-page .subsection__title{font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--blue-primary); margin-bottom: 24px; padding-bottom: 10px; border-bottom: 2px solid var(--blue-primary); display: inline-block;}.tc-page .products-slider{position: relative; padding: 0 48px;}.tc-page .products-slider__arrow{position: absolute; top: 45%; transform: translateY(-50%); width: 40px; height: 40px; background: #fff; border: 1px solid #e0e0e0; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 22px; color: var(--text-dark); z-index: 2; transition: all 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.08);}.tc-page .products-slider__arrow:hover{background: var(--blue-primary); color: #fff; border-color: var(--blue-primary);}.tc-page .products-slider__arrow--prev{left: 0;}.tc-page .products-slider__arrow--next{right: 0;}.tc-page .products-grid{display: flex !important; flex-wrap: nowrap !important; gap: 20px; overflow: hidden !important; padding: 4px; transition: none;}.tc-page .products-grid::-webkit-scrollbar{display: none;}.tc-page .products-grid .product-card{min-width: calc(33.333% - 14px) !important; max-width: calc(33.333% - 14px) !important; flex: 0 0 calc(33.333% - 14px) !important; flex-shrink: 0 !important;}.tc-page .product-card{background: #fff; border-radius: var(--radius-md); overflow: hidden; border: none; box-shadow: none; transition: box-shadow var(--transition); position: relative;}.tc-page .product-card:hover{box-shadow: var(--shadow-card);}.tc-page .product-card__img{position: relative; padding: 20px; background: #fafafa; aspect-ratio: 4/3; display: flex !important; align-items: center; justify-content: center; overflow: hidden;}.tc-page .product-card__img img{max-width: 100% !important; max-height: 220px; width: auto; height: auto; object-fit: contain; transition: transform var(--transition);}.tc-page .product-card:hover .product-card__img img{transform: none;}.tc-page .product-card__price-badge{position: absolute; top: 12px; right: 12px; background: var(--promo-yellow); color: var(--text-dark); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px;}.tc-page .product-card__body{padding: 16px;}.tc-page .product-card__brand{font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue-primary); margin-bottom: 4px;}.tc-page .product-card__name{font-size: 13px; font-weight: 600; color: var(--text-dark); line-height: 1.3; margin-bottom: 6px; min-height: 34px;}.tc-page .product-card__desc{font-size: 11px; color: #666; line-height: 1.4; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}.tc-page .product-card__programs{display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px;}.tc-page .product-card__program-tag{font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 2px 7px; border-radius: 3px; background: #e8f4fd; color: var(--blue-primary); white-space: nowrap;}.tc-page .product-card__cta{display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--blue-primary); transition: all var(--transition);}.tc-page .product-card:hover .product-card__cta{color: var(--blue-dark); gap: 10px;}.tc-page .product-card__cta svg{transition: transform var(--transition);}.tc-page .product-card:hover .product-card__cta svg{transform: translateX(3px);}.tc-page .steps{padding: 32px 0; background: var(--bg-light);}.tc-page .steps__grid{display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative;}.tc-page .steps__grid::before{content: ''; position: absolute; top: 48px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--blue-primary), var(--promo-yellow)); z-index: 0;}.tc-page .step{text-align: center; position: relative; z-index: 1;}.tc-page .step__number{width: 96px; height: 96px; border-radius: 50%; background: #fff; border: 3px solid var(--blue-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: all var(--transition);}.tc-page .step:hover .step__number{background: var(--blue-primary); transform: none;}.tc-page .step__number svg{width: 36px; height: 36px; color: var(--blue-primary); transition: color var(--transition);}.tc-page .step:hover .step__number svg{color: #fff;}.tc-page .step__title{font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text-dark);}.tc-page .step__desc{font-size: 13px; color: #666; line-height: 1.5; max-width: 240px; margin: 0 auto;}.tc-page .conditions{padding: 32px 0; background: var(--bg-light);}.tc-page .conditions__intro{text-align: center; font-size: 15px; color: #666; max-width: 700px; margin: -24px auto 40px;}.tc-page .conditions__grid{display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}.tc-page .cond-card{background: #fff; border: 1px solid #eee; border-radius: var(--radius-md); padding: 28px; transition: all var(--transition);}.tc-page .cond-card:hover{border-color: var(--blue-primary); box-shadow: var(--shadow-card);}.tc-page .cond-card__header{display: flex; align-items: center; gap: 12px; margin-bottom: 12px;}.tc-page .cond-card__icon{width: 40px; height: 40px; border-radius: 10px; background: rgba(27,139,223,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0;}.tc-page .cond-card__icon svg{width: 20px; height: 20px; color: var(--blue-primary);}.tc-page .cond-card__title{font-size: 15px; font-weight: 700;}.tc-page .cond-card__text{font-size: 13px; color: #555; line-height: 1.6;}.tc-page .ambassadors{padding: 32px 0; background: #fff; position: relative; overflow: hidden;}.tc-page .ambassadors::before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}.tc-page .ambassadors__content{position: relative; z-index: 1; text-align: center; color: #fff;}.tc-page .ambassadors__title{font-size: 32px; font-weight: 800; margin-bottom: 16px;}.tc-page .ambassadors__desc{font-size: 16px; font-weight: 300; opacity: 0.9; max-width: 550px; margin: 0 auto 32px;}.tc-page .final-cta{padding: 32px 0; text-align: center; background: var(--bg-light);}.tc-page .final-cta__title{font-size: 36px; font-weight: 800; margin-bottom: 12px;}.tc-page .final-cta__desc{font-size: 16px; color: #666; margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto;}.tc-page .final-cta__contact{margin-top: 16px; font-size: 14px; color: #888;}.tc-page .final-cta__contact a{color: var(--blue-primary); font-weight: 600;}@keyframes fadeInUp{from{opacity: 0; transform: translateY(24px);}to{opacity: 1; transform: translateY(0);}}@media (max-width: 1023px){.tc-page .hero__grid{grid-template-columns: 1fr; min-height: auto; direction: ltr;}.tc-page .hero__content{order: -1;}.tc-page .hero__image{height: auto; padding: 16px 16px 0;}.tc-page .hero__content{padding: 24px 16px 32px;}.tc-page .hero__title{font-size: 32px;}.tc-page .categories__grid{grid-template-columns: repeat(3, 1fr); gap: 16px;}.tc-page .cat-card{height: 260px;}.tc-page .products-grid .product-card{min-width: calc(33.333% - 14px) !important; max-width: calc(33.333% - 14px) !important; flex: 0 0 calc(33.333% - 14px) !important;}.tc-page .steps__grid{grid-template-columns: repeat(2, 1fr); gap: 24px;}.tc-page .steps__grid::before{display: none;}.tc-page .conditions__grid{gap: 16px;}.tc-page .products-section{overflow: visible;}}@media (max-width: 767px){.tc-page .section{padding: 16px 0;}.tc-page .tc-container{padding: 0 16px;}.tc-page .hero__content{padding: 20px 16px 28px;}.tc-page .hero__title{font-size: 24px;}.tc-page .hero__image{padding: 12px;}.tc-page .hero__image img{height: 200px; border-radius: 12px;}.tc-page .hero__subtitle{font-size: 14px; margin-bottom: 24px;}.tc-page .hero__info{gap: 12px;}.tc-page .hero__info-card{padding: 12px;}.tc-page .hero__info-card strong{font-size: 22px;}.tc-page .hero__actions{flex-direction: column;}.tc-page .btn:not(.btn--test-cta){width: 100%; justify-content: center;}.tc-page .categories{padding: 12px 0;}.tc-page .categories__grid{grid-template-columns: 1fr 1fr; gap: 8px;}.tc-page .cat-card{height: 150px; border-radius: 12px;}.tc-page .cat-card__content{transform: translateY(0); padding: 12px;}.tc-page .cat-card__title{font-size: 20px; margin-bottom: 4px;}.tc-page .cat-card__tag{font-size: 9px; padding: 3px 10px; margin-bottom: 8px;}.tc-page .cat-card__desc{display: none;}.tc-page .cat-card__desc{display: none;}.tc-page .section-header{margin-bottom: 16px;}.tc-page .section-header__title{font-size: 22px;}.tc-page .products-slider{padding: 0; overflow: visible;}.tc-page .products-grid .product-card{min-width: calc(50% - 5px) !important; max-width: calc(50% - 5px) !important; flex: 0 0 calc(50% - 5px) !important;}.tc-page .products-grid{gap: 10px; overflow: hidden !important; flex-wrap: nowrap !important;}.tc-page .products-slider__arrow{width: 28px; height: 28px; font-size: 14px;}.tc-page .product-card{}.tc-page .product-card__img{padding: 8px; aspect-ratio: 1;}.tc-page .product-card__img img{max-height: 120px; object-fit: contain;}.tc-page .subsection{padding: 12px 0;}.tc-page .subsection--alt{padding-top: 12px; padding-bottom: 12px; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px;}.tc-page .subsection__title{font-size: 13px; margin-bottom: 12px;}.tc-page .product-card__body{padding: 8px 10px;}.tc-page .product-card__name{font-size: 11px; min-height: unset;}.tc-page .product-card__brand{font-size: 9px;}.tc-page .product-card__desc{font-size: 10px; -webkit-line-clamp: 2; margin-bottom: 4px;}.tc-page .product-card__programs{gap: 3px; margin-bottom: 4px;}.tc-page .product-card__program-tag{font-size: 8px; padding: 1px 5px;}.tc-page .product-card__cta{font-size: 11px; padding: 6px 0;}.tc-page .steps{padding: 24px 0;}.tc-page .steps__grid{grid-template-columns: 1fr 1fr; gap: 16px;}.tc-page .step__number{width: 64px; height: 64px;}.tc-page .conditions{padding: 24px 0;}.tc-page .conditions__grid{grid-template-columns: 1fr;}.tc-page .ambassadors{padding: 12px 0;}.tc-page .ambassadors__title{font-size: 20px; margin-bottom: 12px;}.tc-page .final-cta{padding: 20px 0;}.tc-page .final-cta__title{font-size: 22px;}.tc-page .products-section{padding: 16px 0; overflow: visible;}}.tc-page .btn--white{background: #fff !important; color: var(--text-dark) !important; box-shadow: 0 2px 12px rgba(0,0,0,0.15); border: 1px solid #ddd;}.tc-page .btn--white:hover{background: #f0f0f0 !important; color: var(--text-dark) !important; transform: none !important; box-shadow: 0 8px 24px rgba(0,0,0,0.15);}.tc-page .tc-cta-wrapper{text-align: center; margin-top: 48px;}.tc-page .tc-section-map{padding: 24px 0;}.tc-page .tc-container--center{text-align: center;}.tc-page .tc-map-wrap{max-width: 900px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);}.tc-page .tc-map-iframe{border: 0; display: block;}.tc-page .tc-cta-wrapper--inline{margin-top: 24px; text-align: center;}.tc-page .btn.btn--test-cta{padding: 11px 24px; font-size: 14px; font-weight: 600; line-height: 1; letter-spacing: 0.02em; border-radius: 50px;}@media (max-width: 600px){.tc-page .tc-cta-wrapper--inline{margin-top: 16px;}.tc-page .btn.btn--test-cta{padding: 9px 14px; font-size: 13px; letter-spacing: 0;}}.tc-page .product-card__cta{display: inline-flex; align-items: center; gap: 6px; background: var(--gl-primary, #1168AA); color: #fff; padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; width: fit-content; margin-top: 10px; transition: background 0.2s ease, transform 0.15s ease;}.tc-page .product-card:hover .product-card__cta{background: var(--gl-primary-hover, #0e559f); color: #fff;}.tc-page .product-card:hover .product-card__cta svg{transform: translateX(3px);}@media (max-width: 600px){.tc-page .product-card__cta{padding: 7px 14px; font-size: 12px;}}.tc-page .step__title{color: var(--gl-text, #232323) !important;}.tc-page .conditions__card-title, .tc-page .step__title strong{color: var(--gl-text, #232323) !important;}.tc-page .products-grid:not(:has(.product-card:nth-child(3))){justify-content: center !important;}.tc-page .products-slider:not(:has(.product-card:nth-child(3))) .products-slider__arrow{display: none !important;}.tc-page .products-grid:not(:has(.product-card:nth-child(2))) .product-card{max-width: 360px !important; flex: 0 1 360px !important; min-width: 280px !important;}@media (max-width: 600px){.tc-page .products-grid:not(:has(.product-card:nth-child(2))) .product-card{max-width: 100% !important; flex: 0 1 100% !important;}}.tc-page .cond-card__title, .tc-page .subsection__title{color: var(--gl-text, #1f2937) !important;}.tc-page .tc-map-fallback{max-width: 900px; margin: 16px auto 0; padding: 12px 16px; font-size: 13px; color: var(--gl-text-muted, #6b7280); text-align: center; background: var(--gl-light, #f8fafc); border: 1px solid var(--gl-border, #e5e7eb); border-radius: 10px;}.tc-page .tc-map-fallback-link{color: var(--gl-primary, #1168AA); font-weight: 600; margin-left: 6px; text-decoration: none;}.tc-page .tc-map-fallback-link:hover{text-decoration: underline;}@media (max-width: 600px){.tc-page .tc-map-fallback{font-size: 12px;}.tc-page .tc-map-fallback-link{display: block; margin: 4px 0 0;}}.tc-page .hero__title{display: flex; flex-direction: column; gap: 4px; color: var(--gl-text, #232323) !important;}.tc-page .hero__title-kicker{font-size: 0.6em; font-weight: 700; text-transform: none; color: var(--gl-primary-light, #1B8BDF) !important; letter-spacing: 0.01em;}.tc-page .hero__title-main{color: var(--gl-text, #232323) !important; font-weight: 800; text-transform: uppercase;}.tc-page .cat-card__title{color: #fff !important; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);}.tc-page .cat-card__overlay{background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.65) 100%);}.tc-page .cat-card:hover .cat-card__overlay{background: linear-gradient(180deg, rgba(0,0,0,0.15) 30%, rgba(0,0,0,0.75) 100%);}.tc-page .cat-card__tag{background: rgba(255, 255, 255, 0.95); color: var(--gl-text, #1f2937); box-shadow: 0 2px 8px rgba(0,0,0,0.2);}.tc-page .ambassadors__content{color: var(--gl-text, #1f2937);}.tc-page .ambassadors__title{color: var(--gl-text-heading, #222) !important;}.tc-page .ambassadors__desc{color: var(--gl-text-muted, #6b7280); opacity: 1;}.tc-page .section-header__title, .tc-page .final-cta__title, .tc-page .products-section__title{color: var(--gl-text-heading, #222) !important;}.tc-page .section-header__title span, .tc-page .final-cta__title span{color: var(--gl-primary-light, #1B8BDF) !important;}.tc-page .cat-card__bg--kitesurf{background-image: url('/glissevolution_homepage/static/src/img/Website-DTK-Duotone-EvoD-LAB-Cruising.webp'); background-color: var(--gl-primary-dark, #0a3d5c);}.tc-page .cat-card__bg--wingfoil{background-image: url('/glissevolution_homepage/static/src/img/wing_categorie.webp'); background-color: var(--gl-primary-dark, #0a3d5c);}.tc-page .cat-card__bg--foil{background-image: url('/glissevolution_homepage/static/src/img/armstrong-foils-a-wing-xps-lightwind.webp'); background-color: var(--gl-primary-dark, #0a3d5c);}.tc-page .tc-map-fallback__icon{vertical-align: -3px; margin-right: 6px;}.tc-page .tc-sticky-cta{position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; background: var(--gl-surface, #fff); border-top: 1px solid var(--gl-border, #e5e7eb); box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08); transform: translateY(100%); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease; pointer-events: none;}.tc-page .tc-sticky-cta.tc-sticky-cta--visible{transform: translateY(0); opacity: 1; pointer-events: auto;}.tc-page .tc-sticky-cta__inner{max-width: 1200px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;}.tc-page .tc-sticky-cta__text{font-size: 15px; font-weight: 600; color: var(--gl-text-heading, #222);}.tc-page .tc-sticky-cta__btn{display: inline-flex; align-items: center; gap: 8px; background: var(--gl-primary, #1168AA); color: #fff !important; padding: 12px 24px; border-radius: 9999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background 0.2s ease, transform 0.15s ease; white-space: nowrap; flex-shrink: 0;}.tc-page .tc-sticky-cta__btn:hover{background: var(--gl-primary-hover, #0e559f); color: #fff !important; transform: translateY(-1px);}.tc-page .tc-sticky-cta__btn svg{flex-shrink: 0; transition: transform 0.2s ease;}.tc-page .tc-sticky-cta__btn:hover svg{transform: translateX(3px);}.tc-page.tc-page--has-sticky{padding-bottom: 80px;}@media (max-width: 600px){.tc-page .tc-sticky-cta__inner{padding: 10px 14px; gap: 10px;}.tc-page .tc-sticky-cta__text{font-size: 13px; line-height: 1.3;}.tc-page .tc-sticky-cta__btn{padding: 10px 16px; font-size: 13px;}@media (max-width: 400px){.tc-page .tc-sticky-cta__text{display: none;}.tc-page .tc-sticky-cta__inner{justify-content: center;}}}@media (max-width: 767px){.tc-page .tc-sticky-cta{bottom: calc(60px + env(safe-area-inset-bottom, 0px) + 8px); z-index: 998;}.tc-page .tc-sticky-cta__inner{padding: 10px 14px;}.tc-page .tc-sticky-cta__text{font-size: 13px;}}@media (max-width: 767px){.tc-page{padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));}}@media (min-width: 1024px){.tc-page .hero__grid{max-width: 1200px; min-height: 0; margin-inline: auto;}.tc-page .hero__image{height: 520px; align-self: center;}}.tc-page .hero__service-note{margin-top: 14px; font-size: 12px; line-height: 1.5; color: var(--gl-text-muted, #6b7280);}.tc-page .tc-level-note{margin: 16px auto 0; max-width: 760px; padding: 10px 14px; border-radius: 10px; background: var(--gl-light, #f8fafc); color: var(--gl-text-muted, #5f6875); font-size: 13px; line-height: 1.45; text-align: center;}.tc-page .products-slider__arrow:disabled{opacity: 0.28; cursor: default; pointer-events: none;}@media (max-width: 767px){.tc-page .categories__grid .cat-card:last-child:nth-child(odd){grid-column: 1 / -1;}.tc-page .products-slider__arrow{width: 44px !important; height: 44px !important;}.tc-page .product-card__name{font-size: 12px; line-height: 1.35;}.tc-page .product-card__desc{display: none;}.tc-page .product-card__program-tag{font-size: 9px; line-height: 1.3;}.tc-page .product-card__program-tag:nth-child(n+4){display: none;}.tc-page .product-card__cta{min-height: 40px; justify-content: center;}.tc-page .hero__service-note{text-align: center;}}@media (prefers-reduced-motion: reduce){.tc-page *, .tc-page *::before, .tc-page *::after, .tc-page .tc-sticky-cta, .tc-page .tc-sticky-cta *{animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important;}}.tc-page .product-card{display: flex; flex-direction: column; border: 1px solid var(--gl-border, #e5e7eb); box-shadow: var(--gl-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));}.tc-page .product-card__body{display: flex; flex: 1; flex-direction: column;}.tc-page .product-card__cta{min-height: 40px; margin-top: auto;}.tc-page .products-slider__arrow{min-width: 44px; min-height: 44px;}.tc-page .products-slider__arrow:disabled{cursor: default; opacity: 0.35;}.tc-page a:focus-visible, .tc-page button:focus-visible{outline: 3px solid var(--gl-primary, #1168aa); outline-offset: 3px;}.tc-page .product-card:focus-visible{border-radius: var(--radius-md, 12px);}@media (max-width: 767px){.tc-page .products-grid .product-card{min-width: 88% !important; max-width: 88% !important; flex: 0 0 88% !important;}.tc-page .products-slider__arrow{display: none !important;}.tc-page .product-card__img{min-height: 210px; padding: 16px;}.tc-page .product-card__img img{max-height: 180px;}.tc-page .product-card__body{padding: 14px 16px;}.tc-page .product-card__brand{font-size: 11px;}.tc-page .product-card__name{min-height: auto; font-size: 15px;}.tc-page .product-card__desc{margin-bottom: 10px; font-size: 13px; -webkit-line-clamp: 3;}.tc-page .product-card__programs{gap: 5px; margin-bottom: 10px;}.tc-page .product-card__program-tag{padding: 3px 7px; font-size: 10px; white-space: normal;}.tc-page .product-card__cta{min-height: 44px; padding: 9px 16px; font-size: 14px;}.tc-page .products-grid:not(:has(.product-card:nth-child(2))) .product-card{max-width: 100% !important; flex-basis: 100% !important;}}