/* =====================================================
   SERVICE PAGE
===================================================== */

.service-page {
    background:
        radial-gradient(circle at 10% 15%, rgba(37, 99, 235, 0.06), transparent 28%),
        radial-gradient(circle at 90% 40%, rgba(124, 58, 237, 0.05), transparent 25%),
        #f8fafc;
    color: #172033;
}

.service-page section[id] {
    scroll-margin-top: 120px;
}


/* =====================================================
   HERO
===================================================== */

.service-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background:
        linear-gradient(135deg, #07152f 0%, #102a56 52%, #153b73 100%);
    color: #fff;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.service-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.service-hero__glow--one {
    width: 460px;
    height: 460px;
    top: -220px;
    right: 5%;
    background: rgba(62, 147, 255, 0.22);
}

.service-hero__glow--two {
    width: 360px;
    height: 360px;
    bottom: -250px;
    left: 8%;
    background: rgba(116, 77, 255, 0.18);
}

.service-hero__content {
    position: relative;
    z-index: 2;
}

.service-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    color: #dbeafe;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.service-hero__flag{

    width:32px;

    height:22px;

    object-fit:cover;

    border-radius:4px;

    box-shadow:0 4px 12px rgba(0,0,0,.18);

}
.service-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.service-hero__lead {
    max-width: 700px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 19px;
    line-height: 1.8;
}

.service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 750;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.service-button:hover {
    transform: translateY(-2px);
}

.service-button--primary {
    background: #fff;
    color: #102a56;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.17);
}

.service-button--primary:hover {
    color: #102a56;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.24);
}

.service-button--secondary {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(16px);
}

.service-button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.service-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}

.service-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
}

.service-hero__meta i {
    color: #6ee7b7;
}

.service-hero__visual {
    position: relative;
    min-height: 430px;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(22px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
}

.service-hero__visual-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-hero__visual-icon span {
    font-size: 68px;
}

.service-hero__visual-icon i {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 30px;
}

.service-hero__visual-content {
    margin-top: 55px;
}

.service-hero__visual-content small {
    display: block;
    margin-bottom: 9px;
    color: #93c5fd;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-hero__visual-content strong {
    display: block;
    font-size: 29px;
    line-height: 1.25;
}

.service-hero__visual-content p {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.service-hero__floating-card {
    position: absolute;
    right: -28px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 230px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    color: #172033;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.service-hero__floating-card i {
    color: #2563eb;
    font-size: 30px;
}

.service-hero__floating-card small,
.service-hero__floating-card strong {
    display: block;
}

.service-hero__floating-card small {
    color: #64748b;
    font-size: 11px;
}

.service-hero__floating-card strong {
    font-size: 14px;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.service-breadcrumb {
    border-bottom: 1px solid #e5eaf2;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px);
}

.service-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 18px 0;
    list-style: none;
    overflow-x: auto;
}

.service-breadcrumb li {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 13px;
}

.service-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #475569;
    text-decoration: none;
    font-weight: 650;
}

.service-breadcrumb a:hover {
    color: #2563eb;
}

.service-breadcrumb li[aria-current="page"] {
    color: #0f172a;
    font-weight: 750;
}


/* =====================================================
   TRUST BAR
===================================================== */

.service-trust-bar {
    padding: 34px 0;
    background: #fff;
    border-bottom: 1px solid #e7ebf2;
}

.service-trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
}

.service-trust-item__icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 19px;
}

.service-trust-item strong,
.service-trust-item small {
    display: block;
}

.service-trust-item strong {
    color: #172033;
    font-size: 14px;
}

.service-trust-item small {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}


/* =====================================================
   CONTENT
===================================================== */

.service-content-section {
    padding: 90px 0 110px;
}

.service-article {
    padding: 54px;
    border: 1px solid #e7ebf2;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.055);
}

.service-article section + section {
    margin-top: 78px;
    padding-top: 72px;
    border-top: 1px solid #e7ebf2;
}

.service-article h2 {
    margin: 9px 0 22px;
    color: #111827;
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.17;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.service-article h3 {
    color: #172033;
    font-size: 18px;
    font-weight: 750;
}

.service-article p {
    color: #536176;
    font-size: 16px;
    line-height: 1.88;
}

.service-section-label {
    display: inline-block;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-summary {
    margin-bottom: 70px;
    padding: 27px 30px;
    border: 1px solid #bfdbfe;
    border-radius: 19px;
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
}

.service-summary__label {
    display: block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-summary p {
    margin: 0;
    color: #294163;
    font-size: 16px;
    font-weight: 550;
}


/* =====================================================
   CONTENT COMPONENTS
===================================================== */

.service-info-box {
    display: flex;
    gap: 17px;
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #f8fbff;
}

.service-info-box__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    background: #dbeafe;
    color: #2563eb;
}

.service-info-box strong {
    color: #172033;
}

.service-info-box p {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1.75;
}

.service-document-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.service-document-card {
    padding: 27px;
    border: 1px solid #e4e9f1;
    border-radius: 19px;
    background: #fff;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.service-document-card:hover {
    transform: translateY(-3px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
}

.service-document-card > i {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 19px;
    place-items: center;
    border-radius: 13px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 20px;
}

.service-document-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.service-document-card li {
    position: relative;
    padding: 6px 0 6px 18px;
    color: #64748b;
    font-size: 14px;
}

.service-document-card li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60a5fa;
}

.service-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 28px;
}

.service-feature-list div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 15px;
    border: 1px solid #e4e9f1;
    border-radius: 13px;
    background: #fbfdff;
    color: #3f4d62;
    font-size: 14px;
    font-weight: 600;
}

.service-feature-list i {
    margin-top: 1px;
    color: #2563eb;
}

.service-process {
    position: relative;
    margin-top: 32px;
}

.service-process__item {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    padding-bottom: 30px;
}

.service-process__item:last-child {
    padding-bottom: 0;
}

.service-process__item > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.22);
}

.service-process__item h3 {
    margin: 3px 0 8px;
}

.service-process__item p {
    margin: 0;
    font-size: 14px;
}

.service-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.service-advantages > div {
    padding: 26px;
    border: 1px solid #e4e9f1;
    border-radius: 18px;
    background: #fbfdff;
}

.service-advantages i {
    display: grid;
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 13px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 19px;
}

.service-advantages h3 {
    margin-bottom: 9px;
}

.service-advantages p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.service-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 78px;
    padding: 38px;
    border-radius: 23px;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.38), transparent 35%),
        linear-gradient(135deg, #0c2450, #1e4a8a);
    color: #fff;
}

.service-inline-cta span {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-inline-cta h2 {
    margin: 7px 0 9px;
    color: #fff;
    font-size: 28px;
}

.service-inline-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.service-button--light {
    flex: 0 0 auto;
    background: #fff;
    color: #153b73;
}

.service-button--light:hover {
    color: #153b73;
}


/* =====================================================
   SIDEBAR
===================================================== */

.service-sidebar {
    position: sticky;
    top: 110px;
}

.service-sidebar__card {
    padding: 28px;
    border: 1px solid #e4e9f1;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
}

.service-sidebar__card + .service-sidebar__card {
    margin-top: 20px;
}

.service-sidebar__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.service-sidebar h2 {
    margin: 0 0 19px;
    color: #172033;
    font-size: 22px;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.service-sidebar__card--navigation nav {
    display: grid;
    gap: 6px;
}

.service-sidebar__card--navigation a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 11px 12px;
    border-radius: 10px;
    color: #526076;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.service-sidebar__card--navigation a:hover {
    background: #eff6ff;
    color: #2563eb;
}

.service-sidebar__card--navigation i {
    font-size: 11px;
}

.service-sidebar__card--contact {
    background:
        radial-gradient(circle at top right, rgba(74, 222, 128, 0.16), transparent 36%),
        #071b35;
    color: #fff;
}

.service-sidebar__contact-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 14px;
    background: #22c55e;
    color: #fff;
    font-size: 22px;
}

.service-sidebar__card--contact h2 {
    color: #fff;
}

.service-sidebar__card--contact p {
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.75;
}

.service-button--whatsapp {
    width: 100%;
    margin-top: 10px;
    background: #22c55e;
    color: #fff;
}

.service-button--whatsapp:hover {
    background: #16a34a;
    color: #fff;
}

.service-sidebar__phone {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.service-sidebar__phone > i {
    color: #93c5fd;
    font-size: 21px;
}

.service-sidebar__phone small,
.service-sidebar__phone strong {
    display: block;
}

.service-sidebar__phone small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.service-sidebar__phone strong {
    font-size: 14px;
}

.service-sidebar__card--expertise {
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 40%),
        #fff;
}

