:root {
  --Blue950: #061847;
  --Blue900: #082F89;
  --Blue700: #0A4DB8;
  --Red600: #D91F3F;
  --Ink: #182033;
  --Muted: #5D667A;
  --Line: #DCE2EF;
  --Surface: #F5F7FB;
  --White: #FFFFFF;
  --Shadow: 0 22px 60px rgba(6, 24, 71, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--Ink);
  background: var(--White);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

.IASIcon {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: inherit;
}

.SkipLink {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  color: var(--White);
  background: var(--Blue900);
  transition: top 0.2s ease;
}

.SkipLink:focus {
  top: 1rem;
}

.Container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.SiteHeader {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 226, 239, 0.9);
  backdrop-filter: blur(14px);
}

.HeaderInner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
}

.Brand {
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
}

.Brand img {
  width: 220px;
  height: auto;
}

.MainNav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  color: var(--Blue950);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.MainNav a,
.FooterGrid a {
  text-decoration: none;
}

.MainNav a:hover,
.FooterGrid a:hover {
  color: var(--Red600);
}

.HeaderCTA,
.Button {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.Button::after {
  content: ">";
  font-size: 0.9em;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.Button:hover,
.Button:focus-visible {
  transform: translateY(-2px);
}

.Button:hover::after,
.Button:focus-visible::after {
  transform: translateX(4px);
}

.HeaderCTA {
  flex: 0 0 auto;
  gap: 0.5rem;
  color: var(--White);
  background: var(--Blue900);
  white-space: nowrap;
  font-size: 0.92rem;
}

.HeaderCTAIcon {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.HeaderCTAText {
  display: grid;
  gap: 0.05rem;
  line-height: 1.05;
}

.HeaderCTAHours {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.88;
}

.ButtonPrimary {
  color: var(--White);
  background: var(--Red600);
}

.ButtonSecondary {
  color: var(--Blue900);
  background: var(--White);
  border-color: var(--Line);
}

.HeaderCTA:hover,
.ButtonPrimary:hover {
  background: var(--Blue950);
}

.ButtonSecondary:hover {
  border-color: var(--Blue700);
}

.Hero {
  color: var(--White);
  background:
    linear-gradient(110deg, rgba(6, 24, 71, 0.97) 0%, rgba(8, 47, 137, 0.9) 52%, rgba(217, 31, 63, 0.62) 100%),
    url("assets/ias_home_hero.jpg") center / cover no-repeat;
}

.HeroGrid {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 3.5rem;
  padding-block: 5rem;
}

.Eyebrow {
  margin: 0 0 0.8rem;
  color: var(--Red600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.Hero .Eyebrow,
.ContactSection .Eyebrow {
  color: #EAF1FF;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 5.2vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

h3 {
  font-size: 1.25rem;
}

.HeroLead {
  max-width: 690px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
}

.HeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.TrustRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 2.8rem 0 0;
}

.TrustRow div {
  position: relative;
  padding: 1rem 1rem 1rem 4.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.TrustRow div:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-3px);
}

.TrustIcon {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  background: rgba(217, 31, 63, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
}

.TrustIcon .IASIcon {
  font-size: 1.25rem;
}

.TrustRow dt {
  font-weight: 900;
}

.TrustRow dd {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.ConsultPanel {
  padding: 2rem;
  color: var(--Ink);
  background: var(--White);
  border-top: 5px solid var(--Red600);
  border-radius: 8px;
  box-shadow: var(--Shadow);
}

.ConsultPanel h2 {
  color: var(--Blue950);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
}

.ConsultPanel p {
  color: var(--Muted);
}

.PanelTopline {
  margin-bottom: 0.65rem;
  color: var(--Red600);
  font-weight: 900;
  text-transform: uppercase;
}

.CheckList {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
}

.CheckList li {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 700;
}

.CheckList li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  content: "";
  border-radius: 50%;
  background: var(--Red600);
  box-shadow: inset 0 0 0 4px var(--White);
  outline: 1px solid var(--Red600);
  transform: translateY(-50%);
}

.PanelLink {
  color: var(--Blue900);
  font-weight: 900;
}

.PanelWhatsApp {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 1.1rem;
  color: var(--White);
  background: linear-gradient(135deg, #075E54, #0B7C6D);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(7, 94, 84, 0.24);
  text-decoration: none;
  isolation: isolate;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.PanelWhatsApp::before,
.PanelWhatsApp::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.PanelWhatsApp::before {
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.42) 48%, transparent 62%, transparent 100%);
  transform: translateX(-130%);
  animation: WhatsAppShine 3.2s ease-in-out infinite;
}

.PanelWhatsApp::after {
  top: 50%;
  right: 1.1rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--White);
  box-shadow:
    -1.4rem -0.75rem 0 0 rgba(255, 255, 255, 0.78),
    -2.1rem 0.48rem 0 0 rgba(255, 255, 255, 0.5),
    0.55rem -0.95rem 0 0 rgba(255, 255, 255, 0.58);
  opacity: 0;
  transform: translateY(-50%) scale(0.6);
  animation: WhatsAppSparkle 3.2s ease-in-out infinite;
}

.PanelWhatsApp:hover,
.PanelWhatsApp:focus-visible {
  box-shadow: 0 14px 30px rgba(7, 94, 84, 0.32);
  transform: translateY(-2px);
}

@keyframes WhatsAppShine {
  0%,
  46% {
    transform: translateX(-130%);
  }
  72%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes WhatsAppSparkle {
  0%,
  45%,
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.6) rotate(0deg);
  }
  58% {
    opacity: 1;
    transform: translateY(-50%) scale(1.05) rotate(18deg);
  }
  70% {
    opacity: 0.2;
    transform: translateY(-50%) scale(0.75) rotate(34deg);
  }
}

.IntroSection,
.AboutSection,
.ReviewsSection,
.ServicesSection,
.WhySection,
.ProcessSection,
.BlogSection,
.ContactSection {
  padding-block: 5.5rem;
}

.IntroGrid,
.AboutGrid,
.WhyGrid,
.ContactGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: start;
}

.IntroGrid p:last-child,
.WhyCopy p,
.ContactGrid p {
  margin: 0;
  color: var(--Muted);
  font-size: 1.08rem;
}

.SectionHeading {
  max-width: 760px;
  margin-bottom: 2.3rem;
}

.ServicesSection,
.ProcessSection,
.ReviewsSection {
  background: var(--Surface);
}

.AboutSection {
  background: var(--White);
  border-top: 1px solid var(--Line);
}

.AboutGrid {
  align-items: center;
}

.AboutCopy p,
.AboutPanel p {
  color: var(--Muted);
  font-size: 1.06rem;
}

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

.AboutPanel {
  align-self: center;
  padding: 1.6rem;
  background: var(--Surface);
  border-left: 5px solid var(--Red600);
  border-radius: 8px;
}

.AboutPanel h3 {
  color: var(--Blue950);
}

.AboutList {
  display: grid;
  gap: 0.75rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.AboutList li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--Blue950);
  font-weight: 800;
}

.AboutList li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  content: "";
  background: var(--Red600);
  border-radius: 50%;
  transform: translateY(-50%);
}

