* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "DM Sans", sans-serif;
    background: #0a0e11;
    color: #eef3f1;
    line-height: 1.55;
    overflow-x: hidden
}

body.lock {
    overflow: hidden
}

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

button,
input,
textarea,
select {
    font: inherit
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrap {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.announcement {
    background: #06080a;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: #9ba6a2;
    font-size: 10px
}

.announce-inner {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.announce-inner a {
    color: #f6c42c
}

.live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f1bf2c;
    box-shadow: 0 0 0 4px rgba(241, 191, 44, .1);
    margin-right: 7px
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7, 10, 12, .78);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    transition: .3s
}

.header.scrolled {
    background: rgba(7, 10, 12, .95);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .2)
}

.nav {
    height: 74px;
    display: flex;
    align-items: center;
    gap: 25px
}

.logo {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: max-content
}

.logo-bolt {
    width: 34px;
    height: 34px;
    border: 1px solid #f4be23;
    border-radius: 10px;
    color: #f4be23;
    display: grid;
    place-items: center;
    font-size: 25px;
    line-height: 1
}

.logo b {
    font-family: Manrope;
    display: block;
    font-size: 17px;
    letter-spacing: -.06em;
    line-height: .85
}

.logo small {
    display: block;
    color: #f4be23;
    font-size: 8px;
    letter-spacing: .11em;
    margin-top: 4px
}

nav {
    display: flex;
    gap: 24px;
    margin-left: auto
}

nav a {
    font-size: 11px;
    color: #aeb7b2;
    position: relative
}

nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: #f4be23;
    transform: scaleX(0);
    transition: .22s;
    transform-origin: left
}

nav a:hover,
nav a.active {
    color: #fff
}

nav a:hover:after,
nav a.active:after {
    transform: scaleX(1)
}

.nav-ctas {
    display: flex;
    gap: 8px
}

.outline-btn,
.gold-btn,
.dark-btn,
.light-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 800;
    border: 1px solid transparent;
    padding: 11px 15px;
    transition: .25s;
    cursor: pointer
}

.outline-btn {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
    background: rgba(255, 255, 255, .03)
}

.outline-btn:hover {
    background: #fff;
    color: #111
}

.gold-btn {
    background: #f4be23;
    color: #101214
}

.gold-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(244, 190, 35, .18)
}

.dark-btn {
    background: #101517;
    color: #fff
}

.dark-btn:hover {
    background: #20282c
}

.light-btn {
    background: #fff;
    color: #101214
}

.large {
    padding: 15px 20px
}

.menu {
    display: none;
    background: none;
    border: 0;
    width: 42px;
    height: 42px;
    margin-left: auto
}

.menu i {
    display: block;
    width: 21px;
    height: 2px;
    background: #fff;
    margin: 5px auto
}

.hero {
    min-height: calc(100vh - 107px);
    position: relative;
    overflow: hidden;
    background: #080b0e
}

.hero-texture {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 20%, rgba(244, 190, 35, .12), transparent 30%), linear-gradient(90deg, rgba(7, 10, 12, .96), rgba(7, 10, 12, .56) 52%, rgba(7, 10, 12, .26));
    pointer-events: none
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .5;
    mask-image: linear-gradient(90deg, #000, transparent 95%)
}

.hero-grid {
    min-height: calc(100vh - 107px);
    display: grid;
    grid-template-columns: 1fr .95fr;
    align-items: center;
    gap: 50px;
    position: relative;
    padding: 72px 0
}

.kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c2cbc6;
    font-size: 10px;
    letter-spacing: .17em;
    font-weight: 800
}

.kicker span {
    width: 30px;
    height: 1px;
    background: #f4be23
}

.kicker.dark {
    color: #727d78
}

.hero h1 {
    font-family: Manrope;
    font-size: clamp(54px, 7vw, 90px);
    line-height: .96;
    letter-spacing: -.055em;
    margin-top: 17px
}

.hero h1 em,
.section h2 em,
.final-cta h2 em {
    font-style: normal;
    color: #88928e
}

.hero-copy p {
    max-width: 580px;
    color: #aeb7b3;
    margin: 24px 0 27px;
    font-size: 16px
}