.service-sidebar__flag {
    margin-bottom: 16px;
    font-size: 40px;
}

.service-sidebar__card--expertise p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.service-sidebar__card--expertise > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    color: #2563eb;
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199.98px) {

    .service-hero__floating-card {
        right: 20px;
    }

    .service-article {
        padding: 42px;
    }

}

@media (max-width: 991.98px) {

    .service-hero {
        padding: 90px 0 80px;
    }

    .service-hero__visual {
        min-height: 380px;
    }

    .service-trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-sidebar {
        position: static;
    }

}

@media (max-width: 767.98px) {

    .service-hero {
        padding: 70px 0 65px;
    }

    .service-hero h1 {
        font-size: 42px;
    }

    .service-hero__lead {
        font-size: 17px;
    }

    .service-hero__visual {
        min-height: auto;
        padding: 30px;
    }

    .service-hero__visual-content {
        margin-top: 40px;
    }

    .service-hero__floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px;
    }

    .service-content-section {
        padding: 60px 0 80px;
    }

    .service-article {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .service-document-grid,
    .service-feature-list,
    .service-advantages {
        grid-template-columns: 1fr;
    }

    .service-inline-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 24px;
    }

}

@media (max-width: 575.98px) {

    .service-hero__actions {
        flex-direction: column;
    }

    .service-button {
        width: 100%;
    }

    .service-hero__meta {
        display: grid;
    }

    .service-trust-bar__grid {
        grid-template-columns: 1fr;
    }

    .service-trust-item {
        padding: 4px 0;
    }

    .service-process__item {
        grid-template-columns: 50px 1fr;
        gap: 14px;
    }

    .service-process__item > span {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

}
.hero-title-top{

    display:block;

    color:#ffffff;

}

.hero-title-bottom{

    display:block;

    margin-top:8px;

    background:linear-gradient(
        90deg,
        #66c8ff,
        #77a7ff,
        #4b7cff
    );

    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;

}

.service-hero__visual-flag{

    width:110px;

    height:auto;

    display:block;

    filter:drop-shadow(0 10px 25px rgba(0,0,0,.25));

}

/* ==================================================
   SERVICE HERO V2
================================================== */

.service-hero-v2 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 96px 0 82px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 84% 12%,
            rgba(73, 132, 255, 0.30),
            transparent 34%
        ),
        radial-gradient(
            circle at 8% 90%,
            rgba(35, 101, 220, 0.20),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #061632 0%,
            #0a285f 50%,
            #164b9b 100%
        );
}

.service-hero-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(
            90deg,
            rgba(6, 22, 50, 0.98) 0%,
            rgba(6, 28, 66, 0.94) 45%,
            rgba(10, 47, 103, 0.82) 100%
        );
}

.service-hero-v2::after {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: -2;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(69, 132, 255, 0.18);
    filter: blur(30px);
}

.service-hero-v2__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
    mask-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.85)
        );
}

.service-hero-v2 .container {
    position: relative;
    z-index: 2;
}

.service-hero-v2__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);
    gap: 64px;
    align-items: center;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.service-hero-v2__content {
    min-width: 0;
    max-width: 720px;
}

.service-hero-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 8px 16px 8px 10px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 30px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.service-hero-v2__eyebrow img {
    display: block;
    width: 31px;
    height: 31px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.service-hero-v2__eyebrow span {
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.service-hero-v2__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    max-width: 760px;
    font-size: clamp(3rem, 5.4vw, 5.4rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.service-hero-v2__title-top,
.service-hero-v2__title-bottom {
    display: block;
}

.service-hero-v2__title-top {
    color: #ffffff;
}

.service-hero-v2__title-bottom {
    padding-bottom: 5px;
    color: #82aefe;
    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #a9c7ff 32%,
            #5e95ff 75%,
            #82b2ff 100%
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-hero-v2__accent {
    width: 88px;
    height: 5px;
    margin: 30px 0 26px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #4d8cff,
            #87b4ff
        );
    box-shadow: 0 0 24px rgba(77, 140, 255, 0.55);
}

.service-hero-v2__intro {
    max-width: 660px;
    margin: 0;
    color: rgba(235, 243, 255, 0.82);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    font-weight: 400;
    line-height: 1.8;
}

.service-hero-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.service-hero-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease;
}

.service-hero-v2__button i {
    font-size: 1.15rem;
}

.service-hero-v2__button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.service-hero-v2__button--primary {
    color: #0b2b63;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.service-hero-v2__button--primary:hover {
    color: #071d43;
    background: #f2f6ff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.service-hero-v2__button--secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.service-hero-v2__button--secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.14);
}

.service-hero-v2__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 30px;
}

.service-hero-v2__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(238, 245, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 600;
}

.service-hero-v2__trust-item i {
    color: #8eb7ff;
    font-size: 1rem;
}


/* ==================================================
   RIGHT GLASS PANEL
================================================== */

.service-hero-v2__panel {
    position: relative;
    min-width: 0;
    padding: 34px 32px 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.07)
        );
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.service-hero-v2__panel::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 27px;
    background:
        radial-gradient(
            circle at 90% 4%,
            rgba(123, 171, 255, 0.18),
            transparent 36%
        );
    pointer-events: none;
}

.service-hero-v2__panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.service-hero-v2__panel-flag {
    display: block;
    width: 52px;
    height: 36px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.20);
}

.service-hero-v2__panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 15px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(113, 165, 255, 0.38),
            rgba(39, 102, 222, 0.30)
        );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.service-hero-v2__panel-icon i {
    font-size: 1.45rem;
}

.service-hero-v2__panel-label {
    display: block;
    margin-bottom: 8px;
    color: #8db6ff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-hero-v2__panel-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.service-hero-v2__panel-divider {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.04)
        );
}

.service-hero-v2__features {
    display: grid;
    gap: 18px;
}

.service-hero-v2__feature {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.service-hero-v2__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    color: #9bc0ff;
    background: rgba(255, 255, 255, 0.08);
}

.service-hero-v2__feature-icon i {
    font-size: 1.15rem;
}

.service-hero-v2__feature strong {
    display: block;
    margin: 1px 0 4px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-hero-v2__feature span {
    display: block;
    color: rgba(231, 240, 255, 0.65);
    font-size: 0.82rem;
    line-height: 1.55;
}

.service-hero-v2__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-hero-v2__contact-phone,
.service-hero-v2__contact-whatsapp {
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.service-hero-v2__contact-phone:hover,
.service-hero-v2__contact-whatsapp:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.service-hero-v2__contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.service-hero-v2__contact-phone:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.11);
}

.service-hero-v2__contact-phone > i {
    flex: 0 0 auto;
    color: #8fb9ff;
    font-size: 1.2rem;
}

.service-hero-v2__contact-phone span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.service-hero-v2__contact-phone small {
    margin-bottom: 3px;
    color: rgba(231, 240, 255, 0.60);
    font-size: 0.72rem;
    line-height: 1;
}

.service-hero-v2__contact-phone strong {
    color: #ffffff;
    font-size: 0.94rem;
    line-height: 1.2;
    white-space: nowrap;
}

.service-hero-v2__contact-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 142px;
    padding: 12px 15px;
    border: 1px solid rgba(74, 222, 128, 0.24);
    border-radius: 14px;
    color: #ffffff;
    background: rgba(37, 211, 102, 0.16);
}

.service-hero-v2__contact-whatsapp:hover {
    color: #ffffff;
    border-color: rgba(74, 222, 128, 0.40);
    background: rgba(37, 211, 102, 0.24);
}

.service-hero-v2__contact-whatsapp i {
    color: #57e58c;
    font-size: 1.3rem;
}

.service-hero-v2__contact-whatsapp span {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199.98px) {

    .service-hero-v2 {
        padding: 84px 0 74px;
    }

    .service-hero-v2__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, 0.85fr);
        gap: 42px;
    }

    .service-hero-v2__title {
        font-size: clamp(3rem, 5vw, 4.6rem);
    }

    .service-hero-v2__panel {
        padding: 30px 26px 26px;
    }

    .service-hero-v2__contact {
        grid-template-columns: 1fr;
    }

    .service-hero-v2__contact-whatsapp {
        width: 100%;
    }
}


