:root {
  --navy: #131c27;
  --navy-soft: #253343;
  --teal: #44bed0;
  --teal-dark: #1191a6;
  --pink: #ed2082;
  --yellow: #ffd862;
  --green: #12a36e;
  --bg: #f6f8fb;
  --surface: #ffffff;
  --line: #e5e9f0;
  --muted: #687485;
  --text: #17202c;
  --shadow: 0 12px 32px rgba(18, 28, 39, .08);
  --radius: 18px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0 0 .7rem; line-height: 1.15; color: var(--navy); }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 72px 0; }
.section-small { padding: 40px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); }
.section-heading p { max-width: 620px; color: var(--muted); margin: 0; }
.text-link { color: var(--teal-dark); font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--pink); }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 13px; }
.eyebrow::before { content: ''; display: block; width: 24px; height: 3px; border-radius: 3px; background: var(--pink); }
.btn { border: 1px solid transparent; border-radius: 12px; min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; transition: .18s ease; }
.btn-primary { background: var(--teal); color: var(--navy); }
.btn-primary:hover { background: #34aabc; transform: translateY(-1px); }
.btn-dark { background: var(--navy); color: white; }
.btn-dark:hover { background: var(--navy-soft); }
.btn-outline { border-color: #d4dbe4; background: white; color: var(--navy); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal-dark); }
.btn-small { min-height: 39px; padding: 0 13px; font-size: .9rem; border-radius: 10px; }
.price-notice { background: #fff5cf; color: #6a5010; font-size: .88rem; border-bottom: 1px solid #f5d968; }
.price-notice .container { padding: 9px 0; display: flex; justify-content: center; gap: 8px; text-align: center; }
.topbar { background: var(--navy); color: #dbe3ec; font-size: .87rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 39px; gap: 20px; }
.topbar-left, .topbar-right { display: flex; gap: 20px; align-items: center; }
.topbar a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-main { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.logo { width: 208px; flex-shrink: 0; }
.logo img { width: 100%; height: auto; }
.header-search { flex: 1; max-width: 430px; height: 48px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: #f7f9fc; display: flex; align-items: center; transition: border-color .2s; }
.header-search:focus-within { border-color: var(--teal); background: white; }
.header-search svg { margin-left: 15px; color: var(--muted); flex-shrink: 0; }
.header-search input { border: 0; background: transparent; outline: 0; width: 100%; height: 100%; padding: 0 14px 0 10px; }
.nav { display: flex; margin-left: auto; align-items: center; gap: 21px; font-size: .94rem; font-weight: 650; }
.nav a:hover, .nav a.active { color: var(--teal-dark); }
.cart-button { height: 48px; min-width: 118px; position: relative; padding: 0 13px; }
.cart-count { position: absolute; top: -7px; right: -7px; min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--pink); font-size: .74rem; border: 2px solid white; }
.menu-trigger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: white; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-trigger span { display: block; width: 20px; height: 2px; background: var(--navy); }
.hero { padding: 52px 0 56px; background: linear-gradient(124deg, #f4fbfd 0%, #fff 46%, #fff1f8 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 4.2vw, 3.65rem); letter-spacing: -.04em; margin-bottom: 17px; }
.hero h1 span { color: var(--teal-dark); }
.hero-lead { color: var(--muted); font-size: 1.06rem; max-width: 560px; margin-bottom: 26px; }
.find-box { background: white; padding: 17px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; grid-template-columns: 1.45fr 1fr 1fr auto; gap: 10px; margin-bottom: 25px; }
.form-box { border: 1px solid var(--line); border-radius: 11px; padding: 7px 12px; min-width: 0; }
.form-box label { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 1px; }
.form-box input, .form-box select { width: 100%; height: 25px; border: 0; outline: 0; background: transparent; color: var(--navy); font-size: .9rem; padding: 0; }
.find-box .btn { height: 54px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; color: var(--navy-soft); font-size: .91rem; font-weight: 650; }
.hero-trust span { display: inline-flex; gap: 7px; align-items: center; }
.hero-trust i { font-style: normal; color: var(--green); }
.hero-media { position: relative; min-height: 516px; }
.hero-image-main { position: absolute; top: 0; right: 0; width: 82%; height: 455px; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 65px rgba(26,37,50,.15); }
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-card { position: absolute; left: 0; bottom: 30px; width: 270px; background: white; padding: 17px; border-radius: 18px; box-shadow: var(--shadow); }
.hero-float-card img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; float: left; margin-right: 13px; }
.hero-float-card h3 { font-size: .95rem; margin-top: 7px; margin-bottom: 4px; }
.hero-float-card .price { font-size: 1rem; }
.hero-stat { position: absolute; top: 34px; left: 15px; background: var(--navy); color: white; border-radius: 16px; padding: 16px 18px; width: 155px; }
.hero-stat strong { display: block; font-size: 1.45rem; color: white; }
.hero-stat span { font-size: .78rem; color: #d2dbe5; }
.category-bar { margin-top: -1px; background: white; border-bottom: 1px solid var(--line); }
.category-grid { padding: 25px 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.category-card { border: 1px solid var(--line); border-radius: 15px; padding: 16px 11px; text-align: center; transition: .18s; background: white; }
.category-card:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(22,32,44,.06); }
.category-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 9px; border-radius: 14px; background: #ecfafc; font-size: 1.45rem; }
.category-card h3 { font-size: .9rem; margin: 0; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 21px; }
.product-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: box-shadow .17s, transform .17s; display: flex; flex-direction: column; min-width: 0; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image { position: relative; display: block; background: #f3f5f8; aspect-ratio: 1 / .84; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.badge { position: absolute; top: 11px; left: 11px; padding: 5px 9px; background: var(--pink); color: white; border-radius: 16px; font-size: .7rem; font-weight: 800; }
.product-body { padding: 15px; flex: 1; display: flex; flex-direction: column; }
.product-category { color: var(--muted); font-size: .77rem; font-weight: 700; margin: 0 0 5px; text-transform: uppercase; letter-spacing: .04em; }
.product-body h3 { font-size: 1rem; margin-bottom: 9px; min-height: 37px; }
.price { margin: 0 0 8px; font-size: 1.13rem; font-weight: 800; color: var(--pink); }
.price small, .detail-price small { font-size: .75rem; color: var(--muted); font-weight: 550; }
.stock { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: .76rem; font-weight: 600; margin: 0 0 14px; }
.stock span { height: 7px; width: 7px; border-radius: 50%; background: var(--green); }
.product-actions { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8px; margin-top: auto; }
.soft-bg { background: #eef9fb; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.package-card { background: white; border-radius: 18px; border: 1px solid var(--line); padding: 25px 21px; }
.package-icon { height: 52px; width: 52px; display: grid; place-items: center; font-size: 1.4rem; border-radius: 14px; background: #ecfafc; margin-bottom: 16px; }
.package-card h3 { font-size: 1.15rem; }
.package-card p { color: var(--muted); font-size: .9rem; min-height: 67px; }
.package-card .package-price { min-height: 0; color: var(--pink); font-size: 1.04rem; font-weight: 800; }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 21px; }
.advantage { background: white; border: 1px solid var(--line); padding: 27px 22px; border-radius: 17px; }
.advantage .number { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: var(--teal-dark); background: #eaf9fb; font-weight: 850; margin-bottom: 16px; }
.advantage h3 { font-size: 1.04rem; }
.advantage p { font-size: .9rem; color: var(--muted); margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { position: relative; border: 1px solid var(--line); background: white; border-radius: 16px; padding: 23px 18px; }
.step:not(:last-child)::after { content: '→'; position: absolute; top: 32px; right: -14px; z-index: 2; height: 27px; width: 27px; display: grid; place-items: center; background: var(--teal); color: var(--navy); border-radius: 50%; font-weight: 800; }
.step strong { display: block; color: var(--pink); font-size: 1.22rem; margin-bottom: 11px; }
.step h3 { font-size: .98rem; }
.step p { font-size: .85rem; color: var(--muted); margin: 0; }
.portfolio-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 252px 252px; gap: 15px; }
.portfolio-card { position: relative; overflow: hidden; border-radius: 19px; }
.portfolio-card:first-child { grid-row: span 2; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.portfolio-card:hover img { transform: scale(1.04); }
.portfolio-info { position: absolute; inset: auto 0 0; padding: 34px 19px 18px; background: linear-gradient(transparent, rgba(11,16,25,.84)); color: white; }
.portfolio-info h3 { color: white; font-size: 1rem; margin-bottom: 2px; }
.portfolio-info p { margin: 0; font-size: .78rem; color: #e6edf4; }
.cta { background: var(--navy); color: white; border-radius: 27px; padding: 52px 55px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { color: white; font-size: clamp(1.7rem,3vw,2.25rem); max-width: 650px; }
.cta p { color: #cad4e0; margin-bottom: 0; }
.cta-buttons { display: flex; gap: 12px; flex-shrink: 0; }
.cta .btn-outline { border-color: #465263; color: white; background: transparent; }
.site-footer { margin-top: 70px; background: #101722; color: #cfd7e0; }
.footer-grid { padding: 55px 0 42px; display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.15fr; gap: 42px; }
.footer-logo { width: 225px; margin-bottom: 17px; }
.footer-brand p { max-width: 335px; font-size: .9rem; color: #a9b5c3; }
.site-footer h3 { color: white; font-size: .98rem; margin-bottom: 17px; }
.footer-links { display: grid; gap: 10px; font-size: .9rem; }
.footer-links a:hover { color: var(--teal); }
.footer-contact { display: grid; gap: 11px; color: #a9b5c3; font-size: .9rem; }
.footer-bottom { border-top: 1px solid #253040; min-height: 56px; display: flex; align-items: center; justify-content: space-between; font-size: .83rem; color: #909dab; }
.mobile-bottom { display: none; }
/* Inner pages */
.page-hero { padding: 45px 0 37px; background: linear-gradient(110deg,#eafbfd, #fff 65%); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .84rem; margin-bottom: 15px; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.page-hero p { color: var(--muted); max-width: 640px; margin: 0; }
.catalog-shell { display: grid; grid-template-columns: 255px 1fr; gap: 27px; align-items: start; }
.catalog-filter { position: sticky; top: 98px; padding: 22px; background: white; border-radius: 16px; border: 1px solid var(--line); }
.catalog-filter h2 { font-size: 1.04rem; margin-bottom: 20px; }
.filter-group { margin-bottom: 18px; }
.filter-group label { display: block; color: var(--muted); font-size: .8rem; font-weight: 700; margin-bottom: 7px; }
.filter-group input, .filter-group select { width: 100%; border: 1px solid var(--line); height: 46px; border-radius: 10px; padding: 0 11px; outline: none; background: white; }
.filter-group input:focus, .filter-group select:focus { border-color: var(--teal); }
.catalog-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; color: var(--muted); font-size: .92rem; }
.catalog-top select { border: 1px solid var(--line); height: 42px; padding: 0 11px; border-radius: 10px; background: white; }
.catalog-products { grid-template-columns: repeat(3, 1fr); }
.empty-state { grid-column: 1/-1; background: white; border: 1px solid var(--line); border-radius: 17px; text-align: center; padding: 72px 20px; }
.product-detail-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items: start; }
.detail-image { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 12px; overflow: hidden; }
.detail-image img { width: 100%; height: 510px; object-fit: contain; border-radius: 13px; background: #f7f7f7; }
.detail-info { padding-top: 16px; }
.detail-info h1 { font-size: clamp(2rem, 3vw, 2.7rem); }
.detail-price { font-size: 1.75rem; font-weight: 850; color: var(--pink); margin: 18px 0 12px; }
.stock.large { font-size: .9rem; margin-bottom: 20px; }
.detail-description { color: var(--muted); font-size: 1rem; border-top: 1px solid var(--line); padding-top: 19px; }
.rent-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 24px 0; }
.rent-fields label { font-size: .84rem; font-weight: 700; color: var(--navy); }
.rent-fields input, .rent-fields select { width: 100%; display: block; margin-top: 7px; height: 49px; border: 1px solid var(--line); border-radius: 11px; padding: 0 13px; }
.detail-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.spec-section { margin-top: 37px; border: 1px solid var(--line); border-radius: 18px; background: white; padding: 28px; }
.spec-section h2 { font-size: 1.3rem; }
.spec-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; padding: 0; margin: 22px 0; }
.spec-list li { padding: 12px 15px; border-radius: 10px; background: #f6f8fb; color: var(--navy-soft); }
.note { border-radius: 11px; padding: 13px 15px; background: #fff8df; color: #685522; font-size: .87rem; margin: 0; }
.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 27px; align-items: start; }
.cart-list { display: grid; gap: 13px; }
.cart-row { display: grid; grid-template-columns: 94px 1fr 88px 135px 32px; gap: 14px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.cart-row img { width: 94px; height: 86px; border-radius: 10px; object-fit: cover; }
.cart-product-info h3 { font-size: 1rem; margin-bottom: 5px; }
.cart-product-info p:last-child { font-size: .84rem; margin: 0; color: var(--muted); }
.qty-label { font-size: .76rem; color: var(--muted); font-weight: 700; }
.qty-label input { display: block; width: 74px; height: 42px; margin-top: 5px; border: 1px solid var(--line); border-radius: 9px; padding: 0 9px; }
.remove { background: #fff0f5; border: 0; height: 32px; width: 32px; border-radius: 8px; color: var(--pink); font-size: 1.5rem; display: grid; place-items: center; }
.cart-empty { background: white; border-radius: 16px; border: 1px solid var(--line); padding: 64px 30px; text-align: center; }
.cart-empty p { color: var(--muted); }
.request-panel { background: white; border-radius: 18px; border: 1px solid var(--line); padding: 24px; position: sticky; top: 98px; }
.request-panel h2 { font-size: 1.25rem; }
.request-panel .panel-lead { color: var(--muted); font-size: .86rem; }
.request-form { display: grid; gap: 13px; margin-top: 19px; }
.request-form label { color: var(--navy-soft); font-size: .78rem; font-weight: 700; }
.request-form input, .request-form select, .request-form textarea { width: 100%; display: block; border: 1px solid var(--line); background: white; border-radius: 9px; padding: 10px 11px; margin-top: 5px; outline: none; }
.request-form input, .request-form select { height: 43px; }
.request-form textarea { resize: vertical; min-height: 73px; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--teal); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.order-summary { border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); padding: 15px 0; margin: 4px 0; display: grid; gap: 8px; }
.order-summary div { display: flex; justify-content: space-between; color: var(--muted); font-size: .88rem; }
.order-summary .total { color: var(--navy); font-weight: 800; font-size: 1rem; }
.order-summary .total strong { color: var(--pink); }
.package-note { padding: 12px; background: #eaf9fb; color: var(--navy-soft); border-radius: 10px; font-size: .84rem; margin-bottom: 16px; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; }
.content-grid img { width: 100%; height: 430px; object-fit: cover; border-radius: 22px; }
.content-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.content-copy p { color: var(--muted); }
.bullet-check { display: grid; gap: 12px; list-style: none; padding: 0; margin: 25px 0 0; }
.bullet-check li { display: flex; gap: 10px; align-items: start; }
.bullet-check li::before { content: '✓'; display: grid; place-items: center; min-width: 23px; height: 23px; background: #e9fbf4; color: var(--green); border-radius: 50%; font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { background: white; border-radius: 16px; border: 1px solid var(--line); padding: 22px; }
.contact-card h3 { font-size: 1rem; }
.contact-card p { color: var(--muted); margin: 0; }
.contact-card a { color: var(--teal-dark); font-weight: 700; }
.contact-form-panel { padding: 31px; background: white; border-radius: 18px; border: 1px solid var(--line); }
.site-toast { position: fixed; z-index: 60; bottom: 28px; left: 50%; transform: translate(-50%, 20px); padding: 13px 18px; border-radius: 12px; background: var(--navy); color: white; font-weight: 650; font-size: .9rem; opacity: 0; pointer-events: none; transition: .2s; box-shadow: var(--shadow); }
.site-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 1120px) {
  .header-search { display: none; }
  .nav { gap: 15px; }
  .hero-grid { gap: 25px; }
  .find-box { grid-template-columns: 1fr 1fr; }
  .find-box .btn { grid-column: span 2; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .package-grid, .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step:not(:last-child)::after { display: none; }
}
@media (max-width: 900px) {
  body { padding-bottom: 65px; }
  .price-notice { display: none; }
  .topbar .topbar-left span:last-child { display: none; }
  .header-main { min-height: 66px; }
  .logo { width: 176px; }
  .menu-trigger { display: inline-flex; margin-left: auto; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 67px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-radius: 15px; padding: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 13px; }
  .header-main .cart-button { display: none; }
  .hero { padding-top: 39px; }
  .hero-grid, .content-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-media { min-height: 400px; margin-top: 23px; }
  .hero-image-main { height: 375px; width: 87%; }
  .hero-float-card { bottom: 0; }
  .hero-stat { left: 0; top: 19px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .products-grid, .catalog-products { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-card:first-child { grid-column: span 2; grid-row: auto; }
  .cta { flex-direction: column; align-items: start; padding: 38px 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-bottom { position: fixed; z-index: 40; bottom: 0; left: 0; right: 0; height: 64px; background: white; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
  .mobile-bottom a { display: grid; place-items: center; align-content: center; gap: 1px; color: var(--muted); font-size: .7rem; font-weight: 700; position: relative; }
  .mobile-bottom a svg { height: 21px; width: 21px; }
  .mobile-bottom a.active { color: var(--teal-dark); }
  .mobile-bottom .cart-count { top: 6px; right: calc(50% - 22px); }
  .catalog-shell, .cart-layout { grid-template-columns: 1fr; }
  .catalog-filter, .request-panel { position: static; }
  .catalog-filter { padding: 15px; display: flex; align-items: end; gap: 12px; }
  .catalog-filter h2 { display: none; }
  .catalog-filter .filter-group { flex: 1; margin: 0; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 600px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section { padding: 50px 0; }
  .topbar .container { justify-content: center; min-height: 35px; }
  .topbar-right { display: none; }
  .hero h1 { font-size: 2.18rem; }
  .find-box { grid-template-columns: 1fr; padding: 13px; }
  .find-box .btn { grid-column: auto; }
  .hero-trust { gap: 11px; display: grid; }
  .hero-media { min-height: 348px; }
  .hero-image-main { width: 100%; height: 310px; border-radius: 20px; }
  .hero-stat { display: none; }
  .hero-float-card { width: 247px; bottom: 4px; left: 10px; padding: 12px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .category-card { padding: 11px 5px; }
  .category-icon { width: 43px; height: 43px; }
  .category-card h3 { font-size: .77rem; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 16px; }
  .products-grid, .catalog-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-body { padding: 10px; }
  .product-body h3 { font-size: .9rem; min-height: 34px; }
  .price { font-size: .93rem; }
  .price small { display: block; }
  .stock { font-size: .68rem; }
  .product-actions { grid-template-columns: 1fr; }
  .package-grid, .advantage-grid, .steps { grid-template-columns: 1fr; }
  .portfolio-grid { display: block; }
  .portfolio-card { height: 248px; margin-bottom: 12px; }
  .cta-buttons { width: 100%; display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; }
  .footer-bottom { display: block; padding: 17px 0; }
  .catalog-filter { display: grid; grid-template-columns: 1fr 1fr; }
  .catalog-filter .filter-group:first-of-type { grid-column: span 2; }
  .detail-image img { height: 350px; }
  .rent-fields, .spec-list, .form-two { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 75px 1fr 32px; gap: 10px; }
  .cart-row img { width: 75px; height: 72px; }
  .cart-row .qty-label { grid-column: 2; }
  .cart-row strong { grid-column: 2; }
  .cart-row .remove { grid-column: 3; grid-row: 1; }
}

/* Laksana v3 refinements: sticky header, checkout badge, package checkout row, footer alignment */
.site-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}
body.admin-bar .site-header { top: 32px; }
.nav a { white-space: nowrap; }
.cart-button { white-space: nowrap; }
.cart-count[hidden] { display: none; }
.cart-package-icon {
  width: 94px;
  height: 86px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #eaf9fb;
  color: var(--teal-dark);
  font-size: 2rem;
  font-weight: 800;
  border: 1px solid #caeff4;
}
.package-cart-row {
  border-color: #caeff4;
  background: linear-gradient(90deg, #ffffff 0%, #f3fcfd 100%);
}
.package-cart-row .qty-label input:disabled {
  color: var(--muted);
  background: #f6f8fb;
  cursor: not-allowed;
}
.site-footer {
  background: #101926;
  color: #c7d2df;
}
.footer-grid {
  align-items: start;
  gap: 80px;
}
.footer-brand {
  max-width: 360px;
}
.footer-logo {
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .25));
}
.footer-links a,
.footer-contact a {
  color: #dbe5ef;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--teal);
}
.footer-bottom {
  border-top-color: rgba(255,255,255,.10);
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 1120px) {
  .header-main { gap: 18px; }
  .nav { gap: 15px; font-size: .9rem; }
  .logo { width: 192px; }
}
@media (max-width: 900px) {
  .site-header { top: 0; }
  .cart-package-icon { width: 75px; height: 72px; font-size: 1.65rem; }
}


/* Laksana v4 final header structure: logo, search, six menu tabs, Daftar Sewa button. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: rgba(255,255,255,.98);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5eaf1;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}
.header-main {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.nav a {
  white-space: nowrap;
  font-weight: 750;
  color: #131c27;
}
.nav a:hover,
.nav a.active {
  color: #0b98a6;
}
.cart-button {
  min-width: 132px;
  height: 52px;
  border-radius: 15px;
  font-weight: 800;
  white-space: nowrap;
}
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 1180px) {
  .header-main { gap: 16px; }
  .logo { width: 185px; }
  .header-search { max-width: 330px; }
  .nav { gap: 16px; font-size: .9rem; }
  .cart-button { min-width: 120px; }
}


/* Laksana v5 mobile navigation fix: menu closed by default on mobile, opens only after hamburger is tapped. */
@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 99999;
  }

  .header-main {
    position: relative;
    min-height: 72px;
  }

  .header-search {
    display: none !important;
  }

  .menu-trigger {
    display: inline-flex !important;
    margin-left: auto;
    z-index: 100001;
  }

  .header-main .cart-button {
    display: none !important;
  }

  .site-header .nav {
    display: none !important;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    z-index: 100000;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  }

  .site-header .nav.is-open {
    display: flex !important;
  }

  .site-header .nav a {
    display: block;
    padding: 18px 14px;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 800;
    border-radius: 12px;
  }

  .site-header .nav a:hover,
  .site-header .nav a.active {
    color: #0b98a6;
    background: #f3fbfd;
  }
}
