.inner-page {
    background:
        radial-gradient(circle at 10% 12%, rgba(21, 104, 229, .1), transparent 25%),
        #010921;
}

.inner-shell {
    width: min(calc(100% - (var(--section-gutter) * 2)), 1280px);
    margin-inline: auto;
}

.inner-hero {
    position: relative;
    min-height: 0;
    padding: 28px 0 34px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(101, 145, 225, .12);
    background:
        radial-gradient(circle at 17% 38%, rgba(24, 117, 240, .17), transparent 24%),
        radial-gradient(circle at 85% 18%, rgba(14, 75, 181, .14), transparent 29%),
        linear-gradient(145deg, #031238, #010921 70%);
}

.inner-hero::after {
    content: "";
    position: absolute;
    width: 720px;
    height: 300px;
    left: -150px;
    bottom: -245px;
    border: 1px solid rgba(40, 123, 241, .18);
    border-radius: 50%;
}

.breadcrumbs {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #647796;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: #82baff;
}

.inner-hero__content {
    position: relative;
    z-index: 2;
    max-width: 950px;
}

.inner-kicker {
    margin-bottom: 7px;
    display: block;
    color: #4eb7ff;
    font-size: 13px;
    font-weight: 700;
}

.inner-hero h1 {
    margin: 0;
    color: #f8fbff;
    max-width: 900px;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: -1.2px;
}

.inner-hero h1 span {
    color: #11adf5;
}

.inner-hero__content > p {
    max-width: 780px;
    margin: 10px 0 0;
    color: #9aa8c0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9;
}

.inner-section {
    padding: 105px 0;
    border-bottom: 1px solid rgba(101, 145, 225, .07);
}

.inner-section--soft {
    background: rgba(4, 17, 48, .55);
}

.inner-heading {
    max-width: 790px;
    margin-bottom: 48px;
}

.inner-heading--center {
    margin-inline: auto;
    text-align: center;
}

.inner-heading span {
    color: #31aff9;
    font-size: 12px;
    font-weight: 700;
}

.inner-heading h2 {
    margin: 11px 0 0;
    color: #f2f6ff;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.55;
}

.inner-heading p {
    margin: 15px 0 0;
    color: #8493ac;
    font-size: 15px;
    line-height: 2;
}

.content-grid,
.service-detail-grid,
.contact-layout,
.case-study-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.content-card,
.info-card,
.service-list-card,
.case-card,
.blog-list-card,
.contact-form-card,
.contact-info-card {
    border: 1px solid rgba(104, 148, 226, .19);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(8, 29, 69, .86), rgba(3, 14, 42, .92));
}

.content-card,
.info-card {
    padding: 32px;
}

.content-card h2,
.content-card h3,
.info-card h3 {
    margin: 0 0 14px;
    color: #eff5ff;
    line-height: 1.65;
}

.content-card p,
.info-card p {
    margin: 0;
    color: #8998b2;
    font-size: 14px;
    line-height: 2.15;
}

.prose {
    max-width: 880px;
    margin-inline: auto;
}

.prose p {
    margin: 0 0 22px;
    color: #aab5c8;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.25;
}

.values-grid,
.services-list,
.projects-list,
.blog-list,
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.value-card,
.process-card {
    min-height: 190px;
    padding: 28px;
    border: 1px solid rgba(98, 144, 226, .18);
    border-radius: 22px;
    background: rgba(5, 21, 54, .66);
}

.value-card span,
.process-card span {
    color: #2aaef8;
    font-size: 12px;
    font-weight: 800;
}

.value-card h3,
.process-card h3 {
    margin: 19px 0 9px;
    color: #edf4ff;
    font-size: 18px;
}

.value-card p,
.process-card p {
    margin: 0;
    color: #7f8da6;
    font-size: 13px;
    line-height: 1.95;
}

.service-list-card {
    min-height: 360px;
    padding: 29px;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, border-color .25s ease;
}

.service-list-card:hover,
.case-card:hover,
.blog-list-card:hover {
    border-color: rgba(60, 145, 248, .48);
    transform: translateY(-5px);
}

