
.majo-marketplace{
  --majo-bg:#050914;
  --majo-panel:#0b1220;
  --majo-card:#ffffff;
  --majo-blue:#0f89ae;
  --majo-cyan:#14b8e6;
  --majo-orange:#ff6b1a;
  --majo-green:#22c55e;
  --majo-text:#0f172a;
  --majo-muted:#64748b;
  --majo-line:#e2e8f0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  max-width:1280px;
  margin:0 auto;
  padding:28px 18px 44px;
  color:var(--majo-text);
}
.majo-marketplace-hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:38px;
  color:#fff;
  background:radial-gradient(circle at 82% 10%,rgba(20,184,230,.28),transparent 30%),linear-gradient(135deg,#050914 0%,#0b1220 54%,#0f89ae 100%);
  box-shadow:0 28px 70px rgba(2,6,23,.32);
  border:1px solid rgba(255,255,255,.08);
}
.majo-marketplace-hero::after{
  content:"";
  position:absolute;
  right:28px;
  top:24px;
  width:220px;
  height:82px;
  background:url("../img/majoapp-logo-oficial.png") center/contain no-repeat;
  opacity:.16;
}
.majo-marketplace-eyebrow{
  display:inline-flex;
  border-radius:999px;
  padding:7px 11px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.majo-marketplace-hero h1{
  color:#fff;
  font-size:clamp(2.1rem,5vw,4.4rem);
  line-height:.96;
  letter-spacing:-.06em;
  margin:18px 0 12px;
  font-weight:900;
  max-width:840px;
}
.majo-marketplace-hero p{
  color:rgba(255,255,255,.74);
  font-size:1.05rem;
  max-width:760px;
  margin:0;
}
.majo-marketplace-stats{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.majo-marketplace-stats span{
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  padding:10px 13px;
  color:rgba(255,255,255,.78);
  font-weight:700;
}
.majo-marketplace-stats strong{color:#fff;}
.majo-marketplace-filters{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:12px;
  margin:18px 0;
  background:#fff;
  border:1px solid var(--majo-line);
  border-radius:26px;
  padding:14px;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.majo-marketplace-filters label{display:flex;flex-direction:column;gap:6px;font-weight:800;color:#0f172a;font-size:.82rem;}
.majo-marketplace-filters input,.majo-marketplace-filters select{
  border:1px solid #cbd5e1;
  border-radius:16px;
  padding:12px 13px;
  color:#0f172a;
  background:#f8fafc;
  font:inherit;
}
.majo-marketplace-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.majo-marketplace-card{
  background:#fff;
  border:1px solid var(--majo-line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(15,23,42,.09);
  transition:transform .18s,border-color .18s,box-shadow .18s;
}
.majo-marketplace-card:hover{
  transform:translateY(-4px);
  border-color:rgba(15,137,174,.26);
  box-shadow:0 24px 54px rgba(15,23,42,.14);
}
.majo-marketplace-card.is-hidden{display:none!important;}
.majo-marketplace-cover{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  background:linear-gradient(135deg,#0b1220,#0f89ae);
  overflow:hidden;
}
.majo-marketplace-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s;
}
.majo-marketplace-card:hover .majo-marketplace-cover img{transform:scale(1.04);}
.majo-marketplace-cover-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:5rem;
}
.majo-marketplace-plan{
  position:absolute;
  top:14px;
  right:14px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0f172a;
  padding:7px 10px;
  font-weight:900;
  font-size:.76rem;
  box-shadow:0 10px 22px rgba(15,23,42,.16);
}
.majo-marketplace-body{padding:18px;}
.majo-marketplace-brand{
  display:flex;
  gap:12px;
  align-items:center;
}
.majo-marketplace-logo{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#fff,#eef7fb);
  border:1px solid rgba(15,137,174,.14);
  box-shadow:0 12px 22px rgba(15,23,42,.10);
  overflow:hidden;
  text-decoration:none;
}
.majo-marketplace-logo img{width:100%;height:100%;object-fit:contain;padding:8px;}
.majo-marketplace-logo span{font-weight:900;color:#0f89ae;font-size:1.35rem;}
.majo-marketplace-brand h2{
  margin:0 0 4px;
  font-size:1.1rem;
  line-height:1.12;
  letter-spacing:-.03em;
}
.majo-marketplace-brand h2 a{color:#0f172a;text-decoration:none;}
.majo-marketplace-brand p{
  margin:0;
  color:#64748b;
  font-size:.86rem;
  line-height:1.35;
}
.majo-marketplace-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0;
}
.majo-marketplace-meta span{
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  padding:7px 10px;
  color:#334155;
  font-weight:800;
  font-size:.76rem;
}
.majo-marketplace-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.majo-marketplace-actions a{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  padding:10px 13px;
  font-weight:900;
  text-decoration:none;
  font-size:.85rem;
}
.majo-marketplace-primary{
  background:linear-gradient(135deg,#ff6b1a,#ff8b4d);
  color:#fff!important;
  box-shadow:0 12px 24px rgba(255,107,26,.24);
}
.majo-marketplace-wa{background:#dcfce7;color:#166534!important;}
.majo-marketplace-reviews{background:#eff6ff;color:#0f89ae!important;}
.majo-marketplace-empty{
  grid-column:1/-1;
  background:#fff;
  border:1px dashed #cbd5e1;
  border-radius:24px;
  padding:28px;
  text-align:center;
}
@media(max-width:980px){
  .majo-marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .majo-marketplace-filters{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .majo-marketplace{padding:18px 12px 34px;}
  .majo-marketplace-hero{padding:28px 22px;border-radius:28px;}
  .majo-marketplace-grid{grid-template-columns:1fr;}
}


/* Marketplace Pro v1.4 */
.majo-marketplace-featured{
  margin:20px 0;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:20px;
  box-shadow:0 16px 40px rgba(15,23,42,.08);
}
.majo-marketplace-section-head span{
  color:#0f89ae;
  font-weight:900;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.majo-marketplace-section-head h2{
  margin:5px 0 16px;
  color:#0f172a;
  font-size:1.55rem;
  letter-spacing:-.04em;
}
.majo-marketplace-featured-track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.majo-marketplace-featured-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid #e2e8f0;
  border-radius:20px;
  background:#f8fafc;
  text-decoration:none;
  transition:transform .18s,border-color .18s;
}
.majo-marketplace-featured-card:hover{
  transform:translateY(-2px);
  border-color:rgba(15,137,174,.25);
}
.majo-marketplace-featured-image{
  width:72px;
  height:72px;
  min-width:72px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#0b1220,#0f89ae);
  display:grid;
  place-items:center;
}
.majo-marketplace-featured-image img{width:100%;height:100%;object-fit:cover;}
.majo-marketplace-featured-image span{font-size:2.2rem;}
.majo-marketplace-featured-card strong{display:block;color:#0f172a;font-size:.95rem;}
.majo-marketplace-featured-card small{display:block;color:#64748b;margin-top:4px;}
.majo-marketplace-card.is-featured{
  border-color:rgba(255,107,26,.34);
}
.majo-marketplace-card.is-sponsored{
  border-color:rgba(15,137,174,.42);
  box-shadow:0 22px 52px rgba(15,137,174,.16);
}
.majo-marketplace-card-badges{
  position:absolute;
  left:12px;
  bottom:12px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.majo-marketplace-card-badges span{
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#0f172a;
  padding:6px 9px;
  font-size:.7rem;
  font-weight:900;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
}
.majo-marketplace-card-badges span.is-sponsored{
  background:linear-gradient(135deg,#0f89ae,#14b8e6);
  color:#fff;
}
.majo-marketplace-promotion{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin:0 0 14px;
  border-radius:16px;
  padding:11px 12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
}
.majo-marketplace-promotion span{
  color:#c2410c;
  font-weight:900;
  font-size:.76rem;
}
.majo-marketplace-promotion strong{
  color:#7c2d12;
  font-size:.82rem;
  text-align:right;
}
.majo-marketplace-flags-form{
  min-width:370px;
}
.majo-marketplace-flags{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin-bottom:8px;
}
.majo-marketplace-flags label{
  display:flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  font-weight:800;
}
.majo-marketplace-flags-form input[type=text]{
  width:100%;
  margin:0 0 8px;
}
@media(max-width:980px){
  .majo-marketplace-featured-track{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .majo-marketplace-featured-track{grid-template-columns:1fr;}
  .majo-marketplace-featured{padding:14px;}
}


/* Marketplace v1.5 - Ficha individual avanzada */
.majo-profile{
  --majo-blue:#0f89ae;
  --majo-cyan:#14b8e6;
  --majo-orange:#ff6b1a;
  --majo-green:#22c55e;
  --majo-text:#0f172a;
  --majo-muted:#64748b;
  --majo-line:#e2e8f0;
  max-width:1280px;
  margin:0 auto;
  padding:24px 18px 60px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--majo-text);
}
.majo-profile-hero{
  background:#fff;
  border:1px solid var(--majo-line);
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(15,23,42,.14);
}
.majo-profile-cover{
  position:relative;
  height:min(470px,52vw);
  min-height:320px;
  background:linear-gradient(135deg,#050914,#0f89ae);
  overflow:hidden;
}
.majo-profile-cover img{width:100%;height:100%;object-fit:cover;display:block;}
.majo-profile-cover-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:8rem;}
.majo-profile-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(2,6,23,.72));}
.majo-profile-badges{position:absolute;left:22px;bottom:20px;display:flex;flex-wrap:wrap;gap:8px;z-index:2;}
.majo-profile-badges span{
  border-radius:999px;
  padding:8px 11px;
  color:#fff;
  background:rgba(15,23,42,.72);
  border:1px solid rgba(255,255,255,.16);
  font-size:.76rem;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.majo-profile-main{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:22px 24px 26px;
}
.majo-profile-logo{
  width:96px;height:96px;border-radius:28px;display:grid;place-items:center;
  background:linear-gradient(180deg,#fff,#eef7fb);
  border:1px solid rgba(15,137,174,.16);
  box-shadow:0 14px 30px rgba(15,23,42,.12);
  overflow:hidden;
  margin-top:-56px;
  position:relative;
  z-index:3;
}
.majo-profile-logo img{width:100%;height:100%;object-fit:contain;padding:10px;}
.majo-profile-logo span{font-size:2rem;font-weight:900;color:#0f89ae;}
.majo-profile-kicker{color:#0f89ae;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;}
.majo-profile-heading h1{margin:5px 0 6px;font-size:clamp(2rem,4vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a;}
.majo-profile-heading p{margin:0;color:#64748b;font-size:1rem;}
.majo-profile-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}
.majo-profile-actions a,.majo-profile-primary,.majo-profile-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;padding:11px 15px;text-decoration:none;font-weight:900;
}
.majo-profile-primary{background:linear-gradient(135deg,#ff6b1a,#ff8b4d);color:#fff!important;box-shadow:0 12px 24px rgba(255,107,26,.24);}
.majo-profile-secondary{background:#f8fafc;color:#0f172a!important;border:1px solid #e2e8f0;}
.majo-profile-promo{
  margin:18px 0;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  border-radius:24px;padding:18px 20px;background:#fff7ed;border:1px solid #fed7aa;
  box-shadow:0 12px 28px rgba(124,45,18,.08);
}
.majo-profile-promo span{color:#c2410c;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;}
.majo-profile-promo strong{color:#7c2d12;font-size:1.05rem;text-align:right;}
.majo-profile-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin:18px 0;
}
.majo-profile-card{
  background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:22px;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.majo-profile-card-icon{
  width:46px;height:46px;border-radius:18px;display:grid;place-items:center;
  background:linear-gradient(180deg,#fff,#eaf7fb);
  border:1px solid rgba(15,137,174,.14);
  box-shadow:0 10px 20px rgba(15,23,42,.08);
}
.majo-profile-card h2{margin:14px 0 8px;color:#0f172a;font-size:1.1rem;letter-spacing:-.025em;}
.majo-profile-card p{margin:0;color:#64748b;line-height:1.65;}
.majo-profile-products,.majo-profile-map{
  margin-top:20px;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:22px;
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}
.majo-profile-section-head span{color:#0f89ae;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;}
.majo-profile-section-head h2{margin:5px 0 6px;color:#0f172a;font-size:1.8rem;letter-spacing:-.04em;}
.majo-profile-section-head p{margin:0 0 18px;color:#64748b;}
.majo-profile-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;}
.majo-profile-product{border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;background:#fff;}
.majo-profile-product-image{aspect-ratio:4/5;background:#f8fafc;display:grid;place-items:center;overflow:hidden;}
.majo-profile-product-image img{width:100%;height:100%;object-fit:cover;display:block;}
.majo-profile-product-image span{font-size:4rem;}
.majo-profile-product-body{padding:14px;}
.majo-profile-product-body h3{margin:0 0 6px;color:#0f172a;font-size:1rem;}
.majo-profile-product-body p{margin:0 0 10px;color:#64748b;font-size:.84rem;line-height:1.45;}
.majo-profile-product-body strong{color:#0f89ae;font-size:1rem;}
.majo-profile-map iframe{width:100%;height:420px;border:0;border-radius:20px;margin-top:16px;}
.majo-profile-final-cta{
  margin-top:20px;border-radius:30px;padding:28px;
  background:linear-gradient(135deg,#050914,#0b1220 48%,#0f89ae);
  color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;
  box-shadow:0 22px 58px rgba(2,6,23,.28);
}
.majo-profile-final-cta span{color:#14b8e6;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;}
.majo-profile-final-cta h2{color:#fff;margin:5px 0 7px;font-size:1.7rem;letter-spacing:-.04em;}
.majo-profile-final-cta p{margin:0;color:rgba(255,255,255,.68);}
.majo-profile-final-cta a{border-radius:999px;background:#fff;color:#0f172a;text-decoration:none;padding:12px 16px;font-weight:900;white-space:nowrap;}
@media(max-width:900px){
  .majo-profile-main{grid-template-columns:auto 1fr;}
  .majo-profile-actions{grid-column:1/-1;justify-content:flex-start;}
  .majo-profile-grid{grid-template-columns:1fr 1fr;}
  .majo-profile-about{grid-column:1/-1;}
  .majo-profile-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .majo-profile{padding:14px 10px 42px;}
  .majo-profile-cover{height:340px;min-height:0;}
  .majo-profile-main{grid-template-columns:1fr;padding:18px;}
  .majo-profile-logo{width:84px;height:84px;margin-top:-58px;}
  .majo-profile-grid{grid-template-columns:1fr;}
  .majo-profile-about{grid-column:auto;}
  .majo-profile-product-grid{grid-template-columns:1fr;}
  .majo-profile-promo,.majo-profile-final-cta{align-items:flex-start;flex-direction:column;}
  .majo-profile-promo strong{text-align:left;}
}


/* Marketplace v1.5.2 - Pulido visual premium */
.majo-profile{
  background:
    radial-gradient(circle at 8% 0%,rgba(20,184,230,.07),transparent 24%),
    linear-gradient(180deg,#f8fbfd 0%,#f8fafc 100%);
}

.majo-profile-hero{
  border-radius:36px;
  box-shadow:0 30px 80px rgba(15,23,42,.16);
}

.majo-profile-cover{
  height:min(520px,54vw);
  min-height:360px;
}

.majo-profile-cover img{
  object-position:center;
}

.majo-profile-cover-fallback{
  background:
    radial-gradient(circle at 50% 22%,rgba(20,184,230,.24),transparent 24%),
    linear-gradient(135deg,#05101c 0%,#0b2234 54%,#0f89ae 100%);
  color:#fff;
  text-align:center;
  gap:8px;
}

.majo-profile-cover-fallback .majo-profile-cover-icon{
  display:grid;
  place-items:center;
  width:92px;
  height:92px;
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 40px rgba(2,6,23,.26);
  font-size:3.2rem;
}

.majo-profile-cover-fallback strong{
  font-size:1.6rem;
  letter-spacing:-.03em;
}

.majo-profile-cover-fallback small{
  color:rgba(255,255,255,.68);
  font-weight:700;
}

.majo-profile-main{
  grid-template-columns:auto minmax(0,1fr) auto;
  padding:26px 28px 30px;
  gap:22px;
}

.majo-profile-logo{
  width:108px;
  height:108px;
  border-radius:32px;
  margin-top:-66px;
  background:linear-gradient(180deg,#ffffff 0%,#eef7fb 100%);
  border:4px solid #fff;
  box-shadow:0 18px 38px rgba(15,23,42,.18);
}

.majo-profile-logo span{
  font-size:1.9rem;
  letter-spacing:-.05em;
}

.majo-profile-heading h1{
  font-size:clamp(2.2rem,4.6vw,4.2rem);
  margin:6px 0 8px;
  font-weight:900;
}

.majo-profile-heading p{
  max-width:720px;
  font-size:1.02rem;
  line-height:1.55;
}

.majo-profile-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  padding:7px 10px;
  background:#eef7fb;
  border:1px solid rgba(15,137,174,.14);
  color:#0f89ae;
}

.majo-profile-actions a{
  min-height:44px;
  padding:11px 17px;
}

.majo-profile-promo{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  padding:20px 22px;
  background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);
  box-shadow:0 16px 36px rgba(194,65,12,.10);
}

.majo-profile-promo::after{
  content:"🔥";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:2.4rem;
  opacity:.13;
}

.majo-profile-promo strong{
  font-size:1.12rem;
  max-width:65%;
}

.majo-profile-grid{
  gap:18px;
  align-items:stretch;
}

.majo-profile-grid.reduced-grid{
  grid-template-columns:2fr 1fr;
}

.majo-profile-grid.without-about{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.majo-profile-card{
  position:relative;
  overflow:hidden;
  min-height:190px;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}

.majo-profile-card::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-54px;
  bottom:-54px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(20,184,230,.10),transparent 68%);
}

.majo-profile-card-icon{
  width:52px;
  height:52px;
  border-radius:20px;
  font-size:1.2rem;
}

.majo-profile-card-kicker{
  display:block;
  margin-top:16px;
  color:#0f89ae;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.majo-profile-card h2{
  font-size:1.2rem;
  margin:4px 0 9px;
}

.majo-profile-products{
  border-radius:30px;
  padding:24px;
}

.majo-profile-section-head h2{
  font-size:2rem;
  margin-top:6px;
}

.majo-profile-product-grid{
  gap:18px;
}

.majo-profile-product{
  position:relative;
  border-radius:24px;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}

.majo-profile-product:hover{
  transform:translateY(-4px);
  border-color:rgba(15,137,174,.26);
  box-shadow:0 20px 38px rgba(15,23,42,.12);
}

.majo-profile-product-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  border-radius:999px;
  padding:6px 9px;
  background:rgba(255,255,255,.92);
  color:#0f89ae;
  font-size:.68rem;
  font-weight:900;
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.majo-profile-product-image{
  aspect-ratio:4/5;
  background:linear-gradient(180deg,#f8fafc,#eef7fb);
}

.majo-profile-product-body{
  padding:15px 15px 17px;
}

.majo-profile-product-body h3{
  font-size:1.02rem;
  line-height:1.25;
}

.majo-profile-product-body strong{
  display:inline-flex;
  margin-top:4px;
  border-radius:999px;
  padding:7px 10px;
  background:#eef7fb;
  border:1px solid rgba(15,137,174,.13);
}

.majo-profile-map{
  border-radius:30px;
}

.majo-profile-final-cta{
  border-radius:32px;
  padding:32px;
  background:
    radial-gradient(circle at 80% 10%,rgba(20,184,230,.28),transparent 28%),
    linear-gradient(135deg,#050914 0%,#0b1220 52%,#0f89ae 100%);
}

.majo-profile-final-cta a{
  padding:13px 18px;
  box-shadow:0 12px 28px rgba(255,255,255,.10);
}

@media(max-width:900px){
  .majo-profile-grid.reduced-grid,
  .majo-profile-grid.without-about{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .majo-profile-cover{
    height:360px;
    min-height:0;
  }
  .majo-profile-main{
    padding:20px;
  }
  .majo-profile-heading h1{
    font-size:2.35rem;
  }
  .majo-profile-logo{
    width:92px;
    height:92px;
    margin-top:-62px;
  }
  .majo-profile-grid.reduced-grid,
  .majo-profile-grid.without-about{
    grid-template-columns:1fr;
  }
  .majo-profile-promo strong{
    max-width:100%;
  }
}
