/* =========================================================
   INTERNAL PAGES
   AAVV CORP
========================================================= */


/* =========================================================
   SERVICES PAGE HERO
========================================================= */

.services-page-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    padding: 95px 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 48%,
            #0a2d5d 100%
        );
}

.services-page-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.services-page-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.services-glow-one {
    width: 420px;
    height: 420px;
    top: -150px;
    right: 5%;
    background: rgba(39, 168, 255, 0.16);
}

.services-glow-two {
    width: 360px;
    height: 360px;
    left: -100px;
    bottom: -140px;
    background: rgba(22, 141, 226, 0.13);
}

.services-page-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #4cb7ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.services-page-hero h1 {
    max-width: 850px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.6px;
}

.services-page-hero h1 span {
    color: #27a8ff;
}

.services-page-hero p {
    max-width: 760px;
    margin-bottom: 32px;
    color: #c9d8e8;
    font-size: 18px;
    line-height: 1.75;
}

.services-page-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


/* =========================================================
   SERVICES PAGE INTRO
========================================================= */

.services-page-intro {
    width: 100%;
    padding: 90px 24px 70px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );
}

.services-page-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-page-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 10px;
}

.services-page-nav a {
    min-height: 92px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #e2ebf4;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(5, 30, 60, 0.06);
    color: #071d3b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.services-page-nav a:hover {
    transform: translateY(-5px);
    border-color: #b8ddf6;
    box-shadow: 0 16px 36px rgba(5, 30, 60, 0.11);
}

.services-page-nav a span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 9px;
    background:
        linear-gradient(
            145deg,
            #071d3b,
            #168de2
        );
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   SERVICE DETAIL SECTIONS
========================================================= */

.service-detail-section {
    width: 100%;
    padding: 105px 24px;
    background: #ffffff;
    scroll-margin-top: 125px;
}

.service-detail-alt {
    background:
        linear-gradient(
            180deg,
            #f6faff 0%,
            #eef6fc 100%
        );
}

.service-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 90px;
    align-items: center;
}

.reverse-layout {
    grid-template-columns: 0.95fr 1.05fr;
}

.service-detail-content {
    position: relative;
}

.service-detail-number {
    position: absolute;
    top: -48px;
    left: -4px;
    color: rgba(22, 141, 226, 0.08);
    font-size: 108px;
    line-height: 1;
    font-weight: 800;
    pointer-events: none;
}

.service-detail-content .section-label {
    position: relative;
    z-index: 2;
}

.service-detail-content h2 {
    position: relative;
    z-index: 2;
    max-width: 610px;
    margin-bottom: 22px;
    color: #071d3b;
    font-size: 45px;
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: -1px;
}

.service-detail-content h2 span {
    color: #168de2;
}

.service-detail-intro {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin-bottom: 36px;
    color: #5f7187;
    font-size: 17px;
    line-height: 1.75;
}

.service-detail-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-detail-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.service-detail-item > span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #edf7ff;
    border: 1px solid #d7ecfb;
    color: #168de2;
    font-size: 14px;
    font-weight: 800;
}

.service-detail-item h3 {
    margin-bottom: 5px;
    color: #071d3b;
    font-size: 17px;
    line-height: 1.3;
}

.service-detail-item p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   SERVICE DETAIL VISUAL
========================================================= */

.service-detail-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-visual-card {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-height: 410px;
    padding: 48px 42px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 52%,
            #0b3768 100%
        );
    box-shadow: 0 28px 65px rgba(5, 30, 60, 0.22);
}

.detail-visual-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -80px;
    border-radius: 50%;
    background: rgba(39, 168, 255, 0.13);
    filter: blur(30px);
}

.detail-visual-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -100px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(22, 141, 226, 0.11);
    filter: blur(30px);
}

.detail-visual-icon {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(76, 183, 255, 0.28);
    background: rgba(22, 141, 226, 0.12);
    color: #4cb7ff;
    font-size: 21px;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.17);
}

.detail-visual-small {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #4cb7ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.detail-visual-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.1;
}

