
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#ffffff;
  color:#111827;
  line-height:1.5;
}
img{max-width:100%;display:block}
.container{width:min(1120px, calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid #e5e7eb;
}
.header-wrap{
  min-height:78px;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;
}
.brand{display:flex;align-items:center;gap:14px}
.brand-badge{
  width:52px;height:52px;border-radius:16px;
  background:linear-gradient(135deg,#0f62fe,#2f88ff);
  color:#fff;display:grid;place-items:center;
  font-weight:800;font-size:1.25rem;
  box-shadow:0 12px 24px rgba(15,98,254,.22);
}
.brand-top{margin:0;font-size:.8rem;color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.brand h1{margin:2px 0 0;font-size:1.1rem}
.header-call,.btn{
  text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;font-weight:700;
  transition:.2s ease;
}
.header-call{
  padding:12px 18px;background:#111827;color:#fff;
}
.header-call:hover{transform:translateY(-1px)}
.hero{
  padding:56px 0 30px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;
}
.eyebrow{
  margin:0 0 10px;color:#2563eb;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;
}
.hero-copy h2{
  margin:0 0 14px;font-size:clamp(2rem,4vw,3.7rem);
  line-height:1.02;
}
.hero-text{font-size:1.15rem;margin:0 0 20px;color:#374151}
.hero-actions,.contact-actions{
  display:flex;flex-wrap:wrap;gap:12px;margin:0 0 20px;
}
.btn{padding:14px 22px}
.btn-primary{background:#25D366;color:#fff;box-shadow:0 12px 30px rgba(37,211,102,.24)}
.btn-secondary{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.btn:hover{transform:translateY(-2px)}
.hero-points{
  display:flex;flex-wrap:wrap;gap:10px;
}
.hero-points span{
  padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;
  box-shadow:0 10px 24px rgba(0,0,0,.05);font-weight:700;
}
.hero-media img,.hero-placeholder{
  border-radius:28px;background:#fff;border:1px solid #edf2f7;
  box-shadow:0 22px 60px rgba(0,0,0,.08);
}
.hero-placeholder{
  min-height:420px;display:grid;place-items:center;font-size:1.4rem;font-weight:800;color:#2563eb;
}
.notice-section{padding:8px 0 12px}
.notice-box{
  background:#ffffff;border:1px solid #e8eef8;border-radius:26px;
  padding:24px;box-shadow:0 14px 40px rgba(0,0,0,.06);
}
.notice-box p{
  margin:0 0 12px;font-weight:800;font-size:1.05rem;
}
.notice-box p:last-child{margin-bottom:0}
.info-cards{padding:18px 0 26px}
.cards-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.info-card{
  background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}
.info-card h3{margin:0 0 8px;font-size:1.1rem}
.info-card p{margin:0;font-size:1rem;color:#374151;font-weight:700}
.gallery-section{padding:20px 0 30px}
.section-heading h2{margin:0 0 18px;font-size:clamp(1.7rem,3vw,2.5rem)}
.gallery-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.gallery-card{
  margin:0;background:#fff;border:1px solid #edf2f7;border-radius:24px;
  overflow:hidden;box-shadow:0 16px 38px rgba(0,0,0,.06);
}
.gallery-card img{
  width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;
}
.contact-strip{
  padding:10px 0 56px;
}
.contact-wrap{
  background:linear-gradient(135deg,#0f62fe,#2563eb);
  color:#fff;border-radius:30px;padding:30px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  box-shadow:0 24px 60px rgba(37,99,235,.24);
}
.contact-wrap .eyebrow{color:#dbeafe}
.contact-wrap h2{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2.4rem)}
.contact-wrap p{margin:0;font-size:1.05rem}
.contact-wrap .btn-secondary{background:#fff;color:#1d4ed8;border-color:#fff}
.whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:999;
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 16px;border-radius:999px;
  background:#25D366;color:#fff;text-decoration:none;font-weight:700;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.whatsapp-icon{
  width:26px;height:26px;border-radius:50%;
  display:grid;place-items:center;background:rgba(255,255,255,.2);font-size:14px;
}
@media (max-width: 900px){
  .hero-grid,.cards-grid,.gallery-grid,.contact-wrap{grid-template-columns:1fr;display:grid}
  .contact-wrap{padding:24px}
}
@media (max-width: 640px){
  .container{width:min(1120px, calc(100% - 20px))}
  .header-wrap{min-height:72px}
  .brand h1{font-size:1rem}
  .header-call{padding:10px 14px}
  .hero{padding-top:32px}
  .hero-copy h2{font-size:2.2rem}
  .btn{width:100%}
  .whatsapp-float{right:14px;bottom:14px;padding:12px 14px}
  .whatsapp-text{display:none}
}