.service-list-card img {
    width: 58px;
    height: 58px;
    padding: 12px;
    border-radius: 17px;
    background: rgba(24, 106, 224, .14);
}

.service-list-card h2 {
    margin: 25px 0 12px;
    color: #f1f6ff;
    font-size: 20px;
    line-height: 1.7;
}

.service-list-card p {
    margin: 0 0 25px;
    color: #8492aa;
    font-size: 13px;
    line-height: 2;
}

.card-link {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #80baff;
    font-size: 13px;
}

.card-link svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.detail-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 65px;
    align-items: start;
}

.detail-intro__copy p {
    margin: 0;
    color: #a0aec3;
    font-size: 17px;
    line-height: 2.2;
}

.detail-icon {
    min-height: 310px;
    border: 1px solid rgba(75, 148, 247, .28);
    border-radius: 30px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, rgba(23, 110, 233, .19), rgba(4, 18, 51, .72) 60%);
}

.detail-icon img {
    width: 120px;
    height: 120px;
}

.check-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

.check-list li {
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid rgba(93, 140, 221, .15);
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #aebbd0;
    background: rgba(5, 21, 54, .45);
    font-size: 13px;
}

.check-list li::before {
    content: "✓";
    color: #25b7f5;
    font-weight: 800;
}

.faq-list {
    max-width: 900px;
    margin-inline: auto;
    display: grid;
    gap: 12px;
}

.faq-list details {
    border: 1px solid rgba(98, 145, 228, .18);
    border-radius: 16px;
    background: rgba(5, 21, 54, .66);
}

.faq-list summary {
    padding: 20px 23px;
    color: #e6effd;
    font-weight: 700;
    cursor: pointer;
}

.faq-list details p {
    margin: 0;
    padding: 0 23px 22px;
    color: #8796ae;
    font-size: 13px;
    line-height: 2;
}

.case-card,
.blog-list-card {
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease;
}

.case-card__media,
.blog-list-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #061638;
}

.case-card img,
.blog-list-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.case-card__body,
.blog-list-card__body {
    padding: 24px;
}

.case-card__body span,
.blog-list-card__meta {
    color: #4daef4;
    font-size: 11px;
}

.case-card h2,
.blog-list-card h2 {
    margin: 10px 0 9px;
    color: #eff5ff;
    font-size: 19px;
    line-height: 1.75;
}

.case-card p,
.blog-list-card p {
    margin: 0 0 22px;
    color: #8190a8;
    font-size: 13px;
    line-height: 1.95;
}

