
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2937; background: #f8fafc; }
img { max-width: 100%; display: block; }

.container { width: min(1100px, 92%); margin: 0 auto; }

.site-header { background: #22c55e; color: #fff; }
.header-inner { display: flex; align-items: center; gap: 16px; padding: 14px 0; }
.logo { width: 56px; height: 56px; }
.title h1 { font-size: clamp(20px, 3.5vw, 34px); line-height: 1.05; margin: 0; }
.title .tagline { margin: 2px 0 0; opacity: .9; }
.cta, .contact-btn { background: #0f172a; color: #fff; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.cta-white, .contact-btn { background: #fff; color: #000; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.privacy {color: #FFF;}
.contact-btn { background: #2563eb; margin-left: 12px; }

.hero { padding: 36px 0; background: linear-gradient(180deg, #f8fafc 0, #eef7ef 100%); }
.grid-2 { display: grid; grid-template-columns: 1.1fr 0.7fr; gap: 24px; align-items: center; }
@media (max-width: 900px){ .grid-2 { grid-template-columns: 1fr; } }
.shot-frame.small img { width: 80%; margin: 0 auto; }

.bullets { padding-left: 18px; line-height: 1.7; }
.badges .btn { display: inline-block; background: #2563eb; color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 12px; font-weight: 700; }

.gallery { padding: 28px 0; }
.gallery h3 { margin: 0 0 12px 0; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 900px){ .shots { grid-template-columns: repeat(2, 1fr); } }

.features { padding: 26px 0 40px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px){ .grid-3 { grid-template-columns: 1fr; } }
.card { background: #fff; border-radius: 18px; padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.card .icon { font-size: 28px; }

.site-footer { background: #0f172a; color: #cbd5e1; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.foot-icon { width: 32px; height: 32px; border-radius: 8px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.privacy { color: #93c5fd; text-decoration: none; }
.privacy:hover { text-decoration: underline; }