.hero-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.location-pill {
    display: inline-flex;
    margin-top: 19px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .03);
    padding: 9px 12px;
    color: #b4bdb8;
    font-size: 10px
}

.hero-trust {
    display: flex;
    gap: 34px;
    margin-top: 40px
}

.hero-trust div {
    display: grid;
    gap: 3px
}

.hero-trust strong {
    font-family: Manrope;
    font-size: 18px;
    color: #fff
}

.hero-trust span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #79847f
}

.hero-visual {
    height: 640px;
    position: relative
}

.hero-photo {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38)
}

.hero-photo img {
    filter: saturate(.8) contrast(1.03);
    object-position: center
}

.hero-card {
    position: absolute;
    left: -40px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 15px 11px 11px;
    background: rgba(12, 16, 18, .88);
    border: 1px solid rgba(255, 255, 255, .11);
    backdrop-filter: blur(15px);
    min-width: 305px
}

.hero-card img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-position: top center;
    border: 1px solid rgba(244, 190, 35, .28)
}

.hero-card small {
    display: block;
    color: #f4be23;
    font-size: 8px;
    letter-spacing: .15em
}

.hero-card strong {
    display: block;
    font-family: Manrope;
    font-size: 13px;
    margin-top: 3px
}

.hero-card span {
    display: block;
    color: #89948f;
    font-size: 10px;
    margin-top: 3px
}

.hero-badge {
    position: absolute;
    right: -15px;
    top: 35px;
    background: #f4be23;
    color: #111;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px
}

.hero-badge span {
    font-family: Manrope;
    font-size: 20px
}

.hero-badge small {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .13em
}

.trustbar {
    background: #11171a;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trust-grid>div {
    padding: 23px 18px;
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.trust-grid>div:last-child {
    border-right: 0
}

.trust-grid span {
    font-size: 9px;
    color: #f4be23
}

.trust-grid strong {
    display: block;
    font-size: 12px;
    margin-top: 7px
}

.trust-grid small {
    display: block;
    color: #7f8b86;
    font-size: 9px;
    margin-top: 3px
}

.section {
    padding: 115px 0
}

.intro,
.spotlight,
.credentials,
.contact {
    background: #f3f5f2;
    color: #11171a
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.section h2 {
    font-family: Manrope;
    font-size: clamp(43px, 5vw, 67px);
    line-height: 1;
    letter-spacing: -.055em;
    margin-top: 13px
}

.intro-copy p,
.spot-copy p,
.credential-copy p,
.contact-copy>p {
    color: #636d68;
    max-width: 570px;
    font-size: 14px;
    margin-top: 21px
}

.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin: 28px 0
}

.feature-list span {
    font-size: 11px;
    font-weight: 600
}

.profile-panel {
    height: 570px;
    position: relative;
    background: #13191d;
    overflow: hidden
}

.profile-panel img {
    object-position: center 18%;
    filter: saturate(.8)
}

.profile-panel:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 11, 13, .06), rgba(8, 11, 13, .8))
}

.profile-overlay {
    position: absolute;
    left: 28px;
    bottom: 27px;
    z-index: 2;
    color: #fff
}

.profile-overlay span {
    font-size: 9px;
    letter-spacing: .17em;
    color: #f4be23
}

.profile-overlay strong {
    display: block;
    font-family: Manrope;
    font-size: 28px;
    line-height: 1.05;
    margin-top: 8px
}

.services {
    background: #0b0f12
}

.section-head {
    display: grid;
    grid-template-columns: 1fr .62fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 46px
}

.section-head>p {
    color: #808b86;
    font-size: 13px;
    max-width: 470px;
    justify-self: end
}

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

.service-card {
    background: #13191c;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    transition: .35s;
    cursor: pointer
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(244, 190, 35, .45);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .28)
}

.service-image {
    height: 185px;
    position: relative;
    overflow: hidden
}

.service-image img {
    transition: .5s
}

.service-card:hover .service-image img {
    transform: scale(1.05)
}

.service-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .62))
}

.service-number {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 2;
    color: #f4be23;
    font-size: 10px
}

.service-icon {
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(5, 8, 9, .55);
    display: grid;
    place-items: center;
    color: #f4be23
}

