* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #151423;
    font-family: 'Noto Sans', sans-serif;
    color: #BFBFBF;
    font-weight: 400;
    line-height: 1.5;
    scroll-behavior: smooth;
}


@font-face {
    font-family: 'TestFoundersGrotesk';
    src: url('../fonts/TestFoundersGrotesk-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
.in-title-font,
.in-logo-text,
.in-stat-number {
    font-family: 'TestFoundersGrotesk', 'Noto Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.in-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}


.in-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 16px 0;
    background: #151423;
    transition: all 0.25s ease;
}

.in-header-inner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in-logo a {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.in-logo span {
    font-weight: 600;
    color: #c4ab9c;
    font-size: 20px;
}


.in-nav-list {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
}

.in-nav-list li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: color 0.2s;
}

.in-nav-list li a:hover {
    color: #c4ab9c;
}

.in-btn-quick {
    background-color: #c4ab9c;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    transition: 0.2s ease;
}

.in-btn-quick:hover {
    background-color: #b39281;
    color: #000;
}


.in-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}


.in-hero {
    background: url('../img/hero.jpg');
    background-size: cover;
    background-position: left center;
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 0 100px;
}

.in-hero-content {
    max-width: 660px;
}

.in-hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #EBDCD2;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.in-hero-content p {
    font-size: 18px;
    color: #BFBFBF;
    margin-bottom: 42px;
}


.in-btn-primary {
    background-color: #c4ab9c;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 36px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1.2px;
    font-size: 14px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.in-btn-primary:hover {
    background-color: #aa8f7e;
    color: #000;
}


.in-section {
    padding: 70px 0;
}

.in-grid-3 {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.in-card-plus {
    background: #222034;
    flex: 1;
    min-width: 240px;
    padding: 35px 28px 40px 28px;
    transition: transform 0.2s;
}

.in-card-plus img {
    height: 50px;
    color: #c4ab9c;
    margin-bottom: 14px;
    display: inline-block;
}

.in-card-plus h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #EBDCD2;
}

.in-card-plus p {
    color: #BFBFBF;
    font-size: 15px;
}


.in-about-grid {
    display: flex;
    gap: 56px;
    align-items: center;
    flex-wrap: wrap;
}

.in-about-image {
    flex: 0.9;
}

.in-about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.in-about-content {
    flex: 1;
}

.in-about-content p {
    margin-bottom: 14px;
}

.in-about-content h2 {
    font-size: 42px;
    color: #EBDCD2;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.in-list-check {
    list-style: none;
    margin: 32px 0 0;
}

.in-list-check li {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.in-list-check li img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.in-list-check strong {
    font-size: 18px;
    color: #EBDCD2;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.in-list-check p {
    color: #BFBFBF;
    font-size: 15px;
}


.in-stats {
    background: #222034;
    padding: 60px 0;
}

.in-stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.in-stat-item {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

.in-stat-number {
    font-size: 52px;
    font-weight: 600;
    color: #EBDCD2;
    margin-bottom: 8px;
    line-height: 1;
}

.in-stat-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #c4ab9c;
}

.in-divider-vertical {
    width: 1px;
    height: 60px;
    background-color: #3e3b52;
}


.in-section-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.in-section-title h2 {
    font-size: 42px;
    color: #EBDCD2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.in-section-title p {
    font-size: 17px;
}

.in-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.in-service-card {
    background: #222034;
    flex: 1 1 calc(33.33% - 32px);
    min-width: 260px;
    padding: 38px 28px;
    transition: 0.2s;
}

.in-service-card img {
    height: 50px;
    color: #c4ab9c;
    margin-bottom: 14px;
    display: inline-block;
}

.in-service-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #EBDCD2;
}

.in-service-card p {
    font-size: 14px;
    color: #BFBFBF;
    line-height: 1.5;
}



.in-cta-content {
    background: url('../img/cta.jpg');
    background-size: cover;
    background-position: left center;
    text-align: center;
    padding: 90px 20px;
    border: 1px solid #3c3c3c;
    margin-bottom: 50px;
}

.in-cta-content h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.in-cta-content p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 36px;
    color: #EBDCD2;
}


.in-footer {
    background: #0f0e1a;
    padding: 64px 0 36px;
    border-top: 1px solid #2c2a40;
}

.in-footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 48px;
}

.in-footer-col {
    flex: 1;
    min-width: 180px;
}

.in-footer-logo p {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.in-footer-logo span {
    color: #c4ab9c;
    font-size: 20px;
}

.in-footer-logo .in-footer-text {
    font-size: 14px;
    max-width: 240px;
    color: #aaa;
}

.in-footer-col h4 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.in-footer-menu {
    list-style: none;
}

.in-footer-menu li {
    margin-bottom: 14px;
}

.in-footer-menu a {
    text-decoration: none;
    color: #BFBFBF;
    transition: color 0.2s;
}

.in-footer-menu a:hover {
    color: #c4ab9c;
}

.in-footer-contacts p {
    margin-bottom: 12px;
    font-size: 15px;
}

.in-footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 28px;
    border-top: 1px solid #2c2a40;
    font-size: 14px;
}

