* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  padding-bottom: 110px; margin: 0; font-family: Arial, Helvetica, sans-serif; color: #12345a; background: #eef9ff; }
.hero { position: relative; width: 100%; background: #fff; }
.hero-img { display: block; width: 100%; height: auto; }
.hero-button { position: absolute; left: 7.2%; top: 67%; width: 25.5%; height: 14%; border-radius: 14px; cursor: pointer; }
.hero-button:hover { background: rgba(255,255,255,.15); }
.site-content { position: relative; min-height: 100vh; padding: 60px 18px 110px; overflow: hidden; }
.bg-slider { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.03); transition: opacity 1.8s ease-in-out, transform 6s ease; }
.slide.active { opacity: 1; transform: scale(1); }
.site-content::before { content: ""; position: fixed; inset: 0; background: rgba(255,255,255,.62); z-index: -1; }
.card { max-width: 980px; margin: 0 auto 34px; padding: 30px; background: rgba(255,255,255,.92); border-radius: 22px; box-shadow: 0 16px 40px rgba(0,80,140,.18); backdrop-filter: blur(4px); }
.intro { text-align: center; }
h1,h2,h3 { margin-top: 0; color: #083f91; }
p { font-size: 18px; line-height: 1.5; }
.badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.badges span { background: #e8f8ff; border: 1px solid #b7d9ee; padding: 9px 13px; border-radius: 999px; font-weight: 700; color: #0879c9; }
form { display: flex; flex-direction: column; gap: 18px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
label { display: flex; flex-direction: column; gap: 7px; font-weight: 700; }
input,select,textarea { width: 100%; padding: 14px 15px; border: 1px solid #b7d9ee; border-radius: 12px; font-size: 16px; color: #12345a; background: #fff; }
textarea { resize: vertical; }
button { padding: 16px 22px; border: none; border-radius: 14px; background: linear-gradient(180deg,#22b8ee,#0879c9); color: #fff; font-size: 18px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 18px rgba(8,121,201,.3); }
button:hover { filter: brightness(1.05); }
.extras { padding: 20px; border: 1px solid #b7d9ee; border-radius: 18px; background: #f7fcff; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.extras h3 { grid-column: 1 / -1; margin-bottom: 4px; }
.extras label { flex-direction: row; align-items: center; font-weight: 600; }
.extras input { width: auto; transform: scale(1.15); }

.booking-box { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; align-items: center; padding: 20px; border-radius: 18px; background: #f7fcff; border: 1px solid #b7d9ee; }
.booking-box h3 { margin-bottom: 6px; }
.booking-box p { margin: 0; font-size: 16px; color: #49657f; }
.booking-summary { padding: 18px; border-radius: 16px; background: #fff; border: 1px dashed #87c9ea; text-align: center; }
.booking-summary span { display: block; font-size: 14px; color: #49657f; margin-bottom: 6px; font-weight: 700; }
.booking-summary strong { display: block; color: #0879c9; font-size: 20px; }
input[type="date"] { min-height: 50px; }

.price-box { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 22px; border-radius: 18px; background: linear-gradient(180deg,#e8f8ff,#fff); border: 1px solid #b7d9ee; text-align: center; }
.price-box span { font-size: 17px; font-weight: 700; color: #083f91; }
.price-box strong { font-size: 46px; color: #0879c9; }
.price-box small { color: #49657f; font-size: 14px; max-width: 700px; line-height: 1.4; }
.note { margin: 0; font-size: 14px; color: #49657f; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { padding: 20px; border-radius: 18px; background: #f7fcff; border: 1px solid #b7d9ee; }
.review p { font-size: 16px; margin: 10px 0 14px; }
.review strong, .review span { display: block; }
.review span { color: #49657f; margin-top: 3px; }
.stars { color: #ffb703; font-size: 22px; letter-spacing: 1px; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 20; }
.floating-actions a { text-decoration: none; color: #fff; padding: 14px 18px; border-radius: 999px; font-weight: 800; box-shadow: 0 10px 24px rgba(0,60,120,.25); text-align: center; }
.call-btn { background: #0879c9; }
.sms-btn { background: #16a085; }
@media (max-width: 800px) { .review-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .booking-box { grid-template-columns: 1fr; } .hero-button { left: 7%; top: 66%; width: 28%; height: 16%; } .site-content { padding: 35px 12px 115px; } .card { padding: 22px; border-radius: 18px; } .grid, .extras { grid-template-columns: 1fr; } p { font-size: 16px; } .floating-actions { left: 12px; right: 12px; flex-direction: row; } .floating-actions a { flex: 1; padding: 13px 10px; } }


.service-shortcuts { display: flex; justify-content: center; padding: 22px; }
.sofa-tile { width: 210px; min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; text-decoration: none; color: #083f91; background: linear-gradient(180deg,#ffffff,#e8f8ff); border: 2px solid #b7d9ee; border-radius: 24px; box-shadow: 0 12px 26px rgba(8,121,201,.18); transition: transform .2s ease, box-shadow .2s ease; }
.sofa-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(8,121,201,.25); }
.sofa-icon { font-size: 54px; line-height: 1; }
.sofa-tile strong { font-size: 20px; }
.sofa-tile small { color: #49657f; font-weight: 700; }
.section-note { margin-top: -6px; color: #49657f; }
.sofa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 20px 0; }
.soil-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0; }
.soil-levels article { padding: 16px; border-radius: 16px; background: #f7fcff; border: 1px solid #b7d9ee; }
.soil-levels strong, .soil-levels span { display: block; }
.soil-levels strong { color: #0879c9; margin-bottom: 5px; }
.soil-levels span { color: #49657f; font-size: 14px; line-height: 1.35; }
.secondary-button { display: inline-flex; justify-content: center; align-items: center; margin-top: 12px; padding: 15px 20px; border-radius: 14px; background: linear-gradient(180deg,#22b8ee,#0879c9); color: #fff; text-decoration: none; font-size: 17px; font-weight: 800; box-shadow: 0 8px 18px rgba(8,121,201,.3); }
.secondary-button:hover { filter: brightness(1.05); }
@media (max-width: 800px) { .sofa-grid, .soil-levels { grid-template-columns: 1fr; } .sofa-tile { width: 100%; } }


/* Sofa photo shortcut button */
.sofa-photo-tile {
  position: relative;
  width: min(360px, 100%);
  min-height: 230px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}
.sofa-photo-tile img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.sofa-photo-tile:hover img { transform: scale(1.05); }
.sofa-tile-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(0,60,120,.16);
}
.sofa-tile-overlay strong { color: #083f91; font-size: 21px; }
.sofa-tile-overlay small { color: #49657f; font-weight: 800; }
.sofa-book-button {
  width: 100%;
  margin-top: 12px;
}


/* Before & After gallery */
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.before-after-grid img {
  width: 100%;
  height: 230px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  padding: 8px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,60,120,.15);
  background: #fff;
  display: block;
}
@media (max-width: 900px) {
  .before-after-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .before-after-grid { grid-template-columns: 1fr; }
  .before-after-grid img { height: 190px; }
}
