.about-section {
    background: linear-gradient(180deg,#fff,#f7fbfe)
}

.navbar {
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg,rgba(3,11,25,.92),rgba(3,11,25,.6) 72%,transparent)
}

.navbar .container {
    flex-wrap: nowrap
}

.navbar-brand {
    flex: 0 0 auto;
    margin-right: 32px
}

.navbar-brand img {
    width: 154px;
    height: 40px
}

.navbar-collapse {
    min-width: 0
}

.navbar-nav {
    flex-wrap: nowrap
}

.navbar .nav-item {
    flex: 0 0 auto
}

.navbar .nav-link {
    white-space: nowrap;
    position: relative;
    padding: 10px 12px!important;
    font-size: 13.12px
}

.navbar .nav-link:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 3px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg,var(--blue),var(--cyan));
    transform: scaleX(0);
    transition: transform .22s ease
}

.navbar .nav-link:hover:after {
    transform: scaleX(1)
}

.navbar .nav-cta {
    white-space: nowrap;
    border-radius: 999px;
    padding: 11.52px 18.4px!important
}

.navbar.scrolled {
    border-bottom-color: rgba(255,255,255,.09)
}

.about-visual {
    position: relative;
    padding: 0 30px 34px 0
}

.about-visual>img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(19,53,88,.18)
}

.about-visual:before {
    content: "";
    position: absolute;
    inset: 38px 0 0 38px;
    border: 1px solid #9adfff;
    border-radius: 24px
}

.about-visual>img,.about-badge,.about-year {
    position: relative;
    z-index: 1
}

.about-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 270px;
    background: #071a34;
    color: #fff;
    padding: 21px 24px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(7,26,52,.25)
}

.about-badge strong,.about-badge span {
    display: block
}

.about-badge strong {
    color: #66d6ff;
    margin-bottom: 7px
}

.about-badge span {
    font-size: 12.48px;
    color: #afc2d6;
    line-height: 1.55
}

.about-year {
    position: absolute;
    left: -18px;
    top: 30px;
    width: 82px;
    height: 82px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: #fff;
    color: #071a34;
    font-weight: 800;
    font-size: 26.4px;
    box-shadow: 0 16px 40px rgba(11,55,93,.18)
}

.about-year span {
    color: #22baf4
}

.about-note {
    border-left: 3px solid var(--cyan);
    padding-left: 18px;
    color: #364b65;
    line-height: 1.75
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-top: 26px
}

.about-values>div {
    padding: 18px 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff
}

.about-values strong,.about-values span {
    display: block
}

.about-values strong {
    font-size: 11.2px;
    color: var(--blue);
    margin-bottom: 7px
}

.about-values span {
    font-size: 12.48px;
    font-weight: 800;
    line-height: 1.4
}

.btn-dark {
    background: #071a34;
    border-color: #071a34
}

.portfolio-section {
    background: #f7f9fc
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 38px 0 34px
}

.portfolio-filters button {
    border: 1px solid #dce7ef;
    background: #fff;
    color: #4c5f75;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 12.8px;
    font-weight: 800;
    transition: .2s
}

.portfolio-filters button:hover,.portfolio-filters button.active {
    background: linear-gradient(135deg,var(--blue),var(--cyan));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(8,124,240,.2)
}

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

.showcase-card {
    height: 390px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 28px;
    isolation: isolate;
    box-shadow: 0 18px 45px rgba(17,44,78,.12);
    transition: transform .3s,opacity .25s
}

.showcase-card:hover {
    transform: translateY(-6px)
}

.showcase-card.is-hidden {
    display: none
}

.showcase-copy {
    position: relative;
    z-index: 4
}

.showcase-copy span {
    font-size: 10.4px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 800;
    opacity: .78
}

.showcase-copy h3 {
    font-size: 24.8px;
    margin: 8px 0 3px
}

.showcase-copy p {
    font-size: 12.8px;
    opacity: .8
}

