
html,
body{
    margin:0;
    padding:0;
    overflow-x:hidden;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    background:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* -----------------------------------------------
   HOME SECTION — black frame + notch
----------------------------------------------- */
.home-shell {
    position: relative;
    background: #000;
    padding: 28px;
    min-height: 100vh;
}

.home {
    position: relative;
    width: 100%;
    height: calc(100vh - 56px);
    min-height: 664px;
    margin: 0;
    background: #000 url("../assets/globe.png") center 25% / 100% no-repeat;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Notch: sits on top edge of hero card, below shell padding */
.nav-notch {
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 30;
    width: 492px;
    height: 38px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-notch-bg {
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
}

.nav {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 46px;
    align-items: center;
    justify-content: center;
    transform: translateY(-4px);
}

.nav li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav li a:hover {
    color: #fff;
}

/* Top bar: logo left, CTA right — aligned with nav row */
.home-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 56px 0;
    min-height: 38px;
    z-index: 10;
    flex-shrink: 0;
}

.nex {
    width: 213px;
    height: auto;
    display: block;
}

.btn2 {
    color: white;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.08);
    min-width: 171px;
    height: 52px;
    padding: 0 24px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    flex-shrink: 0;
}

.btn2 img {
    width: 14px;
    height: 14px;
}

/* Bottom hero content — grid for precise alignment */
.home-hero-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr minmax(300px, 420px);
    grid-template-rows: auto auto;
    align-content: end;
    column-gap: 60px;
    padding: 0 56px 80px;
}

.hero-left {
    grid-column: 1;
    display: contents;
}

.hero-right {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: end;
    padding-bottom: 2px;
}

.wedo {
    grid-column: 1;
    grid-row: 1;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: clamp(48px, 5.5vw, 76px);
    color: white;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0;
}

.n-eon {
    font-size: 16px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.01em;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

.btn1 {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 28px;
    color: white;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.08);
    min-width: 260px;
    height: 52px;
    padding: 0 28px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn1 img {
    width: 14px;
    height: 14px;
}

.pg2{
    position:relative;
    width:100%;
    min-height:100vh;
    height: auto;
    background:#000;
    border-radius: 32px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 60px;
    box-sizing: border-box;
}

/* Rotating image wrapper for pg2 section */
.rotating-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    width: 100%;
    max-width: 920px;
}

/* rotating-img class — no spin on Primary4, kept neutral */
.rotating-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* p4 specific sizing */
.p4 {
    max-width: 920px;
    width: 100%;
    height: auto;
}

.we{
    background: linear-gradient(
        90deg,
        #FFFFFF 40%,
        #A0A0A0 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(26px, 3.6vw, 48px);
    font-weight: 400;
    padding: 0;
    line-height: 1.35;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.02em;
}

.we-line{
    display: block;
}

.rad{
    display: inline-block;
    width: clamp(120px, 14vw, 200px);
    height: clamp(36px, 3.8vw, 52px);
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    margin: 0 6px 4px;
    -webkit-text-fill-color: initial;
    position: relative;
    top: -2px;
}

.p1{
    padding-right: min(550px, 28vw);
    padding-top: 90px;
}
.pg3{
    position: relative;
    width: calc(100% - 56px);
    height: 100vh;
    min-height: 720px;
    margin: 28px auto;
    background: url("../assets/Subtract.png") center/cover no-repeat;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 64px 80px 52px;
}

.known{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: clamp(52px, 7vw, 100px);
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    line-height: 1.05;
    flex-shrink: 0;
}

.pg3-visual{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 24px 0;
}

.lock-stack{
    position: relative;
    display: inline-block;
    line-height: 0;
}

.lock{
    width: auto;
    height: auto;
    max-height: min(52vh, 520px);
    max-width: min(42vw, 460px);
    object-fit: contain;
    display: block;
}

.lock-icon{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
    min-width: 42px;
    max-width: 66px;
    height: auto;
    pointer-events: none;
    display: block;
    filter: brightness(0) invert(1);
}

.pg3-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-shrink: 0;
}

