@charset "UTF-8";.about-home{width:100%;padding:4rem 5%;background-color:#f9f9f9}.about-home__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:3rem;flex-wrap:wrap}.about-home__image{flex:1 1 45%}.about-home__image img{width:100%;height:auto;border-radius:12px;object-fit:cover}.about-home__content{flex:1 1 50%}.about-home__title{font-size:2rem;margin-bottom:1rem;color:#111}.about-home__text{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#333}.about-home__cta{display:inline-block;padding:.8rem 1.8rem;background-color:#29abe2;color:#fff;font-weight:700;border-radius:8px;text-decoration:none;transition:transform .3s,box-shadow .3s}.about-home__cta:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000004d;background-color:#c62828}@media(max-width:768px){.about-home__inner{flex-direction:column-reverse;gap:2rem}.about-home__content__title{font-size:1.8rem}.about-home__content__text{font-size:1rem}}.hero{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.hero__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;will-change:transform;overflow:hidden}.hero__image-container .hero__image{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .5s ease}.hero__content{position:relative;z-index:2;max-width:1200px;text-align:center;padding:0 2rem;animation:slideInUp 1.2s ease forwards}.hero__title{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero__subtitle{font-size:1.3rem;margin-bottom:2rem;color:#ddd}.hero__cta{display:inline-block;padding:1rem 2rem;background-color:#29abe2;color:#fff;font-weight:700;border-radius:8px;text-decoration:none;box-shadow:0 8px 20px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 12px 25px #00000080;background-color:#c62828}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.2rem}}@media(max-width:600px){.hero__title{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__cta{padding:.8rem 1.5rem}}.image-grid{padding:4rem 5%;background-color:#f9f9f9}.image-grid__inner{max-width:1200px;margin:0 auto}.image-grid__title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#111}.image-grid__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.image-grid__item{overflow:hidden;border-radius:12px}.image-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-grid__item img:hover{transform:scale(1.05)}@media(max-width:768px){.image-grid__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem}}.offer-popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:999}.offer-popup__content{position:relative;background:#fff;border-radius:14px;width:90%;max-width:600px;max-height:80vh;padding:2rem;box-shadow:0 12px 30px #00000040;display:flex;flex-direction:column;overflow:hidden}.offer-popup__row-close{display:flex;justify-content:flex-end;margin-bottom:1rem}.offer-popup__close{width:40px;height:40px;background:#fff;color:#29abe2;border-radius:50%;border:2px solid #29abe2;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px #0003;transition:background .3s,transform .2s}.offer-popup__close:hover{background:#29abe2;color:#fff;transform:scale(1.1)}.offer-popup__row-body{display:flex;flex-direction:column;align-items:center}.offer-popup__image-container{width:100%;max-height:250px;margin-bottom:1.5rem;border-radius:10px;overflow:hidden}.offer-popup__image-container img{width:100%;height:100%;object-fit:cover;display:block}.offer-popup__title{font-size:1.6rem;color:#29abe2;margin-bottom:.8rem;text-align:center}.offer-popup__text{font-size:1rem;color:#333;margin-bottom:1.5rem;line-height:1.4;text-align:center}.offer-popup__cta{display:inline-block;padding:.7rem 1.8rem;background:#29abe2;color:#fff;border-radius:8px;font-weight:700;text-decoration:none;transition:background .3s}.offer-popup__cta:hover{background:#29abe2}@media(max-width:768px){.offer-popup__content{width:95%;padding:1.5rem}.offer-popup__close{width:35px;height:35px;font-size:1.4rem}.offer-popup__title{font-size:1.4rem}.offer-popup__cta{padding:.6rem 1.5rem}.offer-popup__image-container{max-height:200px}}.price-cards{padding:4rem 5%;background-color:#f9f9f9}.price-cards__title{text-align:center;font-size:2rem;margin-bottom:3rem}.price-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-auto-rows:1fr;gap:2rem;max-width:1200px;margin:0 auto}.price-cards__card{position:relative;background:#fff;padding:2rem;border-radius:14px;box-shadow:0 6px 15px #0000001a;display:flex;flex-direction:column;justify-content:space-between;height:100%}.price-cards__badge{position:absolute;top:1.2rem;right:1.2rem;background:#111;color:#fff;font-size:.75rem;padding:.3rem .6rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.price-cards__type{font-size:1.4rem;margin-bottom:1rem;color:#29abe2;text-align:center}.price-cards__list{list-style:none;padding:0;margin:0 0 1.2rem}.price-cards__list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.price-cards__list li:last-child{border-bottom:none}.price-cards__description{font-size:.9rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.4}.price-cards__cta{align-self:center;padding:.7rem 1.8rem;background:#29abe2;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.price-cards__cta:hover{background:#c62828}.value-section{padding:4rem 5%;background-color:#fff}.value-section__inner{max-width:1200px;margin:0 auto}.value-section__title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#111}.value-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.value-section__item{text-align:center;padding:1.5rem}.value-section__icon{display:flex;justify-content:center;font-size:2.2rem;color:#29abe2;margin-bottom:1rem}.value-section__item-title{font-size:1.2rem;margin-bottom:.5rem;color:#111}.value-section__text{font-size:.95rem;color:#666;line-height:1.5}.page-banner{position:relative;width:100%;background-color:#111;color:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center}.page-banner--medium{min-height:20vh}.page-banner--small{min-height:28vh}.page-banner__background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.page-banner__overlay{position:absolute;inset:0;background:#0000008c;z-index:1}.page-banner__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem}.page-banner__title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:.4rem}.page-banner__subtitle{font-size:clamp(1rem,2vw,1.15rem);opacity:.9;max-width:640px}@media(max-width:768px){.page-banner--medium{min-height:32vh}.page-banner--small{min-height:22vh}}.pricing-table{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.pricing-table__title{font-size:2rem;text-align:center;font-weight:700;letter-spacing:.03em;margin-bottom:2rem;color:#111;text-transform:uppercase}.pricing-table__table-wrapper{position:relative}.pricing-table__table{display:flex;flex-direction:column;gap:1rem}.pricing-table__header{display:none;font-weight:600;font-size:.85rem;text-transform:uppercase;color:#777;text-align:center;gap:1rem}.pricing-table__row{background:#fff;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 10px 30px #0000000d}.pricing-table__type{font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:.5rem;color:#111}.pricing-table__type .pricing-table__badge{background:#00000014;color:#111;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.pricing-table__price{font-size:.95rem;display:flex;justify-content:space-between;padding:.2rem 0}.pricing-table__price .day-label{font-weight:600;margin-right:.5rem}.pricing-table__cta{margin-top:1rem;width:100%;padding:.8rem 0;border-radius:999px;background:#29abe2;color:#fff;text-align:center;font-weight:600;cursor:pointer;transition:background .3s}.pricing-table__cta:hover{background:#c62828}.pricing-table__footer{margin-top:3rem;text-align:center;color:#555}.pricing-table__footer-cta{margin-top:.5rem;display:inline-block;padding:.7rem 2rem;border-radius:999px;background:#29abe2;color:#fff;font-weight:500;cursor:pointer}.pricing-table__footer-cta:hover{background:#c62828}@media(min-width:901px){.pricing-table__header{display:grid;grid-template-columns:220px repeat(5,1fr) 180px;align-items:center;padding:1rem 1.25rem;border-radius:14px}.pricing-table__row{display:grid;grid-template-columns:220px repeat(5,1fr) 180px;align-items:center;gap:0;padding:1rem 1.25rem}.pricing-table__price{display:block;text-align:center}.pricing-table__price .day-label{display:none}}.rental-conditions{background-color:#f7f7f7;padding:4rem 1.5rem}.rental-conditions__container{max-width:1000px;margin:0 auto;text-align:center}.rental-conditions__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.rental-conditions__subtitle{font-size:1rem;color:#666;margin-bottom:3rem}.rental-conditions__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.rental-conditions__item{background:#fff;border-radius:14px;padding:2.5rem 2rem;box-shadow:0 12px 30px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.rental-conditions__item:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000001a}.rental-conditions__icon{width:64px;height:64px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.2rem}.rental-conditions__text h3{margin:0 0 .6rem;font-size:1.1rem;font-weight:600}.rental-conditions__text p{margin:0;font-size:.95rem;color:#555;line-height:1.5}@media(max-width:768px){.rental-conditions{padding:3rem 1.25rem}.rental-conditions__item{padding:2rem 1.5rem}}.intro-section{padding:4rem 1.5rem;background-color:#f7f7f7}.intro-section__container{max-width:900px;margin:0 auto;text-align:center}.intro-section__text{font-size:1.1rem;line-height:1.7;color:#444}@media(max-width:768px){.intro-section__text{font-size:1rem}}.about-us{padding:6rem 1.5rem;background-color:#fff}.about-us__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.about-us__title{font-size:2.2rem;margin-bottom:1.5rem}.about-us__content p{font-size:1rem;line-height:1.7;color:#444;margin-bottom:1.2rem}.about-us__image img{width:100%;height:auto;border-radius:14px;object-fit:cover}@media(max-width:900px){.about-us__container{grid-template-columns:1fr;gap:3rem}.about-us__image{order:-1}}.our-values{padding:6rem 1.5rem;background-color:#f7f7f7}.our-values__container{max-width:1100px;margin:0 auto}.our-values__header{text-align:center;margin-bottom:4rem}.our-values__header h2{font-size:2.2rem;margin-bottom:.5rem}.our-values__header p{color:#666;font-size:1rem}.our-values__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.our-values__item{background:#fff;padding:2.5rem;border-radius:14px}.our-values__item-title{font-size:1.3rem;margin-bottom:.8rem}.our-values__text{color:#444;line-height:1.7;font-size:.95rem}@media(max-width:768px){.our-values__grid{grid-template-columns:1fr}.our-values__item{padding:2rem}}.language-switcher{position:relative}.language-switcher__trigger{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:999px;background:#0000000d;border:none;cursor:pointer;font-weight:500}.language-switcher__dropdown{position:absolute;right:0;top:calc(100% + .5rem);background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;overflow:hidden;z-index:10}.language-switcher__dropdown button{width:100%;display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:none;border:none;cursor:pointer;white-space:nowrap}.language-switcher__dropdown button:hover{background:#0000000d}.language-switcher__dropdown button.active{font-weight:600}.language-switcher .flag{font-size:1.1rem}.header{position:fixed;top:0;left:0;width:100%;z-index:300;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff;border-bottom:1px solid rgba(0,0,0,.05);transition:transform .35s ease}.header__hidden{transform:translateY(-100%)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 1.5rem;position:relative}.header__logo-link{position:absolute;left:50%;transform:translate(-50%)}.header__logo{width:90px;height:auto}.header__burger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:302}.header__burger span{height:2px;width:100%;background:#111;transition:all .3s ease}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.header__nav{position:absolute;top:100%;left:0;width:100%;background:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:301}.header__nav--open{max-height:500px}.header__nav__list{display:flex;flex-direction:column;padding:1rem 0;gap:.75rem}.header__nav__list li{padding:0 1.5rem}.header__nav__link{position:relative;font-weight:500;color:#111;padding:.5rem 0;text-decoration:none;display:inline-block}.header__nav__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:var(--color-primary);transition:width .3s ease}.header__nav__link:hover:after{width:100%}.header__nav__link.active{color:var(--color-primary)}.header__nav__link.active:after{width:100%}.header__actions{display:flex;align-items:center;gap:.75rem}.header__overlay{display:none;position:fixed;inset:64px 0 0;background:#00000040}.header__overlay.open{display:block}@media(min-width:768px){.header__inner{height:80px;padding:0 3rem}.header__burger{display:none}.header__logo-link{position:static;transform:none;margin-right:3rem}.header__nav{position:static;max-height:none;background:transparent}.header__nav__list{flex-direction:row;align-items:center;gap:3rem;padding:0}.header__overlay{display:none!important}}.footer{background:linear-gradient(180deg,#111,#1a1a1a);color:#fff;width:100%;padding:4rem 5% 2rem;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}.footer__inner{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;max-width:1200px;gap:2rem;margin-bottom:2rem}.footer__logo img{width:160px;margin-bottom:1rem}.footer__nav,.footer__social,.footer__newsletter{flex:1;min-width:200px;text-align:center}.footer__nav h4,.footer__social h4,.footer__newsletter h4{margin-bottom:1rem;font-size:1.2rem;color:#29abe2}.footer__nav ul{list-style:none;padding:0}.footer__nav ul li{margin-bottom:.6rem}.footer__nav ul li a{color:#fff;text-decoration:none;transition:color .3s}.footer__nav ul li a:hover{color:#29abe2}.footer__legal h4{margin-bottom:.75rem;font-weight:600}.footer__legal ul{list-style:none;padding:0;margin:0}.footer__legal ul li{margin-bottom:.4rem}.footer__social .footer__icons{display:flex;justify-content:center;gap:1rem;font-size:1.5rem}.footer__social .footer__icons a{color:#fff;transition:color .3s,transform .3s}.footer__social .footer__icons a:hover{color:#29abe2;transform:scale(1.2)}.footer__newsletter p{margin-bottom:.8rem;font-size:.95rem;color:#ccc}.footer__newsletter form{display:flex;gap:.5rem}.footer__newsletter form input{flex:1;padding:.7rem 1rem;border-radius:6px;border:none;font-size:1rem}.footer__newsletter form button{padding:.7rem 1.5rem;background-color:#29abe2;border:none;border-radius:6px;color:#fff;font-weight:700;cursor:pointer;transition:background .3s,transform .3s}.footer__newsletter form button:hover{background-color:#29abe2;transform:translateY(-2px)}.footer__copyright{font-size:.85rem;text-align:center;border-top:1px solid #333;padding-top:1rem;width:100%}@media(max-width:768px){.footer__inner{flex-direction:column;align-items:center;gap:2rem}.footer__newsletter form{flex-direction:column}.footer__newsletter form input,.footer__newsletter form button{width:100%}}.floating-cta{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:1000;background:#c62828;color:#fff;border:none;cursor:pointer;height:180px;width:60px;border-radius:16px 0 0 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 10px 30px #00000059}.floating-cta__icon{font-size:1.2rem;opacity:.9}.floating-cta__text{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.18em;font-size:.8rem;font-weight:700;text-transform:uppercase}@media(max-width:768px){.floating-cta{display:none}}.CookieConsent{font-size:.9rem;line-height:1.4}.CookieConsent a{text-decoration:underline}.layout{display:flex;flex-direction:column;min-height:100vh;padding-top:65px}.layout__main{flex:1}@media(min-width:768px){.layout{padding-top:80px}}.contact-form{padding:5rem 1.5rem;background-color:#f7f7f7}.contact-form__container{max-width:680px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 20px 40px #0000000f}.contact-form__header{text-align:center;margin-bottom:2.5rem}.contact-form__header h2{font-size:2rem;margin-bottom:.5rem}.contact-form__header p{color:#666;font-size:1rem}.contact-form__form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__field{display:flex;flex-direction:column}.contact-form__field label{font-size:.9rem;margin-bottom:.4rem;color:#444}.contact-form__field input,.contact-form__field textarea{padding:.75rem .9rem;border-radius:8px;border:1px solid #ddd;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #00000014}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__submit{margin-top:1rem;align-self:center;padding:.9rem 2.5rem;border-radius:999px;border:none;background:#111;color:#fff;font-size:.95rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.contact-form__submit:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0000001f}@media(max-width:640px){.contact-form__container{padding:2rem 1.5rem}}.map-section{background-color:#f7f7f7}.map-section__header{text-align:center;padding:4rem 1.5rem 1.5rem}.map-section__header h2{font-size:2rem;font-weight:700}.map-section__info{display:flex;justify-content:center;gap:3rem;padding-bottom:2.5rem;font-size:.95rem;color:#444;flex-wrap:wrap}.map-section__info-item{display:flex;align-items:center;gap:.6rem}.map-section__info-item svg{font-size:1.1rem;color:#111}.map-section__map-container{width:100%;height:520px;position:relative}.map-section__map{width:100%;height:100%;border:none;filter:grayscale(100%) contrast(1.1)}@media(max-width:768px){.map-section__map-container{height:380px}.map-section__info{gap:1.5rem;padding:0 1.5rem 2rem}}.parallax-gallery{position:relative;width:100%;background:#000}.parallax-section{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.parallax-section__image{position:absolute;inset:0;width:100%;height:120%;object-fit:cover;will-change:transform}.parallax-section:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000026);z-index:1}.parallax-section__text{position:relative;z-index:2;color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;text-align:center;max-width:900px;padding:0 1.5rem;letter-spacing:-.02em}.scroll-progress{position:fixed;left:0;bottom:0;height:3px;width:100%;background:linear-gradient(90deg,#ff4d4f,#ff7a5a);transform-origin:left;z-index:9999}@media(max-width:768px){.parallax-section{height:80vh;margin-top:-1px}.parallax-section__image{height:150%}}.road-bikes-page{background:#fafafa;color:#111}.road-bikes-page__parallax{width:100%;position:relative}@media(min-width:768px){.road-bikes-page__parallax{margin-bottom:3rem}}.road-bikes-page__parallax-mobile{position:relative;max-height:50vh;overflow:hidden}.road-bikes-page__parallax-mobile img{width:100%;height:100%;object-fit:cover;display:block}.road-bikes-page__parallax-mobile .road-bikes-page__parallax-mobile-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.6rem;font-weight:800;text-align:center;padding:0 1rem}.road-bikes-page__cta{max-width:1200px;margin:1.5rem auto 0;padding:2.5rem 1.5rem;border-radius:20px;text-align:center;color:#fff;background:#29abe2;box-shadow:0 25px 60px #0000004d}.road-bikes-page__cta-eyebrow{font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase;opacity:.85}.road-bikes-page__cta-text{font-size:1rem;line-height:1.5;opacity:.95;margin:1rem 0 1.5rem}.road-bikes-page__cta-button{display:inline-block;padding:1rem 2.2rem;border-radius:999px;font-size:1.05rem;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(135deg,#25d366,#1ebe5d);box-shadow:0 12px 30px #00000059}.road-bikes-page__cta-trust{margin-top:1rem;list-style:none;padding:0;font-size:.8rem;opacity:.9}.road-bikes-page__cta-trust li{margin:.25rem 0}.road-bikes-page__features,.road-bikes-page__gallery,.road-bikes-page__details{max-width:1200px;margin:0 auto;padding:3rem 1rem}.road-bikes-page__features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.road-bikes-page__features-grid{grid-template-columns:repeat(4,1fr)}}.road-bikes-page__feature-card{background:#fff;border-radius:16px;padding:1.25rem 1rem;box-shadow:0 10px 30px #00000014;text-align:center}.road-bikes-page__feature-card h3{font-size:.95rem;font-weight:600}.road-bikes-page__feature-card p{font-size:.8rem;color:#666}.road-bikes-page__feature-card.is-secondary{background:#f5f5f5;box-shadow:none;border:1px solid rgba(0,0,0,.05)}.road-bikes-page__icon-bg{width:52px;height:52px;margin:0 auto .5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;background:linear-gradient(135deg,#ff4d4f,#ff7a5a)}.road-bikes-page__details p{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:1rem}.road-bikes-page__gallery{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.road-bikes-page__gallery{grid-template-columns:repeat(3,1fr)}}.road-bikes-page__gallery-item{border-radius:16px;overflow:hidden}.road-bikes-page__gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.road-bikes-page__gallery-item img:hover{transform:scale(1.05)}.privacy-page__content{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.privacy-page__section{margin-bottom:2.5rem}.privacy-page__section h2{font-size:1.8rem;margin-bottom:1rem;font-weight:600;color:#111}.privacy-page__section p{font-size:1rem;line-height:1.6;color:#555}@media(max-width:768px){.privacy-page__content{padding:2rem 1rem}.privacy-page__section h2{font-size:1.5rem}.privacy-page__section p{font-size:.95rem}}.cookies-page .cookies-page__content{max-width:900px;margin:4rem auto;padding:0 1.5rem;line-height:1.6;color:#333}.cookies-page .cookies-page__content h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}.cookies-page .cookies-page__content p,.cookies-page .cookies-page__content li{font-size:1rem;margin-bottom:1rem}.cookies-page .cookies-page__content ul{list-style:disc;padding-left:1.5rem}.cookies-page .cookies-page__content .cta-button{display:inline-block;margin-top:2rem;padding:.8rem 2rem;background:#ff4d4f;color:#fff;border-radius:999px;text-decoration:none;font-weight:600;transition:background .2s}.cookies-page .cookies-page__content .cta-button:hover{background:#ff7a5a}.scroll-button{position:fixed;right:20px;bottom:20px;z-index:10;display:flex;width:60px;height:60px;border:none;box-shadow:0 4px 8px #0003;color:#fff;font-size:24px;transition:opacity .3s ease-in-out;cursor:pointer;background-color:#29abe2;border-radius:50%;justify-content:center;align-items:center}.whatsapp{position:fixed;right:20px;bottom:100px;z-index:1000;display:flex;width:60px;height:60px;padding:7px;box-shadow:0 4px 12px #0003;transition:transform .2s ease;background-color:#25d366;border-radius:50%;align-items:center;justify-content:center}.whatsapp:hover{transform:scale(1.1)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,sans-serif;background-color:#fff;color:#111;line-height:1.5;min-height:100vh;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}.u-hidden{display:none!important}.u-text-center{text-align:center}.u-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