.ReviewsHeading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.ReviewsHeading h2 {
  max-width: 720px;
}

.ReviewsRating {
  min-width: 170px;
  padding: 1rem 1.2rem;
  color: var(--White);
  background: var(--Blue950);
  border-radius: 8px;
  text-align: center;
}

.ReviewsRating strong {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
}

.ReviewsRating span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.ReviewsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ReviewCard {
  min-height: 190px;
  padding: 1.35rem;
  background: var(--White);
  border: 1px solid var(--Line);
  border-radius: 8px;
}

.ReviewStars {
  color: var(--Red600);
  font-size: 1rem;
  letter-spacing: 0;
}

.ReviewCard p {
  margin: 1.1rem 0;
  color: var(--Blue950);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.35;
}

.ReviewCard span {
  color: var(--Muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.ReviewsLink {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--Blue900);
  font-weight: 900;
}

.BlogSection {
  background: var(--White);
}

.BlogGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
}

.BlogCard {
  overflow: hidden;
  min-height: 245px;
  padding: 0;
  background: var(--Surface);
  border: 1px solid var(--Line);
  border-radius: 8px;
}

.BlogCard img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.BlogCardBody {
  padding: 1rem;
}

.BlogCard span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--Red600);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.BlogCard h3 {
  max-width: 620px;
  color: var(--Blue950);
  font-size: 1.05rem;
}

.BlogCard p {
  font-size: 0.92rem;
  color: var(--Muted);
}

.BlogCard a {
  display: inline-flex;
  margin-top: 0.6rem;
  color: var(--Blue900);
  font-weight: 900;
}

.ServiceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ServiceCard {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 1.5rem;
  background: var(--White);
  border: 1px solid var(--Line);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ServiceCard::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--Red600), var(--Blue900));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.24s ease;
}