.pg3-copy{
    max-width: 440px;
}

.rct{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 14px;
}

.para1{
    color: #94A3B8;
    font-size: 16px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.pg3-nav{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.btn3,
.btn4{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0;
    opacity: 1;
}
.aboutus{
    position: relative;
    width: 100%;
    min-height: min(1100px, 140vw);
    border-radius: 32px;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    padding: 72px 56px 0;
}

.aboutus-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1100px;
    flex-shrink: 0;
    margin: 0 auto;
    padding: 0 24px;
}

.about-image-wrapper{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    margin: 0;
    z-index: 1;
    pointer-events: none;
    line-height: 0;
}

.about-static-img{
    width: 100%;
    height: auto;
    min-height: 70%;
    object-fit: cover;
    object-position: center 45%;
    display: block;
}

.aus{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25, 25);
    color: white;
    border: none;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 20px;
    cursor: pointer;
}

.aus .dot{
    width: 8px;
    height: 8px;
}

.acom{
    background: linear-gradient(
        90deg,
        #FFFFFF 45%,
        #666666 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(32px, 5.2vw, 76px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 22px;
    white-space: normal;
}

.para2{
    font-size: 18px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 28px;
}

.para2-line{
    display: block;
    white-space: nowrap;
}

.btn5{
    width: 155px;
    height: 48px;
    background-color: rgb(70, 69, 69);
    color: #FFFFFF;
    border-radius: 80px;
    cursor: pointer;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.btn5 img{
    width: 14px;
    height: 14px;
}
.rob-sec{
    width: calc(100% - 56px);
    margin: 28px auto;
    background: #000;
    overflow: visible;
}

.rob-sec-inner{
    position: relative;
    width: 100%;
    min-height: 540px;
    background: url("../assets/Subtract (1).png") center/cover no-repeat;
    border-radius: 32px;
    overflow: visible;
    padding: 80px 48px 28px;
    display: flex;
    flex-direction: column;
}

.rob-sec-header{
    position: relative;
    z-index: 2;
    max-width: 520px;
    padding-top: 20px;
}

.team-cards-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin-top: auto;
    padding-top: 32px;
    position: relative;
    z-index: 2;
}

.btn6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25, 25);
    color: white;
    border: none;
    margin: 0 0 28px;
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.btn6 .dot{
    width: 8px;
    height: 8px;
}

.tbm{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin: 20px 0 16px;
    line-height: 1.1;
    white-space: normal;
}

.para3{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.5;
}

.rob{
    position: absolute;
    right: 10px;
    top: -95px;
    width: min(520px, 50%);
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.frame1, .frame2, .frame3, .frame4, .frame5, .frame6 {
    flex: 1;
    min-width: 0;
    height: 250px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 8px 32px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 18px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
}

.frame1::before, .frame2::before, .frame3::before,
.frame4::before, .frame5::before, .frame6::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.02) 45%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.frame1 .icon,
.frame2 .icon2,
.frame3 .icon3,
.frame4 .icon4,
.frame5 .icon5,
.frame6 .icon6 {
    position: absolute;
    top: 18px;
    right: 8px;
    left: auto;
    z-index: 1;
}

.frame1 .icon img, .frame2 .icon2 img, .frame3 .icon3 img,
.frame4 .icon4 img, .frame5 .icon5 img, .frame6 .icon6 img {
    object-fit: contain;
    height: 120px;
    width: 120px;
    display: block;
}

.frame1 .content, .frame2 .content, .frame3 .content,
.frame4 .content, .frame5 .content, .frame6 .content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: #FFFFFF;
    font-family: 'Google Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.frame1 .content p, .frame2 .content p, .frame3 .content p,
