@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #0F2A47;
  --navy-dark: #081A2E;
  --orange: #F2790F;
  --orange-dark: #D9660A;
  --turquoise: #1FA6A0;
  --cream: #FBF7F0;
  --gray-600: #5b6b7a;
  --gray-200: #e4e9ee;
  --font-head: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow-sm: 0 1px 3px rgba(15,42,71,.06);
  --shadow-md: 0 8px 24px rgba(15,42,71,.10);
  --shadow-lg: 0 16px 40px rgba(15,42,71,.16);
  --radius: 16px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--navy); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, .logo, .btn, nav.site a { font-family: var(--font-head); }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.topbar { background: var(--navy-dark); color: #fff; font-size: 12.5px; padding: 7px 20px; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; letter-spacing: .01em; }
.topbar a { color: #fff; text-decoration: none; opacity: .85; transition: opacity .15s; }
.topbar a:hover { opacity: 1; }

/* HEADER / NAV */
header.site { background: var(--navy); color: #fff; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(0,0,0,.18); }
.logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: .01em; flex-shrink: 0; }
.logo a { text-decoration: none; color: #fff; display: flex; align-items: center; gap: 10px; }
.logo img { width: 40px; height: 40px; border-radius: 50%; display: block; box-shadow: 0 0 0 2px rgba(255,255,255,.15); }
.logo span { color: var(--orange); }
nav.site { display: flex; flex-wrap: wrap; gap: 2px; align-items: center; }
nav.site a { color: #dce6ef; text-decoration: none; font-size: 13.5px; font-weight: 500; padding: 9px 12px; border-radius: 8px; transition: background .15s, color .15s; }
nav.site a:hover { background: rgba(255,255,255,.10); color: #fff; }
nav.site a.active { background: var(--orange); color: #fff; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; padding: 6px 8px; line-height: 1; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  nav.site { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding-top: 8px; }
  nav.site.open { display: flex; }
  nav.site a { padding: 11px 14px; }
  header.site { flex-wrap: wrap; }
}

/* HERO */
.hero { position: relative; background: radial-gradient(ellipse 900px 500px at 15% -10%, rgba(31,166,160,.35), transparent 60%), radial-gradient(ellipse 700px 500px at 100% 0%, rgba(242,121,15,.25), transparent 55%), linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; padding: 68px 20px 60px; text-align: center; overflow: hidden; }
.hero h1 { font-size: 36px; font-weight: 800; margin-bottom: 14px; letter-spacing: -.01em; line-height: 1.15; }
.hero h1 span { color: var(--orange); }
.hero p { font-size: 16.5px; color: #cfdbe6; max-width: 640px; margin: 0 auto 26px; }
.hero-badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.badge { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 7px 16px; font-size: 13px; font-weight: 500; backdrop-filter: blur(4px); }
.page-hero { padding: 44px 20px 42px; text-align: center; }
.page-hero h1 { font-size: 29px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 6px 18px rgba(242,121,15,.35); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(242,121,15,.45); }
.btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,.6); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
.btn-outline-navy { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }

/* SECTIONS */
.section { max-width: 1080px; margin: 0 auto; padding: 52px 20px 8px; }
.section-head { text-align: center; margin-bottom: 32px; }
.section-head h2 { font-size: 27px; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.section-head .tag { display: inline-block; background: rgba(31,166,160,.12); color: var(--turquoise); font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; margin-bottom: 12px; }
.section-head p { color: var(--gray-600); font-size: 14.5px; margin-top: 10px; }

/* SERVICE CARDS (home) */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 40px; }
.service-card { position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 26px 24px; text-decoration: none; color: var(--navy); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; display: block; overflow: hidden; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), var(--turquoise)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card .icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 14px; border-radius: 13px; background: linear-gradient(135deg, rgba(242,121,15,.14), rgba(31,166,160,.14)); }
.service-card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 6px; }
.service-card p { font-size: 13.5px; color: var(--gray-600); margin-bottom: 12px; }
.service-card .go { color: var(--orange); font-weight: 700; font-size: 13px; }

/* GENERIC CARDS */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-bottom: 20px; }
.card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-photo { height: 170px; background: linear-gradient(135deg, var(--turquoise), var(--navy)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px; overflow: hidden; position: relative; }
.card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.card:hover .card-photo img { transform: scale(1.05); }
.card-body .year { font-size: 11.5px; color: var(--gray-600); margin-bottom: 4px; }
.trust-strip .rating { color: var(--orange); font-weight: 800; }
.card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 4px; font-family: var(--font-head); }
.card-body .duration { font-size: 12px; color: var(--turquoise); font-weight: 700; margin-bottom: 8px; }
.card-body .desc { font-size: 13.5px; color: var(--gray-600); margin-bottom: 10px; flex: 1; }
.card-body .included { font-size: 12.5px; color: var(--gray-600); margin-bottom: 14px; }
.card-body .included b { color: var(--navy); }
.price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }
.price { font-size: 22px; font-weight: 800; color: var(--orange); font-family: var(--font-head); }
.price small { font-size: 12px; font-weight: 500; color: var(--gray-600); }
.price-child { font-size: 12px; color: var(--gray-600); }
.book-btn { display: block; text-align: center; background: var(--navy); color: #fff; padding: 12px; border-radius: 9px; font-weight: 700; font-size: 14px; text-decoration: none; transition: background .15s ease, transform .15s ease; }
.book-btn:hover { background: var(--orange); transform: translateY(-1px); }

/* TRUST STRIP */
.trust-strip { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; padding: 22px 20px; background: #fff; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); font-size: 13.5px; font-weight: 600; color: var(--navy); }
.trust-strip span { display: flex; align-items: center; gap: 7px; }

/* TESTIMONIALS */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-bottom: 20px; }
.testimonial { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.testimonial .stars { color: var(--orange); font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }
.testimonial p.quote { font-size: 14px; color: var(--navy); margin-bottom: 14px; line-height: 1.6; }
.testimonial .who { font-size: 12.5px; color: var(--gray-600); font-weight: 600; }

/* TABLES */
table.info { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; margin: 18px 0; box-shadow: var(--shadow-sm); }
table.info th, table.info td { padding: 12px 14px; text-align: left; font-size: 13.5px; border-bottom: 1px solid var(--gray-200); }
table.info th { background: var(--navy); color: #fff; font-weight: 700; }
table.info tr:nth-child(even) td { background: #f6f9fb; }

/* CONTENT BLOCKS */
.content-block { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.content-block h3 { font-size: 17px; margin-bottom: 10px; color: var(--navy); font-family: var(--font-head); }
.content-block ul { margin-left: 20px; margin-top: 8px; color: var(--gray-600); font-size: 14px; }
.content-block li { margin-bottom: 6px; }
.disclaimer { font-size: 12.5px; color: var(--gray-600); background: rgba(242,121,15,.08); border-left: 3px solid var(--orange); padding: 10px 14px; border-radius: 6px; margin-top: 14px; }

/* CTA BAND */
.cta-band { position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; text-align: center; padding: 48px 20px; margin-top: 52px; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 600px 300px at 50% 0%, rgba(242,121,15,.2), transparent 60%); }
.cta-band h2 { font-size: 25px; margin-bottom: 10px; font-family: var(--font-head); position: relative; }
.cta-band p { color: #cfdbe6; margin-bottom: 22px; position: relative; }
.cta-band .btn { position: relative; }

/* FOOTER */
footer.site { background: var(--navy-dark); color: #cfdbe6; padding: 40px 20px 30px; text-align: center; font-size: 13.5px; }
footer.site .fname { color: #fff; font-weight: 800; font-size: 17px; margin-bottom: 6px; font-family: var(--font-head); letter-spacing: .01em; }
footer.site .services { margin: 8px 0 16px; color: var(--orange); font-size: 12.5px; }
footer.site .contacts a { color: #fff; margin: 0 10px; text-decoration: none; transition: opacity .15s; }
footer.site .contacts a:hover { opacity: .8; }
footer.site .sitelinks { margin: 16px 0; font-size: 12.5px; }
footer.site .sitelinks a { color: #9fb3c4; margin: 0 8px; text-decoration: none; transition: color .15s; }
footer.site .sitelinks a:hover { color: #fff; }

@media (max-width: 640px) {
  .hero h1 { font-size: 26px; }
  .page-hero h1 { font-size: 24px; }
  .section { padding: 40px 16px 8px; }
}