@media (max-width: 991.98px) {

    .service-hero-v2 {
        padding: 76px 0 70px;
    }

    .service-hero-v2__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .service-hero-v2__content {
        max-width: 780px;
    }

    .service-hero-v2__panel {
        max-width: 720px;
    }

    .service-hero-v2__contact {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}


@media (max-width: 767.98px) {

    .service-hero-v2 {
        padding: 62px 0 56px;
    }

    .service-hero-v2__eyebrow {
        margin-bottom: 22px;
    }

    .service-hero-v2__title {
        gap: 7px;
        font-size: clamp(2.55rem, 11vw, 4rem);
        line-height: 1.02;
    }

    .service-hero-v2__accent {
        margin: 24px 0 22px;
    }

    .service-hero-v2__intro {
        font-size: 1rem;
        line-height: 1.7;
    }

    .service-hero-v2__actions {
        margin-top: 28px;
    }

    .service-hero-v2__button {
        flex: 1 1 210px;
    }

    .service-hero-v2__trust {
        gap: 12px 18px;
        margin-top: 24px;
    }

    .service-hero-v2__panel {
        padding: 27px 22px 24px;
        border-radius: 23px;
    }

    .service-hero-v2__features {
        gap: 16px;
    }
}


@media (max-width: 575.98px) {

    .service-hero-v2 {
        padding: 50px 0 46px;
    }

    .service-hero-v2__eyebrow {
        max-width: 100%;
        padding-right: 13px;
    }

    .service-hero-v2__eyebrow span {
        font-size: 0.72rem;
        letter-spacing: 0.035em;
    }

    .service-hero-v2__title {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
        letter-spacing: -0.045em;
    }

    .service-hero-v2__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-hero-v2__button {
        width: 100%;
    }

    .service-hero-v2__trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .service-hero-v2__panel {
        padding: 24px 18px 20px;
    }

    .service-hero-v2__panel-top {
        margin-bottom: 19px;
    }

    .service-hero-v2__panel-title {
        font-size: 1.55rem;
    }

    .service-hero-v2__feature {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .service-hero-v2__feature-icon {
        width: 40px;
        height: 40px;
    }

    .service-hero-v2__contact {
        grid-template-columns: 1fr;
    }

    .service-hero-v2__contact-whatsapp {
        min-width: 0;
        width: 100%;
    }
}
/* ==================================================
   SERVICE CONTENT V2
================================================== */

.service-content-v2 {
    position: relative;
}


/* ==================================================
   PREMIUM SUMMARY
================================================== */

.service-content-v2__summary {
    position: relative;
    overflow: hidden;
    margin-bottom: 68px;
    padding: 34px;
    border: 1px solid #dfe8f5;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(58, 126, 245, 0.12),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7faff 100%
        );
    box-shadow:
        0 24px 60px rgba(25, 65, 125, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-content-v2__summary::after {
    content: "";
    position: absolute;
    top: -65px;
    right: -55px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(71, 137, 255, 0.08);
    pointer-events: none;
}

.service-content-v2__summary-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 27px;
}

.service-content-v2__summary-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #1b5ec6,
            #4d8eff
        );
    box-shadow: 0 13px 26px rgba(34, 98, 199, 0.24);
}

.service-content-v2__summary-icon i {
    font-size: 1.35rem;
}

.service-content-v2__summary-heading > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-content-v2__summary-label {
    color: #2869cc;
    font-size: 0.73rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-content-v2__summary-heading strong {
    color: #102a50;
    font-size: 1.3rem;
    font-weight: 750;
    line-height: 1.3;
}

.service-content-v2__summary-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.service-content-v2__summary-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 54px;
    padding: 12px 15px;
    border: 1px solid rgba(34, 101, 205, 0.10);
    border-radius: 14px;
    color: #233d63;
    background: rgba(255, 255, 255, 0.72);
}

.service-content-v2__summary-item i {
    flex: 0 0 auto;
    color: #3477db;
    font-size: 1rem;
}

.service-content-v2__summary-item span {
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.45;
}

.service-content-v2__summary-text {
    position: relative;
    z-index: 1;
    margin: 23px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(22, 75, 150, 0.10);
    color: #5c6f8c;
    font-size: 0.98rem;
    line-height: 1.75;
}


/* ==================================================
   CONTENT SECTION
================================================== */

.service-content-v2__section {
    scroll-margin-top: 120px;
}

.service-content-v2__section-header {
    max-width: 720px;
    margin-bottom: 30px;
}

.service-content-v2__section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #2867c7;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-content-v2__section-label > span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #2369d0,
            #77a8ff
        );
}

.service-content-v2__section-header h2 {
    margin: 0;
    color: #112a4e;
    font-size: clamp(2.25rem, 4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.service-content-v2__section-header h2 span {
    display: block;
    color: #276ccf;
}

.service-content-v2__text {
    max-width: 760px;
}

.service-content-v2__text p {
    margin: 0 0 21px;
    color: #566a86;
    font-size: 1.05rem;
    line-height: 1.9;
}

.service-content-v2__text p:first-child {
    color: #304866;
    font-size: 1.1rem;
}


/* ==================================================
   NOTICE CARD
================================================== */

.service-content-v2__notice {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    overflow: hidden;
    margin-top: 38px;
    padding: 29px;
    border: 1px solid rgba(43, 105, 198, 0.16);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(67, 133, 242, 0.11),
            transparent 40%
        ),
        #f6f9fe;
}

.service-content-v2__notice::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background:
        linear-gradient(
            to bottom,
            #2367ca,
            #76a8ff
        );
}

.service-content-v2__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(45, 108, 203, 0.13);
    border-radius: 18px;
    color: #286dd1;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(27, 79, 158, 0.11);
}

.service-content-v2__notice-icon i {
    font-size: 1.35rem;
}

.service-content-v2__notice-content {
    min-width: 0;
}

.service-content-v2__notice-label {
    display: block;
    margin-bottom: 7px;
    color: #3674cf;
    font-size: 0.71rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-content-v2__notice h3 {
    margin: 0 0 13px;
    color: #18365f;
    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.4;
}

.service-content-v2__notice p {
    margin: 0 0 9px;
    color: #60738e;
    font-size: 0.94rem;
    line-height: 1.75;
}

.service-content-v2__notice-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
    color: #2165c8;
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
}

.service-content-v2__notice-link i {
    transition: transform 0.2s ease;
}

.service-content-v2__notice-link:hover {
    color: #164f9f;
    text-decoration: none;
}

.service-content-v2__notice-link:hover i {
    transform: translateX(4px);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 767.98px) {

    .service-content-v2__summary {
        margin-bottom: 52px;
        padding: 27px 22px;
        border-radius: 21px;
    }

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

    .service-content-v2__section-header h2 {
        font-size: clamp(2.1rem, 9vw, 2.8rem);
    }

    .service-content-v2__notice {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 15px;
        padding: 24px 20px;
    }

    .service-content-v2__notice-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }
}


@media (max-width: 575.98px) {

    .service-content-v2__summary-heading {
        align-items: flex-start;
    }

    .service-content-v2__summary-icon {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .service-content-v2__summary-heading strong {
        font-size: 1.08rem;
    }

    .service-content-v2__summary-item {
        align-items: flex-start;
    }

    .service-content-v2__text p {
        font-size: 1rem;
        line-height: 1.78;
    }

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

    .service-content-v2__notice h3 {
        font-size: 1.12rem;
    }
}

/* ==================================================
   SERVICE DOCUMENTS V2
================================================== */

.service-documents-v2 {
    margin: 0;
    padding: 0;
    border-top: 0;
    scroll-margin-top: 120px;
}

.service-documents-v2__header {
    max-width: 760px;
    margin-bottom: 38px;
}

.service-documents-v2__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #2867c7;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-documents-v2__label > span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #2369d0,
        #77a8ff
    );
}

.service-documents-v2__header h2 {
    margin: 0;
    color: #112a4e;
    font-size: clamp(2.15rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.service-documents-v2__header h2 span {
    display: block;
    color: #276ccf;
}

.service-documents-v2__header p {
    max-width: 700px;
    margin: 22px 0 0;
    color: #5b6f8b;
    font-size: 1.03rem;
    line-height: 1.8;
}

.service-documents-v2__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.service-documents-v2__card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #e0e8f3;
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(56, 124, 231, 0.08),
            transparent 34%
        ),
        #ffffff;
    box-shadow: 0 18px 45px rgba(24, 62, 116, 0.07);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.service-documents-v2__card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 0 0 0 100%;
    background: rgba(47, 111, 213, 0.04);
    pointer-events: none;
}

.service-documents-v2__card:hover {
    transform: translateY(-5px);
    border-color: rgba(39, 105, 207, 0.25);
    box-shadow: 0 25px 55px rgba(24, 67, 132, 0.12);
}

