:root {
    --green: #0f766e;
    --ink: #172026;
    --muted: #eef5f3;
    --line: #d8e4e1;
    --accent: #f59e0b;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: var(--green); text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: var(--green); color: #fff; font-size: 14px; }
.topbar a { color: #fff; font-weight: 700; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner { padding: 8px 0; }
.navbar { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 78px; }
.brand { display: flex; align-items: center; color: var(--ink); font-size: 22px; font-weight: 800; }
.brand img { width: 82px; }
.brand .brand-logo { display: block; width: 220px; max-width: 48vw; height: auto; }
.menu { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 700; }
.hero { background: linear-gradient(110deg, #e8f5f2 0%, #fff 62%); padding: 70px 0; border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 48px; }
.hero h1 { margin: 0 0 16px; font-size: 58px; line-height: 1.05; color: var(--green); }
.hero p { font-size: 20px; max-width: 620px; }
.hero-photo { width: min(100%, 430px); justify-self: center; border-radius: 8px; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: 0 22px 46px rgba(15, 23, 42, .13); }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.btn, button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #0f766e, #13b8a6); color: #fff; font-weight: 900; cursor: pointer; overflow: hidden; box-shadow: 0 12px 28px rgba(15, 118, 110, .28), 0 0 0 1px rgba(255,255,255,.18) inset; transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.btn::after, button::after { content: ""; position: absolute; inset: -45% -20%; background: linear-gradient(100deg, transparent 35%, rgba(255,255,255,.42), transparent 65%); transform: translateX(-120%) rotate(8deg); transition: transform .65s ease; pointer-events: none; }
.btn:hover, button:hover { transform: translateY(-2px); filter: saturate(1.12); box-shadow: 0 18px 34px rgba(15, 118, 110, .34), 0 0 22px rgba(19, 184, 166, .38), 0 0 0 1px rgba(255,255,255,.22) inset; }
.btn:hover::after, button:hover::after { transform: translateX(120%) rotate(8deg); }
.btn.ghost { background: rgba(255,255,255,.92); color: var(--green); border: 1px solid rgba(15, 118, 110, .28); box-shadow: 0 12px 24px rgba(15, 118, 110, .12), 0 0 0 1px rgba(255,255,255,.7) inset; }
.btn.whatsapp { background: linear-gradient(135deg, #10b981, #22c55e 52%, #86efac); color: #052e18; text-shadow: 0 1px 0 rgba(255,255,255,.28); box-shadow: 0 14px 30px rgba(34, 197, 94, .32), 0 0 24px rgba(34, 197, 94, .34), 0 0 0 1px rgba(255,255,255,.22) inset; }
.btn.whatsapp:hover { box-shadow: 0 20px 38px rgba(34, 197, 94, .42), 0 0 34px rgba(34, 197, 94, .52), 0 0 0 1px rgba(255,255,255,.28) inset; }
.btn.light { background: rgba(255,255,255,.94); color: var(--green); box-shadow: 0 14px 28px rgba(255,255,255,.16), 0 0 0 1px rgba(255,255,255,.7) inset; }
.section { padding: 56px 0; }
.muted { background: var(--muted); }
.section-title { margin: 0 0 24px; font-size: 32px; color: var(--green); }
.content > .section-title { text-align: center; }
.content h1 { font-size: 38px; line-height: 1.15; color: var(--green); }
.content h2, .content h3 { color: var(--ink); }
.content table { width: 100%; border-collapse: collapse; }
.content td { vertical-align: top; padding: 10px; }
.space { height: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 28px 0 36px; align-items: stretch; }
.service-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 36px rgba(15, 23, 42, .09); text-align: left; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(17, 111, 61, .24); box-shadow: 0 24px 46px rgba(15, 23, 42, .14); }
.service-card-media { display: flex; align-items: center; justify-content: center; flex: 0 0 300px; width: 100%; height: 300px; overflow: hidden; background: linear-gradient(135deg, #f4faf8, #e7f3f0); }
.service-card-media img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; object-position: center; transition: transform .35s ease; }
.service-card:hover .service-card-media img { transform: scale(1.015); }
.service-badge { position: absolute; top: 278px; left: 18px; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 3px solid #fff; border-radius: 50%; background: #10283a; color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 10px 22px rgba(16, 40, 58, .22); }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 36px 16px 22px; }
.service-card h3 { margin: 0 0 10px; color: #101827; font-size: 18px; line-height: 1.3; }
.service-card p { margin: 0 0 18px; color: #4b5563; font-size: 14px; line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #101827; font-weight: 800; font-size: 14px; }
.service-link span { font-size: 16px; }
.gallery-img { width: 31%; min-width: 240px; aspect-ratio: 4 / 3; object-fit: cover; margin: 8px; border-radius: 8px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.section-head .section-title { margin-bottom: 0; max-width: 720px; }
.section-head > p { max-width: 360px; margin: 0; color: #51606b; }
.section-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.section-actions { justify-content: center; }
.gallery-section { background: #fff; overflow: hidden; }
.gallery-carousel { position: relative; }
.gallery-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(240px, 300px); gap: 16px; overflow-x: auto; padding: 4px 2px 18px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-color: var(--green) var(--muted); }
.gallery-slide { scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 36px rgba(15, 23, 42, .08); }
.gallery-slide img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-slide div { padding: 15px; }
.gallery-slide h3 { margin: 0 0 8px; color: var(--ink); font-size: 17px; line-height: 1.3; }
.gallery-slide p { margin: 0; color: #52616c; font-size: 14px; line-height: 1.6; }
.gallery-arrow, .gallery-mini-arrow { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: rgba(15, 118, 110, .96); color: #fff; font-size: 34px; font-weight: 900; line-height: 1; box-shadow: 0 16px 32px rgba(15, 118, 110, .24), 0 0 0 1px rgba(255,255,255,.3) inset; cursor: pointer; }
.gallery-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; padding: 0 0 4px; transform: translateY(-50%); }
.gallery-arrow-left { left: -14px; }
.gallery-arrow-right { right: -14px; }
.gallery-bottom-controls { display: flex; justify-content: center; gap: 12px; margin-top: 12px; }
.gallery-mini-arrow { width: 42px; height: 42px; padding: 0 0 4px; font-size: 30px; }
.gallery-arrow:hover, .gallery-mini-arrow:hover { transform: translateY(-50%) scale(1.05); box-shadow: 0 18px 36px rgba(15, 118, 110, .34), 0 0 22px rgba(19, 184, 166, .38); }
.gallery-mini-arrow:hover { transform: translateY(-2px) scale(1.05); }
.quote-section { background: linear-gradient(110deg, #0f766e 0%, #12312d 100%); color: #fff; }
.quote-section .section-title { color: #fff; }
.quote-section .eyebrow { color: #fbbf24; }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.quote-grid > div > p { max-width: 560px; color: #d8efeb; font-size: 18px; }
.quote-points { display: grid; gap: 10px; margin-top: 24px; }
.quote-points span { display: inline-flex; align-items: center; width: fit-content; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(255,255,255,.08); color: #f5fffd; font-weight: 700; }
.quote-form { display: grid; gap: 14px; padding: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 24px 46px rgba(0,0,0,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-form label { display: grid; gap: 6px; font-weight: 800; font-size: 14px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; color: var(--ink); background: #fff; }
.quote-form textarea { resize: vertical; }
.quote-form button:disabled { opacity: .72; cursor: wait; }
.form-status { min-height: 22px; margin: 0; color: var(--green); font-weight: 800; }
.floating-contact { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: grid; gap: 10px; padding: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(10, 22, 27, .42); box-shadow: 0 22px 52px rgba(2, 6, 23, .28), 0 0 28px rgba(19, 184, 166, .18); backdrop-filter: blur(14px); }
.floating-contact a { position: relative; display: flex; align-items: center; justify-content: center; min-width: 150px; min-height: 48px; padding: 10px 18px; border-radius: 999px; color: #fff; font-weight: 950; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.floating-contact a::before { content: ""; position: absolute; inset: 3px; border-radius: inherit; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.floating-contact a:hover { transform: translateY(-2px) scale(1.02); }
.float-call { background: radial-gradient(circle at 20% 20%, #5eead4, #0f766e 58%, #064e3b); box-shadow: 0 14px 32px rgba(15, 118, 110, .38), 0 0 24px rgba(94, 234, 212, .42); }
.float-whatsapp { background: radial-gradient(circle at 20% 20%, #bbf7d0, #22c55e 48%, #15803d); color: #052e18 !important; box-shadow: 0 14px 32px rgba(34, 197, 94, .42), 0 0 28px rgba(34, 197, 94, .52); }
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.post-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(15, 23, 42, .07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.post-card:hover { transform: translateY(-3px); border-color: rgba(15, 118, 110, .26); box-shadow: 0 22px 42px rgba(15, 23, 42, .12); }
.post-card-media { display: flex; align-items: center; justify-content: center; width: 100%; height: 240px; background: linear-gradient(135deg, #f5fbf9, #e7f3f0); }
.post-card-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .35s ease; }
.post-card:hover .post-card-media img { transform: scale(1.015); }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.post-card h2, .post-card h3 { margin: 0 0 12px; line-height: 1.25; }
.post-card p { margin: 0 0 20px; color: #22313a; }
.post-link { margin-top: auto; font-weight: 800; }
.post-hero-img { display: block; width: min(100%, 760px); max-height: 620px; margin: 0 auto 28px; border: 1px solid var(--line); border-radius: 8px; background: #f5fbf9; object-fit: contain; box-shadow: 0 18px 38px rgba(15, 23, 42, .08); }
.post-carousel { position: relative; }
.post-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 360px); grid-template-columns: none; overflow-x: auto; padding: 4px 2px 20px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-color: var(--green) var(--muted); }
.post-carousel-track .post-card { scroll-snap-align: start; min-width: 0; }
.post-arrow, .post-mini-arrow { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: rgba(15, 118, 110, .96); color: #fff; font-size: 34px; font-weight: 900; line-height: 1; box-shadow: 0 16px 32px rgba(15, 118, 110, .24), 0 0 0 1px rgba(255,255,255,.3) inset; cursor: pointer; }
.post-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; padding: 0 0 4px; transform: translateY(-50%); }
.post-arrow-left { left: -14px; }
.post-arrow-right { right: -14px; }
.post-bottom-controls { display: flex; justify-content: center; gap: 12px; margin-top: 12px; }
.post-mini-arrow { width: 42px; height: 42px; padding: 0 0 4px; font-size: 30px; }
.post-arrow:hover, .post-mini-arrow:hover { transform: translateY(-50%) scale(1.05); box-shadow: 0 18px 36px rgba(15, 118, 110, .34), 0 0 22px rgba(19, 184, 166, .38); }
.post-mini-arrow:hover { transform: translateY(-2px) scale(1.05); }
.why-section { background: #fff; }
.why-head { margin-bottom: 50px; text-align: center; }
.why-head h2 { position: relative; display: inline-block; margin: 0; color: #2d3d4d; font-size: 42px; line-height: 1.1; font-weight: 950; letter-spacing: 0; }
.why-head h2::after { content: ""; position: absolute; left: 50%; bottom: -16px; width: 88px; height: 5px; border-radius: 999px; background: #f50078; transform: translateX(-50%); }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 46px; }
.why-item { display: grid; grid-template-columns: 88px 1fr; gap: 20px; align-items: start; }
.why-number { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; background: #f50078; color: #fff; font-size: 30px; font-weight: 950; box-shadow: 0 16px 28px rgba(245, 0, 120, .25); }
.why-item h3 { margin: 2px 0 10px; color: #182532; font-size: 21px; line-height: 1.22; font-weight: 900; }
.why-item p { margin: 0; color: #4b5563; font-size: 16px; line-height: 1.7; }
.faq-section { background: #fff; }
.faq-kicker { margin: 0 0 8px; color: #172026; font-size: 18px; }
.faq-title { margin: 0 0 8px; color: #172026; font-size: 40px; line-height: 1.18; letter-spacing: 0; }
.faq-lead { margin: 0 0 24px; max-width: 1120px; color: #172026; font-size: 18px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; padding: 18px 20px; color: #020617; font-weight: 900; font-size: 18px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { flex: 0 0 auto; color: #020617; font-size: 20px; line-height: 1; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item div { padding: 0 20px 20px; background: #fafafa; }
.faq-item p { margin: 0; color: #172026; font-size: 17px; line-height: 1.7; }
.contact-form { display: grid; gap: 12px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; }
.footer { background: #12221f; color: #dce7e4; padding-top: 42px; }
.footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
.footer-link { display: block; margin: 6px 0; }
.copyright { margin-top: 28px; padding: 16px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 14px; }
@media (max-width: 760px) {
    .hero-inner, .footer-grid { grid-template-columns: 1fr; }
    .quote-grid, .form-row { grid-template-columns: 1fr; }
    .hero h1 { font-size: 42px; }
    .nav-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
    .menu { gap: 10px 14px; }
    .content td { display: block; width: 100% !important; }
    .section-head { display: block; }
    .section-head > p { max-width: none; margin-top: 12px; }
    .gallery-slider { grid-auto-columns: minmax(230px, 78vw); }
    .post-carousel-track { grid-auto-columns: minmax(260px, 82vw); }
    .why-head h2 { font-size: 34px; }
    .why-grid { grid-template-columns: 1fr; gap: 30px; }
    .why-item { grid-template-columns: 72px 1fr; gap: 16px; }
    .why-number { width: 62px; height: 62px; font-size: 24px; }
    .faq-title { font-size: 30px; }
    .faq-lead { font-size: 16px; }
    .faq-item summary { font-size: 16px; }
    .service-grid { grid-template-columns: 1fr; gap: 16px; }
    .service-card-media { flex-basis: 280px; height: 280px; }
    .service-card-media img { height: 100%; }
    .service-badge { top: 258px; }
    .post-card-media { height: 220px; }
    .floating-contact { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr 1fr; gap: 8px; }
    .floating-contact a { min-width: 0; min-height: 44px; padding: 9px 10px; font-size: 14px; }
    .footer { padding-bottom: 72px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
