/* ==== Ported design CSS from growthpath-custom theme ==== */

:root {
  --ink: #172834;
  --teal: #05755F;
  --teal-dark: #034444;
  --teal-light: #E0F2F1;
  --header-bg: #C3D8D4;
  --mint: #c9dedb;
  --aqua: #6CD0B8;
  --paper: #ffffff;
  --wash: #F6F6F6;
  --beige: #F4E9D8;
  --line: #D6E0DE;
  --muted: #566269;
  --max-width: 1160px;
  --radius: 18px;
  --shadow: 0 14px 38px rgba(8, 55, 51, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; top: 8px; left: 8px; z-index: 99999; width: auto; height: auto; padding: 10px 14px; margin: 0; overflow: visible; clip: auto; color: #fff; background: var(--teal-dark); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'TT Firs Neue', "Avenir Next", Avenir, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 64px), var(--max-width)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--wash { background: var(--wash); }
.section--dark { background: var(--teal-dark); color: #fff; }
.section--beige { background: var(--beige); }
.section--light { background: var(--teal-light); }
.eyebrow { margin: 0 0 6px; color: var(--teal); font-size: 16px; font-weight: 500; }
.eyebrow--center { text-align: center; }
.eyebrow--light { color: var(--aqua); }
.section-title, .page-title { margin: 0; max-width: 760px; font-family: 'TT Firs Neue', "Avenir Next", sans-serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.03; letter-spacing: -.055em; }
.section-title--center { text-align: center; margin: 0 auto; }
.section-title--light { color: #fff; }
.section-title span, .display span { color: var(--teal); }
.lede { max-width: 680px; color: var(--muted); font-size: 18px; }

/* Header */
.site-header { position: relative; z-index: 20; min-height: 104px; background: var(--header-bg); }
.site-header__inner { width: min(calc(100% - 64px), var(--max-width)); min-height: 104px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand__mark { display: grid; width: 42px; height: 42px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; }
.brand__mark i { display: block; background: var(--teal); }
.brand__mark i:nth-child(1) { border-radius: 4px 0 0 0; }
.brand__mark i:nth-child(2) { border-radius: 0 0 4px 0; }
.brand__mark i:nth-child(3) { border-radius: 0 0 0 4px; }
.brand__mark i:nth-child(4) { background: transparent; }
.brand__name { display: block; font-family: 'TT Firs Neue', sans-serif; font-size: 25px; font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.brand__name em { color: var(--teal); font-style: normal; }
.brand__sub { display: block; margin-top: 4px; font-size: 11px; letter-spacing: .06em; }
.primary-menu { display: flex; align-items: center; gap: 40px; list-style: none; padding: 0; margin: 0; }
.primary-menu a { color: var(--teal-dark); font-size: 15px; font-weight: 500; transition: color .2s ease; }
.primary-menu .current-menu-item a, .primary-menu a:hover { color: var(--teal); font-weight: 500; }
.header-cta { margin-left: auto; min-height: 44px; padding: 13px 25px; color: #fff; background: var(--teal-dark); border-radius: 999px; font-weight: 600; font-size: 14px; }
.menu-toggle { display: none; color: var(--ink); background: transparent; border: 0; font-size: 25px; cursor: pointer; }

/* Buttons */
.button, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 23px; border: 1px solid var(--teal); border-radius: 999px;
  color: #fff; background: var(--teal); font-weight: 700; font-size: 14px; line-height: 1; transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--teal-dark); color: #fff; transform: translateY(-1px); }
.button--outline { color: var(--teal); background: transparent; }
.button--outline:hover { color: #fff; background: var(--teal); }

/* Hero */
.hero { overflow: hidden; position: relative; min-height: 590px; background: linear-gradient(105deg, #fff 35%, #e9f5f1 100%); }
.hero__grid { min-height: 590px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(410px, 1.07fr); align-items: center; gap: 60px; }
.hero__content { position: relative; z-index: 2; max-width: 535px; }
.hero__kicker { margin-bottom: 8px; color: var(--teal); font-weight: 600; }
.display { margin: 0; max-width: 560px; font-family: 'TT Firs Neue', sans-serif; font-size: clamp(48px, 5.2vw, 70px); font-weight: 800; line-height: .95; letter-spacing: -.035em; color: var(--ink); }
.display span { color: var(--teal); }
.hero__text { max-width: 460px; margin: 25px 0 30px; color: #435258; font-size: 18px; line-height: 1.48; font-weight: 400; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero__actions .button { padding: 16px 34px; font-size: 15px; min-height: 48px; font-weight: 700; letter-spacing: .01em; }
.hero-art { position: relative; min-height: 480px; }
.hero-art__orbit { position: absolute; top: 24px; right: 22px; width: 420px; height: 420px; border: 2px solid var(--teal); border-radius: 50%; opacity: .9; }
.hero-art__orbit::before { content: ""; position: absolute; inset: 30px; border: 1px solid var(--aqua); border-radius: 50%; }
.hero-card { position: absolute; display: grid; place-items: center; width: 195px; height: 128px; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card--one { top: 91px; right: 12px; background: linear-gradient(135deg, #f6fffd, #d9ebe7); transform: rotate(4deg); }
.hero-card--two { top: 211px; left: 42px; background: linear-gradient(135deg, #e1f3ef, #99d5ca); transform: rotate(-6deg); }
.hero-card--three { right: 160px; bottom: 48px; background: var(--teal-dark); transform: rotate(7deg); }
.hero-card::before { content: ""; width: 70px; height: 70px; border: 8px solid currentColor; border-radius: 50%; opacity: .75; }
.hero-card--one { color: var(--teal); } .hero-card--two { color: var(--teal-dark); } .hero-card--three { color: #fff; }

/* Value / Why */
.value-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.issue-list { display: grid; gap: 18px; margin: 28px 0 24px; padding: 0; list-style: none; }
.issue-list li { position: relative; padding-left: 38px; max-width: 665px; font-size: 16px; line-height: 1.45; font-weight: 400; }
.issue-list li::before { content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--teal); }
.issue-list p { margin: 0; }
.illustration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.illustration { position: relative; min-height: 170px; border-radius: 18px; background: var(--aqua); overflow: hidden; }
.illustration--tall { min-height: 360px; background: var(--teal); grid-row: span 2; }
.illustration--shelf { background: #b4eee4; }
.illustration::after { content: ""; position: absolute; inset: 22%; border: 4px solid var(--ink); border-radius: 44% 52% 42% 50%; transform: rotate(-14deg); }
.illustration--tall::before { content: ""; position: absolute; left: 37%; top: 23%; width: 27%; height: 56%; border-radius: 48% 48% 12px 12px; background: #fff; box-shadow: -32px 88px 0 -3px #fff, 32px 88px 0 -3px #fff; }
.illustration--tall::after { inset: auto; left: 30%; top: 12%; width: 42%; height: 25%; border-radius: 50%; background: #fff; border: 0; }
.illustration--shelf::after { border-radius: 4px; transform: none; inset: 30% 15%; box-shadow: 0 28px 0 -1px var(--ink), 0 56px 0 -1px var(--ink); }
.illustration--small::after { border-radius: 50%; inset: 26%; }

/* Testimonial */
.testimonial { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; margin-top: 34px; }
.testimonial__media { min-height: 280px; border-radius: 12px; background: radial-gradient(circle at 20% 30%, #e9c9ad 0 5%, transparent 5.4%), linear-gradient(125deg, #816a5c, #d9b69a 40%, #f6efe7); }
.testimonial__quote { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-radius: 12px; color: #fff; background: var(--teal); }
.stars { color: #f9cf48; font-size: 21px; letter-spacing: 4px; }
.testimonial__quote p { margin: 15px 0; }
.testimonial__quote cite { color: var(--aqua); font-style: normal; font-size: 13px; font-weight: 700; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 32px; }
.service-card { overflow: hidden; display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; border: 1px solid var(--teal-dark); border-radius: 9px; background: #fff; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,77,64,.1); }
.service-card__header, .service-card h3 { margin: 0; padding: 16px 20px; background: var(--teal-dark); color: #fff; font-family: 'TT Firs Neue', sans-serif; font-size: 16px; line-height: 1.2; letter-spacing: -.03em; }
.service-card__body, .service-card p { margin: 0; padding: 16px 20px; font-size: 13px; color: #4e5a5e; }
.service-card a.text-link, .service-card__footer { padding: 0 20px 16px; }
.text-link { color: var(--teal); font-size: 13px; font-weight: 700; background: transparent; border: none; padding: 0; }
.services-cta { text-align: center; margin-top: 32px; }

/* Case study */
.case-study { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: start; }
.case-study__block { margin-bottom: 22px; }
.case-study__block h4 { margin: 0 0 6px; color: var(--teal); font-size: 18px; font-weight: 500; }
.case-study__block p { max-width: 600px; margin: 0; font-size: 16px; line-height: 1.55; }
.case-study__metrics { display: grid; align-content: center; gap: 36px; text-align: center; }
.metric strong { display: block; color: var(--teal); font-family: 'TT Firs Neue', sans-serif; font-size: clamp(46px, 6vw, 74px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.metric span { display: block; max-width: 290px; margin: 10px auto 0; font-size: 16px; line-height: 1.12; }

/* Audience */
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.audience-card { position: relative; padding: 22px 22px 22px 54px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.audience-card::before { content: "✓"; position: absolute; top: 18px; left: 16px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 14px; font-weight: 700; }
.audience-card h3 { margin: 0 0 6px; color: var(--ink); font-size: 16px; font-weight: 700; }
.audience-card p { margin: 0; color: #4e5a5e; font-size: 14px; line-height: 1.4; }

/* Process */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.process__step { position: relative; min-height: 190px; padding: 36px 24px 28px; border: 1px solid var(--teal); border-radius: 12px; background: #fff; }
.process__step:nth-child(2) { margin-top: 28px; }
.process__step:nth-child(3) { margin-top: 14px; }
.process__number { position: absolute; top: -14px; left: 18px; display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 14px; border-radius: 999px; color: #fff; background: var(--teal); font-size: 14px; font-weight: 800; }
.process__step h3 { margin: 12px 0 9px; font-family: 'TT Firs Neue', sans-serif; font-size: 22px; font-weight: 700; }
.process__step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

/* Blog posts */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.post-card { overflow: hidden; border-radius: 12px; background: #fff; }
.post-card__image { display: block; aspect-ratio: 1.38; border-radius: 12px 12px 0 0; background: linear-gradient(135deg, #abd0c9, #edf4ef 48%, #d0a887); }
.post-card:nth-child(2) .post-card__image { background: linear-gradient(135deg, #182d43, #75c9df 45%, #f6f1d7); }
.post-card:nth-child(3) .post-card__image { background: linear-gradient(135deg, #f9f3d7, #d98c44 38%, #467f83); }
.post-card__category { display: block; margin-top: 16px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-card h3 { margin: 8px 0 16px; font-family: 'TT Firs Neue', sans-serif; font-size: 20px; line-height: 1.2; font-weight: 700; }

/* Contact */
.contact-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 86px 0; }
.contact-cta__title { margin: 20px 0 0; max-width: 500px; color: var(--teal-dark); font-family: 'TT Firs Neue', sans-serif; font-size: clamp(54px, 6vw, 80px); font-weight: 800; line-height: .95; letter-spacing: -.035em; }
.tag { display: inline-flex; padding: 6px 16px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal); font-size: 14px; font-weight: 600; }
.contact-card { padding: 44px 56px; border-radius: 18px; background: var(--wash); }
.contact-card h2 { margin: 0 0 25px; color: var(--teal-dark); font-size: 24px; font-weight: 700; }
.form-row { margin-bottom: 18px; }
.form-row input, .form-row textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 2px solid #d0d7db; outline: 0; color: var(--ink); background: transparent; font-size: 15px; transition: border-color .2s; }
.form-row input:focus, .form-row textarea:focus { border-bottom-color: var(--teal); }
.form-row textarea { min-height: 50px; resize: vertical; }
.form-notice { padding: 12px; border-radius: 6px; color: var(--teal-dark); background: #dff3ee; font-size: 14px; }
.contact-card .button { width: 100%; padding: 16px; font-size: 15px; margin-top: 12px; }

/* Footer */
.site-footer { background: var(--teal-dark); color: #fff; padding: 42px 0 30px; }
.site-footer .brand { color: #fff; }
.site-footer .brand__mark i { background: #fff; }
.site-footer .brand__mark i:nth-child(4) { background: transparent; }
.footer__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.footer__copyright { margin: 21px 0 0; font-size: 14px; opacity: .92; }
.footer-menu { display: flex; flex-wrap: wrap; gap: 28px; list-style: none; margin: 8px 0 0; padding: 0; }
.footer-menu a:hover { text-decoration: underline; }
.footer__social { margin-top: 25px; text-align: right; }
.footer__social a { text-decoration: underline; font-weight: 700; }

/* Responsive */
/* Inner page hero */
.page-hero { padding: 76px 0 40px; background: linear-gradient(105deg, #fff, #eff8f6); }
.page-hero__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; align-items: center; }
.page-hero__art { min-height: 210px; border-radius: 18px; background: linear-gradient(135deg, var(--aqua), var(--teal-dark)); }

/* Service detail */
.service-detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: 66px; padding: 68px 0; border-bottom: 1px solid #d8e4e1; }
.service-detail:last-of-type { border-bottom: 0; }
.service-detail__label { display: inline-flex; padding: 4px 10px; border-radius: 999px; color: var(--teal); background: #e3f4ef; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.service-detail h2 { margin: 14px 0; font-family: 'TT Firs Neue', sans-serif; font-size: clamp(30px, 3.1vw, 43px); line-height: 1; letter-spacing: -.055em; }
.service-detail p { max-width: 600px; }
.check-list { padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; margin: 9px 0; color: #48575a; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.service-detail__aside { display: grid; gap: 18px; align-content: start; }
.note-card { padding: 25px; border: 1px solid var(--line); border-radius: 9px; }
.note-card--dark { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); }
.note-card h3 { margin: 0 0 10px; font-size: 16px; }
.note-card p { margin: 0; font-size: 14px; }
.note-card .button { margin-top: 16px; }

/* FAQ */
.faq { padding: 66px 0; background: var(--wash); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.faq-item { padding: 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.faq-item h3 { margin: 0 0 8px; color: var(--teal); font-size: 16px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* Work / portfolio */
.work-list { display: grid; gap: 30px; padding: 65px 0; }
.work-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 43px; padding: 36px; border-radius: 18px; background: var(--wash); }
.work-card__visual { min-height: 280px; border-radius: 12px; background: linear-gradient(135deg, #6ecec2, #f4efdf); }
.work-card:nth-child(2) .work-card__visual { background: linear-gradient(135deg, #ffd9b4, #0c826f); }
.work-card:nth-child(3) .work-card__visual { background: linear-gradient(135deg, #233a42, #c8e5dc); }
.work-card h2 { margin: 6px 0 15px; font-family: 'TT Firs Neue', sans-serif; font-size: 38px; line-height: 1.03; letter-spacing: -.055em; }
.work-card p { max-width: 530px; }

/* Blog layout */
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 76px; padding: 54px 0 80px; }
.post-list { display: grid; gap: 42px; padding: 28px; border-radius: 18px; background: var(--wash); }
.post-list .post-card { padding-bottom: 32px; }
.sidebar h2 { color: var(--teal); font-size: 22px; font-weight: 500; }
.sidebar ul { padding: 0; list-style: none; }
.sidebar li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.sidebar li a:hover { color: var(--teal); }

/* Single article */
.single-article { width: min(calc(100% - 48px), 800px); padding: 80px 0; margin: 0 auto; }
.single-article__meta { color: var(--teal); font-size: 14px; }
.single-article h1 { margin: 10px 0 30px; font-family: 'TT Firs Neue', sans-serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; letter-spacing: -.06em; }
.single-article .wp-post-image { margin: 0 0 35px; border-radius: 16px; }
.single-article p, .single-article li { font-size: 18px; line-height: 1.65; }

/* Generic editor page */
.editor-page { padding: 75px 0; }
.editor-page__content { width: min(100%, 760px); margin: 30px auto 0; }
.editor-page__content > * { margin-block: 0 20px; }
.editor-page__content h2 { font-family: 'TT Firs Neue', sans-serif; }

@media (max-width: 900px) {
  .site-header__inner { min-height: 82px; }
  .primary-menu { gap: 22px; }
  .hero__grid, .value-grid, .case-study, .contact-cta, .page-hero__inner, .service-detail, .work-card, .post-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; } .hero__grid { padding: 72px 0; } .hero-art { min-height: 390px; max-width: 560px; width: 100%; margin: 0 auto; }
  .value-grid, .case-study, .contact-cta, .service-detail { gap: 40px; }
  .case-study__metrics { gap: 20px; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .section { padding: 60px 0; }
  .brand__mark { width: 34px; height: 34px; } .brand__name { font-size: 20px; } .brand__sub { font-size: 9px; }
  .menu-toggle { display: block; }
  .site-header__inner { position: relative; }
  .primary-menu { position: absolute; top: 100%; right: -16px; left: -16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border-top: 1px solid rgba(0, 79, 75, .13); background: var(--mint); box-shadow: var(--shadow); }
  .primary-menu.is-open { display: flex; }
  .primary-menu li a { display: block; padding: 12px 4px; }
  .header-cta { display: none; }
  .hero__grid { padding: 56px 0 30px; } .hero-art { min-height: 300px; transform: scale(.78); transform-origin: top center; margin-bottom: -50px; }
  .hero-art__orbit { width: 350px; height: 350px; right: 5%; } .hero-card--three { bottom: 15px; }
  .illustration-grid { max-width: 410px; margin: 0 auto; }
  .testimonial, .services-grid, .post-grid, .process, .audience-grid { grid-template-columns: 1fr; }
  .testimonial__media { min-height: 190px; }
  .case-study__metrics { gap: 26px; }
  .contact-card { padding: 30px 25px; }
  .contact-cta__title { font-size: 55px; }
  .footer__top { flex-direction: column; gap: 20px; } .footer__social { text-align: left; }
  .page-hero { padding: 55px 0 30px; } .page-hero__art { min-height: 145px; }
  .service-detail { padding: 48px 0; }
  .post-layout { gap: 35px; } .sidebar { display: none; }
  .work-card { padding: 23px; } .work-card__visual { min-height: 200px; }
  .faq-grid { grid-template-columns: 1fr; }
  .post-list { padding: 17px; }
}

/* === Floating widgets === */
.float-widgets { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.float-widgets__btn { width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.18); transition: transform .2s, box-shadow .2s; color: #fff; position: relative; text-decoration: none; }
.float-widgets__btn:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(0,0,0,.22); }
.float-widgets__btn svg { width: 26px; height: 26px; fill: currentColor; }
.float-widgets__btn--wa { background: #25d366; }
.float-widgets__btn--chat { background: var(--teal); }

.chat-popup { position: fixed; bottom: 88px; right: 24px; z-index: 9998; width: 380px; max-width: calc(100vw - 48px); background: var(--paper); border-radius: 14px; box-shadow: 0 8px 40px rgba(0,0,0,.15); overflow: hidden; display: none; flex-direction: column; }
.chat-popup.is-open { display: flex; }
.chat-popup__header { background: var(--teal); color: var(--paper); padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; }
.chat-popup__header h3 { margin: 0; font-size: 14px; font-weight: 600; }
.chat-popup__close { background: none; border: none; color: var(--paper); cursor: pointer; font-size: 18px; line-height: 1; padding: 0; }
.chat-popup__body { padding: 12px 14px; max-height: 360px; overflow-y: auto; }
.chat-popup__msg { background: var(--wash); border-radius: 10px; padding: 8px 12px; margin-bottom: 8px; font-size: 13px; line-height: 1.45; }
.chat-popup__msg--bot { background: var(--mint); }
.chat-popup__footer { padding: 8px 14px 12px; border-top: 1px solid var(--wash); display: flex; gap: 6px; }
.chat-popup__footer input { flex: 1; border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font: inherit; font-size: 13px; outline: none; }
.chat-popup__footer input:focus { border-color: var(--teal); }
.chat-popup__footer button { background: var(--teal); color: var(--paper); border: none; border-radius: 8px; padding: 8px 14px; cursor: pointer; font-weight: 600; font-size: 13px; }

@media (max-width: 500px) {
  .chat-popup { right: 12px; bottom: 80px; width: calc(100vw - 24px); }
  .float-widgets { right: 12px; bottom: 16px; }
  .float-widgets__btn { width: 46px; height: 46px; }
  .float-widgets__btn svg { width: 22px; height: 22px; }
}


/* ==== GPV child theme additions ==== */
:root {
  --gpv-font: 'Onest', sans-serif;
  --gpv-ink: #17283a;
  --gpv-green: #007f6e;
  --gpv-deep: #004f4b;
  --gpv-mint: #c9dedb;
  --gpv-sage: #ccdcd6;
  --gpv-aqua: #7bd4c9;
  --gpv-wash: #f5f6f5;
  --gpv-line: #b9d7d2;
}

body, body .elementor-widget-text-editor, body .elementor-widget-heading .elementor-heading-title,
body .elementor-button, body input, body textarea, body select {
  font-family: var(--gpv-font);
}

h1,h2,h3,h4,h5,h6 { font-family: var(--gpv-font); letter-spacing:-.03em; color:var(--gpv-ink); }

/* Eyebrow label above section titles */
.gpv-eyebrow .elementor-heading-title {
  color: var(--gpv-green); font-size:22px; font-weight:400; letter-spacing:-.01em;
}

/* Big display headings */
.gpv-display .elementor-heading-title {
  font-weight:800; letter-spacing:-.035em; line-height:1.02; color:var(--gpv-ink);
}
.gpv-green-text .elementor-heading-title, .gpv-green-text { color: var(--gpv-green) !important; }

/* Pill buttons */
.gpv-button .elementor-button {
  border-radius:999px; background:var(--gpv-green); font-weight:700; padding:14px 28px;
}
.gpv-button .elementor-button:hover { background:var(--gpv-deep); }
.gpv-button--outline .elementor-button {
  background:transparent; color:var(--gpv-green); border:1.5px solid var(--gpv-green);
}
.gpv-button--outline .elementor-button:hover { background:var(--gpv-green); color:#fff; }

/* Section washes */
.gpv-section--wash { background:var(--gpv-wash); }
.gpv-section--sage { background:var(--gpv-sage); }
.gpv-section--deep { background:var(--gpv-deep); }

/* Ready-to-start outline chip */
.gpv-chip .elementor-heading-title {
  display:inline-block; padding:10px 26px; border:1.5px solid var(--gpv-ink);
  border-radius:999px; font-size:20px; font-weight:400; color:var(--gpv-ink);
}

/* Service cards (What we do grid) */
.gpv-service-card {
  height:100%; overflow:hidden; border:1px solid var(--gpv-deep); border-radius:10px; background:#fff;
}
.gpv-service-card > .e-con-inner, .gpv-service-card.e-con > .e-con-inner { padding:0 22px 22px; }
.gpv-service-card .elementor-widget-heading:first-child .elementor-heading-title {
  display:flex; align-items:center; min-height:60px; margin:0 -22px 16px; padding:14px 18px;
  color:#fff; background:var(--gpv-deep); font-size:17px; font-weight:600; line-height:1.15;
}
.gpv-service-card .elementor-widget-text-editor { font-size:14.5px; line-height:1.55; color:#3c4a57; }
.gpv-service-card .elementor-button { padding:0; background:transparent; color:var(--gpv-ink); font-size:13.5px; font-weight:700; }

/* Testimonial */
.gpv-testimonial-media img { width:100%; height:100%; min-height:330px; object-fit:cover; border-radius:14px; }
.gpv-testimonial-copy { border-radius:14px; background:var(--gpv-green); color:#fff; }
.gpv-testimonial-copy > .e-con-inner { padding:44px 48px; }
.gpv-testimonial-copy .elementor-heading-title { color:#f9cf48; letter-spacing:4px; }
.gpv-testimonial-copy .elementor-widget-text-editor { color:#eef7f4; font-size:15.5px; line-height:1.6; }
.gpv-testimonial-copy .gpv-cite .elementor-heading-title,
.gpv-testimonial-copy .elementor-widget-text-editor.gpv-cite {
  color:var(--gpv-aqua); font-size:12.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
}

/* Checklist cards (Is this for you) */
.gpv-check-card { border-radius:10px; background:#fff; }
.gpv-check-card .elementor-widget-heading .elementor-heading-title {
  display:inline-block; padding:8px 14px; background:var(--gpv-deep); color:#fff;
  font-size:13px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; border-radius:4px;
}

/* Process cards (How it works) */
.gpv-process-card { min-height:220px; border:1px solid var(--gpv-green); border-radius:10px; background:#fff; }
.gpv-process-card > .e-con-inner { padding:30px 24px; }
.gpv-process-card--2 { transform:translateY(-22px); }
.gpv-process-card--3 { transform:translateY(-44px); }
.gpv-process-number .elementor-heading-title {
  display:grid; place-items:center; width:38px; height:38px; margin-bottom:22px;
  background:var(--gpv-green); color:#fff; font-size:15px; font-weight:700; border-radius:6px;
}

/* Contact / CTA panel */
.gpv-contact-card { border-radius:18px; background:#f2f3f2; }
.gpv-contact-card > .e-con-inner { padding:46px 60px; }
.gpv-contact-card .wpforms-field input, .gpv-contact-card .wpforms-field textarea,
.gpv-contact-card .elementor-field {
  border:0 !important; border-bottom:1px solid #6a7a76 !important; border-radius:0 !important;
  background:transparent !important; box-shadow:none !important; padding:12px 2px !important;
  font-family:var(--gpv-font) !important; font-size:15px;
}
.gpv-contact-card .wpforms-field-label { display:none !important; }
.gpv-contact-card .wpforms-submit, .gpv-contact-card button[type=submit] {
  border-radius:999px !important; background:var(--gpv-green) !important; color:#fff !important;
  font-weight:700 !important; padding:13px 30px !important; border:0 !important; font-family:var(--gpv-font) !important;
}

/* Ticker bar (Services page) */
.gpv-ticker { overflow:hidden; background:var(--gpv-wash); border-top:1px solid var(--gpv-line); border-bottom:1px solid var(--gpv-line); }
.gpv-ticker .elementor-heading-title { padding:13px 0; color:var(--gpv-ink); font-size:13.5px; font-weight:500; white-space:nowrap; }

/* Founder image collage (About / Home) */
.gpv-image-collage { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.gpv-image-collage .elementor-widget-image { overflow:hidden; border-radius:16px; }
.gpv-image-collage .elementor-widget-image img { width:100%; height:100%; object-fit:cover; }

/* Case study stat numbers */
.gpv-stat .elementor-heading-title { color:var(--gpv-green); font-weight:500; letter-spacing:-.04em; line-height:1; }
.gpv-stat-sub .elementor-heading-title, .gpv-stat-sub { color:var(--gpv-ink); font-size:15px; font-weight:500; }

/* Blog cards */
.gpv-post-card { border-radius:14px; background:#fff; overflow:hidden; }
.gpv-post-card img { border-radius:10px; }

/* Responsive */
@media (max-width:767px) {
  .gpv-process-card--2, .gpv-process-card--3 { transform:none; }
  .gpv-contact-card > .e-con-inner { padding:32px 24px; }
  .gpv-testimonial-copy > .e-con-inner { padding:30px 26px; }
}
