:root {
  --navy-950: #020918;
  --navy-900: #061329;
  --navy-850: #091a35;
  --navy-800: #0d2140;
  --blue: #0878f9;
  --blue-light: #56adff;
  --cyan: #8ed8ff;
  --white: #f7faff;
  --muted: #aab9ce;
  --line: rgba(187, 211, 243, 0.14);
  --card: rgba(11, 30, 57, 0.76);
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(8, 120, 249, 0.1), transparent 24rem),
    var(--navy-950);
}

.site-header {
  align-items: center;
  display: flex;
  height: 104px;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.brand {
  width: 340px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.site-nav > a {
  color: #c8d4e5;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease;
}

.site-nav > a:hover {
  color: var(--white);
}

.site-nav .nav-cta {
  align-items: center;
  border: 1px solid rgba(99, 174, 255, 0.5);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  height: 46px;
  padding: 0 21px;
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.site-nav .nav-cta:hover {
  background: rgba(8, 120, 249, 0.14);
  border-color: var(--blue-light);
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 10px;
  position: relative;
  width: 44px;
  z-index: 22;
}

.menu-toggle:focus-visible,
a:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 4px;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  transition: 200ms ease;
  width: 24px;
}

.menu-toggle span:first-child {
  top: 16px;
}

.menu-toggle span:last-child {
  top: 27px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  grid-template-rows: 1fr auto;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 790px;
  overflow: hidden;
  padding: 188px 36px 36px;
  position: relative;
}

.hero::after {
  background: var(--line);
  bottom: 0;
  content: "";
  height: 1px;
  left: 36px;
  position: absolute;
  right: 36px;
}

.hero-copy {
  align-self: center;
  max-width: 730px;
  padding: 0 0 80px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--blue-light);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(8, 120, 249, 0.9);
  height: 7px;
  width: 7px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
}

h1 {
  font-size: clamp(52px, 6.2vw, 84px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.03;
  margin-bottom: 30px;
}

h1 em {
  color: var(--blue-light);
  font-style: normal;
}

.hero-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 38px;
  max-width: 650px;
}

.hero-actions,
.contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 15px 45px rgba(8, 120, 249, 0.24);
}

.button-primary:hover {
  box-shadow: 0 18px 55px rgba(8, 120, 249, 0.42);
}

.button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 18px;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #d8e2ef;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  padding: 7px 0;
  transition: border-color 180ms ease;
}

.text-link:hover {
  border-color: var(--blue-light);
}

.hero-visual {
  align-self: center;
  height: 520px;
  justify-self: end;
  margin: -35px -35px 0 0;
  position: relative;
  width: 560px;
}

.hero-glow {
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  background: rgba(8, 120, 249, 0.08);
  box-shadow: 0 0 150px 100px rgba(8, 120, 249, 0.06);
  height: 380px;
  right: 0;
  top: 150px;
  width: 380px;
}

.hero-glow-two {
  background: rgba(19, 70, 140, 0.12);
  height: 220px;
  right: 300px;
  top: 390px;
  width: 220px;
}

.market-stage {
  height: 100%;
  position: relative;
  width: 100%;
}

