:root {
  --navy: #0b2240;
  --navy-soft: #14365f;
  --red: #c91432;
  --red-dark: #a50f29;
  --ink: #1d2939;
  --muted: #667085;
  --line: #d9e1ec;
  --paper: #ffffff;
  --mist: #f4f7fb;
  --warm: #f8efe8;
  --gold: #c99a3d;
  --shadow: 0 18px 50px rgba(11, 34, 64, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.top-bar {
  background: var(--red);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 9px clamp(18px, 5vw, 72px);
}

.top-contact,
.top-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.top-contact > *,
.top-links > * {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.top-contact > *:first-child,
.top-links > *:first-child {
  padding-left: 0;
}

.top-contact > *:last-child,
.top-links > *:last-child {
  padding-right: 0;
  border-right: 0;
}

.top-bar a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 225, 236, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 8px;
  background: white;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.86rem;
  margin-top: 4px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-weight: 700;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.93rem;
}

.site-nav a:hover {
  background: var(--mist);
}

.site-nav .nav-cta {
  margin-left: 6px;
  background: var(--navy);
  color: white;
}

.site-nav .nav-cta:hover {
  background: var(--red);
}

.site-nav .whatsapp-link {
  background: #20b15a;
  color: white;
}

.site-nav .whatsapp-link:hover {
  background: #178f48;
}

.site-nav .instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d62976;
  color: white;
}

.site-nav .instagram-link::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 68% 30%, #fff 0 1.5px, transparent 2px),
    radial-gradient(circle at center, transparent 0 4px, #fff 4.5px 5.7px, transparent 6.2px),
    linear-gradient(135deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  box-shadow: inset 0 0 0 2px #fff;
}

.site-nav .instagram-link:hover {
  background: #b91f64;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.button.primary {
  background: var(--red);
  color: white;
}

.button.primary:hover {
  background: var(--red-dark);
}

.challenge-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px) clamp(18px, 5vw, 72px) clamp(24px, 3vw, 36px);
  background: var(--navy);
}

.challenge-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 34, 64, 0.97) 0%, rgba(11, 34, 64, 0.86) 45%, rgba(11, 34, 64, 0.62) 100%),
    linear-gradient(180deg, rgba(11, 34, 64, 0.1), rgba(11, 34, 64, 0.58)),
    url("assets/simmi-hero.png") center / cover;
  opacity: 1;
  transform: scale(1.04);
}

