/* GLOBAL — IT, business consulting and property landing */

:root {
  --bg: #f1f0eb;
  --ink: #18201f;
  --muted: #69716f;
  --panel: #ffffff;
  --line: rgba(24, 32, 31, 0.14);
  --green: #0a7a67;
  --mint: #67d9b6;
  --orange: #f2a65a;
  --dark: #122a27;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "Syne", system-ui, sans-serif;
  --radius: 30px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0, rgba(103, 217, 182, 0.25), transparent 30%),
    radial-gradient(circle at 90% 5%, rgba(242, 166, 90, 0.18), transparent 28%),
    var(--bg);
  font-family: var(--font-body);
  line-height: 1.65;
}

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

.header {
  position: sticky;
  top: 16px;
  z-index: 30;
  width: min(1180px, calc(100% - 28px));
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 50px rgba(18, 42, 39, 0.08);
  backdrop-filter: blur(18px);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--dark);
}

.logo-mark i {
  position: absolute;
  display: block;
  border: 2px solid var(--mint);
  border-radius: 50%;
}

.logo-mark i:nth-child(1) {
  inset: 8px;
}

.logo-mark i:nth-child(2) {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 20px;
  background: var(--mint);
}

.logo-mark i:nth-child(3) {
  width: 8px;
  height: 8px;
  right: 6px;
  bottom: 12px;
  background: var(--orange);
  border-color: var(--orange);
}

.logo b {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.logo small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: var(--muted);
  font-weight: 700;
}

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

.language,
.menu {
  min-width: 52px;
  height: 44px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.menu {
  display: none;
  width: 50px;
}

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

main,
footer {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.hero {
  min-height: 80vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
  align-items: center;
  padding: 88px 0 76px;
}

.tag {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

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

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7.2vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.3vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-copy p,
.profile p,
.areas p,
.steps p,
.contact p {
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.primary {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 16px 30px rgba(10, 122, 103, 0.22);
}

.secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.orbit-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--dark);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(18, 42, 39, 0.2);
}

.orbit {
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto 42px;
  border: 1px solid rgba(103, 217, 182, 0.4);
  border-radius: 50%;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(103, 217, 182, 0.25);
  border-radius: 50%;
}

.orbit::before {
  inset: 22%;
}

.orbit::after {
  inset: 40%;
}

.orbit span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 20px rgba(103, 217, 182, 0.7);
}

.orbit span:nth-child(1) {
  top: 16%;
  left: 47%;
}

.orbit span:nth-child(2) {
  right: 18%;
  bottom: 26%;
  background: var(--orange);
}

.orbit span:nth-child(3) {
  left: 21%;
  bottom: 29%;
  background: #ffffff;
}

.orbit-card strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
}

.orbit-card p {
  color: rgba(255, 255, 255, 0.62);
}

.profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 88px 0;
}

.areas article {
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.areas article:nth-child(2),
.areas article:nth-child(5) {
  background: #d9f3e9;
}

.areas span {
  display: inline-flex;
  margin-bottom: 72px;
  color: var(--green);
  font-weight: 800;
}

.approach {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.steps div {
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.steps b {
  display: block;
  margin-bottom: 52px;
  color: var(--green);
  font-size: 1.18rem;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 0.85fr 1fr;
  gap: 18px;
  padding: 88px 0;
}

address,
form {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  font-style: normal;
}

address p {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

address span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

input,
textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
}

form .button {
  width: 100%;
}

footer {
  padding: 28px 0 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #ffffff;
  }

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

  .menu {
    display: block;
  }

  .hero,
  .profile,
  .contact {
    grid-template-columns: 1fr;
  }

  .areas,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2.8rem;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .areas,
  .steps {
    grid-template-columns: 1fr;
  }
}