.frame4 .content p, .frame5 .content p, .frame6 .content p {
    color: #FFFFFF;
    margin: 0;
}

.partners{
    position:relative;
    width:100%;
    height:100vh;
    background: url("../assets/Frame 1686557467.png");
    background-size:cover;
    background-position:center;
    
   
}
.btn7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25,25);
    color: white;
    border: none;
    margin-top: 120px;
    margin-left: 0;
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
}
.collab{
    color: #FFFFFF;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.5vw, 52px);
    padding: 0 24px;
}
.para4{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: -10px;
    padding: 0 24px;
}
.logo{
    margin-top: 50px;
    margin-left: 24px;
    margin-right: 24px;
    max-width: 180px;
    height: auto;
    vertical-align: middle;
}

.partners center {
    display: block;
    padding: 0 24px 48px;
}
.products{
    position: relative;
    z-index: 2;
    width:100%;
    min-height:100vh;
    padding: 0 24px 120px;
    background-size:cover;
    background-position:center;
    box-sizing: border-box;
}
.products-intro{
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}
.btn8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25,25);
    color: white;
    border: none;
    margin-top: 120px;
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
    cursor: pointer;
}
.react{
    color: #FFFFFF;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4.5vw, 52px);
    letter-spacing: -0.02em;
    margin: 16px 0 8px;
    line-height: 1.15;
}
.para5{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    top: 0;
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.6;
}

/* REACTOR cards — responsive grid (replaces fixed Mac/Windows-breaking margins) */
.products-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 340px) minmax(0, 1fr);
    grid-template-areas:
        "c1 mid c2"
        "c3 mid c4"
        "c5 mid c6";
    gap: 28px 32px;
    align-items: center;
    max-width: 1280px;
    margin: 56px auto 0;
    width: 100%;
}

.recon-card1,
.recon-card2,
.recon-card3,
.recon-card4,
.recon-card5,
.recon-card6{
    width: 100%;
    max-width: 390px;
    min-height: 172px;
    padding: 28px 32px;
    background: rgba(20, 20, 20, 0.14);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 14px;
    border: 1px solid white;
    box-sizing: border-box;
    margin: 0;
    justify-self: stretch;
}

.recon-card1{ grid-area: c1; justify-self: end; }
.recon-card2{ grid-area: c2; justify-self: start; }
.recon-card3{ grid-area: c3; justify-self: end; }
.recon-card4{ grid-area: c4; justify-self: start; }
.recon-card5{ grid-area: c5; justify-self: end; }
.recon-card6{ grid-area: c6; justify-self: start; }

.recon-card1 h3,
.recon-card2 h3,
.recon-card3 h3,
.recon-card4 h3,
.recon-card5 h3,
.recon-card6 h3{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.recon-card1 p,
.recon-card2 p,
.recon-card3 p,
.recon-card4 p,
.recon-card5 p,
.recon-card6 p{
    color: #9CA3AF;
    font-size: 14px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 400;
    line-height: 22.8px;
    margin: 0;
}

.recon-card4 p,
.recon-card5 p,
.recon-card6 p{
    font-size: 13px;
}

.recon-card5 ul,
.recon-card6 ul{
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-weight: 400;
    line-height: 22.8px;
    margin: 8px 0 0;
    padding-left: 18px;
}

.connect{
    grid-area: mid;
    margin: 0;
    width: 100%;
    max-width: 340px;
    height: auto;
    justify-self: center;
    align-self: center;
}

.connect img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.service{
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    padding: 56px 56px 32px;
    overflow: hidden;
}

.service-inner{
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0;
}

.service-inner::before{
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) scale(1.06);
    transform-origin: center top;
    width: 100%;
    height: 350px;
    background: url("../assets/bg-eclipse.png") center top / 100% auto no-repeat;
    filter: blur(24px);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 70%,
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 70%,
        rgba(0, 0, 0, 0) 100%
    );
}

