/* Bill Wise - public homepage styles. Kept separate from assets/style.css
   (the app's internal dashboard styles) so marketing changes never risk
   breaking the logged-in product UI. */

:root {
  --hw-brand: #2563eb;
  --hw-brand-dark: #1d4ed8;
  --hw-bg-hero: #eef1fd;
  --hw-text: #101828;
  --hw-text-muted: #667085;
  --hw-border: #e5e9f0;
  --hw-success: #16a34a;
  --hw-warning: #b54708;
  --hw-danger: #dc2626;
}

* { box-sizing: border-box; }
body.homepage {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--hw-text);
  background: #fff;
}
.homepage a { text-decoration: none; color: inherit; }
.homepage .wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.homepage img { max-width: 100%; display: block; }

/* ---- Nav ---- */
.hw-nav {
  position: sticky; top: 0; z-index: 40;
  background: #fff; border-bottom: 1px solid var(--hw-border);
}
.hw-nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.hw-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 19px; }
.hw-logo-img { height: 34px; width: auto; display: block; }
.hw-footer-brand .hw-logo-img { height: 30px; }
.hw-logo-badge {
  width: 32px; height: 32px; border-radius: 8px; background: var(--hw-brand);
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.hw-nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 14.5px; }
.hw-nav-links a.hw-nav-active { color: var(--hw-brand); }
.hw-nav-actions { display: flex; align-items: center; gap: 10px; }
.hw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 18px; border-radius: 8px; font-weight: 700; font-size: 14px;
  border: 1px solid transparent; cursor: pointer;
}
.hw-btn-primary { background: var(--hw-brand); color: #fff; }
.hw-btn-primary:hover { background: var(--hw-brand-dark); }
.hw-btn-outline { background: #fff; border-color: var(--hw-border); color: var(--hw-text); }
.hw-btn-outline:hover { background: #f8f9fb; }
.hw-burger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; }
.hw-mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 16px; border-top: 1px solid var(--hw-border); }
.hw-mobile-menu.open { display: flex; }
.hw-mobile-menu a, .hw-mobile-menu .hw-btn { padding: 10px 4px; font-weight: 600; }

/* ---- Hero ---- */
.hw-hero { background: var(--hw-bg-hero); padding: 64px 0 80px; overflow: hidden; }
.hw-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hw-pill {
  display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--hw-border);
  border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; color: var(--hw-brand); margin-bottom: 20px;
}
.hw-h1 { font-size: 44px; line-height: 1.12; font-weight: 800; margin: 0 0 18px; letter-spacing: -0.5px; }
.hw-h1 span { color: var(--hw-brand); }
.hw-sub { font-size: 17px; color: var(--hw-text-muted); line-height: 1.6; margin-bottom: 28px; max-width: 480px; }
.hw-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hw-cta-row .hw-btn { padding: 13px 24px; font-size: 15px; }
.hw-trust-row { display: flex; gap: 24px; flex-wrap: wrap; font-size: 13px; color: var(--hw-text-muted); }
.hw-trust-row span { display: flex; align-items: center; gap: 6px; font-weight: 600; }

