/* Home page non-critical CSS. Critical hero/navigation rules stay in critical.css. */

.deadline-state-urgente .deadline-priority,
.deadline-state-urgente .deadline-days {
  background: #fdecea;
  color: #9b1c1c;
}

.hero-cta-note {
  margin: -12px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.4;
}

.corporate-hero-content .hero-cta:hover {
  background: #071845;
  border-color: #071845;
  box-shadow: 0 12px 28px rgba(10, 31, 91, .24);
}

.corporate-hero-content .hero-cta .hero-cta-icon {
  border-color: rgba(255, 255, 255, .78);
  color: #fff;
}

.corporate-hero-arrow:hover {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .38);
  box-shadow: 0 14px 30px rgba(8, 27, 75, .26);
  transform: translateY(-50%) scale(1.05);
}

.trust-strip-section {
  padding: clamp(72px, 8vw, 96px) 0;
  background: var(--white);
}

.trust-strip {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.6fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  max-width: 1200px;
}

.trust-strip-copy h2 {
  margin: 0 0 12px;
  color: var(--navy-dark);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.trust-strip-copy p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-proof-item {
  min-height: 132px;
  padding: 22px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(29, 41, 57, .055);
}

.trust-proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: #0A1F5B;
  font-family: 'Rajdhani', 'Montserrat', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.1;
}

.trust-proof-item span {
  display: block;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.services-section {
  background: var(--white);
  overflow: visible;
}

.testimonials-section {
  padding-top: clamp(72px, 8vw, 96px);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.testimonial-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1200px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 30px 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(29, 41, 57, .06);
}

.testimonial-quote {
  flex: 1;
  margin: 0 0 26px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.testimonial-meta {
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.testimonial-meta strong,
.testimonial-meta span {
  display: block;
}

.testimonial-meta strong {
  color: var(--navy-dark);
  font-size: .98rem;
}

.testimonial-meta span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .9fr);
  gap: 32px;
  align-items: stretch;
}

.about-copy {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(29, 41, 57, .07);
}

.about-copy h2 {
  margin: 0 0 12px;
  color: var(--navy-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.about-copy p {
  margin: 0 0 16px;
  color: var(--muted);
}

.about-subtitle {
  color: var(--navy);
  font-family: 'Rajdhani', 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-lead {
  color: var(--text) !important;
  font-size: 1.05rem;
  font-weight: 600;
}

.about-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 36px 30px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--navy-dark), var(--navy));
  color: #fff;
  box-shadow: var(--shadow);
}

.about-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
  color: var(--gold);
  font-family: 'Rajdhani', 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.about-highlight-text strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.about-highlight-text span {
  display: block;
  color: rgba(255, 255, 255, .82);
}

.process-home-section {
  background: var(--silver);
}

.process-home-copy .btn-primary {
  margin-top: 10px;
}

section#proceso .process-home-copy p {
  color: #1a1a1a;
}

.service-grid-four,
.tools-overview-grid {
  display: grid;
  align-items: stretch;
  column-gap: 22px;
}

.service-grid-four {
  row-gap: clamp(56px, 4.5vw, 72px);
}

.tools-overview-grid {
  gap: 22px;
}

.service-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.service-grid-four > .service-box {
  height: 100%;
}

.tools-overview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-box,
.tool-overview-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(29, 41, 57, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-box {
  position: relative;
  overflow: hidden;
}

.service-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(13, 66, 177, .10), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.service-box:hover,
.tool-overview-card:hover {
  z-index: 100;
  transform: translateY(-4px);
  border-color: rgba(50, 62, 107, .22);
  box-shadow: 0 24px 56px rgba(29, 41, 57, .1);
}

.service-box:hover::before {
  opacity: 1;
}

.service-box h3,
.tool-overview-card h3 {
  margin: 0 0 10px;
  color: var(--navy-dark);
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-box h3 {
  min-height: 4.2em;
}

.service-box > p,
.tool-overview-card p {
  flex: 1;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.6;
}

.service-box a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 800;
}

.service-box a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background-color: rgba(9, 16, 34, .08);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center center;
  background-size: 22px 22px, 100% 100%, 100% 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .45s ease, background-size .45s ease, background-color .45s ease;
}

.service-icon::before,
.service-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-icon::before {
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02) 34%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0) 56%);
  opacity: .9;
}