.service-body {
    padding: 20px 19px 18px;
    min-height: 180px
}

.service-body h3 {
    font-family: Manrope;
    font-size: 18px;
    letter-spacing: -.03em
}

.service-body p {
    color: #89938e;
    font-size: 11px;
    line-height: 1.65;
    margin-top: 7px
}

.service-body a {
    display: inline-flex;
    margin-top: 18px;
    color: #f4be23;
    font-size: 10px;
    font-weight: 800
}

.solutions {
    background: #e9ece8;
    color: #101517
}

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

.solution-card {
    background: #f5f7f4;
    border: 1px solid #d7dcd8;
    overflow: hidden
}

.solution-card img {
    height: 230px
}

.solution-card div {
    padding: 24px
}

.solution-card small {
    font-size: 9px;
    letter-spacing: .15em;
    color: #8b938f
}

.solution-card h3 {
    font-family: Manrope;
    font-size: 22px;
    line-height: 1.12;
    margin-top: 7px
}

.solution-card p {
    color: #6b7470;
    font-size: 11px;
    margin-top: 9px
}

.solution-card a {
    display: inline-flex;
    margin-top: 17px;
    font-size: 10px;
    font-weight: 800
}

.spotlight {
    background: #f3f5f2
}

.spotlight-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 90px;
    align-items: center
}

.spot-image {
    height: 560px;
    position: relative;
    overflow: hidden;
    background: #111
}

.spot-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.spot-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .62))
}

.spot-stamp {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    letter-spacing: .09em
}

.spot-stamp b {
    color: #f4be23
}

.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px
}

.check-grid>div {
    border-top: 1px solid #dbe0dc;
    padding-top: 13px;
    display: flex;
    gap: 10px
}

.check-grid b {
    font-size: 9px;
    color: #b59017
}

.check-grid span {
    font-size: 11px
}

.numbers {
    display: flex;
    gap: 40px;
    margin-top: 34px
}

.numbers div {
    display: grid
}

.numbers strong {
    font-family: Manrope;
    font-size: 28px;
    letter-spacing: -.05em
}

.numbers span {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #7c8580
}

.projects {
    background: #0b0f12
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 130px;
    gap: 10px
}

.project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .08)
}

.project-card:nth-child(1) {
    grid-column: span 7;
    grid-row: span 4
}

.project-card:nth-child(2) {
    grid-column: span 5;
    grid-row: span 3
}

.project-card:nth-child(3) {
    grid-column: span 5;
    grid-row: span 3
}

.project-card:nth-child(4) {
    grid-column: span 5;
    grid-row: span 4
}

.project-card:nth-child(5) {
    grid-column: span 7;
    grid-row: span 4
}

.project-card img {
    transition: .6s
}

.project-card:hover img {
    transform: scale(1.06)
}

.project-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .82))
}

.project-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 17px;
    z-index: 2
}

.project-overlay small {
    color: #f4be23;
    font-size: 8px;
    letter-spacing: .16em
}

.project-overlay strong {
    display: block;
    font-family: Manrope;
    font-size: 17px;
    margin-top: 5px
}

.project-overlay span {
    display: block;
    color: #a7b0ac;
    font-size: 9px;
    margin-top: 4px
}

.credentials-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 90px;
    align-items: center
}

.credential-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 28px
}

.credential-cards>div {
    border: 1px solid #dfe3e0;
    padding: 16px;
    background: #fff
}

.credential-cards span {
    font-size: 8px;
    letter-spacing: .13em;
    color: #8b9490
}

.credential-cards strong {
    display: block;
    font-family: Manrope;
    font-size: 15px;
    margin-top: 6px
}

.credential-cards small {
    display: block;
    font-size: 9px;
    color: #7a8480;
    margin-top: 3px
}

.privacy-note {
    font-size: 10px!important;
    color: #8b9490!important;
    border-left: 2px solid #f4be23;
    padding-left: 10px
}

.credential-image {
    height: 520px;
    position: relative;
    border: 1px solid #d9ddda;
    overflow: hidden;
    background: #fff
}

.credential-image img {
    object-fit: cover;
    object-position: center
}

