:root {
--brand: #0d9488;
--brand-dark: #0f766e;
--ink: #15202b;
--muted: #667085;
--line: #e6eaef;
--soft: #f5f7fb;
--accent: #f59e0b;
}
* { box-sizing: border-box; }
.hp-field {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
html { scroll-behavior: smooth; }
body {
color: var(--ink);
background: #fbfcfe;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
padding-bottom: 72px;
-webkit-tap-highlight-color: transparent;
}
a { color: inherit; text-decoration: none; }
main { animation: appFade .18s ease-out; }
.skip-link {
position: fixed;
left: 1rem;
top: .75rem;
z-index: 2000;
transform: translateY(-160%);
border-radius: 8px;
background: #101828;
color: #fff;
padding: .65rem .85rem;
font-weight: 800;
}
.skip-link:focus { transform: none; color: #fff; }
@keyframes appFade { from { opacity: .72; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.fw-black { font-weight: 850; letter-spacing: 0; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 10px 28px rgba(15, 23, 42, .04); }
.navbar-brand { color: var(--brand-dark); font-size: 1.45rem; }
.brand-logo {
display: inline-flex;
align-items: center;
gap: .55rem;
font-weight: 900;
letter-spacing: 0;
}
.brand-logo img {
width: 38px;
height: 38px;
object-fit: cover;
border-radius: 8px;
background: #101828;
box-shadow: 0 8px 20px rgba(13,148,136,.14);
}
.brand-logo span span { color: #75d63f; }
.btn { border-radius: 8px; font-weight: 700; }
.btn-primary { --bs-btn-bg: var(--brand); --bs-btn-border-color: var(--brand); --bs-btn-hover-bg: var(--brand-dark); --bs-btn-hover-border-color: var(--brand-dark); }
.btn-outline-primary { --bs-btn-color: var(--brand-dark); --bs-btn-border-color: var(--brand); --bs-btn-hover-bg: var(--brand); --bs-btn-hover-border-color: var(--brand); }
.hero {
background:
radial-gradient(circle at 18% 18%, rgba(117, 214, 63, .18), transparent 28%),
radial-gradient(circle at 82% 16%, rgba(245, 158, 11, .14), transparent 26%),
linear-gradient(135deg, #effcf8 0%, #ffffff 56%, #fff7e8 100%);
border-bottom: 1px solid var(--line);
}
.hero-home { position: relative; overflow: hidden; }
.hero-home .container { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.35rem, 6vw, 4.9rem); line-height: .98; font-weight: 900; letter-spacing: 0; }
.hero-app-home {
min-height: min(720px, calc(100svh - 72px));
display: grid;
align-items: center;
isolation: isolate;
background:
radial-gradient(circle at 12% 22%, rgba(117,214,63,.22), transparent 32%),
radial-gradient(circle at 84% 20%, rgba(245,158,11,.14), transparent 28%),
radial-gradient(circle at 74% 84%, rgba(13,148,136,.12), transparent 32%),
linear-gradient(135deg, #effcf8 0%, #ffffff 56%, #fff7e8 100%);
}
.hero-app-home::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 92px;
pointer-events: none;
background: linear-gradient(180deg, transparent, rgba(251,252,254,.96));
z-index: -1;
}
.hero-app-home .lead {
max-width: 650px;
color: #344054;
font-size: clamp(1.05rem, 2vw, 1.28rem);
}
.home-visual-card {
min-height: 210px;
border: 1px solid rgba(15, 118, 110, .14);
border-radius: 8px;
overflow: hidden;
background:
linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.58)),
url("../img/og-cambialo-home.png") 14% 48% / 185% auto no-repeat;
box-shadow: 0 24px 70px rgba(15,23,42,.14);
}
.hero-kicker {
display: inline-flex;
align-items: center;
gap: .45rem;
border: 1px solid #99f6e4;
border-radius: 999px;
background: #fff;
color: var(--brand-dark);
padding: .4rem .7rem;
font-weight: 900;
font-size: .86rem;
margin-bottom: 1rem;
box-shadow: 0 10px 30px rgba(13, 148, 136, .08);
}
.hero-kicker::before {
content: "";
width: 9px;
height: 9px;
border-radius: 999px;
background: var(--accent);
}
.hero-points {
display: flex;
flex-wrap: wrap;
gap: .55rem;
}
.hero-points span {
border: 1px solid rgba(15, 118, 110, .16);
border-radius: 999px;
background: rgba(255,255,255,.72);
padding: .5rem .75rem;
color: var(--ink);
font-weight: 800;
box-shadow: 0 10px 28px rgba(15,23,42,.05);
}
.search-panel {
background: #fff;
border: 1px solid var(--line);
border-radius: 8px;
box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
}
.home-search-panel {
border-color: rgba(13, 148, 136, .22);
background: rgba(255,255,255,.9);
backdrop-filter: blur(18px);
box-shadow: 0 28px 85px rgba(15, 23, 42, .16);
}
.swap-mini {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .65rem;
}
.swap-mini div {
position: relative;
border: 1px solid var(--line);
border-radius: 8px;
background: linear-gradient(135deg, #f8fafc, #fff);
padding: .85rem;
}
.swap-mini div:first-child::after {
content: "";
position: absolute;
right: -.5rem;
top: 50%;
width: 1rem;
height: 1rem;
transform: translateY(-50%) rotate(45deg);
background: var(--brand);
border-radius: 3px;
z-index: 2;
}
.swap-mini span {
display: block;
color: var(--muted);
font-size: .78rem;
font-weight: 800;
}
.swap-mini strong { display: block; line-height: 1.2; }
.category-tile {
display: flex;
align-items: center;
gap: .75rem;
min-height: 72px;
padding: 1rem;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
font-weight: 800;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.category-tile:hover { transform: translateY(-2px); border-color: #99f6e4; box-shadow: 0 14px 34px rgba(15,23,42,.08); }
.category-tile span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: #e6fffb; color: var(--brand-dark); }
.row .col-6:nth-child(3n) .category-tile span { background: #fff7ed; color: #c2410c; }
.row .col-6:nth-child(4n) .category-tile span { background: #eef2ff; color: #4338ca; }
.section-band { background: linear-gradient(180deg, #f7f9fc, #eefbf7); border-block: 1px solid var(--line); }
.ad-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1rem; }
.ad-card {
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
min-width: 0;
content-visibility: auto;
contain-intrinsic-size: 310px;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ad-card:active { transform: scale(.985); }
.ad-card:hover { border-color: #cbd5e1; box-shadow: 0 12px 34px rgba(15, 23, 42, .08); }
.ad-card__image { position: relative; aspect-ratio: 4/3; background: #edf2f7; display: block; overflow: hidden; }
.ad-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ad-card__image .badge { position: absolute; left: .6rem; top: .6rem; }
.ad-card__body { padding: .85rem; display: grid; gap: .35rem; }
.ad-card__title { font-weight: 850; line-height: 1.2; }
.ad-card__meta, .ad-card p { color: var(--muted); font-size: .92rem; margin: 0; }
.ad-card__value { color: var(--brand-dark); font-weight: 850; }
.trust-card {
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
padding: 1.1rem;
box-shadow: 0 12px 34px rgba(15,23,42,.05);
}
.trust-card span {
display: grid;
place-items: center;
width: 36px;
height: 36px;
border-radius: 999px;
background: var(--brand);
color: #fff;
font-weight: 900;
margin-bottom: .75rem;
}
.row .col-md-4:nth-child(2) .trust-card span { background: var(--accent); }
.row .col-md-4:nth-child(3) .trust-card span { background: #4338ca; }
.trust-card h3 { margin-bottom: .35rem; }
.trust-strip {
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
padding: 1rem;
box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}
.trust-strip__intro {
display: grid;
gap: .25rem;
margin-bottom: .9rem;
}
.trust-strip__intro span {
width: fit-content;
border-radius: 999px;
background: #e6fffb;
color: var(--brand-dark);
padding: .25rem .6rem;
font-size: .76rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
}
.trust-strip__intro h2 {
font-size: clamp(1.2rem, 2vw, 1.55rem);
margin: 0;
}
.trust-strip__intro p { color: var(--muted); margin: 0; }
.trust-strip__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: .7rem;
}
.trust-strip__item {
min-width: 0;
border: 1px solid #e6eaef;
border-radius: 8px;
background: linear-gradient(135deg, #f8fafc, #fff);
padding: .85rem;
}
.trust-strip__item span {
display: inline-grid;
place-items: center;
min-width: 32px;
height: 24px;
border-radius: 999px;
background: var(--brand);
color: #fff;
font-size: .72rem;
font-weight: 900;
margin-bottom: .55rem;
}
.trust-strip__item strong {
display: block;
line-height: 1.2;
margin-bottom: .25rem;
}
.trust-strip__item p {
color: var(--muted);
font-size: .92rem;
margin: 0;
}
.featured-offer {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 1rem;
border: 1px solid #fed7aa;
border-radius: 8px;
background: linear-gradient(135deg, #fff7ed, #f0fdfa);
padding: 1.1rem;
box-shadow: 0 16px 42px rgba(245, 158, 11, .12);
}
.featured-offer span {
display: inline-flex;
width: fit-content;
border-radius: 999px;
background: #ffedd5;
color: #9a3412;
padding: .25rem .6rem;
font-size: .78rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: .45rem;
}
.featured-offer h2 {
font-size: clamp(1.18rem, 2vw, 1.55rem);
margin-bottom: .25rem;
}
.featured-offer p { color: var(--muted); margin: 0; }
.plan-selected {
border-color: #f59e0b;
box-shadow: 0 16px 42px rgba(245, 158, 11, .14);
}
.publish-templates,
.onboarding-publish,
.post-register-banner,
.share-after-publish {
border: 1px solid #99f6e4;
border-radius: 8px;
background: linear-gradient(135deg, #f0fdfa, #fff);
padding: 1rem;
box-shadow: 0 14px 36px rgba(13, 148, 136, .08);
}
.publish-templates span,
.onboarding-publish span,
.post-register-banner span,
.share-after-publish span {
display: inline-flex;
width: fit-content;
border-radius: 999px;
background: #ccfbf1;
color: var(--brand-dark);
padding: .2rem .55rem;
font-size: .76rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: .45rem;
}
.publish-template-grid {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin-top: .85rem;
}
.publish-template-grid button {
border: 1px solid var(--brand);
border-radius: 999px;
background: #fff;
color: var(--brand-dark);
padding: .55rem .8rem;
font-weight: 850;
}
.publish-template-grid button.active,
.publish-template-grid button:hover {
background: var(--brand);
color: #fff;
}
.onboarding-publish,
.share-after-publish {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 1rem;
}
.onboarding-publish strong {
display: block;
font-size: 1.05rem;
}
.onboarding-publish p,
.post-register-banner p,
.share-after-publish p { color: var(--muted); margin: .25rem 0 0; }
.post-register-banner h2 {
font-size: 1.35rem;
margin: 0;
}
.share-after-publish {
border-color: #fed7aa;
background: linear-gradient(135deg, #fff7ed, #f0fdfa);
}
.share-after-publish span { background: #ffedd5; color: #9a3412; }
.share-after-publish__actions {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: .5rem;
}
.filters { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 1rem; }
.seo-breadcrumb {
display: flex;
flex-wrap: wrap;
gap: .45rem;
color: var(--muted);
font-size: .92rem;
}
.seo-breadcrumb a { color: var(--brand-dark); font-weight: 750; }
.seo-intro {
border: 1px solid var(--line);
border-radius: 8px;
background: linear-gradient(135deg, #f0fdfa, #fff);
padding: 1rem;
}
.seo-links {
border-top: 1px solid var(--line);
padding-top: 1.25rem;
}
.seo-links div {
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
.seo-links a {
border: 1px solid var(--line);
border-radius: 999px;
padding: .45rem .7rem;
color: var(--brand-dark);
background: #fff;
font-weight: 750;
font-size: .92rem;
}
.active-filters {
display: flex;
flex-wrap: wrap;
gap: .45rem;
}
.active-filters span {
display: inline-flex;
align-items: center;
min-height: 32px;
border: 1px solid #99f6e4;
border-radius: 999px;
background: #f0fdfa;
color: var(--brand-dark);
padding: .35rem .65rem;
font-size: .88rem;
font-weight: 800;
}
.how-mini-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: .75rem;
}
.how-mini-grid div,
.how-step,
.how-summary,
.how-list div,
.how-cta {
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
}
.how-mini-grid div {
display: grid;
gap: .25rem;
padding: 1rem;
}
.how-mini-grid span,
.how-step span {
display: grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 999px;
background: #e6fffb;
color: var(--brand-dark);
font-weight: 900;
}
.how-mini-grid strong { font-size: 1.02rem; }
.how-mini-grid small,
.how-step p,
.how-list p { color: var(--muted); margin: 0; }
.how-step {
height: 100%;
padding: 1rem;
display: grid;
gap: .6rem;
}
.how-summary {
display: grid;
gap: .65rem;
padding: 1.1rem;
background: linear-gradient(135deg, #f0fdfa, #fff);
}
.how-summary span {
border-left: 4px solid var(--brand);
background: #fff;
border-radius: 8px;
padding: .75rem .85rem;
font-weight: 800;
box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.how-list {
display: grid;
gap: .75rem;
}
.how-list div { padding: 1rem; }
.how-list strong { display: block; margin-bottom: .25rem; }
.how-cta {
padding: 1.25rem;
background: linear-gradient(135deg, #fff8eb, #f0fdfa);
}
.status-tabs {
display: flex;
gap: .5rem;
overflow-x: auto;
padding-bottom: .15rem;
scrollbar-width: thin;
}
.status-tabs a {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
gap: .45rem;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
padding: .65rem .85rem;
color: var(--muted);
font-weight: 800;
}
.status-tabs a.active {
border-color: var(--brand);
background: #e6fffb;
color: var(--brand-dark);
}
.status-tabs span,
.status-tabs strong,
.nav-badge,
.mobile-nav-badge em {
display: inline-grid;
place-items: center;
min-width: 22px;
height: 22px;
border-radius: 999px;
padding-inline: .35rem;
background: #eef2f6;
color: var(--ink);
font-size: .75rem;
}
.status-tabs strong,
.nav-badge,
.mobile-nav-badge em { background: #ef4444; color: #fff; }
.nav-badge-link { display: inline-flex; align-items: center; gap: .35rem; }
.gallery-main { aspect-ratio: 4/3; background: #edf2f7; border-radius: 8px; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: .5rem; overflow-x: auto; }
.thumbs img { width: 76px; height: 76px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; }
.thumbs img.active { border-color: var(--brand); }
.photo-manager,
.photo-preview {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
gap: .75rem;
}
.photo-manager__item,
.photo-preview__item {
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
overflow: hidden;
}
.photo-manager__item img,
.photo-preview__item img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
display: block;
background: #edf2f7;
}
.photo-manager__controls {
display: grid;
gap: .35rem;
padding: .55rem;
}
.photo-preview__item span {
display: block;
padding: .45rem .55rem;
font-weight: 800;
color: var(--brand-dark);
}
.notification-list { display: grid; gap: .75rem; }
.notification-card {
display: grid;
grid-template-columns: 1fr auto;
gap: .75rem;
align-items: center;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
padding: .85rem;
}
.notification-card.unread { border-color: #99f6e4; background: #f0fdfa; }
.notification-card__main { display: grid; gap: .25rem; min-width: 0; }
.notification-card__main strong { overflow-wrap: anywhere; }
.notification-card__main small { color: var(--muted); }
.notification-card__type {
width: fit-content;
border-radius: 999px;
background: #e6fffb;
color: var(--brand-dark);
padding: .15rem .5rem;
font-size: .76rem;
font-weight: 850;
}
.notification-card__actions {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: .35rem;
}
.empty-state {
grid-column: 1 / -1;
border: 1px dashed #cbd5e1;
border-radius: 8px;
background: #f8fafc;
padding: 1.25rem;
text-align: center;
}
.launch-panel,
.empty-marketplace,
.market-nudge {
border: 1px solid var(--line);
border-radius: 8px;
background: linear-gradient(135deg, #f0fdfa, #fff);
padding: 1.1rem;
}
.launch-panel {
display: grid;
grid-template-columns: 1fr auto auto;
align-items: center;
gap: 1rem;
}
.launch-panel span,
.empty-marketplace span {
display: inline-block;
color: var(--brand-dark);
font-size: .78rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: .25rem;
}
.launch-panel h2,
.empty-marketplace h3 { margin-bottom: .35rem; }
.launch-panel p,
.empty-marketplace p,
.market-nudge p { color: var(--muted); margin: 0; }
.launch-panel__stats {
min-width: 122px;
border: 1px solid #99f6e4;
border-radius: 8px;
background: #fff;
padding: .75rem;
text-align: center;
}
.launch-panel__stats strong {
display: block;
color: var(--brand-dark);
font-size: 2rem;
line-height: 1;
}
.launch-panel__stats small { color: var(--muted); font-weight: 800; }
.idea-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: .85rem;
}
.idea-card {
display: grid;
gap: .5rem;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
padding: 1rem;
min-width: 0;
}
.idea-card span {
width: fit-content;
border-radius: 999px;
background: #e6fffb;
color: var(--brand-dark);
padding: .2rem .55rem;
font-size: .76rem;
font-weight: 900;
}
.idea-card strong { font-size: 1.02rem; line-height: 1.25; }
.idea-card p { color: var(--muted); margin: 0; }
.idea-card div { display: flex; flex-wrap: wrap; gap: .45rem; }
.empty-marketplace {
grid-column: 1 / -1;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr);
gap: 1rem;
align-items: stretch;
}
.empty-marketplace__steps {
display: grid;
gap: .55rem;
border: 1px solid #dbeafe;
border-radius: 8px;
background: #fff;
padding: 1rem;
}
.empty-marketplace__steps strong { color: var(--ink); }
.empty-marketplace__steps p {
border-left: 3px solid var(--brand);
padding-left: .65rem;
font-size: .92rem;
}
.market-nudge {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.compatibility {
display: inline-grid;
place-items: center;
min-width: 124px;
min-height: 72px;
border-radius: 8px;
background: conic-gradient(var(--brand) var(--value), #edf2f7 0);
font-weight: 900;
color: var(--ink);
text-align: center;
padding: .6rem;
line-height: 1.15;
}
.swap-wants {
display: grid;
gap: .45rem;
border: 1px solid #99f6e4;
border-left: 5px solid var(--brand);
border-radius: 8px;
background: linear-gradient(135deg, #f0fdfa, #fff);
padding: 1rem;
box-shadow: 0 12px 30px rgba(13, 148, 136, .08);
}
.swap-wants span {
color: var(--brand-dark);
font-size: .82rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
}
.swap-wants strong {
color: var(--ink);
font-size: 1.05rem;
line-height: 1.35;
overflow-wrap: anywhere;
}
.swap-wants--mobile { display: none; }
.profile-trust {
display: flex;
flex-wrap: wrap;
gap: .4rem;
}
.profile-trust span {
border: 1px solid var(--line);
border-radius: 999px;
background: #f8fafc;
color: var(--muted);
padding: .28rem .55rem;
font-size: .82rem;
font-weight: 750;
}
.professional-fields {
border: 1px solid var(--line);
border-radius: 8px;
padding: 1rem;
background: #f8fafc;
}
.cookie-consent {
position: fixed;
left: 1rem;
right: 1rem;
bottom: calc(76px + env(safe-area-inset-bottom));
z-index: 1080;
display: grid;
grid-template-columns: 1fr auto;
gap: 1rem;
align-items: center;
max-width: 960px;
margin-inline: auto;
padding: 1rem;
border: 1px solid var(--line);
border-radius: 8px;
background: rgba(255,255,255,.96);
box-shadow: 0 24px 70px rgba(15,23,42,.18);
backdrop-filter: blur(10px);
}
.cookie-consent p { margin: .25rem 0 0; color: var(--muted); }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: flex-end; }
.cookie-consent__config {
grid-column: 1 / -1;
display: flex;
flex-wrap: wrap;
gap: .75rem 1rem;
align-items: center;
padding-top: .75rem;
border-top: 1px solid var(--line);
}
.cookie-consent__config[hidden] { display: none; }
.motor-hero {
min-height: 430px;
display: grid;
align-items: center;
background:
linear-gradient(90deg, rgba(243,250,247,.96) 0%, rgba(243,250,247,.82) 48%, rgba(255,248,235,.42) 100%),
url("../img/logo-cambialo-wide.png") right 8% center / min(520px, 60vw) auto no-repeat;
border-bottom: 1px solid var(--line);
}
.motor-hero__copy { max-width: 650px; padding: 4rem 0; }
.motor-hero__copy span {
display: inline-block;
margin-bottom: .75rem;
color: var(--brand-dark);
font-weight: 900;
text-transform: uppercase;
font-size: .78rem;
}
.motor-hero__copy h1 {
font-size: clamp(2.25rem, 6vw, 4.8rem);
font-weight: 900;
line-height: .98;
margin-bottom: 1rem;
}
.motor-hero__copy p {
max-width: 580px;
color: #475467;
font-size: 1.12rem;
}
.category-row,
.location-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: .75rem;
}
.category-row a,
.location-grid a {
display: flex;
justify-content: space-between;
gap: .75rem;
padding: .85rem 1rem;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
color: var(--ink);
font-weight: 800;
}
.location-grid span { color: var(--brand-dark); }
.chat-box { height: 56vh; overflow-y: auto; background: var(--soft); border-radius: 8px; padding: 1rem; }
.message { max-width: 78%; padding: .7rem .85rem; border-radius: 8px; background: #fff; margin-bottom: .6rem; }
.message.me { margin-left: auto; background: #dcfce7; }
.admin-shell { min-height: 100vh; background: #f7f8fb; }
.admin-sidebar { background: #101828; color: #fff; }
.admin-logo { display: flex; align-items: center; gap: .55rem; }
.admin-logo img { border-radius: 8px; background: #0b111d; object-fit: cover; }
.admin-sidebar a { display: block; color: #e5e7eb; padding: .75rem 1rem; border-radius: 8px; }
.admin-sidebar a:hover { background: rgba(255,255,255,.08); }
.config-switch {
min-height: 38px;
display: flex;
align-items: center;
gap: .5rem;
border: 1px solid var(--line);
border-radius: 8px;
padding: .45rem .7rem;
background: #f8fafc;
}
.sticky-admin-actions {
position: sticky;
bottom: 0;
z-index: 4;
display: flex;
gap: .75rem;
padding: 1rem 0;
background: linear-gradient(180deg, rgba(247,248,251,0), #f7f8fb 28%);
}
.site-footer { background: #101828; color: #d0d5dd; }
.footer-logo {
display: block;
width: min(220px, 100%);
height: auto;
border-radius: 8px;
background: #05070b;
}
.site-footer a { display: block; color: #fff; margin: .35rem 0; }
.mobile-bottom-nav {
position: fixed;
display: grid;
grid-template-columns: repeat(5, 1fr);
align-items: center;
left: 0;
right: 0;
bottom: 0;
z-index: 1030;
background: #fff;
border-top: 1px solid var(--line);
padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bottom-nav a { text-align: center; padding: .7rem .25rem; color: var(--muted); font-size: .78rem; font-weight: 800; min-height: 56px; display: grid; place-items: center; }
.mobile-nav-badge { position: relative; }
.mobile-nav-badge em {
position: absolute;
top: .22rem;
right: .7rem;
font-style: normal;
min-width: 18px;
height: 18px;
font-size: .68rem;
}
.mobile-bottom-nav .publish { width: 50px; height: 50px; margin: .25rem auto; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-size: 1.7rem; padding: 0; box-shadow: 0 12px 28px rgba(13,148,136,.28); }
.install-pwa {
position: fixed;
right: 1rem;
bottom: calc(86px + env(safe-area-inset-bottom));
z-index: 1040;
box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
}
.pwa-welcome,
.pwa-install-guide {
position: fixed;
inset: 0;
z-index: 1060;
display: grid;
place-items: end center;
padding: 1rem;
background: rgba(15, 23, 42, .34);
}
.pwa-welcome[hidden],
.pwa-install-guide[hidden] { display: none; }
.pwa-welcome__card,
.pwa-install-guide__card {
width: min(440px, 100%);
position: relative;
background: #fff;
border-radius: 8px;
padding: 1.25rem;
box-shadow: 0 24px 70px rgba(15,23,42,.28);
}
.pwa-welcome__close {
position: absolute;
top: .75rem;
right: .75rem;
width: 32px;
height: 32px;
border: 0;
border-radius: 999px;
background: #f1f5f9;
font-weight: 900;
}
.pwa-install-android,
.pwa-install-ios {
border: 1px solid var(--line);
border-radius: 8px;
padding: .85rem;
margin-bottom: .75rem;
}
.offline-toast {
position: fixed;
left: 1rem;
right: 1rem;
bottom: calc(86px + env(safe-area-inset-bottom));
z-index: 1070;
max-width: 520px;
margin-inline: auto;
padding: .85rem 1rem;
border-radius: 8px;
background: #101828;
color: #fff;
text-align: center;
box-shadow: 0 18px 45px rgba(15,23,42,.22);
}
.offline-actions {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: .6rem;
}
.banner-slot {
position: relative;
width: min(100%, 970px);
margin-inline: auto;
border-radius: 8px;
overflow: hidden;
background: #f8fafc;
text-align: center;
}
.banner-slot:empty { display: none; }
.banner-slot img {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
object-fit: contain;
}
.banner-header { margin-block: .75rem; }
.ad-grid-banner { grid-column: 1 / -1; }
.banner-size-970x90 { max-width: 970px; }
.banner-size-728x90 { max-width: 728px; }
.banner-size-300x250 { max-width: 300px; }
.banner-size-300x600 { max-width: 300px; }
.banner-size-160x600 { max-width: 160px; }
.banner-size-320x100 { max-width: 320px; }
.banner-size-320x50 { max-width: 320px; }
.banner-html { width: 100%; min-height: 48px; display: grid; place-items: center; }
.banner-internal {
display: grid;
grid-template-columns: 96px 1fr;
align-items: center;
gap: .85rem;
padding: .65rem;
text-align: left;
}
.banner-internal img { width: 96px; height: 72px; border-radius: 8px; object-fit: cover; }
.banner-internal span { display: grid; gap: .2rem; }
.banner-internal small { color: var(--muted); }
.banner-close {
position: absolute;
right: .35rem;
top: .35rem;
z-index: 2;
width: 28px;
height: 28px;
border: 0;
border-radius: 999px;
background: rgba(17,24,39,.78);
color: #fff;
font-weight: 800;
}
.banner-zone-movil_inferior_fijo {
position: fixed;
left: .75rem;
right: .75rem;
bottom: calc(64px + env(safe-area-inset-bottom));
z-index: 1045;
width: auto;
box-shadow: 0 18px 45px rgba(15,23,42,.2);
}
.banner-zone-popup_opcional {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1050;
width: min(92vw, 420px);
box-shadow: 0 24px 70px rgba(15,23,42,.28);
}
.skeleton-card { pointer-events: none; }
.skeleton-img, .skeleton-card span {
display: block;
border-radius: 8px;
background: linear-gradient(90deg, #eef2f6 25%, #f8fafc 37%, #eef2f6 63%);
background-size: 400% 100%;
animation: skeleton 1.2s ease-in-out infinite;
}
.skeleton-img { aspect-ratio: 4/3; border-radius: 0; }
.skeleton-card span { height: 14px; margin: .2rem 0; }
.skeleton-card span:first-child { width: 80%; }
.skeleton-card span:nth-child(2) { width: 58%; }
.skeleton-card span:nth-child(3) { width: 68%; }
@keyframes skeleton { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
.offline-page {
min-height: 100vh;
display: grid;
place-items: center;
background: linear-gradient(135deg, #effcf8, #fff8eb);
padding: 1rem;
}
.offline-card {
width: min(440px, 100%);
background: #fff;
border: 1px solid var(--line);
border-radius: 8px;
padding: 2rem;
text-align: center;
box-shadow: 0 20px 60px rgba(15, 23, 42, .12);
}
@media (min-width: 992px) {
body { padding-bottom: 0; }
.mobile-bottom-nav { display: none; }
.install-pwa { bottom: 1rem; }
.pwa-welcome,
.pwa-install-guide { place-items: center; }
.offline-toast { bottom: 1rem; }
.cookie-consent { bottom: 1rem; }
.banner-zone-movil_inferior_fijo { display: none; }
}
@media (max-width: 991.98px) {
.trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero-app-home {
min-height: auto;
background:
linear-gradient(180deg, rgba(246, 253, 250, .98), rgba(255, 248, 235, .82)),
linear-gradient(135deg, #effcf8 0%, #ffffff 56%, #fff7e8 100%);
}
.home-visual-card { min-height: 180px; background-position: 14% 48%; }
}
@media (max-width: 575.98px) {
.how-mini-grid { grid-template-columns: 1fr; }
.launch-panel,
.empty-marketplace { grid-template-columns: 1fr; }
.featured-offer { grid-template-columns: 1fr; }
.featured-offer .btn { width: 100%; }
.trust-strip__grid { grid-template-columns: 1fr; }
.onboarding-publish,
.share-after-publish { grid-template-columns: 1fr; }
.onboarding-publish .btn,
.share-after-publish .btn { width: 100%; }
.share-after-publish__actions { justify-content: stretch; }
.market-nudge { display: grid; }
.notification-card { grid-template-columns: 1fr; }
.notification-card__actions { justify-content: stretch; }
.notification-card__actions .btn { flex: 1; }
.swap-wants:not(.swap-wants--mobile) { display: none; }
.swap-wants--mobile { display: grid; }
.cookie-consent {
grid-template-columns: 1fr;
bottom: calc(70px + env(safe-area-inset-bottom));
}
.cookie-consent__actions .btn { flex: 1; }
.motor-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(243,250,247,.96), rgba(255,248,235,.88)),
url("../img/logo-cambialo-mark.png") right 1rem top 1rem / 96px auto no-repeat;
}
.motor-hero__copy { padding: 3rem 0; }
}
