:root {
  --blue: #063c92;
  --blue-dark: #082765;
  --blue-soft: #e9f4ff;
  --orange: #ff5a0a;
  --orange-dark: #df4500;
  --gold: #ffad12;
  --charcoal: #20262d;
  --muted: #66717d;
  --line: #dfe7ee;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(14, 34, 52, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

.shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(32, 38, 45, 0.08);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 214px;
  height: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #3d4650;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(15, 47, 76, 0.16);
}

.nav-cta {
  background: var(--orange);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("assets/iconnection-hero-website.png") center right / cover no-repeat;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(11, 55, 109, 0.72) 68%, rgba(7, 39, 91, 0.56) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(9, 46, 101, 0.16));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 120px 0 110px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 span,
.hero h1 strong {
  display: block;
  font-weight: 900;
}

.hero h1 span {
  color: var(--blue-dark);
}

.hero h1 strong {
  color: var(--orange);
}

.hero-services {
  max-width: 930px;
  margin: 26px 0 0;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 800;
}

.hero-services span::before {
  content: "•";
  padding: 0 10px;
  color: var(--orange);
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  padding: 18px 22px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  font-size: 22px;
  font-weight: 700;
}

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

.button-blue {
  background: var(--blue);
}

.button-orange {
  background: var(--orange);
}

.button-gold {
  color: #26303a;
  background: var(--gold);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--blue-dark);
}

.step-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.online {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.online .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.online .eyebrow {
  color: var(--blue);
}

.step-card {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    var(--white);
  box-shadow: 0 14px 34px rgba(15, 47, 76, 0.08);
  overflow: hidden;
}

.step-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}

.step-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
}