.service-documents-v2__card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.service-documents-v2__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1c5fc3,
        #4c8ef7
    );
    box-shadow: 0 13px 26px rgba(35, 100, 200, 0.22);
}

.service-documents-v2__icon i {
    font-size: 1.28rem;
}

.service-documents-v2__number {
    color: #dce7f5;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

.service-documents-v2__card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #17355e;
    font-size: 1.22rem;
    font-weight: 750;
    line-height: 1.35;
}

.service-documents-v2__card > p {
    position: relative;
    z-index: 1;
    min-height: 72px;
    margin: 0 0 21px;
    color: #667890;
    font-size: 0.92rem;
    line-height: 1.7;
}

.service-documents-v2__card ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 19px 0 0;
    border-top: 1px solid #e8edf5;
    list-style: none;
}

.service-documents-v2__card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #405673;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
}

.service-documents-v2__card li i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #276dcc;
    font-size: 0.83rem;
    background: #edf4ff;
}

.service-documents-v2__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid rgba(42, 105, 199, 0.13);
    border-radius: 18px;
    background: #f6f9fe;
}

.service-documents-v2__footer > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.service-documents-v2__footer-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 13px;
    color: #286bd0;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(27, 79, 158, 0.09);
}

.service-documents-v2__footer p {
    margin: 0;
    color: #566c88;
    font-size: 0.91rem;
    line-height: 1.6;
}

.service-documents-v2__footer > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    color: #2165c8;
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
}

.service-documents-v2__footer > a i {
    transition: transform 0.2s ease;
}

.service-documents-v2__footer > a:hover {
    color: #174f9c;
}

.service-documents-v2__footer > a:hover i {
    transform: translateX(4px);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 767.98px) {

    .service-documents-v2 {
        margin-top: 65px;
        padding-top: 58px;
    }

    .service-documents-v2__grid {
        grid-template-columns: 1fr;
    }

    .service-documents-v2__card > p {
        min-height: 0;
    }

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

@media (max-width: 575.98px) {

    .service-documents-v2__card {
        padding: 24px 21px;
        border-radius: 20px;
    }

    .service-documents-v2__header h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .service-documents-v2__footer {
        padding: 20px;
    }

    .service-documents-v2__footer > div {
        align-items: flex-start;
    }
}

/* ==================================================
   SERVICE PROCESS V2
================================================== */

.service-process-v2 {
    margin: 0;
    padding: 0;
    border-top: 0;
    scroll-margin-top: 120px;
}

.service-process-v2__header {
    max-width: 730px;
    margin-bottom: 32px;
}

.service-process-v2__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #2867c7;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-process-v2__label > span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #2369d0,
        #77a8ff
    );
}

.service-process-v2__header h2 {
    margin: 0;
    color: #112a4e;
    font-size: clamp(2.15rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.service-process-v2__header h2 span {
    display: block;
    color: #276ccf;
}

.service-process-v2__header p {
    max-width: 680px;
    margin: 22px 0 0;
    color: #5b6f8b;
    font-size: 1.03rem;
    line-height: 1.8;
}


/* ==================================================
   TIMELINE
================================================== */

.service-process-v2__timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.service-process-v2__timeline::before {
    content: "";
    position: absolute;
    top: 47px;
    bottom: 47px;
    left: 37px;
    width: 2px;
    background: linear-gradient(
        to bottom,
        #74a7f7,
        #d7e5f8
    );
}

.service-process-v2__item {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.service-process-v2__step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    overflow: hidden;
    border: 1px solid rgba(38, 103, 202, 0.14);
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(
        145deg,
        #1c5fc3,
        #4e8ff6
    );
    box-shadow: 0 18px 38px rgba(27, 86, 179, 0.2);
}

.service-process-v2__step::after {
    content: "";
    position: absolute;
    top: -25px;
    right: -25px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.service-process-v2__step span {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
}

.service-process-v2__step i {
    position: relative;
    z-index: 1;
    font-size: 1.35rem;
}

.service-process-v2__content {
    position: relative;
    padding: 26px 28px;
    border: 1px solid #e1e9f4;
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(63, 128, 232, 0.07),
            transparent 35%
        ),
        #ffffff;
    box-shadow: 0 16px 40px rgba(24, 62, 116, 0.06);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.service-process-v2__item:hover .service-process-v2__content {
    transform: translateX(5px);
    border-color: rgba(39, 105, 207, 0.24);
    box-shadow: 0 21px 48px rgba(24, 67, 132, 0.1);
}

.service-process-v2__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #3a77cf;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-process-v2__content h3 {
    margin: 0 0 9px;
    color: #17355e;
    font-size: 1.24rem;
    font-weight: 750;
    line-height: 1.35;
}

.service-process-v2__content p {
    margin: 0;
    color: #60748f;
    font-size: 0.95rem;
    line-height: 1.72;
}


/* ==================================================
   CTA
================================================== */

.service-process-v2__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding: 25px 27px;
    border: 1px solid rgba(36, 107, 205, 0.16);
    border-radius: 21px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(55, 126, 235, 0.1),
            transparent 42%
        ),
        #f4f8fe;
}

.service-process-v2__cta > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-process-v2__cta-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #20a85a,
        #32c875
    );
    box-shadow: 0 12px 26px rgba(28, 156, 82, 0.2);
}

.service-process-v2__cta-icon i {
    font-size: 1.3rem;
}

.service-process-v2__cta strong {
    display: block;
    margin-bottom: 4px;
    color: #17355e;
    font-size: 1.02rem;
    font-weight: 750;
}

.service-process-v2__cta p {
    margin: 0;
    color: #647791;
    font-size: 0.9rem;
    line-height: 1.55;
}

.service-process-v2__cta > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1f9f57,
        #2ac66d
    );
    box-shadow: 0 12px 25px rgba(29, 159, 86, 0.2);
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.service-process-v2__cta > a:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 16px 31px rgba(29, 159, 86, 0.27);
}

.service-process-v2__cta > a i {
    font-size: 0.92rem;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 767.98px) {

    .service-process-v2 {
        margin-top: 65px;
        padding-top: 58px;
    }

    .service-process-v2__timeline::before {
        display: none;
    }

    .service-process-v2__item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 15px;
    }

    .service-process-v2__step {
        min-height: 122px;
        border-radius: 19px;
    }

    .service-process-v2__content {
        padding: 23px 21px;
        border-radius: 19px;
    }

    .service-process-v2__item:hover .service-process-v2__content {
        transform: none;
    }

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

@media (max-width: 575.98px) {

    .service-process-v2__header h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .service-process-v2__item {
        grid-template-columns: 1fr;
    }

    .service-process-v2__step {
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        min-height: auto;
        padding: 16px 20px;
    }

    .service-process-v2__step span {
        margin: 0;
    }

    .service-process-v2__content {
        padding: 22px 20px;
    }

    .service-process-v2__cta {
        padding: 22px 20px;
    }

    .service-process-v2__cta > div {
        align-items: flex-start;
    }

    .service-process-v2__cta > a {
        width: 100%;
    }
}

/* ==================================================
   SERVICE SIDEBAR V2
================================================== */

.service-sidebar-v2 {
    display: grid;
    gap: 22px;
}

.service-sidebar-v2__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e8f3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 20px 50px rgba(23, 62, 119, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.service-sidebar-v2__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #3473cf;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-sidebar-v2__card h2 {
    margin: 0;
    color: #17355d;
    font-size: 1.3rem;
    font-weight: 780;
    line-height: 1.3;
    letter-spacing: -0.025em;
}


/* ==================================================
   NAVIGATION CARD
================================================== */

.service-sidebar-v2__navigation {
    padding: 25px;
}

.service-sidebar-v2__card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.service-sidebar-v2__header-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1d5fc1,
        #4d8ff5
    );
    box-shadow: 0 12px 25px rgba(35, 100, 199, 0.21);
}

.service-sidebar-v2__header-icon i {
    font-size: 1.2rem;
}

.service-sidebar-v2__nav {
    display: grid;
    gap: 8px;
}

.service-sidebar-v2__nav > a {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-height: 55px;
    padding: 9px 11px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #425978;
    background: #f8fafe;
    font-size: 0.89rem;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.service-sidebar-v2__nav > a:hover {
    transform: translateX(3px);
    border-color: rgba(40, 106, 204, 0.14);
    color: #1f62c1;
    background: #f1f6fd;
}

.service-sidebar-v2__nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    color: #2c70d0;
    background: #eaf2fd;
}