.detail-visual-card p {
    position: relative;
    z-index: 2;
    color: #aebfd1;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SERVICE VISUAL DECORATIONS
========================================================= */

.detail-visual-lines {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 52px;
}

.detail-visual-lines span {
    display: block;
    height: 8px;
    border-radius: 8px;
    background:
        linear-gradient(
            90deg,
            rgba(39, 168, 255, 0.85),
            rgba(39, 168, 255, 0.08)
        );
}

.detail-visual-lines span:nth-child(1) {
    width: 88%;
}

.detail-visual-lines span:nth-child(2) {
    width: 66%;
}

.detail-visual-lines span:nth-child(3) {
    width: 78%;
}

.detail-visual-code {
    position: relative;
    z-index: 2;
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.detail-visual-code span {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(76, 183, 255, 0.13);
    color: #4cb7ff;
    font-size: 13px;
    font-weight: 700;
}

.database-stack {
    position: relative;
    z-index: 2;
    width: 180px;
    margin-top: 50px;
}

.database-stack span {
    display: block;
    width: 180px;
    height: 44px;
    margin-top: -8px;
    border-radius: 50%;
    border: 2px solid rgba(76, 183, 255, 0.45);
    background: rgba(22, 141, 226, 0.08);
}

.technology-nodes {
    position: relative;
    z-index: 2;
    width: 230px;
    height: 95px;
    margin-top: 46px;
}

.technology-nodes::before,
.technology-nodes::after {
    content: "";
    position: absolute;
    background: rgba(76, 183, 255, 0.25);
}

.technology-nodes::before {
    width: 190px;
    height: 1px;
    left: 20px;
    top: 46px;
}

.technology-nodes::after {
    width: 1px;
    height: 65px;
    left: 115px;
    top: 15px;
}

.technology-nodes span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #168de2;
    border: 5px solid #0b3768;
    box-shadow: 0 0 0 1px rgba(76, 183, 255, 0.4);
}

.technology-nodes span:nth-child(1) {
    left: 6px;
    top: 34px;
}

.technology-nodes span:nth-child(2) {
    right: 6px;
    top: 34px;
}

.technology-nodes span:nth-child(3) {
    left: 103px;
    top: 3px;
}

.technology-nodes span:nth-child(4) {
    left: 103px;
    bottom: 2px;
}


/* =========================================================
   SHARED INTERNAL CTA
========================================================= */

.services-contact-section {
    width: 100%;
    padding: 70px 24px;
    background:
        linear-gradient(
            120deg,
            #0a2d5d 0%,
            #0d4e88 55%,
            #168de2 100%
        );
}

.services-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.services-contact-section .services-page-label {
    color: #bfe5ff;
    margin-bottom: 10px;
}

.services-contact-section h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
}

.services-contact-section p {
    color: #d9edfb;
    font-size: 15px;
    line-height: 1.6;
}

.services-contact-button {
    min-height: 50px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #0a4175;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.13);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.services-contact-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   ABOUT PAGE HERO
========================================================= */

.about-page-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 95px 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 48%,
            #0a2d5d 100%
        );
}

.about-page-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.about-glow-one {
    width: 430px;
    height: 430px;
    top: -160px;
    right: 4%;
    background: rgba(39, 168, 255, 0.17);
}

.about-glow-two {
    width: 340px;
    height: 340px;
    left: -110px;
    bottom: -130px;
    background: rgba(22, 141, 226, 0.13);
}

.about-page-hero h1 {
    max-width: 780px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.6px;
}

.about-page-hero h1 span {
    color: #27a8ff;
}

.about-page-hero p {
    max-width: 750px;
    margin-bottom: 32px;
    color: #c9d8e8;
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   ABOUT INTRO
========================================================= */

.about-intro-section {
    width: 100%;
    padding: 105px 24px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );
}

.about-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 90px;
    align-items: center;
}

.about-intro-content h2 {
    max-width: 620px;
    margin-bottom: 24px;
    color: #071d3b;
    font-size: 46px;
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: -1px;
}

.about-intro-content h2 span {
    color: #168de2;
}

