:root {
  --gki-purple: #3B0087;
  --gki-purple-dark: #21004f;
  --gki-red: #F53235;
  --gki-red-dark: #c81f24;
  --gki-ink: #17032f;
  --gki-muted: #6d607d;
  --gki-soft: #f4f0fb;
}

body.gki-page {
  color: var(--gki-ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 42%, #ffffff 100%);
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
}

.gki-header {
  min-height: 86px;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(59, 0, 135, .08);
  box-shadow: 0 14px 34px rgba(23, 3, 47, .06);
}

.brand-logo-img {
  width: 190px !important;
  max-height: 62px !important;
  object-fit: contain;
}

.navmenu a {
  color: var(--gki-ink) !important;
  font-weight: 600 !important;
}

.navmenu a.active,
.navmenu a:hover {
  color: var(--gki-red) !important;
}

.header .btn-getstarted {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff !important;
  background: var(--gki-red) !important;
  border-radius: 999px !important;
  padding: 12px 28px !important;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(245, 50, 53, .25);
}

.section {
  padding: 86px 0;
  position: relative;
}

.gki-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  padding: 96px 0 78px;
  color: #ffffff !important;
  background:
    linear-gradient(116deg, rgba(33, 0, 79, .96), rgba(59, 0, 135, .88)),
    url("../img/office.jpeg") center / cover no-repeat !important;
}

.gki-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .5;
}

.gki-hero .container {
  position: relative;
  z-index: 1;
}

.brand-kicker,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--gki-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gki-hero .brand-kicker {
  max-width: 100%;
  padding: 10px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  letter-spacing: 0;
  text-transform: none;
}

.gki-hero h1 {
  max-width: 840px;
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: clamp(2.7rem, 5.8vw, 5.7rem);
  line-height: .98;
  font-weight: 900;
}

.typed-text {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.typed-text:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: .86em;
  margin-left: 6px;
  background: var(--gki-red);
  transform: translateY(6px);
  animation: gkiBlink .8s infinite;
}

@keyframes gkiBlink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}

.hero-copy {
  max-width: 740px;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 1.13rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn.btn-primary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 20px;
  color: #ffffff !important;
  background: var(--gki-red) !important;
  border-color: var(--gki-red) !important;
  border-radius: 8px !important;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(245, 50, 53, .24);
}

.btn.btn-primary:hover,
.btn-primary:hover {
  background: var(--gki-red-dark) !important;
  border-color: var(--gki-red-dark) !important;
}

.btn-outline-light,
.btn-outline-gki {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 20px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  background: rgba(255, 255, 255, .08) !important;
  border-radius: 8px;
  font-weight: 850;
}

.btn-outline-light:hover,
.btn-outline-gki:hover {
  color: var(--gki-purple) !important;
  background: #ffffff !important;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof span {
  display: grid;
  min-width: 150px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
}

.hero-proof strong {
  color: #ffffff;
  font-size: 1.55rem;
}

.hero-panel {
  padding: 28px;
  color: var(--gki-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 240, 251, .96));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
  position: relative;
  overflow: hidden;
}

.hero-panel:before {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 180px;
  height: 180px;
  background: rgba(245, 50, 53, .12);
  border-radius: 50%;
}

.hero-panel:after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(59, 0, 135, .08);
  border-radius: 50%;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel-image {
  width: 100%;
  height: 330px;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(23, 3, 47, .16);
}

.hero-panel-caption {
  padding: 0 4px 18px;
  border-bottom: 1px solid rgba(59, 0, 135, .12);
}

.hero-panel-caption span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gki-red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-panel-caption h2 {
  margin: 0;
  color: var(--gki-ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.2;
  font-weight: 900;
}

.logo-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 44px;
  flex: 0 0 auto;
  color: #ffffff;
  background: var(--gki-purple);
  border-radius: 2px;
  font-size: 1.05rem;
  font-weight: 900;
  overflow: hidden;
}

.logo-box:after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 7px;
  width: 8px;
  height: 26px;
  background: var(--gki-red);
  transform: rotate(-45deg);
}

.logo-box-large {
  width: 108px;
  height: 80px;
  font-size: 2rem;
}