.blog-index-head {
    margin-bottom: 42px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.blog-index-head h2 { margin: 0; color: #f1f6ff; font-size: clamp(27px, 3vw, 40px); }
.blog-index-head p { max-width: 560px; margin: 0; color: #8291aa; line-height: 2; font-size: 13px; }
.blog-categories { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.blog-categories span { padding: 8px 13px; border: 1px solid rgba(92,143,226,.2); border-radius: 100px; color: #91a3bf; background: rgba(6,24,58,.55); font-size: 11px; }
.blog-featured { margin-bottom: 22px; border: 1px solid rgba(82,151,245,.3); border-radius: 28px; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: linear-gradient(145deg,#082052,#04132f); }
.blog-featured__media { min-height: 430px; overflow: hidden; }
.blog-featured__media img { width:100%; height:100%; display:block; object-fit:cover; }
.blog-featured__content { padding: clamp(30px,4vw,55px); display:flex; flex-direction:column; justify-content:center; }
.blog-featured__content small { color:#3ab5fb; }
.blog-featured__content h2 { margin:17px 0 13px; color:#f4f8ff; font-size:clamp(25px,2.8vw,39px); line-height:1.65; }
.blog-featured__content p { margin:0 0 28px; color:#93a1b7; line-height:2.05; font-size:14px; }
.blog-featured__content .button { width:max-content; padding-inline:25px; }

.project-cover {
    margin-top: -55px;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(96, 151, 238, .25);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
}

.project-cover img {
    width: 100%;
    display: block;
}

.case-study-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
}

.case-sidebar {
    display: grid;
    gap: 15px;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 60px;
    align-items: start;
}

.article-topline { margin-bottom: 32px; padding-bottom: 22px; border-bottom:1px solid rgba(99,144,224,.15); display:flex; align-items:center; justify-content:space-between; gap:20px; color:#7384a0; font-size:12px; }
.article-topline__meta { display:flex; flex-wrap:wrap; gap:9px 18px; }
.article-topline__share { color:#83b8f6; }
.article-lead { margin:0 0 38px; padding:25px 28px; border-right:3px solid #1caaf3; color:#c1ccdc !important; background:rgba(11,43,91,.36); border-radius:14px 0 0 14px; font-size:17px !important; }
.article-author { margin-top:55px; padding:25px; border:1px solid rgba(98,145,228,.18); border-radius:18px; display:flex; align-items:center; gap:16px; background:rgba(6,23,57,.6); }
.article-author img { width:58px; height:58px; border-radius:50%; object-fit:cover; }
.article-author strong { display:block; color:#edf4ff; }
.article-author span { color:#7f90ab; font-size:11px; }

.article-body {
    min-width: 0;
}

.article-body__cover {
    width: 100%;
    margin-bottom: 45px;
    border-radius: 26px;
    display: block;
}

.article-body section {
    margin-bottom: 42px;
}

.article-body h2 {
    margin: 0 0 15px;
    color: #edf4ff;
    font-size: 28px;
    line-height: 1.7;
}

.article-body p {
    margin: 0;
    color: #a4b0c3;
    font-size: 16px;
    line-height: 2.25;
}

.article-toc {
    position: sticky;
    top: 25px;
    padding: 25px;
    border: 1px solid rgba(100, 145, 225, .18);
    border-radius: 20px;
    background: rgba(5, 21, 54, .75);
}

.article-toc strong {
    display: block;
    margin-bottom: 14px;
    color: #e8f1ff;
}

.article-toc a {
    padding: 8px 0;
    display: block;
    color: #8292ad;
    font-size: 12px;
    line-height: 1.7;
}

.contact-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
}

.contact-form-card,
.contact-info-card {
    padding: clamp(25px, 4vw, 42px);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field label {
    color: #a9b7cb;
    font-size: 12px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 0 15px;
    border: 1px solid rgba(104, 151, 231, .2);
    border-radius: 13px;
    color: #eef5ff;
    background: rgba(2, 13, 39, .72);
    font: inherit;
}

.form-field textarea {
    min-height: 155px;
    padding-top: 14px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #2f8df1;
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 141, 241, .12);
}

.form-errors,
.form-notice {
    margin-bottom: 20px;
    padding: 15px 17px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.9;
}

.form-errors {
    color: #ffc6c6;
    border: 1px solid rgba(239, 91, 91, .28);
    background: rgba(117, 25, 36, .22);
}

.form-notice {
    color: #bcebd6;
    border: 1px solid rgba(42, 199, 130, .25);
    background: rgba(22, 106, 74, .18);
}

.contact-info-card h2 {
    margin-top: 0;
    color: #eef5ff;
}

.contact-method {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(98, 144, 226, .15);
    border-radius: 14px;
    display: grid;
    gap: 5px;
    background: rgba(3, 15, 43, .6);
}

.contact-method span {
    color: #7183a2;
    font-size: 10px;
}

.contact-method strong {
    color: #dce9fa;
    font-size: 14px;
}

.contact-method--ltr { direction:ltr; text-align:left; }

.inner-cta {
    padding: 85px 0;
}

.inner-cta__box {
    min-height: 285px;
    padding: clamp(35px, 5vw, 62px);
    border: 1px solid rgba(89, 154, 247, .32);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    background:
        radial-gradient(circle at 10% 110%, rgba(19, 143, 241, .2), transparent 35%),
        linear-gradient(135deg, #082057, #03143c);
}

.inner-cta__box > div > span {
    color: #4fb8f7;
    font-size: 12px;
}

.inner-cta__box h2 {
    margin: 10px 0;
    color: #f3f7ff;
    font-size: clamp(28px, 3.4vw, 44px);
}

.inner-cta__box p {
    max-width: 680px;
    margin: 0;
    color: #8e9db5;
    font-size: 14px;
    line-height: 2;
}

.inner-cta__box .button {
    min-width: 230px;
    padding-inline: 24px;
    flex: 0 0 auto;
    gap: 18px;
    white-space: nowrap;
}

.alpha-signature {
    position: relative;
    min-height: 520px;
    padding: clamp(35px,6vw,75px);
    border: 1px solid rgba(72,151,250,.3);
    border-radius: 34px;
    display: grid;
    grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr);
    align-items: center;
    gap: clamp(40px,7vw,90px);
    overflow: hidden;
    background: radial-gradient(circle at 20% 50%,rgba(18,127,241,.22),transparent 32%),linear-gradient(135deg,#071d4c,#020e2d);
}
.alpha-signature::before,.alpha-signature::after { content:""; position:absolute; border:1px solid rgba(61,145,248,.18); border-radius:50%; }
.alpha-signature::before { width:420px;height:420px;left:-150px;bottom:-190px; }
.alpha-signature::after { width:250px;height:250px;left:-45px;bottom:-95px; }
.alpha-signature__mark { position:relative; z-index:2; min-height:280px; display:grid; place-items:center; }
.alpha-signature__mark::before { content:"α"; position:absolute; color:rgba(24,151,247,.08); font-family:Georgia,serif; font-size:320px; line-height:1; }
.alpha-signature__mark img { position:relative; width:min(290px,80%); height:auto; filter:drop-shadow(0 20px 45px rgba(0,0,0,.3)); }
.alpha-signature__copy { position:relative; z-index:2; }
.alpha-signature__copy small { color:#3db5f9; }
.alpha-signature__copy h2 { margin:14px 0; color:#f4f8ff; font-size:clamp(30px,3.5vw,48px); line-height:1.6; }
.alpha-signature__copy p { margin:0; color:#9aa8bd; font-size:15px; line-height:2.15; }

.empty-state {
    padding: 80px 24px;
    text-align: center;
}

.empty-state h1 {
    margin: 0;
    color: #f3f7ff;
    font-size: clamp(60px, 12vw, 140px);
}

.empty-state p {
    color: #8c9bb3;
}

.project-card__details {
    position: absolute;
    z-index: 4;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(116, 169, 247, .25);
    border-radius: 9px;
    color: #bed8ff;
    background: rgba(3, 17, 49, .8);
    font-size: 10px;
}

@media (max-width: 960px) {
    .values-grid,
    .services-list,
    .projects-list,
    .blog-list,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-intro,
    .case-study-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-toc {
        position: static;
        order: -1;
    }
}

@media (max-width: 720px) {
    .inner-hero {
        min-height: 0;
        padding: 20px 0 25px;
    }

    .breadcrumbs {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .inner-kicker {
        margin-bottom: 5px;
    }

    .inner-hero h1 {
        font-size: clamp(26px, 7.2vw, 34px);
        line-height: 1.5;
        letter-spacing: -1px;
    }

    .inner-hero__content > p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.85;
    }

    .inner-section {
        padding: 75px 0;
    }

    .content-grid,
    .service-detail-grid,
    .contact-layout,
    .values-grid,
    .services-list,
    .projects-list,
    .blog-list,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .detail-intro {
        gap: 30px;
    }

    .detail-icon {
        min-height: 230px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field--full {
        grid-column: auto;
    }

    .inner-cta__box {
        align-items: flex-start;
        flex-direction: column;
    }

    .inner-cta__box .button {
        width: 100%;
    }

    .blog-index-head,.article-topline { align-items:flex-start; flex-direction:column; }
    .blog-featured { grid-template-columns:1fr; }
    .blog-featured__media { min-height:230px; }
    .alpha-signature { min-height:0; grid-template-columns:1fr; text-align:center; }
    .alpha-signature__mark { min-height:210px; }
}

@media (min-width: 1181px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 100;
        backdrop-filter: blur(18px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
    }
}
