/* ============================================================
   SPEAK With Confidence — Stylesheet
   Clean • Professional • Trust-building • Mobile-first
   Palette taken from logo: deep navy → soft teal
   ============================================================ */

:root {
  --navy:        #1f3a5f;
  --navy-deep:   #16263f;
  --teal:        #6fb3b8;
  --teal-soft:   #9fd0d3;
  --teal-light:  #eaf5f5;
  --ink:         #243447;
  --muted:       #5d6b7a;
  --line:        #e6ebf0;
  --bg:          #ffffff;
  --bg-soft:     #f7fafb;
  --white:       #ffffff;
  --shadow-sm:   0 1px 3px rgba(31,58,95,.06), 0 1px 2px rgba(31,58,95,.04);
  --shadow-md:   0 6px 24px rgba(31,58,95,.08);
  --shadow-lg:   0 18px 48px rgba(31,58,95,.12);
  --radius:      16px;
  --radius-sm:   10px;
  --maxw:        1120px;
  --font-head:   'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:   'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { padding: 76px 0; }
.section-tight { padding: 52px 0; }
.bg-soft { background: var(--bg-soft); }

.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 14px;
}
h1, h2, h3 { font-family: var(--font-head); font-weight: 600; color: var(--navy); line-height: 1.15; letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 16px; }
h3 { font-size: 1.25rem; }
.section-head { max-width: 620px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { color: var(--muted); font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--navy-deep); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1ebe5a; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: .9rem; }
.btn-block { width: 100%; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-logo img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .96rem; font-weight: 500; color: var(--ink); position: relative; padding: 4px 0; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--teal); transition: width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .3s; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 70px; background:
  radial-gradient(900px 400px at 85% -10%, var(--teal-light) 0%, transparent 60%),
  radial-gradient(700px 360px at 0% 110%, #f1f6fa 0%, transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(2.2rem, 5.2vw, 3.5rem); margin-bottom: 18px; }
.hero p.sub { font-size: 1.12rem; color: var(--muted); margin-bottom: 28px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; color: var(--muted); font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--teal); flex-shrink: 0; }

/* Hero media (video + photo) */
.hero-media { position: relative; }
.video-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 16/10; background: var(--navy-deep);
}
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-placeholder {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 140%); text-align: center; padding: 20px;
}
.video-placeholder .play { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center; }
.hero-photo {
  position: absolute; right: -14px; bottom: -28px; width: 132px; height: 132px;
  border-radius: 50%; border: 5px solid #fff; box-shadow: var(--shadow-md);
  object-fit: cover; background: var(--teal-light);
}

/* ---------- Problem cards ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 22px 22px; display: flex; align-items: flex-start; gap: 13px;
  transition: border-color .2s, transform .2s;
}
.problem-card:hover { border-color: var(--teal-soft); transform: translateY(-3px); }
.problem-card .dot { flex-shrink: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); margin-top: 9px; }
.problem-card p { color: var(--ink); font-weight: 500; }

/* ---------- Awareness banner ---------- */
.awareness {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff; border-radius: var(--radius); padding: 48px;
  position: relative; overflow: hidden;
}
.awareness::after {
  content: ''; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(111,179,184,.35) 0%, transparent 70%);
}
.awareness h2 { color: #fff; position: relative; }
.awareness p { color: rgba(255,255,255,.85); max-width: 760px; position: relative; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-points { margin-top: 22px; display: grid; gap: 14px; }
.about-points li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); }
.about-points svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.about-photo { border-radius: var(--radius); box-shadow: var(--shadow-md); aspect-ratio: 4/5;
  object-fit: cover; background: var(--teal-light); width: 100%; }

/* ---------- Pricing / services ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; max-width: 860px; margin: 0 auto; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; position: relative; transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured { border-color: var(--teal); box-shadow: var(--shadow-md); }
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: #fff; font-size: .76rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px;
}
.price-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.price-card .duration { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.price-amount { font-family: var(--font-head); font-size: 2.6rem; font-weight: 600; color: var(--navy); margin-bottom: 22px; }
.price-amount span { font-size: 1rem; color: var(--muted); font-family: var(--font-body); font-weight: 500; }
.price-features { display: grid; gap: 12px; margin-bottom: 26px; flex-grow: 1; }
.price-features li { display: flex; gap: 11px; align-items: flex-start; font-size: .96rem; }
.price-features svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.price-actions { display: grid; gap: 10px; }
.note-box {
  max-width: 760px; margin: 34px auto 0; text-align: center; padding: 18px 24px;
  background: var(--teal-light); border-radius: var(--radius-sm); color: var(--navy); font-size: .95rem;
}

/* ---------- Testimonials ---------- */
.video-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.video-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.video-card .embed { aspect-ratio: 16/9; background: #000; }
.video-card .embed iframe { width: 100%; height: 100%; border: 0; }
.video-card .meta { padding: 16px 18px; }
.video-card .meta strong { color: var(--navy); display: block; }
.video-card .meta span { color: var(--muted); font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; overflow: hidden; background: #fff; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 22px; font-size: 1.04rem; font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font-body); }
.faq-q .icon { flex-shrink: 0; transition: transform .25s; color: var(--teal); }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--muted); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-methods { display: grid; gap: 16px; }
.contact-method { display: flex; align-items: center; gap: 15px; padding: 16px 18px;
  border: 1px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s, transform .2s; }
.contact-method:hover { border-color: var(--teal-soft); transform: translateX(3px); }
.contact-method .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-light);
  display: flex; align-items: center; justify-content: center; color: var(--navy); flex-shrink: 0; }