.in-footer-links {
    display: flex;
    gap: 14px 28px;
    flex-wrap: wrap;
}

.in-footer-links a {
    text-decoration: none;
    color: #BFBFBF;
}

.in-footer-links a:hover {
    color: #c4ab9c;
}


.in-legal-page {
    background: #151423;
    min-height: 100vh;
}

.in-legal-header {
    background: linear-gradient(rgba(21, 20, 35, 0.88), rgba(21, 20, 35, 0.88)), url('../img/bread.webp');
    background-size: cover;
    background-position: center;
    padding: 140px 0 70px;
    text-align: center;
}

.in-legal-title {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 52px;
    color: #EBDCD2;
    margin-bottom: 16px;
}

.in-legal-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: #c4ab9c;
    font-size: 15px;
}

.in-legal-breadcrumb a {
    color: #BFBFBF;
    text-decoration: none;
}

.in-legal-breadcrumb a:hover {
    color: #c4ab9c;
}

.in-legal-breadcrumb span {
    color: #EBDCD2;
}

.in-legal-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 24px 100px;
}

.in-legal-content h2 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 28px;
    color: #EBDCD2;
    margin: 40px 0 20px 0;
}

.in-legal-content h3 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 22px;
    color: #c4ab9c;
    margin: 30px 0 16px 0;
}

.in-legal-content p {
    color: #BFBFBF;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 16px;
}

.in-legal-content ul,
.in-legal-content ol {
    margin: 18px 0 24px 40px;
    color: #BFBFBF;
    line-height: 1.7;
}

.in-legal-content li {
    margin-bottom: 10px;
}

.in-legal-content strong {
    color: #EBDCD2;
    font-weight: 600;
}

.in-legal-divider {
    height: 1px;
    background: #2c2a40;
    margin: 48px 0;
}

.in-legal-updated {
    background: #222034;
    padding: 16px 24px;
    border-left: 3px solid #c4ab9c;
    margin-bottom: 48px;
    font-size: 14px;
    color: #BFBFBF;
}

.in-legal-footer-note {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #2c2a40;
    font-size: 14px;
    color: #8a8a9a;
}



.in-breadcrumb {
    background: linear-gradient(rgba(21, 20, 35, 0.85), rgba(21, 20, 35, 0.85)), url('../img/bread.webp');
    background-size: cover;
    background-position: center;
    padding: 140px 0 70px;
    text-align: center;
}

.in-breadcrumb h1 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 52px;
    color: #EBDCD2;
    margin-bottom: 16px;
}

.in-breadcrumb-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: #c4ab9c;
    font-size: 15px;
}

.in-breadcrumb-nav a {
    color: #BFBFBF;
    text-decoration: none;
    transition: color 0.2s;
}

.in-breadcrumb-nav a:hover {
    color: #c4ab9c;
}

.in-breadcrumb-nav span {
    color: #EBDCD2;
}


.in-contact-blocks {
    padding: 80px 0;
    background: #151423;
}

.in-contact-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
}

.in-contact-item {
    flex: 1;
    min-width: 240px;
    text-align: center;
    padding: 30px 24px;
}

.in-contact-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c4ab9c;
    font-weight: 600;
    margin-bottom: 16px;
}

.in-contact-value {
    color: #EBDCD2;
    font-size: 18px;
    font-weight: 500;
}

.in-contact-divider {
    width: 1px;
    background: #3e3b52;
    align-self: stretch;
}


.in-contact-form-section {
    padding: 0 0 100px;
    background: #151423;
}

.in-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

.in-contact-info {
    flex: 1;
    min-width: 260px;
}

.in-contact-info h2 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 42px;
    color: #EBDCD2;
    margin-bottom: 24px;
}

.in-contact-info p {
    color: #BFBFBF;
    line-height: 1.6;
    margin-bottom: 28px;
}

.in-contact-form-box {
    flex: 1.2;
    min-width: 300px;
    background: #222034;
    padding: 48px 40px;
}

.in-contact-form .in-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.in-contact-form input,
.in-contact-form textarea {
    background: #151423;
    border: 1px solid #3e3b52;
    padding: 14px 18px;
    color: #EBDCD2;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
}

.in-contact-form input:focus,
.in-contact-form textarea:focus {
    border-color: #c4ab9c;
}

.in-contact-form input {
    flex: 1;
}

.in-contact-form textarea {
    width: 100%;
    resize: vertical;
    margin-bottom: 28px;
}

.in-contact-form .in-btn-primary {
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    background-color: #c4ab9c;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 36px;
    font-size: 14px;
    letter-spacing: 1.2px;
    transition: background 0.2s;
}

.in-contact-form .in-btn-primary:hover {
    background-color: #aa8f7e;
    color: #000;
}

.in-form-thankyou {
    margin-top: 20px;
    text-align: center;
    color: #c4ab9c;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .in-contact-wrapper {
        flex-direction: column;
    }

    .in-contact-grid {
        flex-direction: column;
    }

    .in-contact-divider {
        display: none;
    }
}

