:root {
  --navy: #12202c;
  --ink: #192a36;
  --orange: #ef6d2f;
  --orange2: #ff8a3d;
  --cream: #f4f1eb;
  --white: #fff;
  --muted: #65727a;
  --line: #dfe3e3;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--ink);
  font:
    16px/1.65 Arial,
    "Helvetica Neue",
    sans-serif;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.top {
  background: var(--navy);
  color: #d8dee2;
  font-size: 13px;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}
.top a {
  color: #fff;
  font-weight: 800;
}
.top span{display:flex;gap:12px;align-items:center}
.top-instagram{display:grid;width:22px;height:22px;place-items:center}.top-instagram img{display:block;width:20px;height:20px}
.nav {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.brand img{display:block;width:350px;max-width:44vw;height:72px;object-fit:contain;object-position:left center}.footer-brand{display:inline-flex;width:max-content;padding:8px 14px;background:#fff;border-radius:4px}.footer-brand img{width:320px;max-width:100%;height:62px}
.mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  font-size: 20px;
  font-weight: 900;
  transform: skew(-7deg);
}
.brand b {
  display: block;
  font-size: 19px;
  line-height: 1.1;
}
.brand small {
  display: block;
  margin-top: 5px;
  color: #788892;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.menu {
  display: flex;
  gap: 26px;
}
.menu a {
  font-size: 14px;
  font-weight: 800;
}
.menu a:hover {
  color: var(--orange);
}
.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.nav-cta {
  height: 44px;
  padding: 0 19px;
  color: #fff;
  background: var(--orange);
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  font-size: 26px;
}
.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-slides,.hero-slides img{position:absolute;inset:0;width:100%;height:100%}.hero-slides img{object-fit:cover;opacity:0;animation:heroSlide 15s infinite}.hero-slides img:nth-child(2){animation-delay:5s}.hero-slides img:nth-child(3){animation-delay:10s}@keyframes heroSlide{0%{opacity:0;transform:scale(1.03)}7%,30%{opacity:1}37%,100%{opacity:0;transform:scale(1.09)}}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(12, 28, 39, 0.96) 0%,
    rgba(12, 28, 39, 0.78) 42%,
    rgba(12, 28, 39, 0.12) 76%
  );
}
.hero-content {
  position: relative;
  padding: 110px 0 170px;
}
.eyebrow,
.tag {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}
.hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(45px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -3px;
}
.hero h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
}
.hero p {
  max-width: 610px;
  margin: 0 0 32px;
  color: #e4e8ea;
  font-size: 19px;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  min-height: 53px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.btn.primary {
  background: var(--orange);
  color: #fff;
}
.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.hero-facts {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}
.hero-facts div {
  padding: 24px 32px;
  border-right: 1px solid var(--line);
}
.hero-facts div:last-child {
  border: 0;
}
.hero-facts b,
.hero-facts span {
  display: block;
}
.hero-facts b {
  font-size: 18px;
}
.hero-facts span {
  color: var(--muted);
  font-size: 14px;
}
.section {
  padding: 100px 0;
}
.section h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: center;
}
.about-grid > div:first-child p {
  max-width: 650px;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 15px;
  color: var(--orange);
  font-weight: 900;
}
.text-link span {
  font-size: 21px;
}
.promise {
  position: relative;
  padding: 46px;
  background: var(--cream);
  border-top: 5px solid var(--orange);
}
.promise > span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}
.promise h3 {
  margin: 4px 0 8px;
  font-size: 23px;
}
.promise p {
  margin: 0;
  color: var(--muted);
}
.promise-line {
  height: 1px;
  margin: 30px 0;
  background: #d5d1ca;
}
.services {
  background: var(--cream);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}
.section-head h2 {
  max-width: 700px;
  margin: 0;
}
.section-head p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-grid article {
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 32, 44, 0.07);
  transition: 0.25s;
}
.service-grid article:hover {
  transform: translateY(-5px);
}
.service-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service-grid article div {
  position: relative;
  padding: 25px 25px 28px;
}
.service-grid span {
  position: absolute;
  top: -26px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}