.service-sidebar-v2__nav-icon i {
    font-size: 0.96rem;
}

.service-sidebar-v2__nav > a > i {
    color: #9aabc1;
    font-size: 0.73rem;
    transition: transform 0.2s ease;
}

.service-sidebar-v2__nav > a:hover > i {
    transform: translateX(2px);
    color: #3473ce;
}


/* ==================================================
   CONTACT CARD
================================================== */

.service-sidebar-v2__contact {
    padding: 28px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.16),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #123b76 0%,
            #1c5db6 100%
        );
    box-shadow: 0 24px 55px rgba(18, 68, 137, 0.2);
}

.service-sidebar-v2__contact::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.service-sidebar-v2__contact-orb {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    margin-bottom: 23px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 19px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #20a85a,
        #31c972
    );
    box-shadow: 0 15px 30px rgba(11, 52, 37, 0.22);
}

.service-sidebar-v2__contact-orb i {
    font-size: 1.55rem;
}

.service-sidebar-v2__contact .service-sidebar-v2__eyebrow {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
}

.service-sidebar-v2__contact h2 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 1.55rem;
}

.service-sidebar-v2__contact > p {
    position: relative;
    z-index: 1;
    margin: 15px 0 23px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.72;
}

.service-sidebar-v2__whatsapp {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 13px 16px;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1fa657,
        #2cc66d
    );
    box-shadow: 0 13px 28px rgba(8, 49, 31, 0.22);
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.service-sidebar-v2__whatsapp:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 17px 34px rgba(8, 49, 31, 0.3);
}

.service-sidebar-v2__whatsapp i:last-child {
    margin-left: auto;
    font-size: 0.82rem;
}

.service-sidebar-v2__divider {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.service-sidebar-v2__divider::before,
.service-sidebar-v2__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}

.service-sidebar-v2__phone {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: background 0.2s ease;
}

.service-sidebar-v2__phone:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

.service-sidebar-v2__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.service-sidebar-v2__phone small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 0.68rem;
    font-weight: 650;
}

.service-sidebar-v2__phone strong {
    display: block;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 750;
}

.service-sidebar-v2__phone > i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}


/* ==================================================
   EXPERTISE CARD
================================================== */

.service-sidebar-v2__expertise {
    padding: 27px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(48, 111, 211, 0.1),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            #f6f9fe
        );
}

.service-sidebar-v2__expertise-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.service-sidebar-v2__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 46px;
    overflow: hidden;
    border: 1px solid #d9e4f2;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(21, 62, 119, 0.09);
}

.service-sidebar-v2__flag img {
    display: block;
    width: 48px;
    height: auto;
}

.service-sidebar-v2__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(38, 105, 205, 0.12);
    border-radius: 999px;
    color: #286acb;
    background: #edf4fe;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.service-sidebar-v2__expertise h2 {
    font-size: 1.4rem;
}

.service-sidebar-v2__expertise > p {
    margin: 14px 0 20px;
    color: #61738c;
    font-size: 0.91rem;
    line-height: 1.72;
}

.service-sidebar-v2__expertise-list {
    display: grid;
    gap: 10px;
    margin: 0 0 21px;
    padding: 17px 0 0;
    border-top: 1px solid #e5ebf4;
    list-style: none;
}

.service-sidebar-v2__expertise-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #425976;
    font-size: 0.87rem;
    font-weight: 620;
}

.service-sidebar-v2__expertise-list i {
    color: #2b70d0;
    font-size: 0.92rem;
}

.service-sidebar-v2__expertise-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2164c3;
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

.service-sidebar-v2__expertise-link i {
    transition: transform 0.2s ease;
}

.service-sidebar-v2__expertise-link:hover {
    color: #174e9b;
}

.service-sidebar-v2__expertise-link:hover i {
    transform: translateX(4px);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991.98px) {

    .service-sidebar-v2 {
        margin-top: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-sidebar-v2__navigation {
        grid-column: 1 / -1;
    }

}

@media (max-width: 767.98px) {

    .service-sidebar-v2 {
        grid-template-columns: 1fr;
    }

    .service-sidebar-v2__navigation {
        grid-column: auto;
    }

}

@media (max-width: 575.98px) {

    .service-sidebar-v2__navigation,
    .service-sidebar-v2__contact,
    .service-sidebar-v2__expertise {
        padding: 22px 20px;
        border-radius: 21px;
    }

    .service-sidebar-v2__nav > a {
        grid-template-columns: 34px minmax(0, 1fr) auto;
    }

}

/* ==================================================
   SERVICE ADVANTAGES V2
================================================== */

.service-advantages-v2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 56px;
    padding: 32px;
    border: 1px solid #dfe8f4;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(61, 126, 225, 0.11),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7faff 100%
        );
    box-shadow:
        0 24px 60px rgba(24, 68, 130, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.service-advantages-v2::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -85px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(49, 108, 200, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.service-advantages-v2__intro {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 29px;
}

.service-advantages-v2__heading {
    max-width: 620px;
}

.service-advantages-v2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #2d6dca;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-advantages-v2__eyebrow i {
    font-size: 0.9rem;
}

.service-advantages-v2__heading h2 {
    margin: 0;
    color: #17375f;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.service-advantages-v2__heading h2 span {
    color: #2c70cf;
}

.service-advantages-v2__heading > p {
    max-width: 600px;
    margin: 14px 0 0;
    color: #62748d;
    font-size: 0.97rem;
    line-height: 1.75;
}

.service-advantages-v2__experience {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-width: 148px;
    padding: 15px 18px;
    border: 1px solid rgba(42, 108, 205, 0.13);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 13px 30px rgba(27, 72, 136, 0.09);
}

.service-advantages-v2__experience strong {
    color: #2467c7;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.05em;
}

.service-advantages-v2__experience span {
    color: #596d88;
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.25;
    text-transform: uppercase;
}

.service-advantages-v2__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.service-advantages-v2__item {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 14px;
    min-height: 130px;
    padding: 19px;
    border: 1px solid #e3eaf4;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.service-advantages-v2__item:hover {
    transform: translateY(-3px);
    border-color: rgba(45, 108, 204, 0.2);
    box-shadow: 0 16px 35px rgba(22, 67, 130, 0.09);
}

.service-advantages-v2__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    color: #286bc9;
    background: linear-gradient(
        145deg,
        #e7f0fd,
        #f3f7fe
    );
    box-shadow: inset 0 0 0 1px rgba(50, 111, 204, 0.06);
}

.service-advantages-v2__icon i {
    font-size: 1.13rem;
}

.service-advantages-v2__item h3 {
    margin: 1px 0 7px;
    color: #1c3d66;
    font-size: 0.97rem;
    font-weight: 780;
    line-height: 1.35;
}

.service-advantages-v2__item p {
    margin: 0;
    color: #687991;
    font-size: 0.83rem;
    line-height: 1.62;
}

.service-advantages-v2__trust {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 18px;
    padding: 17px 18px;
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 0 100%,
            rgba(255, 255, 255, 0.09),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #153f7c,
            #2367c4
        );
    box-shadow: 0 18px 35px rgba(23, 69, 141, 0.18);
}

.service-advantages-v2__trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
}

.service-advantages-v2__trust-items span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.75rem;
    font-weight: 650;
}

.service-advantages-v2__trust-items i {
    color: #79e2ad;
    font-size: 0.87rem;
}

.service-advantages-v2__cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 15px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        #1da355,
        #2cc46d
    );
    box-shadow: 0 11px 24px rgba(6, 52, 31, 0.2);
    font-size: 0.78rem;
    font-weight: 780;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.service-advantages-v2__cta:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 15px 29px rgba(6, 52, 31, 0.28);
}

.service-advantages-v2__cta i:last-child {
    font-size: 0.73rem;
}


/* ==================================================
   SERVICE ADVANTAGES V2 RESPONSIVE
================================================== */

@media (max-width: 1199.98px) {

    .service-advantages-v2 {
        padding: 27px;
    }

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

}

@media (max-width: 767.98px) {

    .service-advantages-v2 {
        margin-bottom: 42px;
        padding: 24px 20px;
        border-radius: 23px;
    }

    .service-advantages-v2__intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .service-advantages-v2__experience {
        min-width: 0;
    }

    .service-advantages-v2__grid {
        grid-template-columns: 1fr;
    }

    .service-advantages-v2__item {
        min-height: 0;
    }

    .service-advantages-v2__cta {
        width: 100%;
    }

}