.shot-cobalt {
    background: linear-gradient(145deg,#06152f,#0759b7)
}

.shot-orange {
    background: linear-gradient(145deg,#ff8416,#f2451c)
}

.shot-violet {
    background: linear-gradient(145deg,#32105f,#7e38de)
}

.shot-aqua {
    background: linear-gradient(145deg,#087e99,#16bfcc)
}

.shot-lime {
    background: linear-gradient(145deg,#182b1a,#48a71e)
}

.shot-midnight {
    background: linear-gradient(145deg,#070d20,#173f85)
}

.shot-pink {
    background: linear-gradient(145deg,#8c155d,#ee4d91)
}

.shot-gold {
    background: linear-gradient(145deg,#6b3511,#da9b42)
}

.shot-blue {
    background: linear-gradient(145deg,#054ca8,#18a9ee)
}

.site-window {
    position: absolute;
    width: 78%;
    height: 56%;
    right: -8%;
    bottom: -4%;
    background: #f8fbff;
    color: #0d2442;
    border-radius: 13px 13px 0 0;
    padding: 40px 24px 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,.25);
    transform: rotate(-4deg)
}

.site-window i {
    position: absolute;
    top: 14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9aabc0
}

.site-window i:nth-child(1) {
    left: 15px
}

.site-window i:nth-child(2) {
    left: 27px
}

.site-window i:nth-child(3) {
    left: 39px
}

.site-window b {
    font-size: 32px
}

.site-window em {
    display: block;
    width: 70%;
    height: 8px;
    background: #dce8f2;
    margin-top: 17px;
    border-radius: 5px
}

.orbit-art {
    position: absolute;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.45);
    right: -35px;
    bottom: -30px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 28px rgba(255,255,255,.08),0 0 0 56px rgba(255,255,255,.05)
}

.orbit-art b {
    font-size: 38.4px;
    transform: rotate(-12deg)
}

.dash-card {
    position: absolute;
    right: 25px;
    bottom: 24px;
    width: 70%;
    height: 48%;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(9px);
    padding: 25px
}

.dash-card b,.dash-card small {
    display: block
}

.dash-card b {
    font-size: 44.8px
}

.dash-card i {
    display: inline-block;
    width: 27%;
    height: 45px;
    background: rgba(255,255,255,.16);
    margin: 20px 8px 0 0;
    border-radius: 7px
}

.product-card {
    position: absolute;
    right: 35px;
    bottom: 25px;
    width: 58%;
    height: 52%;
    background: #fff;
    color: #063b49;
    border-radius: 16px;
    display: grid;
    place-items: center;
    box-shadow: 0 22px 45px rgba(0,0,0,.2);
    transform: rotate(5deg)
}

.product-card b {
    font-size: 72px;
    letter-spacing: -.1em
}

.product-card span {
    position: absolute;
    bottom: 18px;
    font-size: 10.4px;
    text-transform: uppercase;
    letter-spacing: .16em
}

.kinetic-word {
    position: absolute;
    right: 25px;
    bottom: 23px;
    font-size: 67.2px;
    font-weight: 800;
    line-height: .75;
    letter-spacing: -.07em;
    text-align: right
}

.kinetic-word span {
    color: #a6ff49
}

.tech-ring {
    position: absolute;
    right: -15px;
    bottom: -22px;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    border: 22px solid #1b79e5;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 64px;
    box-shadow: 0 0 45px #0e7cf0
}

.lume-pack {
    position: absolute;
    right: 28px;
    bottom: 22px;
    display: flex;
    align-items: end;
    gap: 8px
}

.lume-pack i {
    width: 46px;
    height: 135px;
    background: #ffd7e9;
    border-radius: 7px;
    display: block
}

.lume-pack i:last-child {
    height: 92px
}

.lume-pack b {
    font-size: 80px
}

.monogram {
    position: absolute;
    right: 28px;
    bottom: 10px;
    font-size: 112px;
    font-family: serif;
    font-weight: 700
}

.monogram span {
    font-size: 16px;
    letter-spacing: .2em
}

.wonder-type {
    position: absolute;
    right: 24px;
    bottom: 20px;
    font-size: 62.4px;
    font-weight: 800;
    line-height: .76;
    text-align: right;
    letter-spacing: -.06em
}

.wonder-type span {
    color: #ffd95b
}

.reviews-section {
    background: #fff
}

.reviews-intro {
    color: var(--muted);
    line-height: 1.7
}

.review-card {
    height: 100%;
    min-height: 330px;
    border: 1px solid #e3ebf2;
    border-radius: 18px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(20,54,88,.07);
    display: flex;
    flex-direction: column;
    position: relative
}

.review-card:before {
    content: '“';
    position: absolute;
    right: 22px;
    top: 5px;
    font-size: 112px;
    line-height: 1;
    color: #eef4f8;
    font-family: serif
}

.stars {
    color: #f07820;
    letter-spacing: .05em;
    font-size: 14.72px;
    position: relative;
    z-index: 1
}

.review-card>p {
    font-size: 15.04px;
    line-height: 1.85;
    margin: 24px 0 30px;
    position: relative;
    z-index: 1;
    color: #24384f
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto
}

.reviewer>span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,var(--blue),var(--cyan));
    color: #fff;
    font-weight: 800
}

.reviewer strong,.reviewer small {
    display: block
}

.reviewer strong {
    font-size: 13.6px
}

.reviewer small {
    font-size: 11.52px;
    color: var(--muted);
    margin-top: 3px
}

.review-controls {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 24px
}

.review-controls button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #eaf2f7;
    color: #17314f;
    font-weight: 800
}

.review-controls button:hover {
    background: var(--blue);
    color: #fff
}

@media(max-width: 991.98px) {
    .about-visual {
        max-width:650px;
        margin: auto
    }

    .showcase-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .review-card {
        min-height: 290px
    }
}

@media(min-width: 992px) and (max-width:1100px) {
    .navbar-brand {
        margin-right:12.8px
    }

    .navbar-brand img {
        width: 138px
    }

    .navbar .nav-link {
        padding: 10px 8px!important;
        font-size: 12.16px
    }

    .navbar .nav-cta {
        padding: 10.88px 14.4px!important
    }
}

@media(max-width: 767.98px) {
    .about-visual>img {
        height:420px
    }

    .about-values {
        grid-template-columns: 1fr
    }

    .showcase-grid {
        grid-template-columns: 1fr
    }

    .showcase-card {
        height: 350px
    }

    .review-card {
        min-height: auto
    }

    .carousel-item .col-lg-4+.col-lg-4 {
        margin-top: 18px
    }
}

@media(max-width: 575.98px) {
    .about-visual {
        padding-right:12px
    }

    .about-visual>img {
        height: 350px
    }

    .about-badge {
        width: 235px
    }

    .about-year {
        left: 8px;
        top: 18px
    }

    .portfolio-filters {
        gap: 7px
    }

    .portfolio-filters button {
        padding: 8px 14px
    }

    .showcase-card {
        height: 325px;
        padding: 23px
    }

    .kinetic-word,.wonder-type {
        font-size: 48px
    }
}

/* Requested gallery, footer and fixed pixel typography */
body,p {
    font-size: 16px
}

h1 {
    font-size: 55px;
    line-height: 1.05
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

.hero-copy,.lead-copy,.section-heading p,.reviews-intro {
    font-size: 16px
}

.about-visual {
    padding: 0
}

.about-visual:before {
    inset: 28px -20px -20px 28px
}

.image-portfolio-grid {
    align-items: start
}

.portfolio-image-card {
    height: 310px;
    padding: 0;
    background: #09162a;
    border: 1px solid #dce7ef
}

.portfolio-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease
}

.portfolio-image-card:hover img {
    transform: scale(1.035)
}

.portfolio-image-label {
    position: absolute;
    left: 16px;
    bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(5,14,31,.82);
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: .25s
}

.portfolio-image-card:hover .portfolio-image-label {
    opacity: 1;
    transform: translateY(0)
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.footer-social a {
    color: #9eb2ca;
    white-space: nowrap
}

.footer-social a:hover {
    color: #55ceff
}

.about-badge,.about-year {
    display: none!important
}

@media(max-width: 767.98px) {
    h1 {
        font-size:46px
    }

    h2 {
        font-size: 35px
    }

    .portfolio-image-card {
        height: 280px
    }
}

@media(max-width: 575.98px) {
    h1 {
        font-size:42px
    }

    h2 {
        font-size: 34px
    }

    .portfolio-image-card {
        height: 250px;
        padding: 0
    }

    .footer-social {
        gap: 14px
    }
}

.portfolio-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 38px
}

.portfolio-more-btn {
    min-width: 220px;
    border: 1px solid #0b7ee8;
    border-radius: 999px;
    padding: 14px 24px;
    background: #fff;
    color: #086fc9;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(8,124,240,.12);
    transition: transform .22s ease,background .22s ease,color .22s ease
}

.portfolio-more-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg,var(--blue),var(--cyan));
    color: #fff;
    border-color: transparent
}

.portfolio-more-btn span {
    display: inline-block;
    margin-left: 8px
}

.portfolio-more-btn[hidden] {
    display: none
}

.portfolio-image-card {
    cursor: pointer
}

.portfolio-image-card:focus-visible {
    outline: 3px solid #27b9f2;
    outline-offset: 3px
}

.portfolio-view-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(4,13,28,.62);
    opacity: 0;
    transition: opacity .25s ease
}

.portfolio-view-overlay b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 16px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg,#087cf0,#27b9f2);
    color: #fff;
    font-size: 17px;
    box-shadow: 0 14px 35px rgba(8,124,240,.35);
    transform: translateY(12px);
    transition: transform .25s ease
}

