:root {
  --orange: #ea5b0c;
  --violet: #312783;
  --ink: #181530;
  --paper: #f6f5fb;
  --line: #cbc8dc;
  --muted: #666278;
}

.brand img {
  display: block;
  width: 64px;
  height: 76px;
  object-fit: contain;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.call-link {
  padding: 10px 16px;
  color: #fff;
  background: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.icon-call {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.7 3.3 4.4 6 7.7 7.7l2.6-2.6c.3-.3.8-.4 1.2-.2 1.3.4 2.6.7 4 .7.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C11.6 22 3 13.4 3 3c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.4.2 2.8.7 4 .1.4 0 .8-.3 1.1l-2.3 2.7z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.7 3.3 4.4 6 7.7 7.7l2.6-2.6c.3-.3.8-.4 1.2-.2 1.3.4 2.6.7 4 .7.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C11.6 22 3 13.4 3 3c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.4.2 2.8.7 4 .1.4 0 .8-.3 1.1l-2.3 2.7z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.icon-arrow,.icon-down,.icon-up {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background-color: currentColor;
}
.icon-arrow {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h15v15h-2.5V8.3L6.8 19 5 17.2 15.7 6.5H5V4z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h15v15h-2.5V8.3L6.8 19 5 17.2 15.7 6.5H5V4z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.icon-down {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.75 3h2.5v13.2l4.6-4.6 1.75 1.8-7.6 7.6-7.6-7.6 1.75-1.8 4.6 4.6V3z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.75 3h2.5v13.2l4.6-4.6 1.75 1.8-7.6 7.6-7.6-7.6 1.75-1.8 4.6 4.6V3z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.icon-up {
  margin-left: 5px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.75 21h2.5V7.8l4.6 4.6 1.75-1.8L12 3l-7.6 7.6 1.75 1.8 4.6-4.6V21z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.75 21h2.5V7.8l4.6 4.6 1.75-1.8L12 3l-7.6 7.6 1.75 1.8 4.6-4.6V21z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero h1 em,
.contact-link span,
.arrow,
.icon,
.kicker {
  color: var(--orange);
}

.primary,
.method,
footer {
  background: var(--violet);
}

.primary:hover {
  background: var(--orange);
}

.hero-visual {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(49,39,131,.08), transparent 64%);
}

.orange-disc {
  display: none;
}

.logo-stage {
  position: relative;
  z-index: 2;
  width: min(330px, 70%);
  display: grid;
  place-items: center;
  background: transparent;
  box-shadow: none;
}

.logo-stage img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(49,39,131,.12));
}

.services {
  background: #ebe9f4;
}

.profile {
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  color: #fff;
  background: var(--violet);
}

.profile .section-number { margin-bottom: 60px; color: rgba(255,255,255,.55); }
.profile .kicker { color: var(--orange); }
.profile h2 { font-size: clamp(38px,5vw,68px); line-height: 1.08; letter-spacing: -3px; }
.profile-role { margin-top: 30px; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; line-height: 1.7; text-transform: uppercase; letter-spacing: 1px; }
.profile-content { padding-top: 72px; }
.profile-block { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.22); }
.profile-index { padding-top: 5px; color: var(--orange); font: 700 11px Manrope,sans-serif; }
.profile-block h3 { margin: 0 0 22px; font-size: 23px; }
.profile-block p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.profile-about p { max-width: 720px; font-size: 18px; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.credentials > div { min-height: 170px; padding: 22px; background: rgba(255,255,255,.07); border-left: 3px solid var(--orange); }
.credentials strong,.credentials small,.credentials em { display: block; }
.credentials strong { margin-bottom: 5px; font: 700 16px Manrope,sans-serif; }
.credentials small { margin-bottom: 23px; color: var(--orange); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.credentials em { color: rgba(255,255,255,.62); font: 400 12px/1.55 "DM Sans",sans-serif; }
.timeline { position: relative; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.25); }
.timeline > div { position: relative; padding: 0 0 34px 15px; }
.timeline > div:last-child { padding-bottom: 0; }
.timeline > div:before { content:""; position:absolute; left:-30px; top:5px; width:9px; height:9px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 5px var(--violet); }
.timeline span { display:block; margin-bottom:8px; color:var(--orange); font-size:11px; font-weight:700; }
.timeline strong { display:block; margin-bottom:8px; font:700 17px Manrope,sans-serif; }
.timeline p { max-width:680px; font-size:13px; }
.experience-head { display:flex; align-items:center; gap:28px; margin-bottom:20px; }
.experience-head > div { min-width:0; }
.experience-head span { margin-bottom:5px; }
.experience-head strong { margin-bottom:3px; }
.experience-head small { display:block; color:rgba(255,255,255,.58); font-size:11px; line-height:1.5; }
.servin-logo-area { width:190px; min-width:190px; padding:14px 16px; display:grid; place-items:center; background:rgba(255,255,255,.96); border-radius:6px; box-shadow:0 10px 24px rgba(0,0,0,.13); }
.servin-logo { display:block; width:100%; height:auto; object-fit:contain; }

.service:hover {
  box-shadow: inset 4px 0 0 var(--orange);
}

.method-panel em {
  color: var(--orange);
}

.footer-brand img {
  filter: drop-shadow(0 0 8px rgba(255,255,255,.15));
}

footer p {
  max-width: 620px;
  text-align: center;
  line-height: 1.6;
}

.call-button {
  color: var(--violet);
  border: 1px solid var(--violet);
  background: transparent;
  gap: 24px;
}

.call-button:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.quote {
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  background: #fff;
}

.quote h2 {
  font-size: clamp(42px,5vw,70px);
  line-height: 1.06;
  letter-spacing: -3px;
}

.quote-intro > p:not(.kicker) {
  max-width: 460px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.quote-phone {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.quote-phone > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
}

.quote-phone div { display: flex; flex-direction: column; gap: 2px; }
.quote-phone small { color: var(--muted); }
.quote-phone strong { font: 700 20px Manrope, sans-serif; color: var(--violet); }
.quote-form { padding: 42px; background: var(--paper); border-top: 5px solid var(--violet); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.field input,.field select,.field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #aaa5bf;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: 15px "DM Sans",sans-serif;
}
.field textarea { resize: vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--orange); }
.privacy { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.privacy input { accent-color: var(--violet); margin-top: 2px; }
.submit-button { width: 100%; margin-top: 25px; border: 0; color: #fff; background: var(--violet); cursor: pointer; }
.submit-button:hover { background: var(--orange); }
.form-note { min-height: 18px; margin: 12px 0 0; color: var(--violet); font-size: 12px; }
.floating-call {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 30px rgba(49,39,131,.25);
  font-size: 13px;
}

@media (max-width: 560px) {
  .brand img { width: 48px; height: 58px; }
  .logo-stage { width: 210px; }
  .hero-visual { height: 420px; padding-bottom: 65px; }
  .project-tag { display: none; }
  footer .footer-brand { margin-inline: auto; }
  .hero-actions { width: 100%; }
  .call-button { width: 100%; }
  .quote { padding: 85px 6vw; grid-template-columns: 1fr; gap: 55px; }
  .quote-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .floating-call { right: 14px; bottom: 14px; }
  .profile { padding: 85px 6vw; }
  .profile h2 { letter-spacing: -2px; }
  .profile-content { padding-top: 10px; }
  .profile-block { grid-template-columns: 32px 1fr; gap: 10px; }
  .profile-about p { font-size: 16px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials > div { min-height: auto; }
  .experience-head { align-items:flex-start; flex-direction:column; gap:15px; }
  .servin-logo-area { width:170px; min-width:170px; padding:12px 14px; }
}

@media (max-width: 900px) {
  .nav-actions { display: none; }
  .quote { grid-template-columns: 1fr; }
  .profile { grid-template-columns: 1fr; }
}