/* ---- Hero product mockup ---- */
.hw-mock-wrap { position: relative; }
.hw-mock-dashboard {
  background: #fff; border-radius: 14px; border: 1px solid var(--hw-border);
  box-shadow: 0 20px 50px rgba(16,24,40,0.12); overflow: hidden;
}
.hw-mock-topbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--hw-border); }
.hw-mock-brand { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 14px; }
.hw-mock-avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--hw-brand); color: #fff; font-size: 12px; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.hw-mock-body { display: flex; }
.hw-mock-sidebar { width: 120px; border-right: 1px solid var(--hw-border); padding: 14px 10px; display: none; }
.hw-mock-sidebar div { padding: 8px 10px; font-size: 12px; border-radius: 6px; margin-bottom: 4px; color: var(--hw-text-muted); font-weight: 600; }
.hw-mock-sidebar div.active { background: var(--hw-brand); color: #fff; }
.hw-mock-main { flex: 1; padding: 16px; }
.hw-mock-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 14px; }
.hw-mock-kpi { border: 1px solid var(--hw-border); border-radius: 8px; padding: 10px 12px; }
.hw-mock-kpi-label { font-size: 10px; color: var(--hw-text-muted); font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
.hw-mock-kpi-value { font-size: 15px; font-weight: 800; }
.hw-mock-chart { border: 1px solid var(--hw-border); border-radius: 8px; padding: 12px; }
.hw-mock-chart-title { font-size: 11px; font-weight: 700; color: var(--hw-text-muted); margin-bottom: 10px; }
.hw-mock-bars { display: flex; align-items: flex-end; gap: 6px; height: 60px; }
.hw-mock-bars div { flex: 1; background: var(--hw-brand); border-radius: 3px 3px 0 0; opacity: 0.85; }

.hw-mock-phone {
  position: absolute; right: -10px; bottom: -30px; width: 150px;
  background: #101828; border-radius: 22px; padding: 8px; box-shadow: 0 20px 40px rgba(16,24,40,0.25);
}
.hw-mock-phone-screen { background: #fff; border-radius: 15px; overflow: hidden; padding: 12px 10px; }
.hw-mock-phone-title { font-size: 11px; font-weight: 800; margin-bottom: 8px; }
.hw-mock-phone-row { display: flex; justify-content: space-between; font-size: 8.5px; color: var(--hw-text-muted); margin-bottom: 6px; border-bottom: 1px solid var(--hw-border); padding-bottom: 5px; }
.hw-mock-phone-total { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; margin-top: 6px; }
.hw-mock-phone-btn { background: var(--hw-brand); color: #fff; text-align: center; font-size: 9px; font-weight: 700; border-radius: 6px; padding: 7px; margin-top: 8px; }

/* ---- Section shared ---- */
.hw-section { padding: 72px 0; }
.hw-section-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.hw-eyebrow {
  display: inline-block; background: #eef1fd; color: var(--hw-brand); font-weight: 700; font-size: 12.5px;
  padding: 5px 14px; border-radius: 999px; margin-bottom: 14px;
}
.hw-h2 { font-size: 30px; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.3px; }
.hw-section-sub { color: var(--hw-text-muted); font-size: 15px; }

/* ---- Features grid ---- */
.hw-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hw-feature-card { border: 1px solid var(--hw-border); border-radius: 12px; padding: 24px; }
.hw-feature-icon {
  width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
}
.hw-feature-title { font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.hw-feature-desc { font-size: 13.5px; color: var(--hw-text-muted); line-height: 1.5; }

/* ---- CTA banner ---- */
.hw-cta-banner {
  background: var(--hw-bg-hero); border-radius: 16px; padding: 40px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.hw-cta-banner h3 { font-size: 22px; margin: 0 0 6px; }
.hw-cta-banner p { margin: 0; color: var(--hw-text-muted); font-size: 14px; }

/* ---- Footer ---- */
.hw-footer { border-top: 1px solid var(--hw-border); padding: 48px 0 24px; background: #fafbfc; }
.hw-footer-grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: 32px; }
.hw-footer-brand { max-width: 280px; }
.hw-footer-tagline { color: var(--hw-text-muted); font-size: 13.5px; margin-top: 8px; line-height: 1.5; }
.hw-footer-col-title { font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.hw-footer-col a { display: block; color: var(--hw-text-muted); font-size: 13.5px; margin-bottom: 8px; }
.hw-footer-col a:hover { color: var(--hw-brand); }
.hw-footer-bottom { border-top: 1px solid var(--hw-border); padding-top: 18px; font-size: 12.5px; color: var(--hw-text-muted); }

/* ---- Get Started modal ---- */
.hw-modal-overlay {
  position: fixed; inset: 0; background: rgba(16,24,40,0.5);
  display: none; align-items: center; justify-content: center; z-index: 100; padding: 20px;
}
.hw-modal-overlay.open { display: flex; }
.hw-modal-box { background: #fff; border-radius: 14px; width: 100%; max-width: 460px; max-height: 90vh; overflow-y: auto; padding: 28px; }
.hw-modal-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
.hw-modal-title { font-size: 19px; font-weight: 800; }
.hw-modal-sub { font-size: 13.5px; color: var(--hw-text-muted); margin: 4px 0 20px; }
.hw-modal-close { background: none; border: none; font-size: 22px; color: var(--hw-text-muted); cursor: pointer; line-height: 1; }
.hw-field-row { margin-bottom: 14px; }
.hw-field-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.hw-field-input {
  width: 100%; padding: 10px 12px; border: 1px solid var(--hw-border); border-radius: 8px;
  font-size: 14px; font-family: inherit; color: var(--hw-text);
}
.hw-field-input:focus { outline: none; border-color: var(--hw-brand); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
.hw-honeypot { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; }
.hw-form-error { background: #fef3f2; color: #b42318; padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 14px; }
.hw-form-success { text-align: center; padding: 20px 0; }
.hw-form-success-icon { font-size: 40px; margin-bottom: 12px; }
.hw-form-success h4 { font-size: 18px; margin: 0 0 8px; }
.hw-form-success p { color: var(--hw-text-muted); font-size: 14px; margin: 0; }
@media (min-width: 900px) {
  .hw-mock-sidebar { display: block; }
}

@media (max-width: 900px) {
  .hw-nav-links, .hw-nav-actions { display: none; }
  .hw-burger { display: block; }
  .hw-h1 { font-size: 34px; }
  .hw-hero-grid { grid-template-columns: 1fr; }
  .hw-mock-wrap { max-width: 420px; margin: 0 auto; }
  .hw-mock-phone { width: 120px; right: 6px; bottom: -24px; }
  .hw-features-grid { grid-template-columns: 1fr 1fr; }
  .hw-cta-banner { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .homepage .wrap { padding: 0 18px; }
  .hw-h1 { font-size: 28px; }
  .hw-sub { font-size: 15.5px; }
  .hw-hero { padding: 40px 0 56px; }
  .hw-section { padding: 52px 0; }
  .hw-h2 { font-size: 24px; }
  .hw-features-grid { grid-template-columns: 1fr; }
  .hw-mock-phone { display: none; }
  .hw-cta-row { flex-direction: column; align-items: stretch; }
  .hw-cta-row .hw-btn { width: 100%; }
  .hw-footer-grid { flex-direction: column; gap: 24px; }
  .hw-logo-img { height: 26px; }
}

/* ---- Interior page header (Features / Pricing / Contact) ---- */
.hw-page-header { background: var(--hw-bg-hero); padding: 56px 0; text-align: center; }
.hw-page-header .hw-pill { margin-bottom: 16px; }
.hw-page-header h1 { font-size: 36px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.4px; }
.hw-page-header p { color: var(--hw-text-muted); font-size: 16px; max-width: 640px; margin: 0 auto; line-height: 1.6; }

/* ---- Pricing hero ---- */
.hw-pricing-hero { padding: 52px 0 8px; }
.hw-pricing-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hw-pricing-hero .hw-h1 { font-size: 38px; }
.hw-pricing-hero .hw-h1 span { color: var(--hw-brand); display: block; }
.hw-pricing-trust-row { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 26px; }
.hw-pricing-trust-item { display: flex; align-items: center; gap: 10px; }
.hw-pricing-trust-icon {
  width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center;
  justify-content: center; font-size: 15px; flex-shrink: 0;
}
.hw-pricing-trust-item b { display: block; font-size: 13px; font-weight: 700; }
.hw-pricing-trust-item span { display: block; font-size: 11.5px; color: var(--hw-text-muted); }

/* ---- Pricing hero laptop mockup ---- */
.hw-pricing-mock-wrap { position: relative; }
.hw-pricing-annotation {
  position: absolute; top: -34px; right: 10px; font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: 12.5px; color: var(--hw-text-muted); text-align: right; line-height: 1.35; transform: rotate(-3deg);
}
.hw-pricing-arrow { position: absolute; top: 6px; right: 60px; opacity: 0.6; }
.hw-laptop { max-width: 420px; margin: 30px auto 0; }
.hw-laptop-screen { background: #1f2430; border-radius: 14px 14px 4px 4px; padding: 9px 9px 0; box-shadow: 0 24px 50px rgba(16,24,40,0.16); }
.hw-laptop-topbar { background: #fff; display: flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 7px 7px 0 0; }
.hw-laptop-body { background: #fff; display: flex; min-height: 210px; border-radius: 0 0 7px 7px; overflow: hidden; }
.hw-laptop-sidebar { width: 30px; background: #f8f9fb; padding: 10px 8px; display: flex; flex-direction: column; gap: 8px; }
.hw-laptop-sidebar div { height: 6px; border-radius: 3px; background: var(--hw-border); }
.hw-laptop-sidebar div.active { background: var(--hw-brand); }
.hw-laptop-main { flex: 1; padding: 14px 16px; min-width: 0; }
.hw-laptop-greeting { font-size: 13px; font-weight: 800; margin-bottom: 10px; }
.hw-laptop-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.hw-laptop-kpi { border: 1px solid var(--hw-border); border-radius: 8px; padding: 8px 10px; }
.hw-laptop-kpi span { display: block; font-size: 9px; color: var(--hw-text-muted); font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }
.hw-laptop-kpi b { font-size: 13px; }
.hw-laptop-chart-title, .hw-laptop-list-title { font-size: 10px; font-weight: 700; color: var(--hw-text-muted); margin: 10px 0 6px; }
.hw-laptop-bars { display: flex; align-items: flex-end; gap: 4px; height: 34px; }
.hw-laptop-bars div { flex: 1; background: var(--hw-brand); border-radius: 2px 2px 0 0; opacity: 0.85; }
.hw-laptop-list-row { display: flex; justify-content: space-between; font-size: 10.5px; padding: 5px 0; border-bottom: 1px solid var(--hw-border); }
.hw-laptop-list-row:last-child { border-bottom: none; }
.hw-laptop-base { height: 13px; background: linear-gradient(#d6dae1, #a8afba); border-radius: 0 0 8px 8px; position: relative; }
.hw-laptop-base::after {
  content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: 56px; height: 5px; background: #a8afba; border-radius: 0 0 5px 5px;
}

/* ---- Pricing cards (compact, price + CTA only) ---- */
.hw-pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 40px auto 0; }
.hw-pricing-card { border: 1px solid var(--hw-border); border-radius: 16px; padding: 28px; background: #fff; position: relative; }
.hw-pricing-card.highlight { border: 2px solid var(--hw-brand); background: #f8faff; }
.hw-pricing-card-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--hw-brand); color: #fff; font-size: 11px; font-weight: 700;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.hw-pricing-card-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.hw-pricing-card-name { font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.hw-pricing-card-desc { font-size: 12.5px; color: var(--hw-text-muted); min-height: 34px; margin-bottom: 16px; line-height: 1.4; }
.hw-pricing-card-price { font-size: 28px; font-weight: 800; margin-bottom: 18px; }
.hw-pricing-card-price span { font-size: 13px; font-weight: 600; color: var(--hw-text-muted); }
.hw-pricing-card .hw-btn { width: 100%; padding: 12px; font-size: 14.5px; }

/* ---- Feature comparison table (icons + zebra rows) ---- */
.hw-plan-table-wrap { overflow-x: auto; margin-top: 44px; }
.hw-plan-table {
  width: 100%; max-width: 860px; margin: 0 auto; border-collapse: collapse; background: #fff;
  border: 1px solid var(--hw-border); border-radius: 14px; overflow: hidden;
}
.hw-plan-table th, .hw-plan-table td {
  padding: 14px 22px; border-bottom: 1px solid var(--hw-border); font-size: 13.5px; text-align: center;
}
.hw-plan-table tbody tr:last-child td { border-bottom: none; }
.hw-plan-table td:first-child, .hw-plan-table th:first-child { text-align: left; font-weight: 600; min-width: 220px; }
.hw-plan-table thead th { background: #f8f9fb; font-size: 13px; font-weight: 700; padding: 16px 22px; }
.hw-plan-table thead th span { display: block; font-size: 11px; font-weight: 600; color: var(--hw-text-muted); margin-top: 2px; }
.hw-plan-table .row-icon { margin-right: 8px; }
.hw-plan-table tbody tr:nth-child(even) td { background: #fafbfc; }
.hw-plan-table tbody tr:nth-child(even) td.hw-col-highlight { background: #eef3ff; }
.hw-plan-table tbody tr:nth-child(odd) td.hw-col-highlight { background: #f5f8ff; }
.hw-plan-table thead th.hw-col-highlight { background: #eef3ff; }
.hw-plan-table .hw-check { color: var(--hw-success); font-weight: 800; font-size: 15px; }
.hw-plan-table .hw-x { color: var(--hw-text-muted); font-size: 15px; }
.hw-price-note { text-align: center; color: var(--hw-text-muted); font-size: 13px; margin-top: 28px; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ---- Benefits row (4 icon columns) ---- */
.hw-benefits-row { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; margin-top: 40px; text-align: center; }
.hw-benefit-item { max-width: 190px; }
.hw-benefit-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 14px; }
.hw-benefit-title { font-weight: 700; font-size: 14.5px; margin-bottom: 6px; }
.hw-benefit-desc { font-size: 12.5px; color: var(--hw-text-muted); line-height: 1.4; }

/* ---- FAQ panel with accordions ---- */
.hw-faq-panel { background: #eef3ff; border-radius: 20px; padding: 40px; }
.hw-faq-panel-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; flex-wrap: wrap; gap: 12px; }
.hw-faq-panel-head .hw-h2 { margin-bottom: 0; }
.hw-faq-viewall { color: var(--hw-brand); font-weight: 700; font-size: 13.5px; white-space: nowrap; }
.hw-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hw-faq-acc { background: #fff; border-radius: 10px; padding: 14px 18px; border: 1px solid var(--hw-border); }
.hw-faq-acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-weight: 700; font-size: 13.5px; }
.hw-faq-acc summary::-webkit-details-marker { display: none; }
.hw-faq-acc summary .chev { transition: transform 0.2s; color: var(--hw-text-muted); flex-shrink: 0; }
.hw-faq-acc[open] summary .chev { transform: rotate(180deg); }
.hw-faq-acc .hw-faq-a { font-size: 13px; color: var(--hw-text-muted); margin-top: 10px; line-height: 1.55; }

/* ---- Gradient CTA banner ---- */
.hw-cta-banner-gradient {
  background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 18px; padding: 36px 40px; color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.hw-cta-banner-gradient h3 { margin: 0 0 6px; font-size: 21px; }
.hw-cta-banner-gradient p { margin: 0; opacity: 0.9; font-size: 14px; }
.hw-cta-banner-gradient .hw-btn { background: #fff; color: var(--hw-brand); }

/* ---- FAQ (simple, still used by other pages) ---- */
.hw-faq { max-width: 760px; margin: 0 auto; }
.hw-faq-item { border-bottom: 1px solid var(--hw-border); padding: 20px 0; }
.hw-faq-q { font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.hw-faq-a { color: var(--hw-text-muted); font-size: 14px; line-height: 1.6; }

/* ---- Contact hero ---- */
.hw-contact-hero { padding: 48px 0 8px; }
.hw-contact-hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hw-contact-hero .hw-h1 { font-size: 34px; }
.hw-contact-hero .hw-h1 span { color: var(--hw-brand); display: block; }
.hw-contact-hero .hw-sub { max-width: 520px; }

/* ---- Contact illustration ---- */
.hw-contact-illustration { position: relative; padding: 30px 20px 0; min-height: 260px; }
.hw-contact-blob {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(circle at 62% 42%, #dbe6ff 0%, rgba(219,230,255,0) 62%);
}
.hw-contact-bubble {
  position: relative; z-index: 1; background: #fff; border: 1px solid var(--hw-border); border-radius: 14px;
  padding: 12px 18px; font-size: 13.5px; font-weight: 700; max-width: 210px; margin: 0 0 10px auto;
  box-shadow: 0 10px 24px rgba(16,24,40,0.08);
}
.hw-contact-bubble span { display: block; font-weight: 600; color: var(--hw-text-muted); font-size: 12.5px; margin-top: 3px; }
.hw-contact-annotation {
  position: relative; z-index: 1; text-align: right; font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: 12.5px; color: var(--hw-text-muted); line-height: 1.35; transform: rotate(-3deg); margin-bottom: 6px;
}
.hw-contact-laptop-row { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: center; gap: 22px; margin-top: 4px; }
.hw-contact-laptop { text-align: center; }
.hw-contact-laptop-screen {
  width: 150px; height: 100px; background: #eef3ff; border: 7px solid #1f2430; border-bottom: none;
  border-radius: 10px 10px 0 0; display: flex; align-items: center; justify-content: center;
}
.hw-contact-laptop-base { width: 172px; height: 9px; background: linear-gradient(#d6dae1, #a8afba); border-radius: 0 0 7px 7px; margin: 0 auto; }
.hw-contact-plant { font-size: 42px; line-height: 1; margin-bottom: 6px; }

/* ---- Contact main grid: form (left, wider) + side info (right) ---- */
.hw-contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: start; }
.hw-contact-form-card { border: 1px solid var(--hw-border); border-radius: 16px; padding: 32px; background: #fff; }
.hw-contact-form-card h3 { font-size: 19px; margin: 0 0 6px; }
.hw-contact-form-card > p { color: var(--hw-text-muted); font-size: 13.5px; margin: 0 0 22px; }

.hw-contact-side-card { border: 1px solid var(--hw-border); border-radius: 16px; padding: 28px; background: #fff; }
.hw-contact-side-card h3 { font-size: 18px; margin: 0 0 4px; }
.hw-contact-side-card .side-sub { color: var(--hw-text-muted); font-size: 13px; margin: 0 0 20px; }
.hw-contact-side-row { display: flex; gap: 14px; margin-bottom: 20px; }
.hw-contact-side-icon {
  width: 38px; height: 38px; border-radius: 10px; background: #eef3ff; color: var(--hw-brand);
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.hw-contact-side-row b { display: block; font-size: 13.5px; margin-bottom: 2px; }
.hw-contact-side-row a { display: block; font-size: 13px; color: var(--hw-brand); font-weight: 600; margin-bottom: 2px; }
.hw-contact-side-row span { display: block; font-size: 12px; color: var(--hw-text-muted); line-height: 1.4; }
.hw-contact-tip { display: flex; gap: 12px; background: #eef3ff; border-radius: 12px; padding: 16px; margin-top: 4px; }
.hw-contact-tip-icon {
  width: 34px; height: 34px; border-radius: 9px; background: #fff; display: flex; align-items: center;
  justify-content: center; font-size: 15px; flex-shrink: 0;
}
.hw-contact-tip b { display: block; font-size: 13px; margin-bottom: 3px; }
.hw-contact-tip span { display: block; font-size: 11.5px; color: var(--hw-text-muted); line-height: 1.4; }

@media (max-width: 900px) {
  .hw-contact-hero-grid { grid-template-columns: 1fr; }
  .hw-contact-illustration { max-width: 420px; margin: 24px auto 0; }
}

@media (max-width: 600px) {
  .hw-contact-hero .hw-h1 { font-size: 26px; }
}

@media (max-width: 900px) {
  .hw-contact-grid { grid-template-columns: 1fr; }
  .hw-pricing-hero-grid { grid-template-columns: 1fr; }
  .hw-pricing-mock-wrap { max-width: 420px; margin: 0 auto; }
  .hw-pricing-cards { grid-template-columns: 1fr; max-width: 420px; }
  .hw-faq-grid { grid-template-columns: 1fr; }
  .hw-benefits-row { gap: 32px; }
}
@media (max-width: 600px) {
  .hw-page-header h1 { font-size: 27px; }
  .hw-pricing-hero .hw-h1 { font-size: 28px; }
  .hw-plan-table th, .hw-plan-table td { padding: 12px 14px; font-size: 12.5px; }
  .hw-plan-table td:first-child, .hw-plan-table th:first-child { min-width: 150px; }
  .hw-faq-panel { padding: 24px; }
  .hw-cta-banner-gradient { text-align: center; justify-content: center; }
}