.about-intro-content > p {
    max-width: 640px;
    margin-bottom: 18px;
    color: #607086;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   ABOUT VISUAL
========================================================= */

.about-intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-main-card {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-height: 420px;
    padding: 48px 42px;
    overflow: hidden;
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 55%,
            #0b3768 100%
        );
    box-shadow: 0 28px 65px rgba(5, 30, 60, 0.22);
}

.about-main-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -90px;
    top: -100px;
    border-radius: 50%;
    background: rgba(39, 168, 255, 0.14);
    filter: blur(35px);
}

.about-main-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(22, 141, 226, 0.11);
    filter: blur(35px);
}

.about-card-small {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    color: #4cb7ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.9px;
}

.about-main-card > h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.15;
}

.about-main-card > p {
    position: relative;
    z-index: 2;
    color: #afc3d7;
    font-size: 14px;
    line-height: 1.6;
}

.about-card-grid {
    position: relative;
    z-index: 2;
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.about-card-grid > div {
    min-height: 92px;
    padding: 17px;
    border-radius: 12px;
    border: 1px solid rgba(76, 183, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

.about-card-grid span {
    display: block;
    margin-bottom: 8px;
    color: #4cb7ff;
    font-size: 17px;
    font-weight: 800;
}

.about-card-grid p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   ABOUT VALUES
========================================================= */

.about-values-section {
    width: 100%;
    padding: 100px 24px 110px;
    background: #ffffff;
}

.about-values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-value-card {
    min-height: 300px;
    padding: 32px 27px;
    border-radius: 15px;
    border: 1px solid #e4ebf3;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f9fbfe 100%
        );
    box-shadow: 0 12px 34px rgba(5, 30, 60, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.about-value-card:hover {
    transform: translateY(-6px);
    border-color: #bddff7;
    box-shadow: 0 18px 42px rgba(5, 30, 60, 0.11);
}

.about-value-number {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background:
        linear-gradient(
            145deg,
            #071d3b,
            #168de2
        );
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.about-value-card h3 {
    margin-bottom: 13px;
    color: #071d3b;
    font-size: 20px;
    line-height: 1.3;
}

.about-value-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ABOUT CAPABILITIES
========================================================= */

.about-capabilities-section {
    width: 100%;
    padding: 105px 24px;
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 50%,
            #0a2d5d 100%
        );
}

.about-capabilities-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 85px;
    align-items: start;
}

.about-capabilities-heading .section-label {
    color: #4cb7ff;
}

.about-capabilities-heading h2 {
    max-width: 500px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: -1px;
}

.about-capabilities-heading h2 span {
    color: #27a8ff;
}

.about-capabilities-heading p {
    max-width: 520px;
    color: #afc2d5;
    font-size: 16px;
    line-height: 1.75;
}

.about-capabilities-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-capability {
    min-height: 105px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 58px 1fr 30px;
    gap: 18px;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.about-capability:hover {
    transform: translateX(6px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(76, 183, 255, 0.30);
}

.about-capability-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(22, 141, 226, 0.13);
    border: 1px solid rgba(76, 183, 255, 0.22);
    color: #4cb7ff;
    font-size: 14px;
    font-weight: 800;
}

.about-capability h3 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
}

.about-capability p {
    color: #aebfd1;
    font-size: 13px;
    line-height: 1.55;
}

.about-capability-arrow {
    color: #4cb7ff;
    font-size: 21px;
    transition: transform 0.3s ease;
}

.about-capability:hover .about-capability-arrow {
    transform: translateX(4px);
}


/* =========================================================
   CONTACT HERO
========================================================= */

.contact-page-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    padding: 90px 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #04162d 0%,
            #071d3b 48%,
            #0a2d5d 100%
        );
}

.contact-page-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.contact-glow-one {
    width: 430px;
    height: 430px;
    top: -170px;
    right: 4%;
    background: rgba(39, 168, 255, 0.17);
}

.contact-glow-two {
    width: 350px;
    height: 350px;
    left: -110px;
    bottom: -140px;
    background: rgba(22, 141, 226, 0.13);
}

.contact-page-hero h1 {
    max-width: 840px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.contact-page-hero h1 span {
    color: #27a8ff;
}

.contact-page-hero p {
    max-width: 760px;
    color: #c9d8e8;
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   CONTACT MAIN
========================================================= */

.contact-main-section {
    width: 100%;
    padding: 100px 24px 110px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7faff 100%
        );
}

.contact-main-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 85px;
    align-items: start;
}

.contact-info-side h2 {
    max-width: 540px;
    margin-bottom: 22px;
    color: #071d3b;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -1px;
}

.contact-info-side h2 span {
    color: #168de2;
}

.contact-intro {
    max-width: 560px;
    margin-bottom: 36px;
    color: #607086;
    font-size: 16px;
    line-height: 1.75;
}

.contact-service-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-service-item {
    min-height: 98px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 15px;
    align-items: center;
    border: 1px solid #e2ebf4;
    border-radius: 13px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(5, 30, 60, 0.05);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-service-item:hover {
    transform: translateX(5px);
    border-color: #bcdff7;
    box-shadow: 0 15px 34px rgba(5, 30, 60, 0.10);
}

.contact-service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background:
        linear-gradient(
            145deg,
            #071d3b,
            #168de2
        );
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.contact-service-item h3 {
    margin-bottom: 4px;
    color: #071d3b;
    font-size: 16px;
}

.contact-service-item p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}




/* =========================================================
   COMPANY CONTACT INFORMATION
========================================================= */

.company-contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}

