revision de cloud code
This commit is contained in:
@@ -108,15 +108,6 @@ img { max-width: 100%; display: block; }
|
||||
);
|
||||
}
|
||||
|
||||
/* Fallback gradient when no image is loaded */
|
||||
.hero-bg img[src=""]::before,
|
||||
.hero-bg img:not([src])::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: linear-gradient(160deg, var(--bg) 40%, var(--bg-alt) 100%);
|
||||
}
|
||||
|
||||
.hero-content {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@@ -190,72 +181,6 @@ img { max-width: 100%; display: block; }
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* ============ SERVICES ============ */
|
||||
.services-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.service-card {
|
||||
background: var(--white);
|
||||
border-radius: var(--radius);
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(0,0,0,0.05);
|
||||
transition: transform 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
.service-card:hover {
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 8px 24px rgba(0,0,0,0.06);
|
||||
}
|
||||
|
||||
.service-img {
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
overflow: hidden;
|
||||
background: var(--bg-alt);
|
||||
}
|
||||
|
||||
.service-img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.service-body {
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.service-body h3 {
|
||||
font-family: 'DM Serif Display', serif;
|
||||
font-size: 1.3rem;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.service-list {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.service-list li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 8px 0;
|
||||
border-bottom: 1px solid rgba(0,0,0,0.06);
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-mid);
|
||||
}
|
||||
|
||||
.service-list li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.price {
|
||||
font-weight: 600;
|
||||
color: var(--accent);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* ============ GALLERY ============ */
|
||||
.gallery-grid {
|
||||
display: grid;
|
||||
@@ -538,14 +463,6 @@ img { max-width: 100%; display: block; }
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.slot-occupied {
|
||||
background: var(--bg-alt);
|
||||
color: rgba(0,0,0,0.25);
|
||||
text-decoration: line-through;
|
||||
cursor: default;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.slot-selected {
|
||||
background: var(--accent) !important;
|
||||
color: var(--white) !important;
|
||||
@@ -624,11 +541,6 @@ img { max-width: 100%; display: block; }
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.svc-cat-card.svc-cat-locked {
|
||||
opacity: 0.35;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.svc-cat-title {
|
||||
font-family: 'DM Serif Display', serif;
|
||||
font-size: 1rem;
|
||||
@@ -714,9 +626,6 @@ img { max-width: 100%; display: block; }
|
||||
|
||||
/* ============ RESPONSIVE ============ */
|
||||
@media (max-width: 768px) {
|
||||
.services-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.gallery-grid {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user