.challenge-content,
.quick-services {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.challenge-content {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.challenge-copy h2 {
  max-width: 720px;
  margin: 0;
  color: white;
  font-size: clamp(2rem, 3.25vw, 3.05rem);
  line-height: 1.02;
}

.challenge-copy h3,
.consult-box h3 {
  margin: 16px 0 6px;
  color: white;
  font-size: 1.05rem;
}

.challenge-copy p,
.consult-box p {
  max-width: 700px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.challenge-list {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: white;
  font-weight: 800;
}

.challenge-list li {
  position: relative;
  padding-left: 24px;
}

.challenge-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--red);
  transform: rotate(45deg);
}

.consult-box {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.consult-box h3 {
  margin-top: 0;
  color: white;
}

.consult-box p {
  color: rgba(255, 255, 255, 0.8);
}

.consult-box .button {
  width: 100%;
  margin-top: 18px;
}

.quick-services {
  margin-top: 34px;
  text-align: center;
}

.quick-services h2 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.quick-service-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(86px, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(11, 34, 64, 0.16);
}

.quick-service-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 92px;
  padding: 10px 8px;
  border: 1px solid #e5ebf4;
  border-radius: 7px;
  background: white;
  color: var(--navy);
  text-align: center;
  box-shadow: 0 7px 18px rgba(11, 34, 64, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quick-service-card:hover {
  border-color: rgba(201, 20, 50, 0.55);
  box-shadow: 0 12px 24px rgba(11, 34, 64, 0.14);
  transform: translateY(-2px);
}

.service-icon {
  display: grid;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  place-items: center;
  border: 2px solid rgba(201, 20, 50, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
  color: var(--red);
  font-size: 1.05rem;
  font-weight: 900;
}

.quick-service-card strong {
  color: var(--navy);
  font-size: 0.76rem;
  line-height: 1.25;
}

.trust-section {
  padding: clamp(42px, 6vw, 70px) clamp(18px, 5vw, 72px);
  background: var(--red);
  color: white;
}

.trust-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(280px, 1fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.trust-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 132px;
  padding: 22px 26px;
  border-radius: 8px;
  background: white;
  color: var(--navy);
  box-shadow: 0 16px 42px rgba(11, 34, 64, 0.18);
}

.trust-card-logo-only {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 132px;
}

.trust-card-logo-only img {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
}

.trust-brand,
.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-brand {
  gap: 16px;
}

.trust-brand img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.trust-brand strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.trust-brand span {
  color: var(--red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.04rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.trust-divider {
  width: 2px;
  height: 76px;
  background: rgba(11, 34, 64, 0.45);
}

.trust-badge img {
  width: min(220px, 100%);
  height: auto;
  object-fit: contain;
}

.trust-inner p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 1.55;
  font-weight: 800;
}

.section {
  padding: clamp(66px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr);
  gap: 36px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.section-heading.compact {
  display: block;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2,
.consult-card h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.intro {
  background: white;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.program-card,
.quote-card,
.consult-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 30px rgba(11, 34, 64, 0.06);
}

.program-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.2rem;
}

.program-card p,
.faq p,
.contact-copy p,
.form-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.why-heading {
  max-width: 1180px;
  margin: 0 auto 28px;
  text-align: center;
}

.why-heading .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
}

.why-heading .eyebrow::before,
.why-heading .eyebrow::after {
  content: "";
  display: block;
  width: min(16vw, 140px);
  height: 2px;
  background: var(--red);
}

.why-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: 1.05;
}

.why-heading h2 span,
.why-card h3 span {
  color: var(--red);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.why-card {
  min-height: 230px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  text-align: center;
  box-shadow: 0 10px 28px rgba(11, 34, 64, 0.08);
}

.why-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  place-items: center;
  border: 2px dashed rgba(201, 20, 50, 0.38);
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 1.85rem;
  font-weight: 900;
}

.why-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.why-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  max-width: 640px;
  margin: 34px auto 0;
}

.why-cta::before,
.why-cta::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(201, 20, 50, 0.28);
}

.why-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: 0.88rem;
  font-weight: 800;
}

.services {
  background: white;
}

.refusal-support {
  background: linear-gradient(180deg, #fff, var(--mist));
}

.refusal-grid,
.testimonial-grid {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 28px auto 0;
}

.refusal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.refusal-grid article {
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 32px rgba(11, 34, 64, 0.08);
}

.refusal-grid strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
}

.refusal-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.program-grid {
  margin-top: 38px;
}

.program-card {
  padding: 28px;
}

.program-card.featured {
  min-height: 236px;
  display: flex;
  flex-direction: column;
}

.program-card.featured a {
  width: fit-content;
  margin-top: auto;
  color: var(--red);
  font-weight: 800;
}

.program-card.wide > a {
  width: fit-content;
  color: var(--red);
  font-weight: 800;
}

.program-card.wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(280px, 1.22fr);
  gap: 28px;
  align-items: start;
}

.program-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(201, 20, 50, 0.09);
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-list li {
  position: relative;
  min-height: 44px;
  padding: 12px 12px 12px 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.35;
}

.program-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.process {
  background: #f6f7fa;
}

.process .section-heading h2 {
  color: var(--navy);
}

.process .eyebrow {
  color: var(--red);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(112px, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 36px rgba(11, 34, 64, 0.08);
}

.process-step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 31px;
  right: -23px;
  color: var(--navy);
  font-size: 1.65rem;
  font-weight: 800;
}

.step-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: #fbfcff;
  color: var(--navy);
}

.step-number {
  position: absolute;
  top: -10px;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.step-symbol {
  color: var(--navy);
  font-size: 2rem;
  line-height: 1;
}

.process-step h3 {
  min-height: 40px;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 0.9rem;
  line-height: 1.2;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.testimonial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  background: var(--warm);
}

.testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.quote-card,
.consult-card {
  padding: clamp(28px, 5vw, 52px);
}

.quote-card {
  background: var(--navy);
  color: white;
  border-color: transparent;
}

.quote-card p {
  margin: 0 0 28px;
  font-size: clamp(1.05rem, 1.8vw, 1.38rem);
  line-height: 1.55;
}

.review-stars {
  margin-bottom: 18px;
  color: #ffb400;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.consult-card {
  display: grid;
  align-content: center;
}

.consult-card .button {
  width: fit-content;
  margin-top: 26px;
}

.faq {
  background: white;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 800;
}

details p {
  padding-top: 14px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  background: var(--mist);
}

.contact-copy {
  align-self: center;
}

.contact-copy p {
  margin-top: 18px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: white;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(201, 20, 50, 0.18);
  border-color: var(--red);
}

textarea {
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
}

.site-footer {
  padding: 36px clamp(18px, 5vw, 72px) 24px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-grid div,
.footer-bottom {
  display: grid;
  gap: 10px;
}

.footer-grid strong {
  color: white;
  font-size: 1rem;
}

.footer-grid p,
.footer-grid span,
.footer-grid a,
.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.footer-grid a,
.footer-bottom a {
  color: white;
  font-weight: 800;
}

.footer-grid a:hover,
.footer-bottom a:hover {
  color: white;
}

.footer-bottom {
  grid-template-columns: 1fr auto;
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #20b15a;
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(11, 34, 64, 0.24);
}

.floating-whatsapp:hover {
  background: #178f48;
}

.service-faq-block {
  max-width: 980px;
  margin: 34px auto 0;
}

.service-page {
  background: var(--mist);
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background: var(--navy);
  color: white;
}

.service-detail-hero.has-visual {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 34, 64, 0.97), rgba(11, 34, 64, 0.72)),
    url("../assets/simmi-hero.png") center / cover;
  opacity: 0.95;
}

