:root {
  --navy: #0f2438;
  --navy-light: #1c3a54;
  --charcoal: #1c1c1a;
  --offwhite: #f6f7f9;
  --white: #ffffff;
  --gold: #b8842f;
  --gold-light: #e0ac53;
  --green: #3f7a5c;
  --green-light: #5cb886;
  --border: #e6e8ec;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
}
h1, h2, h3 {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800; letter-spacing: -.02em; color: var(--navy); margin: 0 0 .5em;
}
h1 { font-size: 3rem; line-height: 1.08; }
h2 { font-size: 2.1rem; line-height: 1.15; }
p { margin: 0 0 1em; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 84px 0; }

.btn {
  display: inline-block; padding: 15px 30px; border-radius: 999px; font-weight: 700;
  text-decoration: none; cursor: pointer; border: none; font-size: .98rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--white); box-shadow: 0 8px 20px rgba(184,132,47,.32); }
.btn-green { background: linear-gradient(135deg, var(--green-light), var(--green)); color: var(--white); box-shadow: 0 8px 20px rgba(63,122,92,.32); }
.btn-outline { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-light { background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.6); color: var(--white); backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255,255,255,.18); }

.disclaimer { background: var(--charcoal); color: #ddd; text-align: center; font-size: .8rem; padding: 8px 16px; }
.demo-bar { background: var(--navy); color: var(--white); text-align: center; font-size: .9rem; padding: 10px 16px; }
.demo-bar a { color: var(--gold-light); font-weight: 600; text-decoration: none; }
.demo-bar a:hover { text-decoration: underline; }
.demo-bar .label { background: var(--gold); color: var(--navy); padding: 2px 10px; border-radius: 999px; font-weight: 700; margin-right: 10px; font-size: .75rem; letter-spacing: .04em; }

/* Sticky, glassy nav — the clearest "modern base" signal vs. Basic's plain bar */
.site-nav {
  position: sticky; top: 0; z-index: 500; background: rgba(15,36,56,.9);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-nav .wrap { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; }
.site-nav .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--white); font-size: 1.15rem; text-decoration: none; letter-spacing: -.01em; }
.brand-mark { width: 30px; height: 30px; flex-shrink: 0; }
.site-nav .links { display: flex; gap: 26px; align-items: center; }
.site-nav .links a { text-decoration: none; color: #cdd8e1; font-size: .92rem; font-weight: 600; }
.site-nav .links a.current { color: var(--gold-light); }
.site-nav .links a:hover { color: var(--white); }
.site-nav .btn { padding: 10px 20px; font-size: .88rem; }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
}
.nav-toggle svg { width: 26px; height: 26px; color: var(--white); }