.service-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.service-header-left{
    max-width: 760px;
}

.btn9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25, 25);
    color: white;
    border: none;
    margin: 0 0 24px;
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.btn9 .dot{
    width: 8px;
    height: 8px;
}

.ser{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.para6{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.5;
}

.service-touch{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 171px;
    height: 52px;
    padding: 0 24px;
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    flex-shrink: 0;
    margin-top: 8px;
}

.service-touch img{
    width: 14px;
    height: 14px;
}

.service-list{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    z-index: 1;
}

.service-item{
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 32px;
    min-height: 88px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.service-num{
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    color: #5A5A5A;
    letter-spacing: 0.12em;
}

.service-name{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(18px, 2.2vw, 32px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.15;
}

.service-brand{
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    color: #5A5A5A;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.service-toggle{
    background: none;
    border: none;
    color: #C8F135;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 36px;
    text-align: center;
}

.service-toggle.is-close{
    font-size: 28px;
}
.client{
    position: relative;
    width: 100%;
    padding: 64px 56px 40px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.btn10{
    width: 100px;
    height: 32px;
    border-radius: 80px;
    background-color: rgb(25, 25, 25);
    color: white;
    border: none;
    margin: 0 0 24px;
    font-size: 10px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    font-weight: 400;
}

.globe{
    color: #FFFFFF;
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 12px;
}

.para7{
    font-family: 'Neue Montreal', 'Google Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 32px;
}

.glo{
    display: block;
    width: min(920px, 90vw);
    height: auto;
    margin: 0 auto;
}

.footer{
    position: relative;
    width: calc(100% - 56px);
    margin: 0 auto 28px;
    padding: 48px 56px 36px;
    background: url("../assets/home-footer-1.png") center/cover no-repeat;
    border-radius: 30px;
    color: white;
}

.footer-content{
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px 48px;
}

.footer-top{
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.footer-text{
    grid-column: 1 / -1;
    font-size: 14px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
    line-height: 1.7;
    margin: 0;
    max-width: 520px;
}

.footer-logo{
    width: 180px;
}

.footer-links{
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a{
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.footer-middle{
    grid-column: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-self: start;
}

.social-btn{
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-info{
    grid-column: 2;
    position: static;
    display: flex;
    gap: 80px;
    align-self: start;
    justify-self: end;
    margin: 0;
}

.contact-info,
.location{
    line-height: 1.8;
    font-size: 12px;
    font-family: 'Google Sans', 'Google Sans Flex', sans-serif;
}

.footer-bottom{
    grid-column: 1 / -1;
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    opacity: 0.75;
}

/* ---------- Responsive: Mac / mid widths / mobile ---------- */
@media (max-width: 1200px) {
    .products-layout {
        grid-template-columns: minmax(0, 1fr) minmax(140px, 260px) minmax(0, 1fr);
        gap: 20px 20px;
    }

    .recon-card1,
    .recon-card2,
    .recon-card3,
    .recon-card4,
    .recon-card5,
    .recon-card6 {
        padding: 22px 20px;
    }

    .home-hero-content {
        column-gap: 36px;
        padding: 0 40px 64px;
    }

    .pg3 {
        padding: 48px 48px 40px;
    }

    .rob {
        width: min(420px, 42%);
        top: -60px;
    }
}

@media (max-width: 1100px) {
    .team-cards-row {
        flex-wrap: wrap;
    }

    .frame1, .frame2, .frame3, .frame4, .frame5, .frame6 {
        flex: 1 1 calc(33.333% - 10px);
        min-width: 160px;
        height: 220px;
    }

    .frame1 .icon img, .frame2 .icon2 img, .frame3 .icon3 img,
    .frame4 .icon4 img, .frame5 .icon5 img, .frame6 .icon6 img {
        height: 96px;
        width: 96px;
    }
}

@media (max-width: 900px) {
    .nav-notch {
        width: min(92vw, 492px);
    }

    .nav {
        gap: 28px;
    }

    .home-header,
    .home-hero-content {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home-hero-content {
        grid-template-columns: 1fr;
        row-gap: 28px;
        padding-bottom: 56px;
    }

    .hero-right {
        grid-column: 1;
        grid-row: auto;
    }

    .btn1 {
        grid-row: auto;
    }

    .nex {
        width: min(180px, 42vw);
    }

    .pg2 {
        height: auto;
        min-height: auto;
        padding: 64px 20px 48px;
    }

    .we {
        font-size: clamp(22px, 4.5vw, 32px);
        line-height: 1.4;
    }

    .rad {
        width: clamp(90px, 22vw, 140px);
        height: clamp(28px, 6vw, 40px);
        margin: 0 4px 2px;
    }

    .rotating-img-wrapper {
        margin-top: 36px;
        max-width: 100%;
    }

    .pg3 {
        width: calc(100% - 32px);
        height: auto;
        min-height: 640px;
        padding: 40px 28px 36px;
    }

    .pg3-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .aboutus {
        padding: 56px 24px 0;
        min-height: min(820px, 160vw);
    }

    .about-image-wrapper {
        max-width: 100%;
    }

    .about-static-img {
        object-position: center 40%;
    }

    .para2-line {
        white-space: normal;
    }

    .rob-sec {
        width: calc(100% - 32px);
    }

    .rob-sec-inner {
        padding: 64px 24px 24px;
        min-height: 0;
    }

    .rob {
        position: relative;
        right: auto;
        top: 0;
        width: min(360px, 70%);
        margin: 12px auto 0;
        display: block;
    }

    .products-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "mid"
            "c1"
            "c2"
            "c3"
            "c4"
            "c5"
            "c6";
        gap: 20px;
        margin-top: 40px;
    }

    .recon-card1,
    .recon-card2,
    .recon-card3,
    .recon-card4,
    .recon-card5,
    .recon-card6,
    .connect {
        justify-self: center;
        max-width: 420px;
    }

    .connect {
        max-width: 280px;
        order: -1;
    }

    .service {
        padding: 40px 28px 24px;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-item {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 16px;
    }

    .service-brand {
        display: none;
    }

    .client {
        padding: 48px 24px 32px;
    }

    .footer {
        width: calc(100% - 32px);
        padding: 40px 28px 28px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-info {
        grid-column: 1;
        justify-self: start;
        flex-wrap: wrap;
        gap: 32px;
    }

    .partners {
        height: auto;
        min-height: 70vh;
        padding-bottom: 64px;
    }

    .react br,
    .para5 br {
        display: none;
    }
}

@media (max-width: 720px) {
    .home-shell {
        padding: 16px;
    }

    .nav-notch {
        top: 16px;
        width: min(96vw, 492px);
    }

    .nav {
        gap: 16px;
    }

    .nav li a {
        font-size: 12px;
    }

    .home {
        height: auto;
        min-height: calc(100vh - 32px);
        border-radius: 20px;
    }

    .home-header {
        padding: 10px 20px 0;
        flex-wrap: wrap;
        gap: 12px;
    }

    .btn2 {
        min-width: 140px;
        height: 44px;
        font-size: 13px;
    }

    .wedo {
        font-size: clamp(32px, 8vw, 44px);
    }

    .wedo br {
        display: none;
    }

    .btn1 {
        min-width: 0;
        width: 100%;
        max-width: 280px;
    }

    .team-cards-row {
        gap: 10px;
    }

    .frame1, .frame2, .frame3, .frame4, .frame5, .frame6 {
        flex: 1 1 calc(50% - 10px);
        height: 200px;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .footer-info {
        flex-direction: column;
        gap: 20px;
    }

    .btn8,
    .btn7,
    .btn10 {
        margin-top: 72px;
    }

    .products {
        padding-bottom: 72px;
    }
}