.contact-method strong { display: block; color: var(--navy); }
.contact-method span { color: var(--muted); font-size: .92rem; }

.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.form-field input, .form-field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); transition: border-color .2s; background: #fff;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--teal); }
.form-field textarea { resize: vertical; min-height: 110px; }
.form-msg { padding: 13px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; font-size: .94rem; }
.form-msg.ok { background: #e6f7ee; color: #1a7a45; }
.form-msg.err { background: #fdecec; color: #c0392b; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.75); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: 1rem; margin-bottom: 16px; font-weight: 700; }
.site-footer .logo-foot { background: #fff; padding: 10px 14px; border-radius: 10px; display: inline-block; margin-bottom: 16px; }
.site-footer .logo-foot img { height: 40px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.75); font-size: .95rem; transition: color .2s; }
.footer-links a:hover { color: var(--teal-soft); }
.social-row { display: flex; gap: 12px; margin-top: 8px; }
.social-row a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center; color: #fff; transition: background .2s; }
.social-row a:hover { background: var(--teal); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; text-align: center; font-size: .88rem; color: rgba(255,255,255,.55); }

/* ---------- Floating action buttons ---------- */
.fab-stack { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: var(--shadow-md); transition: transform .2s; }
.fab:hover { transform: scale(1.08); }
.fab-wa { background: #25D366; }
.fab-call { background: var(--navy); }
.fab svg { width: 26px; height: 26px; }

/* ---------- Preloader ---------- */
#preloader {
  position: fixed; inset: 0; z-index: 9999; background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  transition: opacity .6s ease, visibility .6s ease;
}
#preloader.hide { opacity: 0; visibility: hidden; }
#preloader .pl-logo { width: 180px; opacity: 0; animation: plFade .7s ease forwards; }
#preloader .pl-wave { display: flex; align-items: flex-end; gap: 5px; height: 30px; }
#preloader .pl-wave i {
  width: 4px; background: var(--teal); border-radius: 4px; animation: plWave 1s ease-in-out infinite;
}
#preloader .pl-wave i:nth-child(1){ animation-delay: 0s }
#preloader .pl-wave i:nth-child(2){ animation-delay: .1s; background: var(--teal-soft) }
#preloader .pl-wave i:nth-child(3){ animation-delay: .2s; background: var(--navy) }
#preloader .pl-wave i:nth-child(4){ animation-delay: .3s; background: var(--teal) }
#preloader .pl-wave i:nth-child(5){ animation-delay: .4s; background: var(--teal-soft) }
@keyframes plWave { 0%,100%{ height: 8px } 50%{ height: 30px } }
@keyframes plFade { to { opacity: 1 } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; padding: 64px 0; text-align: center; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3rem); }
.page-hero p { color: rgba(255,255,255,.8); max-width: 560px; margin: 12px auto 0; }
.breadcrumb { font-size: .88rem; color: rgba(255,255,255,.6); margin-top: 14px; }
.breadcrumb a:hover { color: #fff; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card time { font-size: .85rem; color: var(--teal); font-weight: 600; }
.post-card h3 { margin: 10px 0; }
.post-card p { color: var(--muted); font-size: .96rem; }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body p { margin-bottom: 18px; color: var(--ink); }
.post-body h2, .post-body h3 { margin: 28px 0 12px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { order: -1; }
  .hero-photo { width: 100px; height: 100px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .awareness { padding: 36px 28px; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn-outline { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; padding: 18px 22px; gap: 16px; box-shadow: var(--shadow-md); border-bottom: 1px solid var(--line);
  }
  .nav-links.open a { padding: 6px 0; }
  section { padding: 56px 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  body { font-size: 16px; }
}
