body{font-family:'Segoe UI',Arial,sans-serif;margin:0;padding:0;background:#f8f9fa;color:#222;scroll-behavior:smooth}header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04);position:sticky;top:0;z-index:10;animation:fadeInDown 1s}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}nav{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:1.2rem 2rem}.logo{font-size:1.7rem;font-weight:700;color:#0077b6;letter-spacing:1px;transition:color .3s}.logo:hover{color:#023e8a}nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}nav ul li a{text-decoration:none;color:#222;font-weight:500;transition:color .2s,border-bottom .2s;padding-bottom:2px;border-bottom:2px solid transparent}nav ul li a:hover{color:#0077b6;border-bottom:2px solid #0077b6}.cta-btn{background:linear-gradient(90deg,#0077b6 60%,#48cae4 100%);color:#fff!important;padding:.7rem 1.7rem;border-radius:25px;text-decoration:none;font-weight:700;transition:background .2s,box-shadow .2s,transform .2s;margin-left:1rem;box-shadow:0 2px 8px rgba(0,119,182,.08);border:none;cursor:pointer;display:inline-block}.cta-btn:hover{background:linear-gradient(90deg,#023e8a 60%,#48cae4 100%);box-shadow:0 4px 16px rgba(0,119,182,.15);transform:translateY(-2px) scale(1.04)}.hero{background:linear-gradient(90deg,#caf0f8 0%,#f8f9fa 100%);text-align:center;padding:5rem 2rem 4rem 2rem;animation:fadeIn 1.2s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero h1{font-size:2.8rem;margin-bottom:1.2rem;font-weight:700;letter-spacing:.5px;color:#023e8a;animation:fadeInUp 1.2s .2s backwards}.hero p{font-size:1.25rem;margin-bottom:2.2rem;color:#333;animation:fadeInUp 1.2s .4s backwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services{max-width:1100px;margin:3.5rem auto;padding:0 2rem;animation:fadeIn 1.2s .2s backwards}.services h2{text-align:center;margin-bottom:2.2rem;font-size:2rem;color:#0077b6;font-weight:600}.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-content:center;align-items:start;grid-auto-rows:1fr;justify-items:center}.service-list>.service{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:320px}@media(min-width:900px){.service-list{grid-template-columns:repeat(3,1fr)}.service-list>.service:nth-last-child(2){grid-column-start:1;grid-column-end:2}.service-list>.service:nth-last-child(1){grid-column-start:2;grid-column-end:3}}.service{background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:2.2rem 1.5rem;text-align:center;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;opacity:0;animation:fadeInUp 1s forwards}.service:nth-child(1){animation-delay:.2s}.service:nth-child(2){animation-delay:.4s}.service:nth-child(3){animation-delay:.6s}.service:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 32px rgba(0,119,182,.1)}.service h3{color:#0077b6;margin-bottom:.7rem;font-size:1.2rem;font-weight:600}.service p{color:#444;font-size:1rem}.about{background:linear-gradient(90deg,#e0f7fa 0%,#f8f9fa 100%);padding:3.5rem 2rem;text-align:center;animation:fadeIn 1.2s .3s backwards}.about-img{width:100%;max-width:320px;aspect-ratio:4/5;object-fit:cover;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.1);margin-bottom:1.2rem;border:2px solid #0077b6;background:#fafafa}.about h2{margin-bottom:1.2rem;color:#0077b6;font-size:2rem;font-weight:600}.about p{color:#333;font-size:1.1rem;max-width:600px;margin:0 auto}.contact{max-width:900px;margin:3.5rem auto;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.07);display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start;animation:fadeIn 1.2s .4s backwards}.contact form{flex:2;display:flex;flex-direction:column;gap:1.2rem;animation:fadeInUp 1.2s .5s backwards}.contact input,.contact textarea{padding:1rem;border:1px solid #bdbdbd;border-radius:8px;font-size:1rem;background:#f8f9fa;transition:border .2s,box-shadow .2s}.contact input:focus,.contact textarea:focus{border:1.5px solid #0077b6;outline:none;box-shadow:0 2px 8px rgba(0,119,182,.08)}.contact button{background:linear-gradient(90deg,#0077b6 60%,#48cae4 100%);color:#fff;border:none;padding:1rem;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,box-shadow .2s,transform .2s;margin-top:.5rem;box-shadow:0 2px 8px rgba(0,119,182,.08)}.contact button:hover{background:linear-gradient(90deg,#023e8a 60%,#48cae4 100%);box-shadow:0 4px 16px rgba(0,119,182,.15);transform:translateY(-2px) scale(1.04)}.map-placeholder{flex:1;min-width:250px;min-height:220px;background:#e0e0e0;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#888;font-size:1.1rem;font-style:italic;animation:fadeInUp 1.2s .7s backwards}footer{text-align:center;padding:1.7rem 0;background:#f1f1f1;color:#555;margin-top:2.5rem;font-size:1rem;letter-spacing:.2px;animation:fadeIn 1.2s .5s backwards}@media(max-width:900px){.service-list{grid-template-columns:1fr;gap:1.5rem}.contact{flex-direction:column;gap:1.5rem}.nav ul{gap:1rem}}@media(max-width:600px){nav{flex-direction:column;gap:1rem;padding:1rem .5rem}.hero h1{font-size:2rem}.services,.about,.contact{padding:1.2rem .5rem}.service{padding:1.2rem .7rem}}