/* Full-bleed hero with gradient overlay — distinct from Basic's plain 2-col box */
.hero {
  position: relative; color: var(--white); padding: 110px 0 100px; overflow: hidden;
  background: linear-gradient(120deg, #0a1826, #16324a);
}
.hero .hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: .45;
}
.hero .hero-fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,24,38,.55), rgba(10,24,38,.92)); }
.hero .wrap { position: relative; z-index: 2; max-width: 760px; }
.hero .eyebrow { display: inline-block; background: rgba(224,172,83,.15); color: var(--gold-light); border: 1px solid rgba(224,172,83,.35); border-radius: 999px; padding: 6px 16px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { color: var(--white); }
.hero p.sub { color: #dbe4ec; font-size: 1.2rem; max-width: 620px; }
.hero p.area { color: #9fb3c4; font-size: .9rem; }
.hero p.micro { color: #b7c4cf; font-size: .9rem; margin-top: 12px; }
.hero-ctas { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }

.page-header {
  background: linear-gradient(120deg, #0a1826, #16324a); color: var(--white);
  padding: 64px 0; text-align: center;
}
.page-header h1 { color: var(--white); }
.page-header p { color: #c9d4dd; max-width: 620px; margin: 0 auto; }

.trust-strip { background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; text-align: center; }
.trust-grid .item {
  background: none; border: none; border-left: 1px solid rgba(255,255,255,.14); border-radius: 0;
  padding: 10px 14px; font-weight: 700; font-size: .85rem; color: var(--white);
  box-shadow: none; transition: opacity .15s ease;
}
.trust-grid .item:first-child { border-left: none; }
.trust-grid .item:hover { transform: none; box-shadow: none; opacity: .85; }
.badge-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; transition: transform .15s ease;
}
.trust-grid .item:hover .badge-icon { transform: scale(1.08); }
.badge-icon svg { width: 20px; height: 20px; }

.stars-row { display: inline-flex; gap: 2px; color: var(--gold); }
.stars-row svg { width: 20px; height: 20px; }
.stars-row.sm svg { width: 15px; height: 15px; }

.reviews-embed h2 { text-align: center; }
.reviews-embed .intro { text-align: center; max-width: 620px; margin: 0 auto 8px; color: #555; }
.reviews-embed .summary { text-align: center; margin-bottom: 40px; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 20px; text-align: left;
  background: var(--white); border: 1px solid var(--border); border-radius: 20px;
  padding: 18px 34px; box-shadow: 0 10px 28px rgba(15,36,56,.08);
}
.rating-number { font-size: 2.8rem; font-weight: 800; color: var(--navy); line-height: 1; }
.rating-detail p { margin: 6px 0 0; color: #666; font-size: .88rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px;
  box-shadow: 0 4px 18px rgba(15,36,56,.06); transition: transform .15s ease, box-shadow .15s ease;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(15,36,56,.12); }
.review-card .stars-row.sm { margin-bottom: 10px; }
.review-card p.quote { font-style: italic; color: var(--charcoal); font-size: .95rem; }
.review-card .who { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.review-card p.name { color: var(--navy); font-weight: 700; font-size: .88rem; margin: 0; }
.review-note { text-align: center; font-size: .75rem; color: #999; margin-top: 20px; }

.avatar {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; color: var(--white); font-weight: 700; font-size: .82rem;
  flex-shrink: 0; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 1px 4px rgba(15,36,56,.2);
}
.story-photo { width: 100%; border-radius: 12px; margin-bottom: 14px; box-shadow: 0 6px 16px rgba(15,36,56,.12); }

.services h2 { text-align: center; }
.services .intro { text-align: center; max-width: 640px; margin: 0 auto 40px; color: #555; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  border: 1px solid var(--border); border-radius: 16px; padding: 28px;
  box-shadow: 0 4px 16px rgba(15,36,56,.05); transition: transform .15s ease, box-shadow .15s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(15,36,56,.1); }
.service-card h3 { font-size: 1.2rem; }
.also-line { text-align: center; margin-top: 36px; color: #666; font-size: .9rem; }

.carousel { background: var(--offwhite); text-align: center; }
.carousel h2 { margin-bottom: 36px; }
.carousel-track { max-width: 680px; margin: 0 auto; min-height: 160px; }
.carousel-slide { display: none; }
.carousel-slide.active { display: flex; flex-direction: column; align-items: center; }
.carousel-slide .avatar { margin-bottom: 14px; width: 54px; height: 54px; font-size: .95rem; }
.carousel-slide .quote { font-size: 1.25rem; color: var(--navy); font-weight: 600; margin: 0; letter-spacing: -.01em; }
.carousel-slide .name { display: block; margin-top: 14px; font-weight: 600; color: #666; font-size: .9rem; }
.carousel-controls { margin-top: 26px; display: flex; justify-content: center; gap: 16px; align-items: center; }
.carousel-controls button { background: var(--navy); color: var(--white); border: none; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 1rem; }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); display: inline-block; }
.carousel-dots span.active { background: var(--gold); }
.carousel-note { font-size: .75rem; color: #999; margin-top: 20px; }

.ai-section { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ai-section img { width: 100%; border-radius: 18px; box-shadow: 0 16px 40px rgba(15,36,56,.14); }
.ai-section .badge { display: inline-block; background: linear-gradient(135deg, var(--green-light), var(--green)); color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .05em; padding: 5px 14px; border-radius: 999px; margin-bottom: 12px; }
.ai-section ul { padding-left: 20px; color: #444; }
.ai-section ul li { margin-bottom: 6px; }
.ai-section.reverse .img-col { order: 2; }

.voice-section { background: linear-gradient(120deg, #0a1826, #16324a); color: var(--white); text-align: center; }
.voice-section h2 { color: var(--white); }
.voice-section p { color: #cdd8e1; max-width: 620px; margin: 0 auto 14px; }
.voice-section ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 620px; margin: 24px auto; text-align: left; }
.voice-section ul li { background: rgba(255,255,255,.06); border-radius: 10px; padding: 12px 14px; font-size: .9rem; }
.voice-section .note { font-size: .78rem; color: #93a5b3; max-width: 560px; margin: 20px auto 0; }

.photo-proof img { width: 100%; border-radius: 18px; margin-top: 26px; box-shadow: 0 16px 40px rgba(15,36,56,.14); }
.photo-proof { text-align: center; }
.photo-proof .intro { max-width: 640px; margin: 0 auto; color: #555; }

.trust-banner { background: var(--navy); color: var(--white); text-align: center; }
.trust-banner h2 { color: var(--white); font-size: 1.9rem; }
.trust-banner p { color: #cdd8e1; max-width: 560px; margin: 0 auto; }

.faq h2 { text-align: center; margin-bottom: 32px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 4px; font-size: 1.05rem; font-weight: 700; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; padding: 0 4px; color: #555; font-size: .95rem; }
.faq-item.open .faq-a { max-height: 240px; padding-bottom: 18px; }
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.chev { transition: transform .2s ease; font-size: 1.3rem; color: var(--gold); }

.about-hero { text-align: center; max-width: 720px; margin: 0 auto; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.about-grid .card { background: var(--offwhite); border-radius: 16px; padding: 26px; }

.owner-spotlight { background: var(--offwhite); }
.owner-grid { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: center; }
.owner-photo-col { text-align: center; }
.owner-photo-placeholder {
  width: 190px; height: 190px; border-radius: 50%; margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--navy-light), var(--navy)); color: var(--gold-light);
  font-size: 2.8rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 32px rgba(15,36,56,.18);
}
.owner-caption { font-weight: 700; color: var(--navy); margin: 0; }
.owner-caption span { display: block; font-weight: 500; color: #666; font-size: .85rem; }
.owner-text-col h2 { font-size: 1.7rem; line-height: 1.3; margin-bottom: .5em; }
.review-theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
.theme-item { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
.theme-item strong { display: block; color: var(--navy); margin-bottom: 4px; font-size: .95rem; }
.theme-item span { color: #666; font-size: .85rem; }
.theme-note { font-size: .78rem; color: #999; margin-top: 18px; margin-bottom: 0; }

.story-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 26px; box-shadow: 0 4px 16px rgba(15,36,56,.05); }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 8px; }

.checklist-box { background: var(--offwhite); border-radius: 20px; padding: 34px; }
.checklist-box ul { list-style: none; padding: 0; margin: 0; }
.checklist-box ul li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.checklist-box ul li:last-child { border-bottom: none; }
.checklist-box .num { width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; flex-shrink: 0; }

.closing { text-align: center; background: var(--offwhite); }
.closing-ctas { display: flex; justify-content: center; gap: 14px; margin-top: 20px; flex-wrap: wrap; }

footer { background: var(--charcoal); color: #bbb; font-size: .85rem; padding: 44px 0; }
footer .wrap > * { margin-bottom: 8px; }
footer .links a { margin-right: 16px; color: #ddd; text-decoration: none; }
footer .links a:hover { text-decoration: underline; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* Floating chat widget */
.chat-widget-bubble {
  position: fixed; bottom: 22px; right: 22px; width: 62px; height: 62px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green-light), var(--green)); color: var(--white); border: none; cursor: pointer;
  box-shadow: 0 10px 26px rgba(63,122,92,.4); display: flex; align-items: center; justify-content: center;
  z-index: 1000; transition: transform .15s ease;
}
.chat-widget-bubble:hover { transform: scale(1.06); }
.chat-widget-bubble svg { width: 26px; height: 26px; }
.chat-widget-bubble .close-icon { display: none; }
.chat-widget-bubble.open .chat-icon { display: none; }
.chat-widget-bubble.open .close-icon { display: block; }
.chat-widget-badge {
  position: absolute; top: -4px; right: -4px; background: var(--gold); color: var(--white);
  font-size: .7rem; font-weight: 700; width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.chat-widget-panel {
  position: fixed; bottom: 98px; right: 22px; width: 350px; max-width: calc(100vw - 32px);
  background: var(--white); border-radius: 18px; box-shadow: 0 20px 48px rgba(0,0,0,.24);
  display: none; flex-direction: column; overflow: hidden; z-index: 1000;
}
.chat-widget-panel.open { display: flex; }
.chat-widget-header { background: var(--navy); color: var(--white); padding: 16px; display: flex; align-items: center; gap: 10px; }
.chat-widget-header .dot { width: 9px; height: 9px; border-radius: 50%; background: #6fd08c; }
.chat-widget-header .title { font-weight: 700; font-size: .95rem; }
.chat-widget-header .subtitle { font-size: .72rem; color: #9fb3c4; }
.chat-widget-body { padding: 14px; max-height: 320px; overflow-y: auto; background: var(--offwhite); display: flex; flex-direction: column; gap: 8px; }
.chat-bubble { max-width: 82%; padding: 10px 14px; border-radius: 14px; margin-bottom: 0; font-size: .85rem; }
.chat-bubble.user { background: var(--navy); color: var(--white); margin-left: auto; border-bottom-right-radius: 2px; }
.chat-bubble.bot { background: var(--white); border: 1px solid var(--border); color: var(--charcoal); border-bottom-left-radius: 2px; }
.chat-widget-input { display: flex; border-top: 1px solid var(--border); padding: 8px; }
.chat-widget-input input { flex: 1; border: none; padding: 10px; font-size: .9rem; outline: none; }
.chat-widget-input button { background: var(--green); color: var(--white); border: none; border-radius: 8px; padding: 0 14px; font-weight: 700; cursor: pointer; }

@media (max-width: 860px) {
  .hero-grid, .ai-section, .story-grid, .about-grid, .owner-grid { grid-template-columns: 1fr; }
  .ai-section.reverse .img-col { order: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid .item { border-left: none; border-top: 1px solid rgba(255,255,255,.14); padding: 16px 10px; }
  .trust-grid .item:nth-child(1), .trust-grid .item:nth-child(2) { border-top: none; }
  .service-grid, .review-grid, .review-theme-grid { grid-template-columns: 1fr; }
  .voice-section ul { grid-template-columns: 1fr; }
  .owner-photo-col { margin-bottom: 8px; }
  h1 { font-size: 2.2rem; }

  .nav-toggle { display: block; }
  .site-nav .links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--navy); padding: 8px 24px 20px; border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .site-nav .links.open { display: flex; }
  .site-nav .links a { padding: 10px 0; width: 100%; }
  .site-nav .links .btn { margin-top: 8px; text-align: center; }
  .site-nav { position: sticky; }
}
@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid .item:nth-child(2) { border-top: 1px solid rgba(255,255,255,.14); }
  .rating-badge { padding: 16px 20px; gap: 14px; }
  .rating-number { font-size: 2.2rem; }
  .chat-widget-panel { right: 16px; bottom: 88px; }
  .chat-widget-bubble { right: 16px; bottom: 16px; }
}