.market-ring {
  border: 1px solid rgba(85, 165, 255, 0.12);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ring-outer {
  height: 500px;
  width: 500px;
}

.ring-inner {
  height: 330px;
  width: 330px;
}

.market-routes {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.route-line {
  fill: none;
  stroke: rgba(86, 173, 255, 0.38);
  stroke-dasharray: 5 8;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.route-pulse {
  fill: var(--blue-light);
  filter: drop-shadow(0 0 8px rgba(86, 173, 255, 0.95));
}

.market-point {
  align-items: center;
  display: flex;
  gap: 14px;
  position: absolute;
  z-index: 2;
}

.market-point small,
.market-point strong {
  display: block;
}

.market-point small {
  color: #7189a8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.market-point strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.point-marker {
  background: var(--blue-light);
  background-clip: padding-box;
  border: 5px solid rgba(8, 120, 249, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(8, 120, 249, 0.75);
  box-sizing: content-box;
  height: 9px;
  width: 9px;
}

.point-norway {
  left: 65px;
  top: 250px;
}

.point-sweden {
  right: 35px;
  top: 83px;
}

.point-uk {
  bottom: 83px;
  right: 15px;
}

.point-sweden .point-marker,
.point-uk .point-marker {
  background: #67e2c1;
  border-color: rgba(103, 226, 193, 0.13);
  box-shadow: 0 0 25px rgba(103, 226, 193, 0.55);
}

.market-caption {
  bottom: 15px;
  color: #607995;
  font-size: 11px;
  left: 50%;
  letter-spacing: 0.08em;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.hero-foot {
  align-items: center;
  align-self: end;
  color: #647894;
  display: flex;
  font-size: 11px;
  gap: 30px;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  text-transform: uppercase;
  z-index: 2;
}

.hero-foot > span {
  color: #57708f;
}

.industry-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.industry-list span {
  color: #9eb0c7;
}

.industry-list i {
  background: #304763;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.section {
  margin: 0 auto;
  max-width: 1280px;
  padding: 130px 36px;
}

.section-label {
  align-items: center;
  display: flex;
  gap: 14px;
}

.section-label > span {
  color: var(--blue-light);
  font-family: var(--font-display);
  font-size: 11px;
}

.section-label p {
  color: #8195af;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 56px;
}

.about h2,
.section-heading h2,
.approach h2,
.contact h2 {
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.12;
  margin: 0;
}

.about h2 span,
.section-heading h2 span,
.approach h2 span,
.contact h2 span {
  color: var(--blue-light);
}

.about-copy {
  border-left: 1px solid var(--line);
  padding: 5px 0 5px 38px;
}

.about-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.services {
  padding-top: 50px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 0.65fr 1.35fr;
  margin-bottom: 62px;
}

.section-heading h2 {
  max-width: 800px;
}

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

.service-card {
  background:
    linear-gradient(145deg, rgba(15, 40, 74, 0.58), rgba(6, 22, 44, 0.7)),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 350px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.service-card:hover {
  background:
    linear-gradient(145deg, rgba(17, 48, 90, 0.72), rgba(7, 26, 51, 0.8)),
    var(--card);
  border-color: rgba(81, 162, 255, 0.32);
  transform: translateY(-6px);
}

.card-number {
  color: #4f6682;
  font-size: 11px;
  position: absolute;
  right: 26px;
  top: 24px;
}

.service-icon {
  align-items: center;
  background: rgba(8, 120, 249, 0.1);
  border: 1px solid rgba(74, 159, 255, 0.17);
  border-radius: 12px;
  display: flex;
  height: 58px;
  justify-content: center;
  margin: 24px 0 68px;
  width: 58px;
}

.service-icon svg {
  fill: none;
  height: 30px;
  stroke: var(--blue-light);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  width: 30px;
}

.service-card h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.service-card p {
  color: #8fa3bb;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.approach {
  padding-top: 60px;
}

.approach-panel {
  background:
    radial-gradient(circle at 2% 100%, rgba(8, 120, 249, 0.19), transparent 28rem),
    linear-gradient(135deg, #0d2a52, #071a36 65%, #07162d);
  border: 1px solid rgba(101, 175, 255, 0.18);
  border-radius: 22px;
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 0.8fr;
  overflow: hidden;
  padding: 74px;
  position: relative;
}

.approach-panel::after {
  border: 1px solid rgba(93, 172, 255, 0.1);
  border-radius: 50%;
  bottom: -230px;
  content: "";
  height: 500px;
  left: -220px;
  position: absolute;
  width: 500px;
}

.approach-intro {
  position: relative;
  z-index: 1;
}

.approach .section-label {
  margin-bottom: 38px;
}

.approach h2 {
  margin-bottom: 26px;
}

.approach-intro > p {
  color: #9eb0c7;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 510px;
}

.text-link.light {
  color: var(--white);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px 1fr;
  padding: 27px 0;
}

.steps li:first-child {
  padding-top: 5px;
}

.steps li:last-child {
  border-bottom: 0;
}

.step-number {
  align-items: center;
  border: 1px solid rgba(80, 164, 255, 0.31);
  border-radius: 50%;
  color: var(--blue-light);
  display: flex;
  font-size: 10px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.steps h3 {
  font-size: 18px;
  margin: 2px 0 8px;
}

.steps p {
  color: #8fa3bb;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.contact {
  padding-bottom: 140px;
  padding-top: 95px;
}

.contact-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.contact .eyebrow {
  margin-bottom: 26px;
}

.contact h2 {
  margin-bottom: 27px;
}

.contact-inner > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 670px;
}

.button-secondary {
  border: 1px solid rgba(121, 176, 239, 0.3);
  color: #d9e6f5;
}

.button-secondary:hover {
  background: rgba(21, 58, 99, 0.5);
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: #6f839c;
  display: grid;
  font-size: 12px;
  gap: 30px;
  grid-template-columns: 220px 1fr auto auto;
  margin: 0 auto;
  max-width: 1208px;
  min-height: 120px;
}

.footer-brand {
  width: 190px;
}

.footer-links {
  display: flex;
  gap: 25px;
}

.footer-links a {
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--white);
}

.copyright {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.delay-one {
  transition-delay: 120ms;
}

.reveal.delay-two {
  transition-delay: 240ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .site-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: 1fr 0.7fr;
  }

  .hero-visual {
    margin-right: -40px;
    transform: scale(0.82);
    transform-origin: center right;
  }

  .approach-panel {
    gap: 55px;
    padding: 58px;
  }

  .site-footer {
    margin: 0 36px;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 88px;
    padding: 0 22px;
  }

  .brand {
    width: 280px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    align-items: stretch;
    background: rgba(2, 9, 24, 0.98);
    display: flex;
    flex-direction: column;
    gap: 0;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 80px 32px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-10px);
    transition:
      opacity 200ms ease,
      transform 200ms ease;
    visibility: hidden;
    z-index: 21;
  }

  .site-nav > a {
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 28px;
    padding: 19px 0;
  }

  .site-nav .nav-cta {
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    height: auto;
    padding: 19px 0;
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .menu-open .menu-toggle span:first-child {
    top: 22px;
    transform: rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    top: 22px;
    transform: rotate(-45deg);
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 158px 22px 36px;
  }

  .hero::after {
    left: 22px;
    right: 22px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-visual {
    height: 430px;
    margin: 25px auto 0;
    transform: scale(0.88);
    transform-origin: center;
    width: 520px;
  }

  .hero-foot {
    margin-top: -10px;
    padding-bottom: 18px;
  }

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

  .about-grid,
  .section-heading,
  .approach-panel {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 40px;
  }

  .section-heading {
    gap: 40px;
  }

  .about-copy {
    padding-left: 28px;
  }

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

  .service-card {
    min-height: 310px;
  }

  .service-icon {
    margin-bottom: 45px;
  }

  .approach-panel {
    gap: 65px;
    padding: 48px 35px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 35px 0;
  }
}

@media (max-width: 560px) {
  .brand {
   width: 240px; 
  }

  .hero {
    padding-top: 138px;
  }

  h1 {
    font-size: 49px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
  width: 100%;
  max-width: 320px;
  height: 420px;
  margin: 40px auto;
  left: auto;
  transform: scale(0.6);
  transform-origin: center;
}
  .hero-visual {
  display: none;
}
 .hero-foot {
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  margin-top: 30px;
} 
  .industry-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .industry-list i {
    display: none;
  }

  .section {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .about h2,
  .section-heading h2,
  .approach h2,
  .contact h2 {
    font-size: 39px;
  }

  .services,
  .approach {
    padding-top: 15px;
  }

  .about-copy {
    border-left: 0;
    padding-left: 0;
  }

  .approach-panel {
    border-radius: 16px;
    padding: 38px 25px;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

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

  .site-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 0 22px;
  }

  .footer-links {
    flex-direction: column;
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