.company-contact-item {
    min-height: 86px;
    padding: 16px 17px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    align-items: center;
    border: 1px solid #dce8f2;
    border-radius: 12px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );
    text-decoration: none;
    box-shadow: 0 9px 25px rgba(5, 30, 60, 0.05);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.company-contact-item:hover {
    transform: translateY(-3px);
    border-color: #b9ddf7;
    box-shadow: 0 14px 32px rgba(5, 30, 60, 0.10);
}

.company-contact-symbol {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background:
        linear-gradient(
            145deg,
            #071d3b,
            #168de2
        );
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.company-contact-text {
    min-width: 0;
}

.company-contact-text span {
    display: block;
    margin-bottom: 5px;
    color: #168de2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.company-contact-text strong {
    display: block;
    color: #071d3b;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: anywhere;
}


/* =========================================================
   CONTACT FORM CARD
========================================================= */

.contact-form-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 20px;
    border: 1px solid #e2ebf4;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(5, 30, 60, 0.11);
}

.contact-form-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: rgba(39, 168, 255, 0.08);
    filter: blur(25px);
}

.contact-form-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.contact-form-small {
    margin-bottom: 10px;
    color: #168de2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.contact-form-heading h2 {
    margin-bottom: 10px;
    color: #071d3b;
    font-size: 30px;
    line-height: 1.2;
}