.ServiceCard:hover,
.ServiceCard:focus-within {
  border-color: rgba(10, 77, 184, 0.32);
  box-shadow: 0 18px 38px rgba(6, 24, 71, 0.1);
  transform: translateY(-4px);
}

.ServiceCard:hover::before,
.ServiceCard:focus-within::before {
  transform: scaleY(1);
}

.CardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.ServiceCard > span,
.CardNumber {
  display: block;
  color: var(--Red600);
  font-weight: 900;
}

.ServiceCard > span {
  margin-bottom: 2.6rem;
}

.IconBadge,
.ReasonIcon,
.ContactIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--Blue900);
  background: #EEF3FF;
  border: 1px solid rgba(10, 77, 184, 0.14);
  border-radius: 50%;
}

.IconBadge {
  width: 3rem;
  height: 3rem;
  box-shadow: 0 10px 24px rgba(8, 47, 137, 0.11);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.IconBadge .IASIcon {
  font-size: 1.35rem;
}

.ServiceCard:hover .IconBadge,
.ServiceCard:focus-within .IconBadge {
  color: var(--White);
  background: var(--Blue900);
  transform: rotate(-4deg) scale(1.07);
}

.ServiceCard h3 {
  color: var(--Blue950);
}

.ServiceCard p,
.ProcessList p,
.ReasonsList p {
  color: var(--Muted);
}

.ServiceCard a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  margin-right: 12px;
  color: var(--Blue900);
  font-weight: 900;
  text-decoration: none;
}

.ServiceCard a:hover {
  text-decoration: underline;
}

.WhySection {
  background: var(--Blue950);
  color: var(--White);
}

.WhyCopy {
  position: sticky;
  top: 130px;
}

.WhyCopy p {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
}

.ReasonsList {
  display: grid;
  gap: 1rem;
}

.ReasonsList article {
  position: relative;
  padding: 1.35rem;
  padding-left: 5.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ReasonsList article:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateX(4px);
}

.ReasonIcon {
  position: absolute;
  left: 1.3rem;
  top: 1.35rem;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--White);
  background: rgba(217, 31, 63, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

.ReasonIcon .IASIcon {
  font-size: 1.25rem;
}

.ReasonsList strong {
  display: block;
  font-size: 1.12rem;
}

.ReasonsList p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.ProcessList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ProcessList li {
  position: relative;
  padding: 1.4rem;
  background: var(--White);
  border: 1px solid var(--Line);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ProcessList li:hover,
.ProcessList li:focus-within {
  border-color: rgba(10, 77, 184, 0.32);
  box-shadow: 0 16px 34px rgba(6, 24, 71, 0.09);
  transform: translateY(-4px);
}

.ProcessList span {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 1.4rem;
  color: var(--White);
  background: var(--Blue900);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(8, 47, 137, 0.08);
}

.ProcessList span .IASIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--White);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ProcessList li:hover span,
.ProcessList li:focus-within span {
  animation: IASSoftPulse 1.05s ease-out;
}

.ProcessList li:hover span .IASIcon,
.ProcessList li:focus-within span .IASIcon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ProcessList li:hover span,
.ProcessList li:focus-within span {
  color: transparent;
}

.ProcessList h3 {
  color: var(--Blue950);
}

.ContactSection {
  color: var(--White);
  background: linear-gradient(120deg, var(--Blue900), var(--Blue950));
}

.ContactSection .ContactGrid > div > p:not(.Eyebrow) {
  color: var(--White);
}

.ContactForm {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  color: var(--Ink);
  background: var(--White);
  border-radius: 8px;
  box-shadow: var(--Shadow);
}

.ContactForm label {
  display: grid;
  gap: 0.35rem;
  color: var(--Blue950);
  font-weight: 800;
}

.ContactForm input,
.ContactForm textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  color: var(--Ink);
  background: #FBFCFF;
  border: 1px solid var(--Line);
  border-radius: 6px;
  font: inherit;
}

.ContactForm textarea {
  resize: vertical;
}

.ContactDetails {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ContactDetails p {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.ContactIcon {
  width: 2rem;
  height: 2rem;
  color: var(--White);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.ContactIcon .IASIcon {
  font-size: 1rem;
}

.ContactDetails a,
.MapLink {
  color: var(--White);
  font-weight: 800;
}

.MapLink {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-top: 0.35rem;
}

.MapLink::after {
  content: ">";
  transition: transform 0.2s ease;
}

.MapLink:hover::after,
.MapLink:focus-visible::after {
  transform: translateX(4px);
}

@keyframes IASSoftPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 47, 137, 0.28);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(8, 47, 137, 0);
  }
}

