@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
*{box-sizing:border-box}
:root{--sand:#f8efe3;--orange:#f59b45;--orange2:#ffbd73;--blue:#176b9f;--green:#2f9e73;--dark:#1f2937;--muted:#6b7280;--white:#fff}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#fff7ed 0%,#f6fbff 55%,#fff 100%);color:var(--dark);overflow-x:hidden}
.bg-shape{position:fixed;border-radius:999px;filter:blur(8px);opacity:.25;z-index:-1;animation:float 8s ease-in-out infinite}
.shape-1{width:280px;height:280px;background:var(--orange);left:-90px;top:220px}
.shape-2{width:340px;height:340px;background:#62c6a0;right:-120px;top:560px;animation-delay:1.5s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-24px)}}

.hero{padding:22px 7vw 60px;min-height:560px;background:radial-gradient(circle at 85% 20%,rgba(255,189,115,.6),transparent 28%),linear-gradient(135deg,#fff0db 0%,#f8c681 42%,#e98934 100%);position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:95px;background:#fff;clip-path:ellipse(70% 100% at 50% 100%)}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:1}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:#17496b;font-size:19px}
.brand-icon{width:36px;height:36px;border-radius:50%;background:white;display:grid;place-items:center;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.nav-btn{background:rgba(255,255,255,.75);color:#17496b;text-decoration:none;font-weight:800;padding:11px 20px;border-radius:999px;backdrop-filter:blur(12px)}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:35px;align-items:center;max-width:1150px;margin:70px auto 0;position:relative;z-index:1}
.badge{display:inline-flex;background:rgba(255,255,255,.75);color:#176b9f;padding:10px 16px;border-radius:999px;font-weight:800;margin-bottom:18px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.hero h1{font-size:clamp(42px,6vw,78px);line-height:.95;margin:0;color:#185f8c;letter-spacing:-2px;text-shadow:0 2px 0 rgba(255,255,255,.35)}
.hero p{font-size:20px;line-height:1.7;max-width:680px;color:#344054}
.main-btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;margin-top:20px;background:linear-gradient(135deg,var(--blue),#249bd3);color:white;padding:16px 28px;border-radius:18px;font-weight:900;box-shadow:0 14px 30px rgba(23,107,159,.28);cursor:pointer;transition:.25s}
.main-btn:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(23,107,159,.34)}
.hero-card{position:relative;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.75);border-radius:30px;padding:34px;box-shadow:0 28px 70px rgba(98,57,19,.18);backdrop-filter:blur(16px);animation:cardFloat 5s ease-in-out infinite}
@keyframes cardFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}
.floating-icon{font-size:50px;width:88px;height:88px;display:grid;place-items:center;background:#fff7ed;border-radius:25px;margin-bottom:15px}
.hero-card h3{font-size:28px;margin:0 0 10px;color:#185f8c}
.mini-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.mini-list span{background:#eaf8f1;color:#247956;border-radius:999px;padding:9px 13px;font-weight:800}

.container{max-width:1120px;margin:-20px auto 50px;padding:0 18px;position:relative;z-index:2}
.card{background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.9);border-radius:28px;padding:30px;box-shadow:0 20px 60px rgba(31,41,55,.09);backdrop-filter:blur(14px);margin-bottom:28px}
.steps h2,.form-title h2{margin:0;color:#176b9f}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.steps-grid div{background:linear-gradient(180deg,#fff,#fff7ed);border:1px solid #ffe0bd;padding:20px;border-radius:20px;transition:.25s}
.steps-grid div:hover{transform:translateY(-5px)}
.steps-grid b{color:var(--orange);font-size:24px}
.help{color:var(--muted)}

.form-title{text-align:center;margin-bottom:15px}
.form-title span{display:inline-block;color:#f45b42;font-weight:900;background:#fff1f0;padding:8px 15px;border-radius:999px;margin-bottom:10px}
.form-title h2{font-size:38px;letter-spacing:1px}
.form-card h3{margin:32px 0 18px;color:#176b9f;border-left:6px solid var(--orange);padding-left:12px;font-size:22px}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.field{display:flex;flex-direction:column}
.full{grid-column:1/-1}
label{font-weight:800;margin-bottom:8px;color:#344054}
input,select,textarea{width:100%;padding:15px 16px;border:1px solid #d7dee8;border-radius:16px;font-size:15px;background:#fff;transition:.2s;font-family:inherit}
textarea{min-height:115px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 5px rgba(245,155,69,.18);transform:translateY(-1px)}
.file-box{background:#f8fbff;border:1px dashed #b8d9ee;border-radius:18px;padding:18px}
.hidden{display:none!important}
.animated-box{animation:fadeSlide .35s ease both}
@keyframes fadeSlide{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.date-box{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;background:linear-gradient(135deg,#fff7ed,#f1fff8);border:1px solid #fed7aa;border-radius:22px;padding:20px}
.agreement{margin:26px 0;display:flex;flex-direction:column;gap:12px;background:#f8fbff;border-radius:20px;padding:18px}
.agreement label{font-weight:700}
.submit-btn{width:100%;font-size:19px}
#formMessage{text-align:center;font-weight:900;padding:12px}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:translateY(0)}
@media(max-width:850px){.hero-grid,.grid,.date-box,.steps-grid{grid-template-columns:1fr}.hero{padding:18px 20px 70px}.hero-card{display:none}.card{padding:22px}.topbar{align-items:flex-start}.steps-grid{gap:12px}}


.site-logo{
  width:54px;
  height:54px;
  object-fit:cover;
  border-radius:50%;
  background:white;
  border:3px solid rgba(255,255,255,.9);
  box-shadow:0 8px 22px rgba(0,0,0,.14);
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.social-links{
  display:flex;
  align-items:center;
  gap:9px;
}
.social{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 20px rgba(0,0,0,.10);
  transition:.25s;
}
.social:hover{
  transform:translateY(-3px) scale(1.04);
}
.social svg{
  width:23px;
  height:23px;
  fill:#17496b;
}
.social.fb:hover svg{fill:#1877f2}
.social.wa:hover svg{fill:#25d366}
.social.yt:hover svg{fill:#ff0000}

.site-footer{
  max-width:1120px;
  margin:20px auto 45px;
  padding:28px 18px;
  text-align:center;
}
.footer-logo{
  width:92px;
  height:92px;
  object-fit:cover;
  border-radius:50%;
  box-shadow:0 16px 35px rgba(31,41,55,.16);
}
.site-footer p{
  font-weight:900;
  color:#176b9f;
  font-size:20px;
}
.footer-social{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer-social a{
  text-decoration:none;
  font-weight:800;
  color:#17496b;
  background:#fff;
  padding:11px 16px;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(31,41,55,.08);
  transition:.25s;
}
.footer-social a:hover{
  transform:translateY(-3px);
  color:#176b9f;
}
@media(max-width:850px){
  .topbar{gap:14px}
  .nav-actions{width:100%;justify-content:space-between;flex-wrap:wrap}
  .social{width:38px;height:38px}
  .site-logo{width:48px;height:48px}
}


/* Thank You Page */
.thank-body{
  min-height:100vh;
  background:
    radial-gradient(circle at 20% 15%, rgba(245,155,69,.28), transparent 30%),
    radial-gradient(circle at 85% 75%, rgba(47,158,115,.22), transparent 32%),
    linear-gradient(135deg,#fff7ed,#f6fbff);
}
.thank-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:30px 18px;
}
.thank-card{
  width:min(760px,100%);
  text-align:center;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.9);
  border-radius:34px;
  padding:42px 28px;
  box-shadow:0 30px 80px rgba(31,41,55,.12);
  backdrop-filter:blur(16px);
  animation:fadeSlide .55s ease both;
}
.thank-logo{
  width:110px;
  height:110px;
  object-fit:cover;
  border-radius:50%;
  box-shadow:0 16px 35px rgba(31,41,55,.16);
  margin-bottom:18px;
}
.success-icon{
  width:76px;
  height:76px;
  margin:0 auto 18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#2f9e73,#52c997);
  color:white;
  font-size:42px;
  font-weight:900;
  box-shadow:0 14px 28px rgba(47,158,115,.25);
}
.thank-card h1{
  margin:0 0 15px;
  color:#176b9f;
  font-size:clamp(32px,5vw,48px);
}
.thank-card p{
  max-width:610px;
  margin:0 auto 14px;
  line-height:1.8;
  color:#344054;
  font-size:18px;
}
.thank-note{
  background:#fff7ed;
  border:1px solid #fed7aa;
  border-radius:18px;
  padding:13px 16px;
  font-weight:700;
}
.thank-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:16px 28px;
  border-radius:18px;
  font-weight:900;
  color:#176b9f;
  background:#fff;
  border:1px solid #b8d9ee;
  box-shadow:0 10px 25px rgba(31,41,55,.08);
  transition:.25s;
}
.outline-btn:hover{
  transform:translateY(-3px);
}
.thank-social{
  margin-top:24px;
}