.credential-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(8, 11, 13, .88);
    padding: 15px;
    color: #fff;
    backdrop-filter: blur(12px)
}

.credential-caption span {
    color: #f4be23;
    font-size: 8px;
    letter-spacing: .15em
}

.credential-caption strong {
    display: block;
    font-family: Manrope;
    font-size: 14px;
    margin-top: 4px
}

.credential-caption small {
    color: #8e9994;
    font-size: 8px
}

.process {
    background: #11171a
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.process-item {
    padding: 31px 23px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.process-item:last-child {
    border-right: 0
}

.process-item>span {
    font-family: Manrope;
    font-size: 31px;
    color: #f4be23
}

.process-item h3 {
    font-family: Manrope;
    font-size: 17px;
    margin-top: 27px
}

.process-item p {
    color: #84908b;
    font-size: 10px;
    margin-top: 7px
}

.contact-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 80px;
    align-items: start
}

.contact-cards {
    display: grid;
    gap: 10px;
    margin-top: 32px
}

.contact-cards>a,
.contact-cards>div {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #dce1dd;
    padding-top: 13px
}

.contact-cards>div>span,
.contact-cards>a>span {
    width: 36px;
    height: 36px;
    border: 1px solid #d0d6d2;
    display: grid;
    place-items: center;
    color: #a58212;
    font-size: 10px
}

.contact-cards small {
    display: block;
    font-size: 8px;
    letter-spacing: .15em;
    color: #8c958f
}

.contact-cards strong {
    display: block;
    font-size: 12px;
    margin-top: 2px;
    max-width: 420px
}

.quote {
    background: #fff;
    padding: 30px;
    border: 1px solid #dfe4e0;
    display: grid;
    gap: 14px;
    box-shadow: 0 25px 65px rgba(11, 17, 19, .08)
}

.form-top span {
    font-size: 8px;
    letter-spacing: .16em;
    color: #8a928e
}

.form-top strong {
    font-family: Manrope;
    font-size: 21px;
    display: block;
    margin-top: 6px
}

.quote label {
    display: grid;
    gap: 6px;
    font-size: 9px;
    color: #66706b
}

.quote input,
.quote select,
.quote textarea {
    padding: 12px;
    border: 1px solid #dce1dd;
    background: #f6f8f5;
    outline: 0
}

.quote input:focus,
.quote select:focus,
.quote textarea:focus {
    border-color: #111;
    background: #fff
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.form-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.form-note {
    color: #8a9490;
    font-size: 8px
}

.final-cta {
    background: #f4be23;
    color: #111;
    padding: 82px 0
}

.final-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px
}

.final-cta .kicker {
    color: #725a12
}

.final-cta h2 {
    font-family: Manrope;
    font-size: clamp(43px, 5vw, 63px);
    line-height: 1
}

.final-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

footer {
    background: #070a0c;
    color: #fff;
    padding: 72px 0 22px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr 1fr;
    gap: 50px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

footer p {
    color: #77827d;
    font-size: 10px;
    max-width: 300px;
    margin-top: 18px
}

footer h4 {
    font-size: 9px;
    letter-spacing: .14em;
    color: #6e7873;
    text-transform: uppercase;
    margin-bottom: 15px
}

footer .footer-grid>div:not(:first-child) {
    display: grid;
    align-content: start;
    gap: 8px
}

footer a,
footer span {
    font-size: 10px;
    color: #b5bfba
}

footer a:hover {
    color: #f4be23
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    color: #67716c;
    font-size: 8px
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #198957;
    color: #fff;
    display: grid;
    place-items: center;
    z-index: 35;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .3)
}

.floating-wa small {
    position: absolute;
    right: 62px;
    background: #111;
    color: #fff;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 8px;
    opacity: 0;
    transition: .2s;
    pointer-events: none
}

.floating-wa:hover small {
    opacity: 1
}

.service-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 7, 9, .92);
    z-index: 100
}

.service-modal.open {
    display: flex
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    font-size: 22px;
    cursor: pointer
}

.modal-card {
    width: min(850px, 94vw);
    background: #11171a;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    border: 1px solid rgba(255, 255, 255, .12)
}