@keyframes FooterCalmGlow {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(2%, -1.2%, 0) scale(1.02);
  }
}

@keyframes FooterQuietDrift {
  0% {
    transform: translateX(-24%);
  }
  100% {
    transform: translateX(24%);
  }
}

.SiteFooter {
  position: relative;
  overflow: hidden;
  padding-block: 4rem 1.6rem;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(145deg, #04102F 0%, #071A49 52%, #061238 100%);
}

.SiteFooter::before {
  position: absolute;
  inset: -20%;
  content: "";
  background:
    radial-gradient(circle at 18% 16%, rgba(234, 241, 255, 0.16), transparent 26%),
    radial-gradient(circle at 76% 28%, rgba(10, 77, 184, 0.22), transparent 28%),
    radial-gradient(circle at 45% 86%, rgba(217, 31, 63, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 44%);
  opacity: 0.92;
  pointer-events: none;
  animation: FooterCalmGlow 24s ease-in-out infinite alternate;
}

.SiteFooter::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 46px);
  opacity: 0.22;
  pointer-events: none;
  transform: translateX(-22%);
  animation: FooterQuietDrift 32s linear infinite;
}

.FooterShell {
  position: relative;
  z-index: 1;
}

.ArticlePage {
  background: var(--White);
}

.ArticleHero {
  color: var(--White);
  background: linear-gradient(120deg, var(--Blue950), var(--Blue900) 68%, #8d1731);
}

.ArticleHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 3rem;
  align-items: end;
  padding-block: 4.7rem;
}

.Breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.Breadcrumbs a {
  color: var(--White);
  font-weight: 800;
  text-decoration: none;
}

.Breadcrumbs a:hover {
  text-decoration: underline;
}

.ArticleStandfirst {
  max-width: 820px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.ArticleMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.ArticleMeta span:not(:last-child)::after {
  margin-left: 1rem;
  content: "|";
  color: rgba(255, 255, 255, 0.38);
}

.ArticleSummary {
  padding: 1.4rem;
  color: var(--Ink);
  background: var(--White);
  border-top: 5px solid var(--Red600);
  border-radius: 8px;
  box-shadow: var(--Shadow);
}

.ArticleSummary h2,
.ArticleToc h2 {
  color: var(--Blue950);
  font-size: 1.2rem;
}

.ArticleHeroImage {
  margin: 1.7rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.ArticleHeroImage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ArticleSummary ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
  padding-left: 1.15rem;
  color: var(--Muted);
}

.ArticleLayout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 4rem;
  align-items: start;
  padding-block: 4.8rem;
}

.ArticleToc {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 0.25rem;
  padding: 1.1rem;
  background: var(--Surface);
  border: 1px solid var(--Line);
  border-radius: 8px;
}

.ArticleToc a {
  padding-block: 0.35rem;
  color: var(--Blue950);
  font-weight: 800;
  text-decoration: none;
}

.ArticleToc a:hover {
  color: var(--Red600);
}

.ArticleContent {
  min-width: 0;
}

.ArticleContent section {
  padding-block: 1.7rem;
  border-bottom: 1px solid var(--Line);
}

.ArticleContent section:first-child {
  padding-top: 0;
}

.ArticleContent h2 {
  margin-bottom: 0.85rem;
  color: var(--Blue950);
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
}

.ArticleContent p,
.ArticleContent li {
  color: var(--Muted);
  font-size: 1.04rem;
}

.ArticleContent ul,
.ArticleContent ol {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding-left: 1.35rem;
}

.GlossaryList {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0;
}

.GlossaryList div {
  padding: 1rem 1.1rem;
  background: var(--Surface);
  border: 1px solid var(--Line);
  border-radius: 8px;
}

.GlossaryList dt {
  color: var(--Blue950);
  font-size: 1.08rem;
  font-weight: 900;
}

.GlossaryList dd {
  margin: 0.25rem 0 0;
  color: var(--Muted);
}

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

.ArticleCallout {
  margin: 1.3rem 0;
  padding: 1rem 1.15rem;
  background: var(--Surface);
  border-left: 4px solid var(--Red600);
  border-radius: 6px;
}

.ArticleCallout strong {
  display: block;
  color: var(--Blue950);
}

