:root {
  --ink: #ffffff;
  --night: #140728;
  --line: #6177d5;
  --glass: rgba(34, 50, 84, 0.72);
  --shell: min(1128px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: Arial, Helvetica, sans-serif; line-height: 1.35; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
.section { padding: clamp(56px, 8vw, 96px) 0; position: relative; overflow: hidden; }
.shell { width: var(--shell); margin: 0 auto; }

.hero {
  min-height: 640px;
  background: radial-gradient(ellipse at 26% 30%, rgba(157, 89, 92, 0.55) 0 16%, transparent 17%), radial-gradient(ellipse at 75% 18%, rgba(94, 132, 142, 0.6) 0 25%, transparent 26%), radial-gradient(ellipse at 28% 88%, rgba(31, 45, 128, 0.86) 0 28%, transparent 29%), radial-gradient(ellipse at 76% 84%, rgba(105, 78, 117, 0.58) 0 31%, transparent 32%), var(--night);
}
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 480px); gap: clamp(36px, 8vw, 96px); align-items: center; min-height: 520px; }
.hero h1 { margin: 0 0 42px; max-width: 620px; font-size: clamp(2.55rem, 5.4vw, 4.7rem); font-weight: 400; letter-spacing: 0; line-height: 1.15; }
.hero p, .intro__text, .coverage p, .coverage li, .service p, .contact p { font-size: clamp(1.05rem, 2vw, 1.55rem); }
.hero p { max-width: 650px; font-weight: 700; }
.hero__brand { display: grid; place-items: center; padding: clamp(30px, 7vw, 58px); background: #c6dee1; border-radius: 50% 50% 47% 53% / 38% 38% 62% 62%; overflow: hidden; }
.hero__brand img { width: min(330px, 70vw); }

.intro, .coverage { background: radial-gradient(circle at 80% 18%, rgba(70, 97, 185, 0.75), transparent 24%), linear-gradient(180deg, #0e1135 0%, #151039 55%, #210932 100%); }
.intro__text { margin: 0 auto clamp(46px, 8vw, 78px); max-width: 1000px; font-weight: 700; }
.strengths { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.strength-card { min-height: 385px; padding: 26px 20px 24px; border: 2px solid rgba(98, 120, 221, 0.82); border-radius: 8px; background: rgba(12, 13, 48, 0.72); }
.strength-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 20px; }
.strength-card h2, .coverage h2, .service h2 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.1; }
.strength-card p { margin: 0; padding-top: 4px; border-top: 2px solid rgba(98, 120, 221, 0.82); font-size: clamp(1.05rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.08; }

.coverage { padding-top: 70px; }
.coverage__grid { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(320px, 1.15fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.coverage__map { width: 100%; background: #c9e0e3; }
.marker { margin: 0 0 10px; color: #a87fbd; font-size: 4.8rem; line-height: 0.7; }
.coverage__content p { margin: 8px 0 28px; }
.coverage ul { list-style: none; margin: 0; padding: 0; }
.coverage li { margin: 4px 0; }
.partnership { display: grid; grid-template-columns: 34px 1fr; gap: 18px; margin-top: clamp(34px, 6vw, 56px); }
.partnership p { margin: 2px 0 0; }
.pin { width: 30px; height: 30px; margin-top: 4px; border-radius: 50%; background: linear-gradient(135deg, #f6b05d, #9d59a8); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55) inset; position: relative; }
.pin::after { content: ""; position: absolute; left: 13px; top: 26px; width: 4px; height: 64px; background: linear-gradient(#fff, transparent); clip-path: polygon(50% 100%, 0 0, 100% 0); }

.services { background: linear-gradient(rgba(7, 9, 24, 0.42), rgba(7, 9, 24, 0.65)), url("https://synexis.my.canva.site/_assets/media/572a2815b6709862e098eb325affd346.png") center / cover; }
.services__panel { display: grid; gap: 30px; max-width: 990px; margin: 0 auto; padding: clamp(28px, 5vw, 48px); background: var(--glass); }
.service { display: grid; grid-template-columns: 132px minmax(0, 1fr); column-gap: 34px; align-items: center; }
.service__graphic { grid-column: 1; justify-self: center; width: 112px; height: auto; }
.service p { grid-column: 2; margin: 0; font-weight: 700; }

.contact { background: var(--night); }
.contact__grid { display: grid; grid-template-columns: minmax(300px, 506px) minmax(280px, 378px); justify-content: space-between; align-items: center; gap: clamp(34px, 8vw, 96px); }
.contact__card { position: relative; min-height: 600px; overflow: visible; background: url("https://synexis.my.canva.site/_assets/media/e977104d85ea84588132d68a9b2d9b0a.png") center / cover; }
.contact__card > img { display: none; }
.contact__card::after { content: ""; position: absolute; inset: 0; background: rgba(6, 13, 28, 0.35); }
.contact__details { position: relative; padding: 34px 46px 42px; z-index: 1; text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55); }
.contact h2 { margin: 0 0 22px; max-width: 360px; font-size: clamp(3rem, 6vw, 5.1rem); font-weight: 400; letter-spacing: 0; line-height: 0.95; text-transform: uppercase; }
.contact h3 { margin: 24px 0 4px; color: #dce9e8; font-size: clamp(1rem, 2vw, 1.45rem); text-transform: uppercase; }
.contact p { margin: 0; font-weight: 700; }
.contact__logo { background: #c6dee1; padding: clamp(38px, 7vw, 80px); }
.site-footer { display: flex; gap: 28px; padding: 12px 14px; background: #050505; color: #fff; font-size: 0.8rem; }

@media (max-width: 980px) {
  .hero__grid, .coverage__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero__brand, .contact__logo { justify-self: center; width: min(460px, 100%); }
  .strengths { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1128px); }
  .section { padding: 44px 0; }
  .hero__grid { gap: 28px; }
  .hero h1 { margin-bottom: 24px; }
  .hero__brand { padding: 28px; }
  .hero__brand img { width: min(250px, 68vw); }
  .strengths { grid-template-columns: 1fr; }
  .strength-card { min-height: 0; }
  .coverage__content p { margin-bottom: 20px; }
  .partnership { grid-template-columns: 1fr; }
  .pin { display: none; }
  .service { grid-template-columns: 1fr; gap: 12px; text-align: center; }
  .service__graphic,
  .service p { grid-column: 1; }
  .service__graphic { width: 118px; }
  .services__panel { padding: 24px 18px; }
  .contact__card { min-height: 0; }
  .contact__details { padding: 26px 22px 34px; }
  .site-footer { flex-wrap: wrap; }
}