.logo-box-large:after {
  right: 22px;
  bottom: 12px;
  width: 13px;
  height: 46px;
}

.hero-logo-card strong {
  display: block;
  color: var(--gki-purple);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: .86;
  font-weight: 900;
}

.hero-logo-card small {
  color: var(--gki-purple);
  font-weight: 900;
  letter-spacing: .08em;
}

.hero-service-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero-service-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  background: var(--gki-soft);
  border: 1px solid rgba(59, 0, 135, .08);
  border-radius: 8px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(23, 3, 47, .06);
}

.hero-service-list i {
  color: var(--gki-red);
}

.brand-promise {
  margin: 22px 0 0;
  color: var(--gki-purple);
  font-weight: 900;
}

.statement-card,
.modern-service-card,
.insight-card,
.contact-info-panel,
.contact-form-container,
.policy-content,
.process-grid div,
.package-grid div {
  border-radius: 12px !important;
  box-shadow: 0 20px 48px rgba(23, 3, 47, .1);
}

.statement-card {
  height: 100%;
  padding: clamp(28px, 4vw, 46px);
  color: #ffffff;
  background: var(--gki-purple);
}

.statement-card-red {
  background: var(--gki-red);
}

.statement-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.statement-card h2,
.statement-card p {
  color: #ffffff !important;
}

.statement-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 900;
}

.statement-card p {
  line-height: 1.8;
}

.light-background {
  background: var(--gki-soft) !important;
}

.section-title h2 {
  color: var(--gki-ink);
  font-weight: 900;
}

.modern-service-card,
.insight-card {
  height: 100%;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(59, 0, 135, .1);
}

.modern-service-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--gki-purple);
  border-radius: 10px;
  font-size: 1.45rem;
}

.modern-service-card h3,
.modern-service-card h2 {
  color: var(--gki-ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.modern-service-card p,
.insight-card p,
.process-grid p,
.package-grid span {
  color: var(--gki-muted);
  line-height: 1.7;
}

.modern-service-card a,
.insight-card a {
  color: var(--gki-red);
  font-weight: 900;
}

.gki-split-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 50, 53, .08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
}

.audience-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(245, 50, 53, .14), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, var(--gki-soft) 100%);
}

.audience-section:before,
.process-section:before,
.outcomes-section:before {
  content: "";
  position: absolute;
  inset: 22px auto auto -90px;
  width: 220px;
  height: 220px;
  border: 38px solid rgba(59, 0, 135, .06);
  border-radius: 50%;
  pointer-events: none;
}

.audience-section p {
  color: var(--gki-muted);
  line-height: 1.75;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid div,
.outcome-card,
.testimonial-modern-card {
  height: 100%;
  padding: 26px;
  background: #ffffff;
  border: 1px solid rgba(59, 0, 135, .1);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(23, 3, 47, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.audience-grid div:hover,
.outcome-card:hover,
.testimonial-modern-card:hover,
.modern-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 50, 53, .28);
  box-shadow: 0 28px 70px rgba(23, 3, 47, .14);
}

.audience-grid i,
.outcome-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: #ffffff;
  background: var(--gki-purple);
  border-radius: 12px;
  font-size: 1.35rem;
}

.audience-grid h3,
.outcome-card h3 {
  color: var(--gki-ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.audience-grid p,
.outcome-card p,
.testimonial-modern-card p {
  margin-bottom: 0;
  color: var(--gki-muted);
  line-height: 1.7;
}

.process-section {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(59, 0, 135, .06), rgba(245, 50, 53, .045)),
    #ffffff;
}

.page-section-heading {
  color: var(--gki-ink);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 900;
}

.process-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.process-grid div,
.package-grid div {
  padding: 25px;
  background:
    linear-gradient(180deg, #ffffff, #fbf9ff);
  border: 1px solid rgba(59, 0, 135, .1);
  position: relative;
  overflow: hidden;
}

.process-grid div:after,
.package-grid div:after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 104px;
  height: 104px;
  background: rgba(245, 50, 53, .08);
  border-radius: 50%;
}

.process-grid strong,
.package-grid strong {
  color: var(--gki-red);
  font-weight: 900;
}

.values-band {
  color: #ffffff;
  background: var(--gki-purple) !important;
}

.flyers-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(59, 0, 135, .1), transparent 22rem),
    linear-gradient(180deg, var(--gki-soft) 0%, #ffffff 100%) !important;
}