@media (max-width: 768px) {
    .in-breadcrumb h1 {
        font-size: 38px;
    }

    .in-contact-form-box {
        padding: 32px 24px;
    }

    .in-contact-info h2 {
        font-size: 34px;
    }
}




.in-about-intro {
    padding: 70px 0 40px;
    background: #151423;
}

.in-about-intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.in-about-intro-content h2 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 42px;
    color: #EBDCD2;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.in-about-intro-content p {
    font-size: 16px;
    color: #BFBFBF;
    line-height: 1.6;
}

.in-about-features {
    padding: 40px 0 60px;
    background: #151423;
}

.in-about-features-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.in-about-feature-card {
    flex: 1;
    min-width: 260px;
    background: #222034;
    padding: 40px 28px;
    text-align: center;
}

.in-about-feature-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    object-fit: contain;
}

.in-about-feature-card h3 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 24px;
    color: #EBDCD2;
    margin-bottom: 16px;
}

.in-about-feature-card p {
    color: #BFBFBF;
    font-size: 15px;
    line-height: 1.5;
}

.in-about-story {
    padding: 40px 0 100px;
    background: #151423;
}

.in-about-story-content {
    max-width: 1000px;
    margin: 0 auto;
}

.in-about-story-content h3 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 28px;
    color: #EBDCD2;
    margin: 48px 0 20px 0;
}

.in-about-story-content h3:first-child {
    margin-top: 0;
}

.in-about-story-content p {
    color: #BFBFBF;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .in-about-intro-content h2 {
        font-size: 32px;
    }

    .in-about-features-grid {
        flex-direction: column;
    }

    .in-about-story-content h3 {
        font-size: 24px;
    }
}



.in-services-intro {
    padding: 60px 0 40px;
    background: #151423;
}

.in-services-intro-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.in-services-intro-left {
    flex: 1;
    min-width: 260px;
}

.in-services-intro-left h2 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 34px;
    color: #EBDCD2;
    text-transform: uppercase;
    line-height: 1.1;
}

.in-services-intro-right {
    flex: 1;
    min-width: 260px;
}

.in-services-intro-right p {
    color: #BFBFBF;
    font-size: 16px;
    line-height: 1.6;
}

.in-services-list {
    padding: 40px 0 100px;
    background: #151423;
}

.in-service-block {
    display: flex;
    gap: 22px;
    background: #222034;
    padding: 48px 40px;
    margin-bottom: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.in-service-icon {
    flex-shrink: 0;
    width: 70px;
}

.in-service-icon img {
    width: 60px;
    object-fit: contain;
}

.in-service-content {
    flex: 1;
}

.in-service-content h3 {
    font-family: 'TestFoundersGrotesk', sans-serif;
    font-size: 26px;
    color: #EBDCD2;
    margin-bottom: 18px;
}

.in-service-content>p {
    color: #BFBFBF;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

.in-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.in-service-list li {
    color: #BFBFBF;
    font-size: 15px;
    padding-left: 24px;
    position: relative;
    width: calc(50% - 24px);
    min-width: 200px;
}

.in-service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-image: url('../img/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .in-services-intro-left h2 {
        font-size: 32px;
    }

    .in-services-intro-right p {
        font-size: 16px;
    }

    .in-service-block {
        padding: 32px 24px;
        gap: 24px;
    }

    .in-service-list li {
        width: 100%;
    }

    .in-service-content h3 {
        font-size: 22px;
    }
}






























@media (max-width: 992px) {
    .in-services-grid .in-service-card {
        flex: 1 1 calc(50% - 32px);
    }

    .in-about-grid {
        flex-direction: column;
    }

    .in-stats-grid {
        flex-direction: column;
        gap: 28px;
    }

    .in-divider-vertical {
        display: none;
    }

    .in-stat-item {
        width: 100%;
    }

    .in-hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .in-menu-toggle {
        display: block;
    }
    

    .in-nav-list {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 70px);
        background: #222034;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px;
        gap: 28px;
        transition: 0.3s;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }

    .in-nav-list.active {
        left: 0;
    }

    .in-nav-list li a {
        font-size: 15px;
        color: #fff;
    }

    .in-header-inner{
        width: 100%;
        padding: 0 20px;
    }

    .in-btn-quick {
        margin-left: auto;
        margin-right: 16px;
    }

    .in-grid-3 {
        flex-direction: column;
    }

    .in-services-grid .in-service-card {
        flex: 1 1 100%;
    }

    .in-footer-grid {
        flex-direction: column;
        gap: 32px;
    }

    .in-hero {
        min-height: 70vh;
        padding: 130px 0 40px;
    }
    .in-section{
        padding: 40px 0;
    }
    .in-cta-content h2{
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .in-container {
        padding: 0 20px;
    }

    .in-hero-content h1 {
        font-size: 34px;
    }

    .in-about-content h2,
    .in-section-title h2 {
        font-size: 32px;
    }
    .in-services-intro-wrapper{
        gap: 30px;
    }
    .in-service-icon img{
        width: 50px;
    }
}