.modal-card img {
    height: 420px
}

.modal-card>div {
    padding: 34px;
    align-self: center
}

.modal-card small {
    font-size: 8px;
    letter-spacing: .15em;
    color: #f4be23
}

.modal-card h3 {
    font-family: Manrope;
    font-size: 30px;
    line-height: 1.05;
    margin-top: 8px
}

.modal-card p {
    color: #8c9691;
    font-size: 11px;
    line-height: 1.7;
    margin: 14px 0 24px
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: #f4be23;
    width: 0;
    z-index: 300
}

.loader {
    position: fixed;
    inset: 0;
    background: #070a0c;
    z-index: 200;
    display: grid;
    place-items: center;
    transition: .55s
}

.loader.hide {
    opacity: 0;
    visibility: hidden
}

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

.loader-logo span {
    font-size: 42px;
    color: #f4be23
}

.loader-logo strong {
    font-family: Manrope;
    font-size: 23px;
    line-height: .9
}

.loader-logo em {
    font-style: normal;
    color: #f4be23;
    font-size: 10px;
    letter-spacing: .15em
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .7s ease
}

.reveal.show {
    opacity: 1;
    transform: none
}

.delay {
    transition-delay: .12s
}

@media(max-width:1050px) {
    nav {
        gap: 16px
    }
    .nav-ctas .outline-btn {
        display: none
    }
    .hero-grid {
        grid-template-columns: 1fr .9fr
    }
    .hero-visual {
        height: 560px
    }
    .section-head,
    .spotlight-grid,
    .credentials-grid,
    .contact-grid,
    .split {
        gap: 48px
    }
    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .solutions-grid {
        grid-template-columns: 1fr 1fr
    }
    .solution-card:last-child {
        grid-column: span 2
    }
    .project-grid {
        grid-auto-rows: 110px
    }
    .trust-grid>div {
        padding: 20px 12px
    }
}

@media(max-width:800px) {
    .wrap {
        width: min(100% - 28px, 680px)
    }
    .announce-inner {
        height: auto;
        min-height: 34px;
        padding: 7px 0;
        flex-wrap: wrap
    }
    .announce-inner span:nth-child(2) {
        display: none
    }
    .nav {
        height: 66px
    }
    .nav-ctas {
        display: none
    }
    .menu {
        display: block
    }
    .header nav {
        position: fixed;
        left: 14px;
        right: 14px;
        top: 99px;
        background: #0b0f12;
        border: 1px solid rgba(255, 255, 255, .1);
        display: grid;
        gap: 0;
        padding: 7px;
        transform: translateY(-10px);
        opacity: 0;
        pointer-events: none;
        transition: .25s
    }
    .header nav.open {
        transform: none;
        opacity: 1;
        pointer-events: auto
    }
    .header nav a {
        padding: 14px 12px
    }
    .hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 64px 0 46px
    }
    .hero h1 {
        font-size: 53px
    }
    .hero-visual {
        height: 470px;
        margin-top: 8px
    }
    .hero-card {
        left: 10px
    }
    .hero-badge {
        right: 10px
    }
    .trust-grid {
        grid-template-columns: 1fr 1fr
    }
    .trust-grid>div:nth-child(2) {
        border-right: 0
    }
    .trust-grid>div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }
    .section {
        padding: 82px 0
    }
    .split,
    .spotlight-grid,
    .credentials-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }
    .profile-panel,
    .spot-image,
    .credential-image {
        height: 460px
    }
    .section-head {
        grid-template-columns: 1fr;
        gap: 22px
    }
    .section-head>p {
        justify-self: start
    }
    .services-grid {
        grid-template-columns: 1fr
    }
    .solutions-grid {
        grid-template-columns: 1fr
    }
    .solution-card:last-child {
        grid-column: auto
    }
    .project-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px
    }
    .project-card:nth-child(n) {
        grid-column: auto;
        grid-row: auto
    }
    .project-card:first-child,
    .project-card:last-child {
        grid-column: span 2
    }
    .process-grid {
        grid-template-columns: 1fr 1fr
    }
    .process-item:nth-child(2) {
        border-right: 0
    }
    .process-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .two {
        grid-template-columns: 1fr
    }
    .final-inner {
        display: grid;
        gap: 28px
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .footer-grid>div:first-child {
        grid-column: span 2
    }
    .footer-bottom {
        display: grid;
        gap: 8px
    }
    .floating-wa {
        display: none
    }
    .modal-card {
        grid-template-columns: 1fr
    }
    .modal-card img {
        height: 260px
    }
}

