
:root {
  --bg: #ffffff;
  --soft: #f7f9fb;
  --card: #ffffff;
  --text: #213244;
  --muted: #627285;
  --brand: #25364a;
  --brand-2: #ff8a3d;
  --accent: #ffb55a;
  --green: #128c4a;
  --line: rgba(37, 54, 74, 0.12);
  --shadow: 0 16px 34px rgba(37, 54, 74, 0.08);
  --radius: 22px;
  --container: 1180px;
  --font: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(92%, var(--container)); margin: 0 auto; }
.section-padding { padding: 74px 0; }
.hero.section-padding { padding: 34px 0 26px; }
.section-soft { background: linear-gradient(180deg, #ffffff, var(--soft)); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: 0.4px; color: var(--brand); font-size: 1.05rem; }
.brand img { border-radius: 14px; }
.nav-links { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; font-weight: 800; color: var(--muted); }
.nav-links a:hover { color: var(--brand-2); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--card); color: var(--brand); border-radius: 12px; padding: 9px 12px; font-size: 1.3rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 999px; background: linear-gradient(135deg, var(--brand-2), #ffa55d); color: white; font-weight: 900; border: 0; cursor: pointer; box-shadow: 0 12px 22px rgba(255,138,61,0.25); }
.btn:hover { transform: translateY(-1px); }
.btn-small { min-height: 40px; padding: 9px 16px; font-size: 0.92rem; }
.btn-full { width: 100%; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(255,181,90,0.18), transparent 30%), radial-gradient(circle at 92% 8%, rgba(37,54,74,0.06), transparent 26%), linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 34px; }
.hero-grid > * { min-height: 420px; }
.eyebrow, .section-label { color: var(--brand-2); text-transform: uppercase; letter-spacing: 1.8px; font-size: 0.78rem; font-weight: 900; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(1.95rem, 3.45vw, 3.45rem); margin-bottom: 16px; max-width: 610px; }
h2 { font-size: clamp(1.85rem, 3vw, 3rem); margin-bottom: 14px; }
h3 { font-size: 1.15rem; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100%; max-height: 420px; padding: 8px 0; }
.hero-text { font-size: 1.02rem; color: var(--muted); max-width: 600px; margin-bottom: 0; }
.hero-card { border-radius: 34px; background: var(--card); box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; min-height: 100%; max-height: 420px; }
.hero-card img { width: 100%; height: 100%; min-height: 420px; max-height: 420px; object-fit: cover; }
.authority { background: var(--brand); color: white; padding: 22px 0; }
.authority-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.authority strong { display: block; font-size: 1.08rem; }
.authority span { color: rgba(255,255,255,0.8); }
.authority a { color: var(--accent); font-weight: 900; white-space: nowrap; }
.about-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 46px; align-items: center; }
.about-text p { color: var(--muted); font-size: 1.04rem; }
.card-image { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.card-image img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.section-heading { max-width: 800px; margin: 0 auto 38px; text-align: center; }
.section-heading p:not(.section-label) { color: var(--muted); margin-bottom: 0; }
.product-grid { display: grid; gap: 20px; }
.product-grid.ten { grid-template-columns: repeat(5, 1fr); }
.product-card, .contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.product-card { padding: 16px; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; margin-bottom: 14px; }
.product-card p { color: var(--muted); margin: 0; }
.gallery-grid { display: grid; gap: 18px; }
.gallery-grid.five-col { grid-template-columns: repeat(5, 1fr); }
.gallery-grid figure { margin: 0; border-radius: 18px; overflow: hidden; background: var(--card); border: 1px solid var(--line); box-shadow: 0 10px 22px rgba(37,54,74,0.07); }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-grid figcaption { padding: 10px 12px; color: var(--muted); font-weight: 800; font-size: 0.9rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 42px; align-items: start; }
.contact-grid p { color: var(--muted); }
.contact-list { display: grid; gap: 10px; margin-top: 24px; }
.contact-list a, .contact-list span { padding: 14px 16px; border-radius: 14px; background: var(--soft); color: var(--brand); font-weight: 800; }

.contact-form { padding: 28px; }
.contact-form label { display: block; font-weight: 800; color: var(--brand); margin: 16px 0 8px; }
.contact-form input, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 14px; min-height: 48px; padding: 12px 14px; font: inherit; background: #fff; }
.site-footer { padding: 36px 0 30px; background: #203042; color: white; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.site-footer p { color: rgba(255,255,255,0.74); margin: 6px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,0.9); font-weight: 800; }
.social-row { margin-top: 18px; display: flex; justify-content: center; }
.instagram-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,0.08); color: white; font-weight: 800; }
.instagram-link:hover { background: rgba(255,255,255,0.14); }
.float-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 30; background: var(--green); color: white; padding: 13px 18px; border-radius: 999px; box-shadow: 0 14px 26px rgba(0,0,0,0.18); font-weight: 900; }
@media (max-width: 1100px) {
  .product-grid.ten, .gallery-grid.five-col { grid-template-columns: repeat(4, 1fr); }
  .hero-grid > * { min-height: 390px; }
  .hero-content, .hero-card { max-height: 390px; }
  .hero-card img { min-height: 390px; max-height: 390px; }
}
@media (max-width: 960px) {
  .hero.section-padding { padding: 42px 0; }
  .menu-toggle { display: inline-flex; }
  .nav-links { position: absolute; top: 78px; left: 4%; right: 4%; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 18px; }
  .nav-links.show { display: flex; }
  .navbar > .btn-small { display: none; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid > * { min-height: auto; }
  .hero-content, .hero-card { max-height: none; }
  .product-grid.ten { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid.five-col { grid-template-columns: repeat(3, 1fr); }
  .authority-grid { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .section-padding { padding: 58px 0; }
  .product-grid.ten, .gallery-grid.five-col { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .hero-card img { min-height: 280px; max-height: none; }
}