@media (max-width: 575.98px) {

    .service-advantages-v2__item {
        grid-template-columns: 43px minmax(0, 1fr);
        padding: 17px;
    }

    .service-advantages-v2__icon {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    .service-advantages-v2__trust {
        padding: 17px;
    }

    .service-advantages-v2__trust-items {
        display: grid;
        gap: 9px;
    }

}

/* ==================================================
   FEATURED DOCUMENT CARD
================================================== */

.service-documents-v2__card--featured {
    border-color: rgba(42, 107, 204, 0.22);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(48, 112, 211, 0.12),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f4f8fe 100%
        );
}

.service-documents-v2__card--featured::after {
    content: "Öne çıkan hizmet";
    position: absolute;
    top: 18px;
    right: 58px;
    padding: 6px 9px;
    border: 1px solid rgba(37, 102, 197, 0.12);
    border-radius: 999px;
    color: #286aca;
    background: #edf4fe;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {

    .service-documents-v2__card--featured::after {
        position: static;
        display: inline-flex;
        margin: 0 0 14px;
    }

}

/* ==================================================
   SERVICE FAQ V2
================================================== */

.service-faq-v2 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(52, 117, 214, 0.1),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 88%,
            rgba(64, 130, 225, 0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8fafd 0%,
            #ffffff 100%
        );
}

.service-faq-v2::before {
    content: "";
    position: absolute;
    top: 70px;
    right: -120px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(38, 104, 201, 0.08);
    border-radius: 50%;
}

.service-faq-v2::after {
    content: "";
    position: absolute;
    bottom: 70px;
    left: -80px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(38, 104, 201, 0.07);
    border-radius: 50%;
}

.service-faq-v2 .container {
    position: relative;
    z-index: 2;
}

.service-faq-v2__header {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.service-faq-v2__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #2364bd;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-faq-v2__label > span {
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2364bd, #62a0ed);
}

.service-faq-v2__header h2 {
    margin: 0;
    color: #13243d;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.service-faq-v2__header h2 span {
    display: block;
    color: #286dce;
}

.service-faq-v2__header p {
    max-width: 690px;
    margin: 22px auto 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.85;
}

.service-faq-v2__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
    gap: 34px;
    align-items: start;
}

.service-faq-v2__accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.service-faq-v2__item {
    overflow: hidden;
    border: 1px solid rgba(35, 78, 133, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 45px rgba(34, 67, 110, 0.07);
    backdrop-filter: blur(12px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.service-faq-v2__item:hover {
    transform: translateY(-2px);
    border-color: rgba(41, 107, 204, 0.2);
    box-shadow: 0 18px 50px rgba(34, 67, 110, 0.1);
}

.service-faq-v2__item .accordion-button {
    min-height: 84px;
    padding: 22px 58px 22px 24px;
    color: #172941;
    background: transparent;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.45;
    box-shadow: none;
}

.service-faq-v2__item .accordion-button:not(.collapsed) {
    color: #1f63bd;
    background:
        linear-gradient(
            135deg,
            rgba(237, 244, 254, 0.95),
            rgba(255, 255, 255, 0.95)
        );
}

.service-faq-v2__item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.service-faq-v2__item .accordion-button::after {
    position: absolute;
    right: 23px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background-color: #eef4fd;
    background-position: center;
    background-size: 14px;
}

.service-faq-v2__item .accordion-button:not(.collapsed)::after {
    background-color: #dfeafb;
}

.service-faq-v2__number {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border: 1px solid rgba(44, 109, 205, 0.14);
    border-radius: 13px;
    color: #2b6cca;
    background:
        linear-gradient(
            145deg,
            #f6f9fe,
            #e9f1fc
        );
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.05em;
}

.service-faq-v2__item .accordion-body {
    padding: 3px 28px 26px 81px;
    color: #607087;
    font-size: 0.96rem;
    line-height: 1.8;
}

.service-faq-v2__item .accordion-body p {
    margin: 0;
}

.service-faq-v2__item .accordion-body p + p {
    margin-top: 12px;
}

.service-faq-v2__side {
    position: relative;
}

.service-faq-v2__side-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.14),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #123d7a 0%,
            #1f66c5 100%
        );
    box-shadow: 0 24px 65px rgba(18, 61, 122, 0.22);
}

.service-faq-v2__side-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.service-faq-v2__side-icon {
    display: inline-flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 1.45rem;
    backdrop-filter: blur(8px);
}

.service-faq-v2__side-label {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-faq-v2__side-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.38;
}

.service-faq-v2__side-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.service-faq-v2__side-card ul {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 13px;
    margin: 26px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}

.service-faq-v2__side-card li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    font-weight: 650;
}

.service-faq-v2__side-card li i {
    color: #86e3ad;
}


/* ==================================================
   FAQ CONTACT
================================================== */

.service-faq-contact {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    overflow: hidden;
    margin-top: 42px;
    padding: 44px 48px;
    border: 1px solid rgba(44, 107, 202, 0.12);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 96% 8%,
            rgba(67, 132, 226, 0.13),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f1f6fd 100%
        );
    box-shadow: 0 22px 60px rgba(38, 76, 128, 0.1);
}

.service-faq-contact::before {
    content: "?";
    position: absolute;
    top: 50%;
    right: 310px;
    transform: translateY(-50%);
    color: rgba(40, 105, 200, 0.045);
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
}

.service-faq-contact__content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.service-faq-contact__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 8px 14px;
    border: 1px solid rgba(42, 107, 204, 0.12);
    border-radius: 999px;
    color: #286aca;
    background: #edf4fe;
    font-size: 0.74rem;
    font-weight: 800;
}

.service-faq-contact h3 {
    margin: 0 0 14px;
    color: #172a43;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.service-faq-contact p {
    margin: 0;
    color: #63748b;
    line-height: 1.78;
}

.service-faq-contact__buttons {
    display: flex;
    position: relative;
    z-index: 2;
    flex: 0 0 270px;
    flex-direction: column;
    gap: 13px;
}

.service-faq-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 21px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease,
        color 0.22s ease;
}

.service-faq-contact__button:hover {
    transform: translateY(-2px);
}

.service-faq-contact__button--whatsapp {
    border: 1px solid #25d366;
    color: #ffffff;
    background: #25d366;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.service-faq-contact__button--whatsapp:hover {
    color: #ffffff;
    background: #1fbd59;
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28);
}

.service-faq-contact__button--phone {
    border: 1px solid rgba(43, 104, 194, 0.18);
    color: #286aca;
    background: #ffffff;
}

.service-faq-contact__button--phone:hover {
    color: #ffffff;
    background: #286aca;
}


/* ==================================================
   SERVICE FAQ RESPONSIVE
================================================== */

@media (max-width: 991.98px) {

    .service-faq-v2 {
        padding: 85px 0;
    }

    .service-faq-v2__layout {
        grid-template-columns: 1fr;
    }

    .service-faq-v2__side-card {
        position: relative;
        top: auto;
    }

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

    .service-faq-contact::before {
        right: -10px;
    }

    .service-faq-contact__buttons {
        width: 100%;
        flex-basis: auto;
        flex-direction: row;
    }

    .service-faq-contact__button {
        flex: 1;
    }

}

@media (max-width: 767.98px) {

    .service-faq-v2 {
        padding: 70px 0;
    }

    .service-faq-v2__header {
        margin-bottom: 38px;
        text-align: left;
    }

    .service-faq-v2__header h2 span {
        display: inline;
    }

    .service-faq-v2__header p {
        margin-left: 0;
    }

    .service-faq-v2__item .accordion-button {
        min-height: 74px;
        padding: 18px 52px 18px 18px;
        font-size: 0.94rem;
    }

    .service-faq-v2__number {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        margin-right: 12px;
        border-radius: 11px;
        font-size: 0.66rem;
    }

    .service-faq-v2__item .accordion-button::after {
        right: 16px;
        width: 30px;
        height: 30px;
    }

    .service-faq-v2__item .accordion-body {
        padding: 0 20px 22px;
    }

    .service-faq-v2__side-card {
        padding: 30px 26px;
    }

    .service-faq-contact {
        margin-top: 30px;
        padding: 32px 26px;
        border-radius: 22px;
    }

    .service-faq-contact__buttons {
        flex-direction: column;
    }

}

@media (max-width: 575.98px) {

    .service-faq-v2__header h2 {
        font-size: 1.85rem;
    }

    .service-faq-v2__item .accordion-button {
        align-items: flex-start;
    }

    .service-faq-v2__side-card h3 {
        font-size: 1.28rem;
    }

    .service-faq-contact h3 {
        font-size: 1.55rem;
    }

}