.portfolio-image-card:hover .portfolio-view-overlay,.portfolio-image-card:focus-visible .portfolio-view-overlay {
    opacity: 1
}

.portfolio-image-card:hover .portfolio-view-overlay b,.portfolio-image-card:focus-visible .portfolio-view-overlay b {
    transform: translateY(0)
}

.portfolio-image-label {
    display: none!important
}

.lightbox-open {
    overflow: hidden
}

.portfolio-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0,0,0,.88);
    overflow: auto;
    padding: 70px 72px 40px
}

.portfolio-lightbox[hidden] {
    display: none
}

.lightbox-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 54px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #252525;
    color: #d7d7d7;
    font-size: 13px;
    z-index: 3
}

.lightbox-close {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1
}

.lightbox-stage {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.lightbox-stage img {
    display: block;
    width: auto;
    max-width: min(100%,1050px);
    height: auto;
    box-shadow: 0 16px 70px rgba(0,0,0,.5);
    background: #fff
}

.lightbox-arrow {
    position: fixed;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 25px;
    z-index: 3;
    transform: translateY(-50%);
    transition: .2s
}

.lightbox-arrow:hover {
    background: #087cf0
}

.lightbox-prev {
    left: 12px
}

.lightbox-next {
    right: 12px
}

@media(max-width: 767.98px) {
    .portfolio-lightbox {
        padding:64px 42px 28px
    }

    .lightbox-arrow {
        width: 36px;
        height: 44px
    }

    .lightbox-prev {
        left: 3px
    }

    .lightbox-next {
        right: 3px
    }

    .portfolio-view-overlay b {
        min-width: 145px;
        padding: 14px 20px;
        font-size: 15px
    }
}
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-privacy {
  margin: 12px 0 0;
  color: #697386;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.thank-you-page {
  min-height: 100vh;
  background: radial-gradient(circle at 18% 12%, rgba(39, 185, 242, 0.18), transparent 34%), #071122;
  color: #ffffff;
}

.thank-you-page .navbar {
  background: rgba(7, 17, 34, 0.92);
}

.thank-you-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 130px 20px 70px;
}

.thank-you-card {
  width: min(100%, 720px);
  padding: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
  backdrop-filter: blur(16px);
}

.thank-you-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #27b9f2, #176ee8);
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
}

.thank-you-card h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 54px);
  line-height: 1.08;
}

.thank-you-card p {
  max-width: 570px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.thank-you-card .error-icon {
  background: linear-gradient(135deg, #f97316, #ef4444);
}

@media (max-width: 575.98px) {
  .thank-you-card {
    padding: 38px 24px;
    border-radius: 22px;
  }
}