.service-grid h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.service-grid p {
  margin: 0;
  color: var(--muted);
}
.why {
  background: var(--navy);
  color: #fff;
}
.tag.light {
  color: var(--orange2);
}
.why-intro {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 50px;
  align-items: start;
}
.why-intro h2 {
  max-width: 850px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 35px;
  background: #41505b;
}
.why-grid div {
  padding: 34px;
  background: var(--navy);
}
.why-grid b {
  color: var(--orange);
  font-size: 15px;
}
.why-grid h3 {
  margin: 16px 0 8px;
  font-size: 20px;
}
.why-grid p {
  margin: 0;
  color: #aeb9c0;
}
.process {
  text-align: center;
}
.process h2 {
  margin-bottom: 46px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.process-grid div {
  position: relative;
  padding: 0 30px;
}
.process-grid i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
}
.process-grid h3 {
  font-size: 21px;
}
.process-grid p {
  color: var(--muted);
}
.faq {
  background: #f7f8f7;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq-grid > div:first-child p {
  color: var(--muted);
}
details {
  padding: 21px 0;
  border-bottom: 1px solid #d6dcdc;
}
summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}
details p {
  color: var(--muted);
}
.contact {
  padding: 80px 0;
  background: var(--orange);
  color: #fff;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}
.contact h2 {
  max-width: 650px;
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
}
.contact p {
  margin: 0;
  color: #fff1e8;
}
.contact-note {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.contact-note small,
.contact-note strong {
  display: block;
}
.contact-note strong {
  margin: 5px 0 12px;
  font-size: 25px;
}
.contact-note p {
  font-size: 14px;
}
.contact-links{display:grid;gap:8px}.contact-links a{color:#fff;font-size:18px;font-weight:900;text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:4px}.social-float{position:fixed;right:20px;bottom:20px;z-index:40;display:grid;gap:10px}.social-float a{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.25)}.social-float img{width:38px;height:38px}
footer {
  padding: 55px 0;
  background: #0b161e;
  color: #aeb9c0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1fr;
  gap: 60px;
  align-items: start;
}
.footer-brand {
  color: #fff;
}
.footer-grid > div:nth-child(2) {
  display: grid;
  gap: 7px;
}
.footer-grid > div:nth-child(2) > b {
  margin-bottom: 8px;
  color: #fff;
}
.footer-grid p {
  margin: 0;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 960px) {
  .menu-button {
    display: block;
  }
  .nav-cta {
    display: none;
  }
  .menu {
    position: absolute;
    z-index: 20;
    top: 115px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  .menu.open {
    display: flex;
  }
  .menu a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .about-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid p {
    text-align: left;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 15px;
  }
  .hero {
    min-height: 650px;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }
  .top .wrap {
    justify-content: center;
  }
  .top span{gap:8px;font-size:11px}.top span>a:last-child{display:none}.top-instagram{display:grid!important}
  .top .wrap > a {
    display: none;
  }
  .nav {
    height: 74px;
  }
  .menu {
    top: 105px;
  }
  .brand b {
    font-size: 16px;
  }
  .brand small {
    letter-spacing: 0.8px;
  }
  .mark {
    width: 40px;
    height: 40px;
  }
  .brand img{width:245px;max-width:70vw;height:58px}.footer-brand img{width:245px;height:52px}
  .hero {
    min-height: 650px;
    align-items: start;
  }
  .hero-content {
    padding: 82px 0 230px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero p {
    font-size: 17px;
  }
  .shade {
    background: linear-gradient(
      90deg,
      rgba(12, 28, 39, 0.94),
      rgba(12, 28, 39, 0.67)
    );
  }
  .hero-facts {
    grid-template-columns: 1fr;
  }
  .hero-facts div {
    padding: 12px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section {
    padding: 70px 0;
  }
  .service-grid,
  .why-grid,
  .process-grid,
  .contact-inner,
  .footer-grid,
  .why-intro {
    grid-template-columns: 1fr;
  }
  .service-grid img {
    aspect-ratio: 16/10;
  }
  .promise {
    padding: 30px;
  }
  .why-grid {
    gap: 0;
  }
  .process-grid {
    gap: 25px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-grid p {
    text-align: left;
  }
}