@media(max-width:520px) {
    .hero h1 {
        font-size: 46px
    }
    .hero-trust {
        gap: 18px;
        flex-wrap: wrap
    }
    .hero-visual {
        height: 410px
    }
    .hero-card {
        min-width: 0;
        right: 10px
    }
    .hero-badge {
        top: 15px
    }
    .service-image {
        height: 200px
    }
    .feature-list,
    .check-grid,
    .credential-cards,
    .solutions-grid {
        grid-template-columns: 1fr
    }
    .project-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 240px
    }
    .project-card:first-child,
    .project-card:last-child {
        grid-column: auto
    }
    .process-grid {
        grid-template-columns: 1fr
    }
    .process-item {
        border-right: 0!important;
        border-bottom: 1px solid rgba(255, 255, 255, .1)!important
    }
    .process-item:last-child {
        border-bottom: 0!important
    }
    .profile-panel,
    .spot-image,
    .credential-image {
        height: 390px
    }
    .form-actions .large {
        width: 100%
    }
    .footer-grid {
        grid-template-columns: 1fr
    }
    .footer-grid>div:first-child {
        grid-column: auto
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
    *,
    *:before,
    *:after {
        animation-duration: .01ms!important;
        transition-duration: .01ms!important
    }
}

.hero-photo {
    background: #0a0e11;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-photo img {
    object-fit: contain!important;
    object-position: center!important;
    background: #0b0f12;
    border: 1px solid rgba(244, 190, 35, .12)
}

@media(min-width:801px) {
    .hero-photo {
        height: 560px
    }
    .hero-visual {
        height: 560px
    }
}

.service-image {
    height: 205px;
    background: #151b1f
}

.service-image img {
    object-fit: cover
}

.capability-strip {
    background: #0f1518;
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 86px 0
}

.capability-heading {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 60px;
    align-items: end
}

.capability-heading h2 {
    font-family: Manrope;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -.05em;
    margin-top: 12px
}

.capability-heading p {
    font-size: 12px;
    color: #7f8a85;
    max-width: 440px;
    justify-self: end
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.capability-grid>div {
    padding: 24px 16px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.capability-grid>div:last-child {
    border-right: 0
}

.capability-grid span {
    font-size: 9px;
    color: #f4be23
}

.capability-grid strong {
    display: block;
    font-family: Manrope;
    font-size: 17px;
    margin-top: 8px
}

.capability-grid small {
    display: block;
    color: #78837e;
    font-size: 9px;
    margin-top: 4px
}

.faq {
    background: #e8ece8;
    color: #11171a
}

.faq .section-head>p {
    color: #6e7873
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px
}

.faq details {
    background: #f5f7f4;
    border: 1px solid #d8ddda;
    padding: 0 17px
}

.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 17px 0;
    font-family: Manrope;
    font-size: 13px;
    position: relative;
    padding-right: 25px
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary:after {
    content: "+";
    position: absolute;
    right: 0;
    color: #b48d14;
    font-size: 17px
}

.faq details[open] summary:after {
    content: "−"
}

.faq details p {
    font-size: 10px;
    color: #6b7570;
    line-height: 1.7;
    padding: 0 0 17px
}

@media(max-width:800px) {
    .capability-heading {
        grid-template-columns: 1fr;
        gap: 22px
    }
    .capability-heading p {
        justify-self: start
    }
    .capability-grid {
        grid-template-columns: 1fr 1fr
    }
    .capability-grid>div:nth-child(2) {
        border-right: 0
    }
    .capability-grid>div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .faq-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:520px) {
    .capability-grid {
        grid-template-columns: 1fr
    }
    .capability-grid>div {
        border-right: 0!important;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .capability-grid>div:last-child {
        border-bottom: 0
    }
}