.service-detail-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.service-hero-visual {
  position: relative;
  z-index: 1;
  margin: 0;
}

.service-hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.service-detail-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1;
}

.service-detail-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-detail-section {
  padding: clamp(48px, 7vw, 82px) clamp(18px, 5vw, 72px);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-detail-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 30px rgba(11, 34, 64, 0.06);
}

.service-detail-card h2,
.service-detail-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
}

.service-detail-card p,
.service-detail-card li {
  color: var(--muted);
  line-height: 1.7;
}

.service-detail-card li a,
.program-list li a {
  display: inline;
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 0.18s ease, background-color 0.18s ease, text-decoration-color 0.18s ease;
}

.service-detail-card li a:hover,
.service-detail-card li a:focus-visible,
.program-list li a:hover,
.program-list li a:focus-visible {
  color: var(--red);
  background: rgba(201, 20, 50, 0.1);
  text-decoration-color: var(--red);
  outline: none;
}

.service-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.mid-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 24px auto 6px;
  padding: 22px 24px;
  border-radius: 8px;
  background: var(--navy);
  color: white;
  box-shadow: 0 14px 34px rgba(11, 34, 64, 0.16);
}

.mid-page-cta strong {
  display: block;
  font-size: 1.12rem;
}

.mid-page-cta p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.mid-page-cta .button {
  min-width: 190px;
}

.service-detail-cta {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 30px;
  border-radius: 8px;
  background: var(--navy);
  color: white;
}

.service-detail-cta h2,
.service-detail-cta p {
  margin: 0;
}

.service-detail-cta p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.service-detail-cta .button {
  margin-top: 20px;
}

.pgwp-feature-row,
.pgwp-process,
.pgwp-why-row,
.detail-feature-row,
.detail-process,
.detail-why-row {
  display: grid;
  gap: 14px;
  max-width: 1180px;
  margin: 18px auto 0;
}

.pgwp-feature-row,
.detail-feature-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pgwp-mini-card,
.pgwp-process-step,
.pgwp-why-card,
.detail-mini-card,
.detail-process-step,
.detail-why-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 24px rgba(11, 34, 64, 0.06);
}

.pgwp-mini-card strong,
.pgwp-process-step strong,
.pgwp-why-card strong,
.detail-mini-card strong,
.detail-process-step strong,
.detail-why-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}

.pgwp-mini-card span,
.pgwp-process-step span,
.pgwp-why-card span,
.detail-mini-card span,
.detail-process-step span,
.detail-why-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 8px;
  background: rgba(201, 20, 50, 0.09);
  color: var(--red);
  font-weight: 900;
}

.pgwp-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pgwp-why-row,
.detail-why-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.detail-process {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 920px) {
  .top-bar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .top-contact > *,
  .top-links > * {
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 18px 20px;
    background: white;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .section-heading,
  .challenge-content,
  .trust-inner,
  .program-grid,
  .service-detail-hero.has-visual,
  .service-detail-grid,
  .testimonial,
  .contact {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-service-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .refusal-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-reviews,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .pgwp-feature-row,
  .pgwp-process,
  .pgwp-why-row,
  .detail-feature-row,
  .detail-process,
  .detail-why-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .program-card.wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .program-list {
    grid-template-columns: 1fr;
  }

  .trust-card {
    max-width: 460px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand small {
    display: none;
  }

  .contact-form .button {
    width: 100%;
  }

  .quick-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-service-card {
    min-height: 88px;
  }

  .refusal-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }

  .mid-page-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .mid-page-cta .button {
    width: 100%;
  }

  .trust-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .trust-divider {
    width: 100%;
    height: 1px;
  }

  .trust-brand,
  .trust-badge {
    justify-content: center;
  }

  .pgwp-feature-row,
  .pgwp-process,
  .pgwp-why-row,
  .detail-feature-row,
  .detail-process,
  .detail-why-row {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-heading .eyebrow::before,
  .why-heading .eyebrow::after,
  .why-cta::before,
  .why-cta::after {
    display: none;
  }

  .process-flow {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .process-step h3 {
    min-height: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer {
    flex-direction: column;
  }
}