.step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-number {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.step-card h3,
.package-card h3 {
  margin: 0 0 10px;
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.step-card p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.solutions,
.reasons {
  background: #f6f9fc;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.solution-item {
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.solution-item:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 -4px 0 rgba(255, 90, 10, 0.18);
}

.solution-item:nth-child(4n) {
  border-right: 0;
}

.solution-item:nth-last-child(-n+4) {
  border-bottom: 0;
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
}

.icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.microsoft-icon svg {
  fill: currentColor;
  stroke: none;
}

.microsoft {
  background: linear-gradient(135deg, #082765 0%, #063c92 58%, #0a57be 100%);
  color: var(--white);
}

.microsoft-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 44px;
  align-items: center;
}

.microsoft .section-heading {
  margin-bottom: 0;
}

.microsoft .section-heading h2,
.microsoft .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.microsoft .section-heading p:not(.eyebrow) {
  margin: 20px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

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

.m365-grid article {
  min-height: 170px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.m365-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
}

.m365-grid h3,
.m365-grid p {
  margin: 0;
}

.m365-grid h3 {
  margin-bottom: 8px;
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 21px;
}

.m365-grid p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.package-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.package-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 54px 34px 34px;
  border-radius: 8px;
  color: var(--charcoal);
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  overflow: visible;
}

.package-essential {
  border-color: rgba(6, 60, 146, 0.45);
}

.package-business {
  border-color: rgba(255, 173, 18, 0.55);
  transform: translateY(-14px);
}

.package-plus {
  border-color: rgba(255, 90, 10, 0.55);
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 36px;
  border-radius: 8px 8px 0 0;
}

.package-essential::before {
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
}

.package-business::before {
  background: linear-gradient(90deg, var(--gold), #ffc54f);
}

.package-plus::before {
  background: linear-gradient(90deg, var(--orange), #ff7a1d);
}

.package-icon {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  border: 3px solid var(--white);
  box-shadow: 0 12px 28px rgba(8, 39, 101, 0.18);
  transform: translateX(-50%);
  font-size: 36px;
  z-index: 1;
}

.package-business .package-icon {
  background: var(--gold);
}

.package-plus .package-icon {
  background: var(--orange);
}

.popular {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.price {
  margin: 8px 0 24px;
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.from {
  margin: 0;
  font-weight: 800;
  text-align: center;
}

.package-card h3 {
  text-align: center;
  text-transform: uppercase;
}

.package-essential h3,
.package-essential .price {
  color: var(--blue);
}

.package-business h3,
.package-business .price {
  color: var(--gold);
}

.package-plus h3,
.package-plus .price {
  color: var(--orange);
}

.price span {
  display: inline;
  margin-top: 0;
  margin-left: 4px;
  color: var(--charcoal);
  font-size: 16px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  opacity: 0.82;
}

.package-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.package-card li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  padding: 1px 5px;
  font-weight: 900;
}

.package-business li::before {
  background: var(--gold);
}

.package-plus li::before {
  background: var(--orange);
}

.package-card .button {
  width: 100%;
  margin-top: auto;
  box-shadow: none;
}

.package-business .button {
  background: var(--white);
  border: 1px solid rgba(32, 38, 45, 0.12);
}

.additional-services {
  padding: 0 0 88px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.additional-panel {
  display: grid;
  grid-template-columns: 0.48fr 2fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: #f6f7f9;
  box-shadow: 0 16px 36px rgba(14, 34, 52, 0.1);
}

.additional-panel h2 {
  margin: 0;
  color: var(--blue-dark);
  font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.extra-item {
  min-height: 132px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-left: 1px solid #d3d8de;
  text-align: center;
}

.extra-item h3,
.extra-item p {
  margin: 0;
}

.extra-item h3 {
  font-size: 15px;
  line-height: 1.2;
}

.extra-item p {
  color: var(--blue-dark);
  font-size: 16px;
}

.extra-item strong {
  font-size: 24px;
}

.extra-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.extra-highlight {
  outline: 2px dashed var(--orange);
  outline-offset: -2px;
  border-radius: 8px;
  background: var(--white);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.reason-grid div {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 800;
}

.reason-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  flex: 0 0 auto;
}

.trust {
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-grid div {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 22px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: #f6f9fc;
  box-shadow: 0 10px 26px rgba(14, 34, 52, 0.07);
  color: var(--blue-dark);
  font-weight: 900;
}

.final-cta {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 53, 87, 0.96), rgba(18, 104, 179, 0.88)),
    var(--blue-dark);
}

.final-cta .eyebrow,
.final-cta h2,
.final-cta p {
  color: var(--white);
}

.cta-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
}

.cta-layout > *,
.contact-card {
  min-width: 0;
}

.contact-card {
  padding: 30px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-card dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin: 0 0 26px;
}

.contact-card dt {
  font-weight: 900;
}

.contact-card dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.button-wide {
  width: 100%;
}

.footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #20262d;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1.25fr auto auto 1fr;
  gap: 36px;
  align-items: start;
}

.footer h2 {
  color: var(--white);
}

.footer .brand img {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.footer-positioning {
  color: var(--white);
  font-weight: 800;
}

.footer h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.footer a:not(.brand) {
  display: block;
  margin: 7px 0;
}

.footer-line {
  justify-self: end;
  color: var(--white);
  font-weight: 800;
}

.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 16px 34px rgba(19, 79, 43, 0.28);
  font-weight: 900;
}

.whatsapp-button::before {
  content: "☎";
  margin-right: 8px;
}

@media (max-width: 920px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .hero {
    min-height: 650px;
  }

  .hero h1 span,
  .hero-services {
    color: var(--white) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  }

  .hero h1 strong {
    color: var(--orange) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  }

  .hero-services {
    display: grid;
    gap: 6px;
  }

  .hero-services span::before {
    content: none;
  }

  .step-grid,
  .solution-grid,
  .reason-grid,
  .package-grid,
  .microsoft-layout,
  .extra-grid,
  .trust-grid,
  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .cta-layout {
    grid-template-columns: 1fr;
  }

  .contact-card dl {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .package-business {
    transform: none;
  }

  .solution-item:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .solution-item:nth-child(2n) {
    border-right: 0;
  }

  .solution-item:nth-last-child(-n+4) {
    border-bottom: 1px solid var(--line);
  }

  .solution-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }

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

  .extra-item {
    border-left: 0;
    border-top: 1px solid #d3d8de;
  }
}

@media (max-width: 760px) {
  .contact-card dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .brand-text {
    font-size: 21px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 42, 70, 0.96), rgba(8, 42, 70, 0.72));
  }

  .hero-content {
    padding: 92px 0 82px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero h1 span,
  .hero-services {
    color: var(--white);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
  }

  .hero h1 strong {
    color: var(--orange);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
  }

  .hero-copy {
    font-size: 19px;
  }

  .section {
    padding: 66px 0;
  }

  .step-grid,
  .solution-grid,
  .reason-grid,
  .package-grid,
  .microsoft-layout,
  .m365-grid,
  .extra-grid,
  .trust-grid,
  .cta-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 24px;
  }

  .contact-card dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-item,
  .solution-item:nth-child(2n),
  .solution-item:nth-child(4n),
  .solution-item:nth-last-child(-n+2),
  .solution-item:nth-last-child(-n+4) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .solution-item:last-child {
    border-bottom: 0;
  }

  .footer-line {
    justify-self: start;
  }

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