/* ==================================================
   GREECE PROCESSES V2
================================================== */

.service-greece-v2 {
    position: relative;
    margin: 0;
    padding: 70px 54px;
    overflow: hidden;
    border: 1px solid rgba(39, 103, 198, 0.1);
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(45, 111, 209, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 0 100%,
            rgba(64, 136, 232, 0.08),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #f8fbff 0%,
            #ffffff 54%,
            #f3f7fd 100%
        );
    box-shadow: 0 28px 75px rgba(35, 74, 124, 0.09);
}

.service-greece-v2::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -90px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(41, 106, 202, 0.08);
    border-radius: 50%;
}

.service-greece-v2::after {
    content: "GR";
    position: absolute;
    right: 30px;
    bottom: -35px;
    color: rgba(39, 103, 198, 0.025);
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.service-greece-v2__header {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin-bottom: 48px;
}

.service-greece-v2__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: #2566c1;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-greece-v2__label > span {
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2465c0, #6ba4ee);
}

.service-greece-v2__header h2 {
    margin: 0;
    color: #14253d;
    font-size: clamp(2rem, 4vw, 3.05rem);
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.service-greece-v2__header h2 span {
    display: block;
    color: #286dce;
}

.service-greece-v2__header p {
    max-width: 760px;
    margin: 21px 0 0;
    color: #64748a;
    font-size: 1rem;
    line-height: 1.85;
}

.service-greece-v2__grid {
    display: grid;
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.service-greece-v2__card {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(37, 81, 139, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 15px 42px rgba(33, 70, 118, 0.07);
    backdrop-filter: blur(12px);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.service-greece-v2__card:hover {
    transform: translateY(-5px);
    border-color: rgba(43, 108, 204, 0.22);
    box-shadow: 0 22px 55px rgba(33, 70, 118, 0.12);
}

.service-greece-v2__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 58px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #286dce, #72a9ef);
}

.service-greece-v2__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.service-greece-v2__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(42, 106, 201, 0.13);
    border-radius: 17px;
    color: #286dce;
    background:
        linear-gradient(
            145deg,
            #f4f8fe,
            #e7f0fc
        );
    font-size: 1.35rem;
}

.service-greece-v2__number {
    color: rgba(37, 83, 144, 0.23);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.service-greece-v2__card h3 {
    margin: 0 0 14px;
    color: #172a43;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.35;
}

.service-greece-v2__card > p {
    margin: 0;
    color: #65758b;
    font-size: 0.94rem;
    line-height: 1.75;
}

.service-greece-v2__card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 21px 0 24px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(37, 80, 138, 0.08);
    list-style: none;
}

.service-greece-v2__card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #52647b;
    font-size: 0.9rem;
    font-weight: 600;
}

.service-greece-v2__card li i {
    color: #3477d4;
    font-size: 0.94rem;
}

.service-greece-v2__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #286aca;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.service-greece-v2__link i {
    transition: transform 0.2s ease;
}

.service-greece-v2__link:hover {
    color: #174f9e;
}

.service-greece-v2__link:hover i {
    transform: translate(3px, -3px);
}

.service-greece-v2__card--featured {
    border-color: rgba(41, 109, 207, 0.25);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(53, 123, 221, 0.14),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            #eef5fe
        );
}

.service-greece-v2__featured-label {
    position: absolute;
    top: 18px;
    right: 66px;
    padding: 6px 10px;
    border: 1px solid rgba(37, 104, 201, 0.12);
    border-radius: 999px;
    color: #286aca;
    background: #eaf3ff;
    font-size: 0.61rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.service-greece-v2__bottom {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding: 25px 27px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 22px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.13),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #123d79 0%,
            #246bc8 100%
        );
    box-shadow: 0 18px 46px rgba(19, 63, 124, 0.2);
}

.service-greece-v2__bottom-icon {
    display: inline-flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.25rem;
}

.service-greece-v2__bottom-content {
    flex: 1;
}

.service-greece-v2__bottom-content span {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 800;
}

.service-greece-v2__bottom-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 0.9rem;
    line-height: 1.65;
}

.service-greece-v2__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 13px;
    color: #ffffff;
    background: #25d366;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.service-greece-v2__button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: #1fbd59;
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.29);
}


/* ==================================================
   GREECE PROCESSES RESPONSIVE
================================================== */

@media (max-width: 991.98px) {

    .service-greece-v2 {
        margin: 0;
        padding: 55px 38px;
    }

    .service-greece-v2__bottom {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .service-greece-v2__button {
        width: 100%;
    }

}

@media (max-width: 767.98px) {

.service-greece-v2 {
    margin: 0;
    padding: 42px 24px;
        border-radius: 26px;
    }

    .service-greece-v2__header {
        margin-bottom: 34px;
    }

    .service-greece-v2__header h2 span {
        display: inline;
    }

    .service-greece-v2__grid {
        grid-template-columns: 1fr;
    }

    .service-greece-v2__card {
        padding: 27px 24px;
    }

    .service-greece-v2__featured-label {
        position: static;
        display: inline-flex;
        align-self: flex-start;
        margin-bottom: 17px;
    }

    .service-greece-v2__bottom {
        flex-direction: column;
        padding: 25px 23px;
    }

}

@media (max-width: 575.98px) {

    .service-greece-v2 {
        padding: 36px 18px;
    }

    .service-greece-v2__header h2 {
        font-size: 1.82rem;
    }

    .service-greece-v2__card h3 {
        font-size: 1.18rem;
    }

}

/* ==================================================
   FULL WIDTH GREECE SECTION
================================================== */

.service-greece-section {
    position: relative;
    padding: 20px 0 100px;
    background: #ffffff;
}

.service-greece-section .service-greece-v2 {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {

    .service-greece-section {
        padding: 10px 0 80px;
    }

}

@media (max-width: 767.98px) {

    .service-greece-section {
        padding: 0 0 65px;
    }

}
public_html/dev/assets/css/service-page.css

/* ==================================================
   COMPACT HORIZONTAL PROCESS V2
================================================== */

.service-process-section {
    position: relative;
    padding: 20px 0 40px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbff 100%
        );
}

.service-process-section .service-process-v2 {
    margin: 0;
    padding: 48px 44px;
    border: 1px solid rgba(41, 103, 194, 0.1);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(53, 120, 218, 0.09),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f7faff 100%
        );
    box-shadow: 0 24px 65px rgba(32, 70, 120, 0.08);
}


/* Başlık alanını daha kompakt yap */

.service-process-section .service-process-v2__header {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1fr);
    align-items: end;
    gap: 45px;
    max-width: none;
    margin-bottom: 38px;
}

.service-process-section .service-process-v2__header h2 {
    margin-bottom: 0;
}

.service-process-section .service-process-v2__header p {
    margin: 0;
}


/* 4 adımı tek satır yap */

.service-process-section .service-process-v2__timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}


/* Kart yapısı */

.service-process-section .service-process-v2__item {
    display: flex;
    position: relative;
    flex-direction: column;
    min-width: 0;
    min-height: 245px;
    padding: 24px 20px 22px;
    border: 1px solid rgba(40, 88, 151, 0.1);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 13px 34px rgba(33, 71, 120, 0.07);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.service-process-section .service-process-v2__item:hover {
    transform: translateY(-4px);
    border-color: rgba(42, 106, 202, 0.22);
    box-shadow: 0 18px 42px rgba(33, 71, 120, 0.11);
}


/* Kartlar arasındaki bağlantı çizgisi */

@media (min-width: 992px) {

    .service-process-section .service-process-v2__item:not(:last-child)::after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 46px;
        right: -17px;
        width: 17px;
        height: 2px;
        background:
            linear-gradient(
                90deg,
                rgba(42, 106, 202, 0.35),
                rgba(42, 106, 202, 0.08)
            );
    }

}


/* Adım kutusu */

.service-process-section .service-process-v2__step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.service-process-section .service-process-v2__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(42, 106, 202, 0.13);
    border-radius: 12px;
    color: #286dce;
    background:
        linear-gradient(
            145deg,
            #f4f8fe,
            #e7f0fc
        );
    font-size: 0.71rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.service-process-section .service-process-v2__step i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #286dce,
            #174f9d
        );
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(40, 109, 206, 0.22);
}


/* İçerik */

.service-process-section .service-process-v2__content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.service-process-section .service-process-v2__eyebrow {
    margin-bottom: 8px;
    color: #2c6ecb;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.service-process-section .service-process-v2__content h3 {
    margin: 0 0 10px;
    color: #172a43;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.service-process-section .service-process-v2__content p {
    margin: 0;
    color: #66778d;
    font-size: 0.87rem;
    line-height: 1.65;
}