.contact-form-heading p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.contact-form {
    position: relative;
    z-index: 2;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-field {
    margin-bottom: 20px;
}

.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: #21364d;
    font-size: 12px;
    font-weight: 700;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    outline: none;
    background: #fbfdff;
    color: #1c2f43;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.contact-field input,
.contact-field select {
    height: 50px;
    padding: 0 15px;
}

.contact-field textarea {
    min-height: 150px;
    padding: 14px 15px;
    resize: vertical;
    line-height: 1.6;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #96a6b6;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #168de2;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(22, 141, 226, 0.09);
}

.contact-submit-button {
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 7px;
    background:
        linear-gradient(
            90deg,
            #0a5ea5,
            #168de2
        );
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(22, 141, 226, 0.18);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.contact-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(22, 141, 226, 0.24);
    background:
        linear-gradient(
            90deg,
            #168de2,
            #27a8ff
        );
}

.contact-submit-button span {
    font-size: 18px;
}

.contact-form-note {
    margin-top: 14px;
    text-align: center;
    color: #8a9bad;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   CONTACT BOTTOM
========================================================= */

.contact-bottom-section {
    width: 100%;
    padding: 85px 24px;
    background: #071d3b;
}

.contact-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.contact-bottom-item {
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.contact-bottom-number {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(22, 141, 226, 0.12);
    border: 1px solid rgba(76, 183, 255, 0.20);
    color: #4cb7ff;
    font-size: 12px;
    font-weight: 700;
}

.contact-bottom-item h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
}

.contact-bottom-item p {
    color: #aebfd1;
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .services-page-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-detail-container,
    .reverse-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .reverse-layout .service-detail-visual {
        order: 2;
    }

    .reverse-layout .service-detail-content {
        order: 1;
    }

    .about-intro-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-capabilities-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-main-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .services-page-hero,
    .about-page-hero,
    .contact-page-hero {
        min-height: 500px;
        padding: 75px 24px;
    }

    .services-page-hero h1,
    .about-page-hero h1,
    .contact-page-hero h1 {
        font-size: 44px;
    }

    .services-page-hero p,
    .about-page-hero p,
    .contact-page-hero p {
        font-size: 16px;
    }

    .service-detail-section {
        padding: 85px 24px;
        scroll-margin-top: 100px;
    }

    .service-detail-content h2 {
        font-size: 36px;
    }

    .service-detail-number {
        top: -36px;
        font-size: 88px;
    }

    .services-contact-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-intro-section {
        padding: 85px 24px;
    }

    .about-intro-content h2 {
        font-size: 38px;
    }

    .about-values-section {
        padding: 85px 24px;
    }

    .about-capabilities-section {
        padding: 85px 24px;
    }

    .about-capabilities-heading h2 {
        font-size: 38px;
    }

    .contact-main-section {
        padding: 85px 24px;
    }

    .contact-info-side h2 {
        font-size: 36px;
    }

    .contact-bottom-container {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .services-page-hero,
    .about-page-hero,
    .contact-page-hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-page-hero h1,
    .about-page-hero h1,
    .contact-page-hero h1 {
        font-size: 36px;
    }

    .services-page-intro {
        padding: 70px 20px 55px;
    }

    .services-page-nav {
        grid-template-columns: 1fr;
    }

    .service-detail-section {
        padding: 75px 20px;
    }

    .service-detail-content h2 {
        font-size: 32px;
    }

    .service-detail-intro {
        font-size: 15px;
    }

    .detail-visual-card {
        min-height: 360px;
        padding: 38px 28px;
    }

    .detail-visual-card h3 {
        font-size: 32px;
    }

    .services-contact-section {
        padding: 55px 20px;
    }

    .services-contact-section h2 {
        font-size: 28px;
    }

    .about-intro-section {
        padding: 75px 20px;
    }

    .about-intro-content h2 {
        font-size: 33px;
    }

    .about-intro-content > p {
        font-size: 15px;
    }

    .about-main-card {
        min-height: 380px;
        padding: 38px 28px;
    }

    .about-main-card > h3 {
        font-size: 30px;
    }

    .about-values-section {
        padding: 75px 20px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        min-height: 260px;
    }

    .about-capabilities-section {
        padding: 75px 20px;
    }

    .about-capabilities-heading h2 {
        font-size: 33px;
    }

    .about-capability {
        grid-template-columns: 52px 1fr 24px;
        gap: 13px;
        padding: 18px;
    }

    .about-capability-icon {
        width: 48px;
        height: 48px;
    }

    .contact-main-section {
        padding: 75px 20px;
    }

    .contact-info-side h2 {
        font-size: 32px;
    }

    .company-contact-info {
        grid-template-columns: 1fr;
    }

    .contact-form-card {
        padding: 32px 24px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-bottom-section {
        padding: 65px 20px;
    }

}


@media (max-width: 420px) {

    .services-page-hero h1,
    .about-page-hero h1,
    .contact-page-hero h1 {
        font-size: 32px;
    }

    .services-page-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .services-page-buttons .hero-btn {
        width: 100%;
    }

    .service-detail-item {
        grid-template-columns: 34px 1fr;
    }

    .detail-visual-code {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-card-grid {
        grid-template-columns: 1fr;
    }

    .about-capability {
        grid-template-columns: 48px 1fr;
    }

    .about-capability-arrow {
        display: none;
    }

    .contact-service-item {
        grid-template-columns: 48px 1fr;
        padding: 16px;
    }

    .contact-service-icon {
        width: 46px;
        height: 46px;
    }

    .contact-form-card {
        padding: 28px 18px;
    }

}