.service-icon::after {
  inset: -18%;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 42%, rgba(214, 168, 95, .12), transparent 42%), radial-gradient(circle at 50% 68%, rgba(78, 116, 194, .08), transparent 60%);
  opacity: 0;
  transform: scale(.9);
  transition: opacity .45s ease, transform .45s ease;
}

.service-box:hover .service-icon {
  transform: translateY(-3px);
  border-color: rgba(214, 168, 95, .22);
  box-shadow: 0 14px 28px rgba(5, 10, 24, .2), inset 0 1px 0 rgba(255, 255, 255, .1), 0 0 0 1px rgba(214, 168, 95, .08);
}

.service-box:hover .service-icon::after {
  opacity: 1;
  transform: scale(1);
}

.icon-accounting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Crect x='6.5' y='13' width='2.5' height='6' rx='1'/%3E%3Crect x='10.75' y='9' width='2.5' height='10' rx='1'/%3E%3Crect x='15' y='6' width='2.5' height='13' rx='1'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-file-check2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h9l3 3v13H6z'/%3E%3Cpath d='M15 4v3h3'/%3E%3Cpath d='M8 12.5l1.8 1.8 3.8-4.2'/%3E%3Cpath d='M8 9h5'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-tax {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h14v16H5z'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5.5'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-audit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='5.2'/%3E%3Cpath d='m15 15 4.5 4.5'/%3E%3Cpath d='m9.5 11 1.4 1.4L13.9 9.4'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-briefcase {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 12 7.2 9.2a2.5 2.5 0 0 1 3.5-3.5L12 6.9l1.3-1.2a2.5 2.5 0 1 1 3.5 3.5L14 12'/%3E%3Cpath d='M3.8 15.2 8.6 10.4'/%3E%3Cpath d='M15.4 13.4 20.2 8.6'/%3E%3Cpath d='M8.5 15.5 5.5 18.5'/%3E%3Cpath d='M13 14.5 10 17.5'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-invoice {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h9l3 3v13H6z'/%3E%3Cpath d='M15 4v3h3'/%3E%3Cpath d='M8 11h8'/%3E%3Cpath d='M8 14h5.5'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-software {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4.5' width='17' height='11' rx='1.8'/%3E%3Cpath d='M8 19.5h8'/%3E%3Cpath d='M12 15.5v4'/%3E%3Cpath d='M16.5 8.5a2 2 0 1 0 0 .1'/%3E%3Cpath d='M16.5 6.5v-1.2'/%3E%3Cpath d='M16.5 10.7v1.2'/%3E%3Cpath d='M14.8 8.5h-1.2'/%3E%3Cpath d='M19.4 8.5h-1.2'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-users {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 10.2a2.7 2.7 0 1 0 0-.1'/%3E%3Cpath d='M15.8 11a2.3 2.3 0 1 0 0-.1'/%3E%3Cpath d='M4.8 19.2v-1.1a3.8 3.8 0 0 1 3.8-3.8h1.3'/%3E%3Cpath d='M12.8 19.2v-1.1a3.8 3.8 0 0 1 3.8-3.8h1.8'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-user-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 11.2a2.5 2.5 0 1 0 0-.1'/%3E%3Cpath d='M5 19.2v-1a4.1 4.1 0 0 1 4.1-4.1h2.7'/%3E%3Ccircle cx='17' cy='16.3' r='2.8'/%3E%3Cpath d='m19.1 18.4 1.9 1.9'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-search-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='5.2'/%3E%3Cpath d='m15 15 4.5 4.5'/%3E%3Cpath d='m9.5 11 1.4 1.4L13.9 9.4'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-building {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4.5h12v15H6z'/%3E%3Cpath d='M9 7.5h2.5M14 7.5h1'/%3E%3Cpath d='M9 11.5h2.5M14 11.5h1'/%3E%3Cpath d='M10 19.5v-4h4v4'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-settings {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3.1'/%3E%3Cpath d='M12 4.5v1.7M12 17.8v1.7M5.7 5.7l1.2 1.2M17.1 17.1l1.2 1.2M4.5 12h1.7M17.8 12h1.7M5.7 18.3l1.2-1.2M17.1 6.9l1.2-1.2'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-handshake {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.5 8 9.2l3 2.4'/%3E%3Cpath d='M19.5 12.5 16 9.2l-3 2.4'/%3E%3Cpath d='M8 9.2 11 7l3 2.2'/%3E%3Cpath d='M8 9.2 6 11.1a2.4 2.4 0 0 0 0 3.4l1.8 1.8a2.4 2.4 0 0 0 3.4 0l1-1'/%3E%3Cpath d='M16 9.2 18 11.1a2.4 2.4 0 0 1 0 3.4l-1.8 1.8a2.4 2.4 0 0 1-3.4 0l-1-1'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-file-text {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h9l3 3v13H6z'/%3E%3Cpath d='M15 4v3h3'/%3E%3Cpath d='M8 11h8'/%3E%3Cpath d='M8 14h5.5'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.icon-monitor-cog {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4.5' width='17' height='11' rx='1.8'/%3E%3Cpath d='M8 19.5h8'/%3E%3Cpath d='M12 15.5v4'/%3E%3Cpath d='M16.5 8.5a2 2 0 1 0 0 .1'/%3E%3Cpath d='M16.5 6.5v-1.2'/%3E%3Cpath d='M16.5 10.7v1.2'/%3E%3Cpath d='M14.8 8.5h-1.2'/%3E%3Cpath d='M19.4 8.5h-1.2'/%3E%3C/svg%3E"), linear-gradient(180deg, rgba(31, 49, 98, .95) 0%, rgba(14, 27, 63, .98) 100%), radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .08), transparent 32%);
}

.tool-overview-card {
  justify-content: space-between;
  padding: 24px;
  border-radius: 24px;
}

.tool-overview-card-featured {
  background: linear-gradient(155deg, var(--navy-dark), var(--navy));
  color: #fff;
}

.tool-overview-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(50, 62, 107, .08);
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tool-overview-card-featured .tool-overview-eyebrow {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.tool-overview-card-featured h3,
.tool-overview-card-featured p {
  color: #fff;
}

.tools-overview-section {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.tools-overview-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.blue-cta-band {
  padding: 0 0 clamp(56px, 8vw, 96px);
  background: var(--white);
}

.blue-cta-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  overflow: hidden;
  padding: clamp(26px, 4vw, 38px) clamp(22px, 4vw, 44px);
  border-radius: 28px;
  background: radial-gradient(circle at 0% 50%, rgba(255, 255, 255, .12) 0%, transparent 45%), linear-gradient(125deg, var(--navy-dark) 0%, var(--navy) 48%, #252f4a 100%);
  color: #fff;
  box-shadow: 0 24px 50px rgba(22, 37, 77, .28);
}

.blue-cta-card::before {
  content: '';
  position: absolute;
  left: -20%;
  bottom: -40%;
  width: 70%;
  height: 120%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 120'%3E%3Cpath fill='rgba(255,255,255,0.04)' d='M0 80 Q150 20 300 60 T600 40 L600 120 L0 120 Z'/%3E%3C/svg%3E") repeat-x;
  background-size: 600px 120px;
  opacity: .9;
  pointer-events: none;
}

.blue-cta-text {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.blue-cta-text h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.2;
}

.blue-cta-text p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1rem;
}

.cta-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.blue-cta-card .btn-light {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.split-section h2 {
  margin: 10px 0 14px;
  color: var(--navy-dark);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.split-section > div > p:not(.section-kicker) {
  margin: 0 0 22px;
  color: var(--muted);
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(29, 41, 57, .05);
}

.step span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--navy);
  font-size: .95rem;
  font-weight: 800;
}

.step h3 {
  margin: 0 0 6px;
  color: var(--navy-dark);
  font-size: 1rem;
}

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

@media (max-width: 1024px) {
  .service-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }
}

@media (max-width: 980px) {
  .about-card,
  .tools-overview-grid,
  .trust-strip,
  .testimonial-card-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .split-section {
    grid-template-columns: 1fr;
  }

  .blue-cta-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .blue-cta-card .btn-light {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .about-copy,
  .about-highlight {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .about-mark {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 1.7rem;
  }
}

@media (max-width: 680px) {
  .corporate-hero-arrow:hover {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .38);
    box-shadow: 0 12px 24px rgba(8, 27, 75, .22);
    transform: scale(1.04);
  }
}

@media (max-width: 600px) {
  .service-grid-four {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .service-box h3 {
    min-height: 0;
  }

  .trust-proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-proof-item,
  .testimonial-card {
    min-height: 0;
  }
}
