:root { --akhp-primary: #660505; --akhp-secondary: #0b0b0b; --akhp-accent: #ff0d19; --akhp-text: #ffffff; --akhp-muted: #bfbfbf; --akhp-radius: 12px; --akhp-max: 1200px; --akhp-font-display: "Bebas Neue", sans-serif; --akhp-font-ui: "Rajdhani", sans-serif; --akhp-font-body: "Roboto", sans-serif; } body.akhp-page .external-div, body.akhp-page #tp_content > .container, body.akhp-page .entry-header, body.akhp-page .page-header { display: none !important; } body.akhp-page #tp_content { display: block !important; padding: 0; margin: 0; max-width: none; background: #000000 !important; } body.ak-site.akhp-page, body.ak-site.akhp-page #content, body.ak-site.akhp-page #tp_content, body.ak-site.akhp-page .akhp--home { background: #000000 !important; } .akhp { --akhp-pad: 20px; background: #000000; color: var(--akhp-text); font-family: var(--akhp-font-body); min-height: 100vh; } .akhp--home { background: #000000; } .akhp-home-body { max-width: var(--akhp-max); margin: -28px auto 0; padding: 0 var(--akhp-pad) 56px; position: relative; z-index: 3; } .akhp-home-hero { position: relative; min-height: min(72vh, 680px); background-color: #000000; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; } .akhp-home-hero__overlay { position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.95) 88%, #000000 100% ); } .akhp-home-hero__inner { position: relative; z-index: 2; max-width: var(--akhp-max); margin: 0 auto; min-height: min(72vh, 680px); display: flex; align-items: flex-end; padding: 48px var(--akhp-pad) 64px; } .akhp-home-hero__copy { max-width: 560px; } .akhp-home-hero__title { margin: 0 0 10px; font-family: var(--akhp-font-ui); font-size: clamp(1.75rem, 5vw, 2.75rem); font-weight: 700; line-height: 1.15; color: #ffffff; } .akhp-home-hero__sub { margin: 0; font-family: var(--akhp-font-ui); font-size: clamp(1rem, 2.5vw, 1.25rem); color: var(--akhp-muted); } .akhp-home-bar { margin-bottom: 28px; padding: 10px 12px; background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; } .akhp-search-form--home-bar { display: flex; flex-direction: column; gap: 12px; margin: 0; } .akhp-search-form--home-bar .akhp-search-form__grid--selects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .akhp-search-form--home-bar .akhp-search-form__grid--ranges { display: grid; grid-template-columns: 1fr; gap: 10px; } .akhp-search-form--home-bar .akhp-range-pair { gap: 8px; } .akhp-search-form--home-bar .akhp-field { margin: 0; min-width: 0; } .akhp-search-form--home-bar .akhp-field--dark > label:not(.akhp-btn-neo), .akhp-search-form--home-bar .akhp-field--dark .akhp-field__label, .akhp-search-form--home-bar .akhp-field__label--spacer { 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; } .akhp-search-form--home-bar .akhp-field--dark select, .akhp-search-form--home-bar .akhp-field--dark input[type="text"] { width: 100%; min-height: 42px; padding: 8px 32px 8px 12px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 6px; background: rgba(0, 0, 0, 0.45); color: #ffffff; font-family: var(--akhp-font-ui); font-size: 0.88rem; font-weight: 600; } .akhp-search-form--home-bar .akhp-field--dark input::placeholder { color: var(--akhp-filter-hint, rgba(255, 255, 255, 0.36)); opacity: 1; } .akhp-search-form--home-bar .akhp-field--select.is-empty select { color: var(--akhp-filter-hint, rgba(255, 255, 255, 0.36)); } .akhp-search-form--home-bar .akhp-field--dark select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; } .akhp-search-form--home-bar .akhp-field--neo { justify-content: stretch; align-self: stretch; } .akhp-search-form--home-bar .akhp-field--neo .akhp-btn-neo { flex: 1 1 auto; min-height: 42px; border-radius: 6px; border-color: rgba(255, 255, 255, 0.14); background: rgba(0, 0, 0, 0.45); } .akhp-search-form--home-bar .akhp-search-form__grid--selects { align-items: stretch; } .akhp-search-form--home-bar .akhp-btn-cerca { align-self: center; width: 100%; max-width: 320px; margin-top: 4px; padding: 14px 20px; border-radius: 8px; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.04em; } .akhp-home-cars { margin-bottom: 32px; } .akhp-home-cars--inventory { text-align: center; padding: 4px 0 8px; } .akhp-home-cars__message { margin: 0 auto; max-width: 36em; font-family: var(--akhp-font-ui); font-size: clamp(1.05rem, 3.2vw, 1.3rem); font-weight: 600; line-height: 1.55; color: rgba(255, 255, 255, 0.88); } .akhp-home-cars__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; } .akhp-home-cars__card { display: flex; flex-direction: column; background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--akhp-radius); overflow: hidden; color: #ffffff; text-decoration: none; transition: border-color 0.2s ease, transform 0.2s ease; } .akhp-home-cars__card:hover { border-color: rgba(255, 13, 25, 0.45); transform: translateY(-2px); } .akhp-home-cars__media { aspect-ratio: 16 / 10; background: var(--akhp-surface, #141414); overflow: hidden; } .akhp-home-cars__media img { width: 100%; height: 100%; object-fit: cover; } .akhp-home-cars__body { padding: 14px 16px 16px; } .akhp-home-cars__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; } .akhp-home-cars__name { margin: 0; font-family: var(--akhp-font-ui); font-size: 1.05rem; font-weight: 700; line-height: 1.2; } .akhp-home-cars__price { margin: 0; flex-shrink: 0; font-family: var(--akhp-font-ui); font-size: 1.05rem; font-weight: 700; color: #ffffff; } .akhp-home-cars__specs { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0; padding: 0; list-style: none; font-family: var(--akhp-font-ui); font-size: 0.8rem; color: var(--akhp-muted); } .akhp-home-cars__empty { margin: 0; font-family: var(--akhp-font-ui); color: var(--akhp-muted); } .akhp-home-services { margin-bottom: 36px; } .akhp-home-services__grid { display: grid; grid-template-columns: 1fr; gap: 14px; } .akhp-home-services__item { padding: 20px 18px; background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--akhp-radius); } .akhp-home-services__icon { margin-bottom: 12px; color: #ffffff; } .akhp-home-services__title { margin: 0 0 8px; font-family: var(--akhp-font-ui); font-size: 1.15rem; font-weight: 700; } .akhp-home-services__text { margin: 0; font-family: var(--akhp-font-body); font-size: 0.92rem; line-height: 1.45; color: var(--akhp-muted); } .akhp-home-info__grid { display: grid; grid-template-columns: 1fr; gap: 24px; } .akhp-home-info__title { margin: 0 0 14px; font-family: var(--akhp-font-ui); font-size: clamp(1.35rem, 4vw, 1.75rem); font-weight: 700; color: #ffffff; } .akhp-home-info__text { margin: 0 0 18px; font-family: var(--akhp-font-body); font-size: 0.95rem; line-height: 1.55; color: var(--akhp-muted); } .akhp-home-info__media { border-radius: var(--akhp-radius); overflow: hidden; background: var(--akhp-surface, #141414); max-height: 220px; } .akhp-home-info__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .akhp-home-info__list { margin: 0 0 20px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; } .akhp-home-info__list li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; font-family: var(--akhp-font-ui); font-size: 0.95rem; } .akhp-home-info__list a { color: #ffffff; text-decoration: none; } .akhp-home-info__list a:hover { color: #ffffff; } .akhp-home-info__icon { flex-shrink: 0; color: var(--akhp-accent); display: flex; align-items: center; } .akhp-home-info__cta { width: 100% !important; margin-top: 0 !important; text-decoration: none; } .akhp-btn-cerca--link { text-decoration: none; box-sizing: border-box; } .akhp-hero { position: relative; min-height: min(52vh, 480px); overflow: hidden; } .akhp-hero__bg { position: absolute; inset: 0; background-position: center 30%; background-size: cover; transform: scale(1.08); transition: transform 8s ease-out; } .akhp-hero.is-ready .akhp-hero__bg { transform: scale(1); } .akhp-hero__overlay { position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(11, 11, 11, 0.55) 0%, rgba(11, 11, 11, 0.85) 45%, rgba(11, 11, 11, 0.98) 100% ); } .akhp-hero__inner { position: relative; z-index: 2; max-width: var(--akhp-max); margin: 0 auto; padding: 16px var(--akhp-pad) 32px; display: flex; flex-direction: column; justify-content: flex-end; min-height: min(52vh, 480px); padding-bottom: 28px; } .akhp-hero__content { margin-top: auto; } .akhp-hero__eyebrow { font-family: var(--akhp-font-ui); font-size: 0.875rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #ffffff; margin: 0 0 8px; opacity: 0; transform: translateY(12px); } .akhp-hero__title { margin: 0 0 12px; font-family: var(--akhp-font-display); font-weight: 800; line-height: 0.95; font-size: clamp(2.5rem, 12vw, 4.5rem); } .akhp-hero__title-line { display: block; opacity: 0; transform: translateY(24px); } .akhp-hero__title-line--accent { color: #ffffff; } .akhp-hero__subtitle { margin: 0 0 20px; font-family: var(--akhp-font-ui); font-size: 1.05rem; line-height: 1.4; color: var(--akhp-muted); max-width: 32ch; opacity: 0; transform: translateY(16px); } .akhp-search { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; opacity: 0; transform: translateY(20px); } .akhp-search__field { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--akhp-radius); padding: 14px 16px; backdrop-filter: blur(8px); } .akhp-search__icon { flex-shrink: 0; color: var(--akhp-muted); } .akhp-search__field input { flex: 1; border: 0; background: transparent; color: var(--akhp-text); font-family: var(--akhp-font-body); font-size: 1rem; outline: none; min-width: 0; } .akhp-search__field input::placeholder { color: rgba(191, 191, 191, 0.7); } .akhp-search__btn { border: 0; border-radius: var(--akhp-radius); padding: 14px 20px; font-family: var(--akhp-font-ui); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--akhp-text); cursor: pointer; background: linear-gradient(180deg, var(--akhp-primary) 0%, #4a0404 100%); box-shadow: 0 8px 24px rgba(255, 13, 25, 0.25); transition: transform 0.2s ease, box-shadow 0.2s ease; } .akhp-search__btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(255, 13, 25, 0.35); background: linear-gradient(180deg, var(--akhp-accent) 0%, var(--akhp-primary) 100%); } .akhp-hero__car { position: relative; height: 160px; margin-top: -8px; pointer-events: none; opacity: 0; transform: translateX(40px) scale(0.92); } .akhp-hero__car img { width: 100%; max-width: 420px; height: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6)); animation: akhp-car-float 4s ease-in-out infinite; } @keyframes akhp-car-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .akhp-hero.is-ready .akhp-hero__eyebrow, .akhp-hero.is-ready .akhp-hero__title-line, .akhp-hero.is-ready .akhp-hero__subtitle, .akhp-hero.is-ready .akhp-search, .akhp-hero.is-ready .akhp-hero__car { opacity: 1; transform: none; } .akhp-hero.is-ready .akhp-hero__title-line:nth-child(1) { transition: opacity 0.6s ease 0.15s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s; } .akhp-hero.is-ready .akhp-hero__title-line:nth-child(2) { transition: opacity 0.6s ease 0.3s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s; } .akhp-hero.is-ready .akhp-hero__eyebrow { transition: opacity 0.5s ease 0.05s, transform 0.5s ease 0.05s; } .akhp-hero.is-ready .akhp-hero__subtitle { transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s; } .akhp-hero.is-ready .akhp-search { transition: opacity 0.55s ease 0.55s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.55s; } .akhp-hero.is-ready .akhp-hero__car { transition: opacity 0.7s ease 0.35s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s; } .akhp-filters { padding: 20px 0 8px; border-top: 1px solid rgba(255, 255, 255, 0.08); } .akhp-filters__scroll { display: flex; gap: 10px; overflow-x: auto; padding: 0 var(--akhp-pad) 8px; scrollbar-width: none; } .akhp-filters__scroll::-webkit-scrollbar { display: none; } .akhp-chip { flex-shrink: 0; padding: 10px 18px; border-radius: 999px; font-family: var(--akhp-font-ui); font-size: 0.95rem; font-weight: 600; text-decoration: none; color: var(--akhp-text); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); transition: background 0.2s, border-color 0.2s; } .akhp-chip.is-active, .akhp-chip:hover { background: var(--akhp-primary); border-color: #ffffff; } .akhp-latest { max-width: var(--akhp-max); margin: 0 auto; padding: 28px var(--akhp-pad) 36px; } .akhp-latest__title { margin: 0 0 20px; font-family: var(--akhp-font-display); font-size: clamp(1.75rem, 5vw, 2.25rem); letter-spacing: 0.04em; text-transform: uppercase; } .akhp-latest__grid { display: grid; grid-template-columns: 1fr; gap: 12px; } @media (min-width: 480px) { .akhp-latest__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .akhp-latest__card { display: flex; flex-direction: column; background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--akhp-radius); overflow: hidden; color: var(--akhp-text); text-decoration: none; transition: border-color 0.2s ease, transform 0.2s ease; } .akhp-latest__card:hover { border-color: rgba(255, 13, 25, 0.45); transform: translateY(-2px); } .akhp-latest__media { aspect-ratio: 4 / 3; background: var(--akhp-surface, #141414); overflow: hidden; } .akhp-latest__media img { width: 100%; height: 100%; object-fit: cover; } .akhp-latest__body { padding: 10px 12px 12px; } .akhp-latest__name { margin: 0 0 4px; font-family: var(--akhp-font-ui); font-size: 0.95rem; font-weight: 700; line-height: 1.2; } .akhp-latest__price { margin: 0; font-family: var(--akhp-font-ui); font-size: 0.85rem; font-weight: 700; color: #ffffff; } .akhp-latest__empty { margin: 0 0 16px; color: var(--akhp-muted); font-family: var(--akhp-font-ui); } .akhp-latest__actions { margin-top: 24px; text-align: center; } .akhp-latest__cta { display: inline-block; padding: 12px 32px; border-radius: 8px; background: var(--akhp-accent); color: var(--akhp-text); font-family: var(--akhp-font-ui); font-size: 1rem; font-weight: 700; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: opacity 0.2s ease; } .akhp-latest__cta:hover { opacity: 0.9; } .akhp-featured { max-width: var(--akhp-max); margin: 0 auto; padding: 24px var(--akhp-pad) 40px; } .akhp-featured__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; } .akhp-featured__head h2 { margin: 0; font-family: var(--akhp-font-display); font-size: 2rem; letter-spacing: 0.02em; } .akhp-featured__head a { font-family: var(--akhp-font-ui); color: #ffffff; text-decoration: none; font-weight: 600; } .akhp-featured__grid { display: grid; gap: 16px; } .akhp-card { background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--akhp-radius); overflow: hidden; } .akhp-card__media { height: 140px; background-size: cover; background-position: center; } .akhp-card__body { padding: 16px; } .akhp-card__body h3 { margin: 0 0 4px; font-family: var(--akhp-font-ui); font-size: 1.25rem; font-weight: 700; } .akhp-card__body p { margin: 0 0 12px; color: var(--akhp-muted); font-size: 0.9rem; } .akhp-card__cta { display: inline-block; padding: 8px 16px; border-radius: 8px; background: var(--akhp-accent); color: var(--akhp-text); text-decoration: none; font-family: var(--akhp-font-ui); font-weight: 700; font-size: 0.9rem; } .akhp-cta-band { max-width: var(--akhp-max); margin: 0 auto 48px; padding: 24px var(--akhp-pad); text-align: center; background: linear-gradient(135deg, var(--akhp-primary), var(--akhp-secondary)); border-radius: var(--akhp-radius); border: 1px solid rgba(255, 13, 25, 0.3); } .akhp-cta-band p { margin: 0 0 12px; font-family: var(--akhp-font-ui); font-size: 1.1rem; } .akhp-cta-band__btn { display: inline-block; padding: 12px 28px; background: var(--akhp-text); color: var(--akhp-secondary); text-decoration: none; font-family: var(--akhp-font-ui); font-weight: 700; border-radius: 8px; } @media (min-width: 768px) { .akhp-home-hero, .akhp-home-hero__inner { min-height: min(78vh, 720px); } .akhp-search-form--home-bar .akhp-search-form__grid--selects { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 12px; } .akhp-search-form--home-bar .akhp-search-form__grid--ranges { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 12px; } .akhp-search-form--home-bar .akhp-field--neo .akhp-btn-neo { min-height: 44px; } .akhp-search-form--home-bar .akhp-btn-cerca { max-width: 280px; } .akhp-home-cars__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } .akhp-home-services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .akhp-home-info__grid { grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: start; } .akhp-home-info__media { max-height: 280px; } .akhp-hero { min-height: min(48vh, 520px); } .akhp-hero__inner { display: flex; flex-direction: column; justify-content: flex-end; min-height: min(48vh, 520px); padding-top: 24px; } .akhp-hero__content { margin-top: 0; } .akhp-search { grid-column: 1; flex-direction: row; align-items: stretch; } .akhp-search__field { flex: 1; } .akhp-search__btn { flex-shrink: 0; min-width: 140px; } .akhp-hero__car { grid-column: 2; grid-row: 2 / span 3; align-self: center; height: auto; margin-top: 0; display: flex; align-items: center; justify-content: center; } .akhp-hero__car img { max-width: 100%; } .akhp-featured__grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .akhp-search-form--home-bar .akhp-search-form__grid--selects { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px 14px; } .akhp-search-form--home-bar .akhp-search-form__grid--ranges { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 14px; } .akhp-search-form--home-bar .akhp-btn-cerca { max-width: 320px; } .akhp-hero__title { font-size: 4.5rem; } .akhp-hero__car img { max-width: 560px; } .akhp-latest__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } .akhp-featured__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } .akhp-card__media { height: 180px; } } .akhp--trova { padding: 32px var(--akhp-pad) 56px; max-width: var(--akhp-max); margin: 0 auto; } .akhp-page-hero h1 { margin: 0 0 8px; font-family: var(--akhp-font-display); font-size: clamp(2.5rem, 8vw, 4rem); letter-spacing: 0.04em; text-transform: uppercase; } .akhp-page-hero p { margin: 0 0 28px; color: var(--akhp-muted); font-family: var(--akhp-font-ui); font-size: 1.1rem; } .akhp-filters-panel { background: var(--akhp-surface, #141414); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--akhp-radius); padding: 24px; } .akhp-filters-form__grid { display: grid; gap: 16px; } .akhp-field label { display: block; margin-bottom: 8px; font-family: var(--akhp-font-ui); font-size: 0.95rem; font-weight: 600; color: var(--akhp-muted); text-transform: uppercase; letter-spacing: 0.06em; } .akhp-field input, .akhp-field select { width: 100%; padding: 14px 16px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.15); background: rgba(0, 0, 0, 0.35); color: var(--akhp-text); font-family: var(--akhp-font-body); font-size: 1rem; } .akhp-field input:disabled, .akhp-field select:disabled { opacity: 0.65; cursor: not-allowed; } .akhp-filters-form__note { margin: 16px 0; color: var(--akhp-muted); font-size: 0.9rem; } .akhp-filters-form .akhp-search__btn { width: 100%; max-width: 280px; } @media (min-width: 768px) { .akhp-filters-form__grid { grid-template-columns: repeat(2, 1fr); } .akhp-field--wide { grid-column: 1 / -1; } } body.ak-site.akhp-page, body.ak-site .akhp--parco, body.ak-site .akhp--trova-page { background: #000000 !important; color: #ffffff; } body.ak-site.akhp-page #tp_content { background: #000000; padding: 0; margin: 0; } .akhp--parco, .akhp--trova-page { --akhp-bg: #000000; --akhp-text: #ffffff; --akhp-muted: rgba(255, 255, 255, 0.52); --akhp-accent: #ff0d19; --akhp-border: rgba(255, 255, 255, 0.18); --akhp-input-bg: rgba(255, 255, 255, 0.06); --akhp-max: 720px; --akhp-pad: 20px; background: var(--akhp-bg); color: var(--akhp-text); padding-bottom: 64px; } .akhp-parco-head { max-width: var(--akhp-max); margin: 0 auto; padding: 28px var(--akhp-pad) 0; } .akhp-parco-head h1 { margin: 0 0 6px; font-family: "Rajdhani", sans-serif; font-size: clamp(1.75rem, 5vw, 2.25rem); font-weight: 700; color: #ffffff; } .akhp-parco-head__sub { margin: 0 0 16px; font-family: "Rajdhani", sans-serif; font-size: 1rem; color: var(--akhp-muted); } .akhp-filters-dropdown { margin-bottom: 20px; border-bottom: 1px solid var(--akhp-border); } .akhp-filters-dropdown.is-open { overflow: visible; } .akhp-filters-dropdown__toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 14px 16px; border: 1px solid var(--akhp-border); border-radius: 8px; background: var(--akhp-input-bg); color: #ffffff; font-family: "Rajdhani", sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; cursor: pointer; transition: border-color 0.22s ease, background 0.22s ease; } .akhp-filters-dropdown__toggle:hover, .akhp-filters-dropdown.is-open .akhp-filters-dropdown__toggle { border-color: rgba(255, 255, 255, 0.35); } .akhp-filters-dropdown.is-open .akhp-filters-dropdown__toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-color: transparent; } .akhp-filters-dropdown__chevron { flex-shrink: 0; color: var(--akhp-muted); transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.22s ease; } .akhp-filters-dropdown.is-open .akhp-filters-dropdown__chevron { transform: rotate(180deg); color: #ffffff; } .akhp-filters-dropdown__panel { overflow: hidden; max-height: 0; opacity: 0; padding: 0; border: 1px solid transparent; border-top: 0; border-radius: 0 0 8px 8px; background: var(--akhp-input-bg); visibility: hidden; pointer-events: none; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.25s ease, border-color 0.22s ease, visibility 0s linear 0.35s; } .akhp-filters-dropdown.is-open .akhp-filters-dropdown__panel { max-height: 2000px; opacity: 1; padding: 16px 16px 20px; border-color: var(--akhp-border); visibility: visible; pointer-events: auto; overflow: visible; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.25s ease, border-color 0.22s ease, visibility 0s; } .akhp-filters-dropdown.is-open .akhp-field--select { position: relative; z-index: 2; } .akhp-filters-dropdown.is-open .akhp-field--select:focus-within { z-index: 5; } .akhp-filters-dropdown .akhp-btn-cerca { margin-top: 14px; } .akhp-parco-filters { display: none; } .akhp-search-form__grid { display: grid; gap: 12px 14px; } .akhp-search-form__grid--selects { grid-template-columns: repeat(2, minmax(0, 1fr)); } .akhp-search-form__grid--ranges { grid-template-columns: minmax(0, 1fr); margin-top: 2px; } .akhp-range-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-width: 0; } .akhp-range-pair .akhp-field { margin: 0; min-width: 0; } .akhp-field { min-width: 0; } .akhp-search-form--parco .akhp-field--compact > label { 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; } .akhp-search-form--parco .akhp-field--neo .akhp-field__label--spacer { display: none; } .akhp-search-form__grid--selects { align-items: end; } .akhp-field--dark label:not(.akhp-btn-neo), .akhp-field--dark .akhp-field__label { display: block; margin-bottom: 8px; font-family: "Rajdhani", sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: #ffffff; } label.akhp-btn-neo { display: inline-flex !important; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; margin-bottom: 0; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .akhp-field--dark select, .akhp-field--dark input[type="text"] { width: 100%; min-height: 44px; padding: 10px 36px 10px 12px; border: 1px solid var(--akhp-border); border-radius: 6px; background: var(--akhp-input-bg); color: #ffffff; font-family: "Rajdhani", sans-serif; font-size: 0.95rem; font-weight: 500; appearance: none; transition: border-color 0.22s ease, box-shadow 0.22s ease; } .akhp-field--dark input::placeholder { color: var(--akhp-filter-hint, rgba(255, 255, 255, 0.36)); opacity: 1; } .akhp-field--select.is-empty select { color: var(--akhp-filter-hint, rgba(255, 255, 255, 0.36)); } .akhp-field--dark select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; } .akhp-field--dark select option { background: var(--akhp-surface, #141414); color: #fff; } .akhp-field--dark select:focus, .akhp-field--dark input:focus { outline: none; border-color: #ffffff; box-shadow: 0 0 0 1px rgba(255, 13, 25, 0.35); } .akhp-field--neo { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; min-height: 0; } .akhp-neo-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .akhp-btn-neo { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--akhp-border); border-radius: 6px; background: var(--akhp-input-bg); color: rgba(255, 255, 255, 0.88); font-family: "Rajdhani", sans-serif; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; line-height: 1; cursor: pointer; transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease; box-sizing: border-box; } .akhp-btn-neo__icon { display: block; flex-shrink: 0; width: 18px; height: 18px; } .akhp-btn-neo__text { line-height: 1; white-space: nowrap; } .akhp-btn-neo:hover { border-color: #ffffff; color: #ffffff; } .akhp-neo-input:checked + .akhp-btn-neo { background: var(--akhp-accent); border-color: #ffffff; color: #ffffff; } .akhp-neo-input:focus-visible + .akhp-btn-neo { outline: 2px solid var(--akhp-accent); outline-offset: 2px; } .akhp-btn-cerca { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-top: 18px; padding: 14px 20px; border: 0; border-radius: 8px; background: var(--akhp-accent); color: #ffffff; font-family: "Rajdhani", sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.04em; cursor: pointer; transition: transform 0.22s ease, box-shadow 0.22s ease; } .akhp-btn-cerca:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255, 13, 25, 0.35); } .akhp-btn-cerca svg { flex-shrink: 0; } .akhp-parco-toolbar { max-width: var(--akhp-max); margin: 0 auto; padding: 16px var(--akhp-pad); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid var(--akhp-border); } .akhp-parco-toolbar__count { margin: 0; font-family: "Rajdhani", sans-serif; font-size: 0.95rem; color: #ffffff; } .akhp-parco-sort { display: flex; align-items: center; gap: 10px; font-family: "Rajdhani", sans-serif; font-size: 0.9rem; color: #ffffff; } .akhp-parco-sort__label { color: #ffffff; white-space: nowrap; } .akhp-parco-sort__picker { position: relative; min-width: min(220px, 100%); } .akhp-parco-sort__toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 40px; padding: 8px 12px; border: 1px solid #ffffff; border-radius: 6px; background: #414141; color: #ffffff; font-family: inherit; font-size: inherit; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; box-sizing: border-box; } .akhp-parco-sort__value { text-align: left; } .akhp-parco-sort__chevron { flex-shrink: 0; color: var(--akhp-accent); transition: transform 0.22s ease; } .akhp-parco-sort__picker.is-open .akhp-parco-sort__chevron { transform: rotate(180deg); } .akhp-parco-sort__picker.is-open .akhp-parco-sort__toggle { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-color: transparent; } .akhp-parco-sort__menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 30; margin: 0; padding: 4px 0; list-style: none; border: 1px solid #ffffff; border-top: 0; border-radius: 0 0 6px 6px; background: #414141; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45); overflow: hidden; } .akhp-parco-sort__option { display: block; width: 100%; padding: 10px 12px; border: 0; background: transparent; color: #ffffff; font-family: inherit; font-size: inherit; font-weight: 500; line-height: 1.25; text-align: left; cursor: pointer; transition: background 0.18s ease, color 0.18s ease; } .akhp-parco-sort__option:hover, .akhp-parco-sort__option:focus-visible { background: var(--akhp-accent); color: #ffffff; outline: none; } .akhp-parco-sort__option.is-selected { font-weight: 700; } .akhp-parco-sort__native { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .akhp-parco-list { max-width: var(--akhp-max); margin: 0 auto; padding: 16px var(--akhp-pad) 48px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; } .akhp-listing-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; padding: 10px; background: var(--akhp-surface, #141414); border: 1px solid var(--akhp-border); border-radius: 10px; min-width: 0; } .akhp-listing-card__media { position: relative; border-radius: 8px; overflow: hidden; background: var(--akhp-surface, #141414); aspect-ratio: 16 / 10; min-height: 0; } .akhp-listing-card__img-link { display: block; height: 100%; } .akhp-listing-card__media img { width: 100%; height: 100%; object-fit: cover; min-height: 0; } .akhp-listing-card__badge { position: absolute; top: 8px; left: 8px; z-index: 2; padding: 4px 10px; background: var(--akhp-accent); border: 0; color: #fff; font-family: "Rajdhani", sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; border-radius: 4px; } .akhp-listing-card__body { display: flex; flex-direction: column; min-width: 0; } .akhp-listing-card__title { margin: 0 0 8px; font-family: "Rajdhani", sans-serif; font-size: clamp(1rem, 3.5vw, 1.05rem); font-weight: 700; line-height: 1.25; min-width: 0; overflow-wrap: anywhere; word-break: break-word; } .akhp-listing-card__title a { color: #ffffff; text-decoration: none; } .akhp-listing-card__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 10px; margin: 0 0 auto; } .akhp-listing-card__specs-col { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; min-width: 0; } .akhp-listing-card__specs li.is-search-match { color: #ffffff; font-size: 0.98rem; font-weight: 800; letter-spacing: 0.01em; } .akhp-listing-card__specs li.is-search-match .akhp-field-icon, .akhp-listing-card__specs li.is-search-match .akhp-field-icon.is-accent { color: #ffffff; opacity: 1; transform: scale(1.12); transform-origin: left center; } .akhp-listing-card__specs li.is-search-match svg { opacity: 1; } .akhp-listing-card__badge.is-search-match { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45); } .akhp-listing-card__specs .akhp-field-icon { flex-shrink: 0; opacity: 1; } .akhp-field-icon.is-accent { color: #ffffff; } .akhp-listing-card__specs li { display: flex; align-items: center; gap: 8px; min-width: 0; font-family: "Rajdhani", sans-serif; font-size: 0.86rem; font-weight: 500; color: var(--akhp-spec-muted, rgba(255, 255, 255, 0.52)); overflow-wrap: anywhere; word-break: break-word; } .akhp-listing-card__specs li:not(.is-search-match) .akhp-field-icon { color: var(--akhp-spec-muted, rgba(255, 255, 255, 0.52)); } .akhp-listing-card__specs svg { flex-shrink: 0; opacity: 1; } .akhp-listing-card__price.is-search-match { font-weight: 800; } .akhp-listing-card__footer { display: flex; flex-direction: column; align-items: stretch; gap: 8px; margin-top: 10px; } .akhp-listing-card__price { margin: 0; font-family: "Rajdhani", sans-serif; font-size: clamp(1.15rem, 4vw, 1.35rem); font-weight: 700; color: #ffffff; line-height: 1; } .akhp-listing-card__cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 8px 12px; border: 1px solid var(--akhp-accent); border-radius: 6px; background: transparent; color: #ffffff; font-family: "Rajdhani", sans-serif; font-size: 0.8rem; font-weight: 600; text-decoration: none; white-space: nowrap; box-sizing: border-box; transition: background 0.22s ease, color 0.22s ease; } .akhp-listing-card__cta:hover { background: rgba(255, 13, 25, 0.12); } .akhp-listing-card__cta svg { color: #ffffff; } .akhp-parco-empty { max-width: var(--akhp-max); margin: 24px auto 8px; padding: 8px var(--akhp-pad) 24px; } .akhp-parco-empty__message { display: flex; align-items: flex-start; gap: 14px; margin: 0; font-family: "Rajdhani", sans-serif; font-size: clamp(1.1rem, 4.5vw, 1.5rem); font-weight: 600; line-height: 1.35; color: #ffffff; } .akhp-parco-empty__icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; color: #ffffff; } .akhp-parco-empty__icon .akhp-field-icon { display: block; } .akhp-parco-pagination { max-width: var(--akhp-max); margin: 0 auto; padding: 8px var(--akhp-pad) 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; background: transparent; } .akhp-parco-pagination__summary { margin: 0; font-family: "Rajdhani", sans-serif; font-size: 0.95rem; font-weight: 500; color: var(--akhp-muted); line-height: 1.4; } .akhp-parco-pagination__controls { display: flex; align-items: center; gap: 8px; margin-left: auto; } .akhp-parco-pagination__list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; } .akhp-parco-pagination__nav, .akhp-parco-pagination__link { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--akhp-border); border-radius: 8px; background: var(--akhp-surface, #141414); color: #ffffff; font-family: "Rajdhani", sans-serif; font-size: 1rem; font-weight: 600; text-decoration: none; transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease; } .akhp-parco-pagination__nav:hover, .akhp-parco-pagination__link:hover { border-color: #ffffff; color: #ffffff; } .akhp-parco-pagination__nav.is-disabled { opacity: 0.35; pointer-events: none; } .akhp-parco-pagination__link.is-current { border-color: #ffffff; background: var(--akhp-accent); color: #ffffff; } .akhp-parco-pagination__link.is-gap { border-color: transparent; background: transparent; pointer-events: none; } .akhp-parco-diverso { max-width: var(--akhp-max); margin: 0 auto; padding: 8px var(--akhp-pad) 48px; border-top: 1px solid var(--akhp-border); } .akhp-parco-diverso__title { margin: 28px 0 18px; font-family: "Rajdhani", sans-serif; font-size: clamp(1.2rem, 4vw, 1.5rem); font-weight: 700; color: #ffffff; letter-spacing: 0.02em; } .akhp-parco-list--diverso { padding-top: 0; padding-bottom: 16px; } .akhp-parco-empty h2 { font-family: "Rajdhani", sans-serif; font-size: 1.35rem; margin: 0 0 8px; color: #fff; } .akhp-parco-empty p:not(.akhp-parco-empty__message) { color: var(--akhp-muted); font-family: "Rajdhani", sans-serif; margin: 0; } @media (min-width: 540px) and (max-width: 767px) { .akhp-parco-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } } @media (min-width: 768px) { .akhp--parco, .akhp--trova-page { --akhp-max: 1200px; } .akhp-search-form__grid--selects { grid-template-columns: repeat(3, minmax(0, 1fr)); } .akhp-search-form__grid--ranges { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 14px; } .akhp-parco-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } } @media (min-width: 1024px) { .akhp--parco { --akhp-max: 1280px; } .akhp-parco-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } .akhp-search-form__grid--selects { grid-template-columns: repeat(6, minmax(0, 1fr)); } }