.ArticleCallout p {
  margin: 0.25rem 0 0;
}

.ArticleCTA {
  padding: 1.5rem;
  color: var(--White);
  background: linear-gradient(120deg, var(--Blue900), var(--Blue950));
  border-bottom: 0;
  border-radius: 8px;
}

.ArticleCTA h2,
.ArticleCTA p {
  color: var(--White);
}

.ArticleFAQ {
  display: grid;
  gap: 0.75rem;
}

.ArticleFAQ details {
  padding: 1rem 1.1rem;
  background: var(--Surface);
  border: 1px solid var(--Line);
  border-radius: 8px;
}

.ArticleFAQ summary {
  color: var(--Blue950);
  font-weight: 900;
  cursor: pointer;
}

.ArticleFAQ p {
  margin-bottom: 0;
}

.ArticleFooter {
  padding-top: 1.4rem;
  color: var(--Muted);
  font-size: 0.95rem;
}

.FooterCTASection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.4rem;
  color: var(--White);
  background: rgba(255, 255, 255, 0.095);
  border: 1px solid rgba(234, 241, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.FooterCTASection h2 {
  max-width: 780px;
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
}

.FooterCTASection p {
  max-width: 760px;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.FooterKicker {
  margin: 0 0 0.55rem;
  color: #EAF1FF;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.FooterCTAButtons {
  display: grid;
  gap: 0.7rem;
  min-width: 240px;
}

.FooterWhatsApp {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  color: var(--White);
  background: linear-gradient(135deg, #075E54, #0B7C6D);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.FooterWhatsApp:hover,
.FooterWhatsApp:focus-visible {
  box-shadow: 0 14px 30px rgba(7, 94, 84, 0.34);
  transform: translateY(-2px);
}

.FooterTrustStrip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.FooterTrustStrip a {
  position: relative;
  min-height: 118px;
  padding: 1rem;
  color: var(--White);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(234, 241, 255, 0.14);
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.FooterTrustStrip a:hover,
.FooterTrustStrip a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
}

.FooterTrustIcon {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  color: var(--White);
  background: rgba(217, 31, 63, 0.9);
  border-radius: 50%;
}

.FooterTrustIcon .IASIcon {
  font-size: 1.15rem;
}

.FooterTrustStrip strong,
.FooterTrustStrip span:not(.FooterTrustIcon) {
  display: block;
}

.FooterTrustStrip strong {
  line-height: 1.25;
}

.FooterTrustStrip span:not(.FooterTrustIcon) {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.FooterGrid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(170px, 0.7fr) minmax(180px, 0.75fr) minmax(280px, 1.15fr);
  gap: 1.2rem;
  align-items: start;
}

.FooterBrandPanel,
.FooterGroup {
  min-height: 100%;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(234, 241, 255, 0.13);
  border-radius: 8px;
}

.FooterBadgeRow {
  display: grid;
  gap: 0.9rem;
  align-items: start;
  justify-items: start;
  margin-bottom: 1rem;
}

.DigitalBadge {
  width: 100%;
  max-width: 125px;
  max-height: 190px;
  flex: 0 0 125px;
}

.DigitalBadge > div {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 152%;
}

.DigitalBadge iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.SafetyCheckLink {
  display: inline-flex;
  width: min(100%, 125px);
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.SafetyCheckLink:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.SafetyCheckLink img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.FooterSmallText {
  font-size: 0.9rem;
}

.FooterGroup {
  color: rgba(255, 255, 255, 0.72);
}

.FooterGroup summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--White);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.FooterGroup summary::-webkit-details-marker {
  display: none;
}

.FooterGroup summary::after {
  content: "+";
  color: var(--White);
  font-size: 1.15rem;
  transition: transform 0.2s ease;
}

.FooterGroup[open] summary::after {
  transform: rotate(45deg);
}

.FooterLinks,
.FooterContactList {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.FooterLinks a,
.FooterContactList a,
.FooterPolicyBar a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.FooterLinks a:hover,
.FooterLinks a:focus-visible,
.FooterContactList a:hover,
.FooterContactList a:focus-visible,
.FooterPolicyBar a:hover,
.FooterPolicyBar a:focus-visible {
  color: var(--White);
  transform: translateX(3px);
}

.FooterContactList a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.FooterContactList a[href^="mailto:"] {
  white-space: nowrap;
}

.FooterContactList a span {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--White);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.FooterContactList a .IASIcon {
  font-size: 0.85rem;
}

.FooterContactList p {
  margin: 0.35rem 0 0;
}

.FooterPolicyBar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin-top: 1.4rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.FooterBottom {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 1.1rem;
  font-size: 0.88rem;
}

.FooterBottom p {
  margin: 0;
}

.PolicyLayout {
  padding-block: 4.8rem;
}

.PolicyContent {
  max-width: 880px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .Button:hover,
  .Button:focus-visible,
  .TrustRow div:hover,
  .ServiceCard:hover,
  .ServiceCard:focus-within,
  .ReasonsList article:hover,
  .ProcessList li:hover,
  .ProcessList li:focus-within,
  .PanelWhatsApp:hover,
  .PanelWhatsApp:focus-visible,
  .FooterWhatsApp:hover,
  .FooterWhatsApp:focus-visible,
  .FooterTrustStrip a:hover,
  .FooterTrustStrip a:focus-visible,
  .FooterLinks a:hover,
  .FooterLinks a:focus-visible,
  .FooterContactList a:hover,
  .FooterContactList a:focus-visible,
  .FooterPolicyBar a:hover,
  .FooterPolicyBar a:focus-visible {
    transform: none;
  }

  .SiteFooter::before,
  .SiteFooter::after {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .HeaderInner {
    min-height: 78px;
  }

  .Brand {
    flex-basis: 200px;
    width: 200px;
    min-width: 175px;
  }

  .Brand img {
    width: 200px;
  }

  .MainNav {
    justify-content: flex-end;
    gap: 0.9rem;
    font-size: 0.9rem;
  }

  .HeaderCTA {
    flex: 0 0 46px;
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
  }

  .HeaderCTAText {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .HeroGrid,
  .IntroGrid,
  .AboutGrid,
  .WhyGrid,
  .ContactGrid,
  .ArticleHeroGrid,
  .ArticleLayout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .HeroGrid {
    min-height: auto;
  }

  .WhyCopy {
    position: static;
  }

  .ServiceGrid,
  .ReviewsGrid,
  .BlogGrid,
  .ProcessList {
    grid-template-columns: repeat(2, 1fr);
  }

  .FooterCTASection,
  .FooterGrid {
    grid-template-columns: 1fr;
  }

  .FooterContactList a[href^="mailto:"] {
    white-space: normal;
  }

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

  .FooterCTAButtons {
    min-width: 0;
  }

  .ArticleToc {
    position: static;
  }
}

@media (max-width: 680px) {
  .Container {
    width: min(100% - 28px, 1240px);
  }

  .HeaderInner {
    min-height: 68px;
    align-items: center;
    flex-direction: row;
    gap: 0.7rem;
    padding-block: 0.65rem;
  }

  .Brand {
    flex: 0 0 clamp(132px, 40vw, 180px);
    width: clamp(132px, 40vw, 180px);
    min-width: 0;
  }

  .Brand img {
    width: 100%;
  }

  .MainNav {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.85rem;
    padding-bottom: 0.35rem;
    font-size: 0.82rem;
    scrollbar-width: thin;
  }

  .HeroGrid,
  .IntroSection,
  .AboutSection,
  .ReviewsSection,
  .ServicesSection,
  .WhySection,
  .ProcessSection,
  .BlogSection,
  .ContactSection,
  .ArticleHeroGrid,
  .ArticleLayout {
    padding-block: 3.6rem;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  .TrustRow,
  .ServiceGrid,
  .ReviewsGrid,
  .BlogGrid,
  .ProcessList,
  .GlossaryCompact,
  .FooterGrid,
  .FooterTrustStrip {
    grid-template-columns: 1fr;
  }

  .FooterCTASection {
    padding: 1.15rem;
  }

  .FooterBadgeRow {
    align-items: flex-start;
  }

  .FooterPolicyBar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ReviewsHeading {
    align-items: stretch;
    flex-direction: column;
  }

  .ReviewsRating {
    width: 100%;
  }

  .ConsultPanel,
  .ContactForm,
  .ArticleSummary,
  .ArticleCTA {
    padding: 1.2rem;
  }

  .ArticleMeta {
    display: grid;
    gap: 0.35rem;
  }

  .ArticleMeta span:not(:last-child)::after {
    content: "";
    margin-left: 0;
  }

  .ServiceCard {
    min-height: auto;
  }

  .ServiceCard span {
    margin-bottom: 1.4rem;
  }

  .FooterBottom {
    flex-direction: column;
    gap: 0.75rem;
  }
}