.flyer-carousel {
  padding-bottom: 18px;
}

.flyer-card {
  overflow: hidden;
  height: 430px;
  background: #ffffff;
  border: 1px solid rgba(59, 0, 135, .1);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(23, 3, 47, .1);
}

.flyer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.flyer-card:hover img {
  transform: scale(1.04);
}

.flyer-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.flyer-prev,
.flyer-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: var(--gki-purple);
  border: 0;
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease;
}

.flyer-prev:hover,
.flyer-next:hover {
  background: var(--gki-red);
  transform: translateY(-2px);
}

.flyer-pagination {
  position: static;
  width: auto !important;
}

.flyer-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(59, 0, 135, .35);
  opacity: 1;
}

.flyer-pagination .swiper-pagination-bullet-active {
  background: var(--gki-red);
}

.consultant-cta {
  background:
    linear-gradient(180deg, #ffffff 0%, #f9f6ff 100%);
}

.consultant-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 30px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 20%, rgba(245, 50, 53, .26), transparent 28rem),
    linear-gradient(120deg, var(--gki-purple), var(--gki-purple-dark));
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(23, 3, 47, .18);
}

.consultant-content {
  padding: clamp(30px, 5vw, 58px);
}

.consultant-content .section-eyebrow,
.values-band .section-eyebrow {
  color: rgba(255, 255, 255, .78);
}

.consultant-content h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  font-weight: 900;
}

.consultant-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.consultant-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}

.consultant-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-weight: 800;
}

.consultant-points i {
  color: var(--gki-red);
}

.consultant-image {
  min-height: 100%;
}

.consultant-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.outcomes-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(59, 0, 135, .09), transparent 21rem),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
}

.outcome-card {
  text-align: left;
}

.outcome-card i {
  background: var(--gki-red);
}

.testimonial-modern-card {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, #ffffff, #fff8f8);
}

.testimonial-modern-card .stars {
  color: var(--gki-red);
  letter-spacing: 2px;
}

.testimonial-modern-card strong {
  color: var(--gki-purple);
  font-weight: 900;
}

.values-band h2,
.values-band .section-title h2,
.values-band .section-title p {
  color: #ffffff !important;
}

.values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.values-list span {
  padding: 12px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-weight: 900;
}

.insight-card {
  overflow: hidden;
  padding: 0;
}

.insight-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.insight-card div {
  padding: 24px;
}

.cta-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 48px);
  color: #ffffff;
  background: linear-gradient(120deg, var(--gki-purple), var(--gki-purple-dark));
  border-radius: 14px;
}

.cta-strip-inner h2 {
  color: #ffffff !important;
  font-weight: 900;
}

.page-hero {
  padding: 100px 0 82px;
  color: #ffffff;
  background:
    linear-gradient(116deg, rgba(33, 0, 79, .96), rgba(59, 0, 135, .86)),
    url("../img/office.jpeg") center / cover no-repeat !important;
}

.page-hero h1 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 900;
  line-height: 1;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.1rem;
}

.contact-modern {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(245, 50, 53, .12), transparent 22rem),
    radial-gradient(circle at 92% 10%, rgba(59, 0, 135, .1), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, var(--gki-soft) 100%);
}

.contact-shell {
  display: grid;
  gap: 34px;
}