/* Alt CTA daha ince olsun */

.service-process-section .service-process-v2__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 24px;
    padding: 19px 22px;
    border-radius: 18px;
}

.service-process-section .service-process-v2__cta > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.service-process-section .service-process-v2__cta-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
}

.service-process-section .service-process-v2__cta strong {
    font-size: 0.96rem;
}

.service-process-section .service-process-v2__cta p {
    margin-top: 3px;
    font-size: 0.84rem;
}

.service-process-section .service-process-v2__cta > a {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 18px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199.98px) {

    .service-process-section .service-process-v2 {
        padding: 42px 32px;
    }

    .service-process-section .service-process-v2__item {
        min-height: 265px;
    }

}

@media (max-width: 991.98px) {

    .service-process-section {
        padding: 15px 0 35px;
    }

    .service-process-section .service-process-v2__header {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-process-section .service-process-v2__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-process-section .service-process-v2__item {
        min-height: 230px;
    }

}

@media (max-width: 767.98px) {

    .service-process-section .service-process-v2 {
        padding: 36px 24px;
        border-radius: 24px;
    }

    .service-process-section .service-process-v2__timeline {
        grid-template-columns: 1fr;
    }

    .service-process-section .service-process-v2__item {
        min-height: auto;
    }

    .service-process-section .service-process-v2__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-process-section .service-process-v2__cta > a {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 575.98px) {

    .service-process-section .service-process-v2 {
        padding: 30px 18px;
    }

    .service-process-section .service-process-v2__item {
        padding: 22px 18px;
    }

}

/* ==================================================
   STICKY SERVICE SIDEBAR
================================================== */

.service-sidebar-sticky {
    position: sticky;
    top: 105px;
}

@media (max-width: 991.98px) {

    .service-sidebar-sticky {
        position: static;
        top: auto;
        margin-top: 35px;
    }

}
/* ==================================================
   FINAL SERVICE CTA
================================================== */

.service-final-cta-section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}

.service-final-cta {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    align-items: center;
    gap: 55px;
    padding: 58px 60px;
    overflow: hidden;
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(255, 255, 255, 0.14),
            transparent 31%
        ),
        radial-gradient(
            circle at 0 100%,
            rgba(74, 143, 242, 0.22),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #102f5e 0%,
            #174d96 48%,
            #276dcc 100%
        );
    box-shadow: 0 30px 75px rgba(20, 61, 121, 0.24);
}

.service-final-cta::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -110px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.service-final-cta::after {
    content: "GR";
    position: absolute;
    right: 32px;
    bottom: -48px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 13rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.service-final-cta__content,
.service-final-cta__actions {
    position: relative;
    z-index: 2;
}

.service-final-cta__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-final-cta__label > span {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: #72a9f4;
}

.service-final-cta h2 {
    max-width: 690px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.service-final-cta h2 span {
    display: block;
    color: #9fc6ff;
}

.service-final-cta__content > p {
    max-width: 680px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.8;
}

.service-final-cta__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 27px;
}

.service-final-cta__features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.86rem;
    font-weight: 650;
}

.service-final-cta__features i {
    color: #75e09d;
    font-size: 0.9rem;
}

.service-final-cta__actions {
    display: grid;
    gap: 14px;
}

.service-final-cta__button {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease;
}

.service-final-cta__button:hover {
    transform: translateY(-3px);
    color: #ffffff;
}

.service-final-cta__button > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.17rem;
}

.service-final-cta__button > i:last-child {
    font-size: 0.95rem;
}

.service-final-cta__button span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
}

.service-final-cta__button small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.04em;
}

.service-final-cta__button--whatsapp {
    background: rgba(37, 211, 102, 0.92);
    box-shadow: 0 15px 32px rgba(14, 89, 43, 0.22);
}

.service-final-cta__button--whatsapp:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: #1fbd59;
    box-shadow: 0 19px 38px rgba(14, 89, 43, 0.3);
}

.service-final-cta__button--whatsapp > i:first-child {
    background: rgba(255, 255, 255, 0.16);
}

.service-final-cta__button--phone {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 32px rgba(8, 31, 66, 0.16);
}

.service-final-cta__button--phone:hover {
    border-color: rgba(255, 255, 255, 0.27);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 19px 38px rgba(8, 31, 66, 0.22);
}

.service-final-cta__button--phone > i:first-child {
    color: #286dcc;
    background: #ffffff;
}


/* ==================================================
   FINAL SERVICE CTA RESPONSIVE
================================================== */

@media (max-width: 991.98px) {

    .service-final-cta-section {
        padding: 60px 0;
    }

    .service-final-cta {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 50px 42px;
    }

    .service-final-cta__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767.98px) {

    .service-final-cta {
        padding: 42px 26px;
        border-radius: 26px;
    }

    .service-final-cta__actions {
        grid-template-columns: 1fr;
    }

    .service-final-cta h2 span {
        display: inline;
    }

}

@media (max-width: 575.98px) {

    .service-final-cta-section {
        padding: 50px 0;
    }

    .service-final-cta {
        padding: 36px 20px;
    }

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

    .service-final-cta__button {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding: 13px 14px;
    }

    .service-final-cta__button > i:first-child {
        width: 42px;
        height: 42px;
    }

}



/* ==================================================
   TRANSLATION DOCUMENTS
================================================== */

.service-translation-documents-section {
    position: relative;
    padding: 80px 0;
    background: #f7faff;
}

.service-translation-documents {
    margin: 0;
    padding: 0;
}

.service-translation-documents__header {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.service-translation-documents__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #2767c6;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-translation-documents__eyebrow::before,
.service-translation-documents__eyebrow::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: #8bb7f1;
}

.service-translation-documents__header h2 {
    margin: 0;
    color: #102f5e;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.service-translation-documents__header p {
    max-width: 720px;
    margin: 19px auto 0;
    color: #63738a;
    font-size: 1rem;
    line-height: 1.8;
}

.service-translation-documents__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-translation-document-card {
    display: flex;
    position: relative;
    min-height: 290px;
    padding: 28px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(39, 103, 198, 0.11);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(26, 70, 132, 0.07);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.service-translation-document-card::before {
    content: "";
    position: absolute;
    top: -65px;
    right: -65px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(39, 103, 198, 0.055);
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}

.service-translation-document-card:hover {
    transform: translateY(-6px);
    border-color: rgba(39, 103, 198, 0.24);
    box-shadow: 0 24px 52px rgba(26, 70, 132, 0.13);
}

.service-translation-document-card:hover::before {
    transform: scale(1.18);
    background: rgba(39, 103, 198, 0.09);
}

.service-translation-document-card__top {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.service-translation-document-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    color: #2767c6;
    font-size: 1.35rem;
    background: #edf4ff;
    box-shadow: inset 0 0 0 1px rgba(39, 103, 198, 0.08);
}

.service-translation-document-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(39, 103, 198, 0.11);
    border-radius: 999px;
    color: #2767c6;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: #f2f7ff;
}

.service-translation-document-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #173760;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.4;
}

.service-translation-document-card p {
    position: relative;
    z-index: 2;
    margin: 14px 0 22px;
    color: #69788c;
    font-size: 0.89rem;
    line-height: 1.72;
}

.service-translation-document-card__link {
    display: inline-flex;
    position: relative;
    z-index: 2;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: auto;
    color: #2767c6;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.service-translation-document-card__link i {
    font-size: 0.82rem;
    transition: transform 0.22s ease;
}

.service-translation-document-card__link:hover {
    color: #174d96;
}

.service-translation-document-card__link:hover i {
    transform: translateX(5px);
}


/* ==================================================
   TRANSLATION DOCUMENTS RESPONSIVE
================================================== */

@media (max-width: 1199.98px) {

    .service-translation-documents__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767.98px) {

    .service-translation-documents-section {
        padding: 60px 0;
    }

    .service-translation-documents__header {
        margin-bottom: 32px;
        text-align: left;
    }

    .service-translation-documents__eyebrow::after {
        display: none;
    }

    .service-translation-documents__grid {
        grid-template-columns: 1fr;
    }

    .service-translation-document-card {
        min-height: auto;
        padding: 25px;
        border-radius: 21px;
    }

}

@media (max-width: 575.98px) {

    .service-translation-documents-section {
        padding: 50px 0;
    }

    .service-translation-documents__header h2 {
        font-size: 1.85rem;
    }

}