.contact-shell-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.contact-shell-intro h2 {
  color: var(--gki-ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  font-weight: 900;
}

.contact-shell-intro p {
  color: var(--gki-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.contact-info-panel {
  color: #ffffff;
  height: 100%;
  padding: clamp(28px, 4vw, 40px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(245, 50, 53, .3), transparent 14rem),
    linear-gradient(145deg, var(--gki-purple), var(--gki-purple-dark));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(23, 3, 47, .18);
  position: relative;
}

.contact-info-panel h2,
.contact-info-panel p {
  color: #ffffff !important;
}

.contact-info-panel h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.contact-info-row {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.contact-info-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: #ffffff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
}

.contact-info-row i {
  color: #ffffff;
  font-size: 1.15rem;
}

.contact-info-row p {
  margin: 0;
  line-height: 1.65;
}

.contact-info-panel .admin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 15px;
  color: #ffffff;
  background: rgba(245, 50, 53, .92);
  border-radius: 10px;
  font-weight: 900;
}

.contact-form-container {
  height: 100%;
  padding: clamp(28px, 4vw, 42px);
  background:
    linear-gradient(180deg, #ffffff, #fbf9ff);
  border: 1px solid rgba(59, 0, 135, .1);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(23, 3, 47, .1);
}

.contact-form-container h2 {
  margin-bottom: 8px;
  color: var(--gki-ink);
  font-size: 2rem;
  font-weight: 900;
}

.contact-form-container p {
  color: var(--gki-muted);
}

.contact-form-container .form-control,
.contact-form-container .form-select {
  min-height: 54px;
  border: 1px solid rgba(59, 0, 135, .16);
  border-radius: 10px;
  color: var(--gki-ink);
  font-weight: 600;
  box-shadow: none;
}

.contact-form-container .form-control:focus,
.contact-form-container .form-select:focus {
  border-color: rgba(245, 50, 53, .55);
  box-shadow: 0 0 0 .22rem rgba(245, 50, 53, .12);
}

.contact-form-container textarea.form-control {
  min-height: 190px;
}

.footer.gki-footer {
  background:
    linear-gradient(180deg, #ffffff, #f7f2ff) !important;
  border-top: 1px solid rgba(59, 0, 135, .1);
}

.whatsapp-widget {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 999;
  font-family: "Montserrat", "Roboto", Arial, sans-serif;
}

.whatsapp-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: #ffffff;
  background: #25d366;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
  font-size: 1.7rem;
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  background: #f4fff8;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(23, 3, 47, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
}

.whatsapp-widget.is-open .whatsapp-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  color: #ffffff;
  background: #25d366;
}

.whatsapp-panel-header div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 1.15rem;
}

.whatsapp-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: rgba(0, 0, 0, .18);
  border: 0;
  border-radius: 50%;
}

.whatsapp-panel-body {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.whatsapp-message {
  position: relative;
  padding: 16px 18px;
  color: var(--gki-ink);
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(23, 3, 47, .12);
}

.whatsapp-message:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 22px;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.whatsapp-message p {
  margin: 0 0 8px;
  line-height: 1.55;
}

.whatsapp-message p:last-child {
  margin-bottom: 0;
}

.whatsapp-input {
  width: 100%;
  resize: none;
  padding: 13px 14px;
  color: var(--gki-ink);
  background: #ffffff;
  border: 1px solid rgba(59, 0, 135, .14);
  border-radius: 14px;
  outline: none;
}

.whatsapp-input:focus {
  border-color: rgba(37, 211, 102, .8);
  box-shadow: 0 0 0 .22rem rgba(37, 211, 102, .14);
}

.whatsapp-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  color: #ffffff;
  background: #25d366;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .3);
}

@media (max-width: 575px) {
  .whatsapp-widget {
    right: 16px;
    bottom: 82px;
  }
}

.section-title {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  position: relative;
  display: inline-block;
}

.section-title h2:after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--gki-red), var(--gki-purple));
  border-radius: 999px;
}

.modern-service-card {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  position: relative;
  overflow: hidden;
}

.modern-service-card:after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 118px;
  height: 118px;
  background: rgba(59, 0, 135, .07);
  border-radius: 50%;
}

.gki-footer .brand-logo-img {
  width: 190px !important;
}

@media (max-width: 991px) {
  .gki-hero {
    min-height: auto;
    padding: 76px 0;
  }

  .process-grid,
  .package-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .consultant-panel {
    grid-template-columns: 1fr;
  }

  .consultant-image img {
    min-height: 360px;
  }

  .cta-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .brand-logo-img {
    width: 132px !important;
  }

  .gki-hero h1 {
    font-size: 2.35rem;
  }

  .hero-proof span {
    width: 100%;
  }

  .flyer-card {
    height: 380px;
  }

  .consultant-content {
    padding: 26px;
  }
}
