/* Shared text logos */
.text-logo {
    display: inline-flex !important;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.header-area .text-logo .brand-name {
    color: var(--dark1);
    font-family: var(--font_syne);
    font-size: clamp(10px, 0.82vw, 13px);
    font-weight: 600;
    letter-spacing: -0.2px;
}

.footer-area .footer-brand .text-logo .brand-name {
    color: #ffffff;
    font-family: var(--font_syne);
    font-size: clamp(9px, 0.72vw, 11px);
    font-weight: 600;
    letter-spacing: -0.15px;
}

.header-area .header-left {
    gap: clamp(28px, 3vw, 50px);
}

/* Homepage contact composition */
.home-contact-area {
    padding: clamp(100px, 9vw, 150px) 0;
}

.home-contact-area .custom-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.75fr);
    align-items: stretch;
    gap: clamp(24px, 2.5vw, 38px);
}

.home-contact-area .contact-form-wrap,
.home-contact-area .contact-infos {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 14px;
}

.home-contact-area .contact-form-wrap {
    border: 1px solid rgba(19, 81, 216, 0.09);
    background: var(--primary_light);
    padding: clamp(48px, 5vw, 76px);
    box-shadow: 0 24px 70px rgba(28, 28, 28, 0.05);
}

.home-contact-area .contact-form-wrap .section-subtitle {
    margin-bottom: 16px;
}

.home-contact-area .contact-form-wrap .contact-form-body .section-title {
    margin-bottom: 20px;
}

.home-contact-area .contact-form-wrap .contact-form-body > p {
    max-width: 620px;
    padding-bottom: 28px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.6;
}

.home-contact-area .contact-form .input-row {
    gap: 22px;
}

.home-contact-area .contact-form .input-row .input-group {
    margin-bottom: 20px;
}

.home-contact-area .contact-form .input-row .input-group input,
.home-contact-area .contact-form .input-row .input-group select,
.home-contact-area .contact-form .input-row .input-group textarea {
    min-height: 48px;
    border-color: rgba(28, 28, 28, 0.14);
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.js-contact-form .service-select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(28, 28, 28, 0.14);
    border-radius: 5px;
    background-color: #ffffff;
    color: rgba(28, 28, 28, 0.78);
    font-size: 16px;
    padding: 8px 42px 8px 15px;
    cursor: pointer;
}

.js-contact-form .service-select:focus {
    outline: none;
    border-color: var(--primary_color);
    box-shadow: 0 0 0 3px rgba(19, 81, 216, 0.1);
}

.home-contact-area .contact-form .input-row .input-group textarea {
    min-height: 125px;
}

.home-contact-area .contact-form .input-row .input-group input:focus,
.home-contact-area .contact-form .input-row .input-group textarea:focus {
    outline: none;
    border-color: var(--primary_color);
    box-shadow: 0 0 0 3px rgba(19, 81, 216, 0.1);
}

.home-contact-area .contact-form .input-row .input-group.phone-number .number-prefix {
    height: 48px;
    color: var(--dark1);
    font-weight: 500;
}

.home-contact-area .contact-form .input-row .input-group.phone-number input {
    padding-left: 15px;
}

.js-contact-form .input-group.phone-number input {
    padding-left: 15px !important;
}

.js-contact-form .form-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.js-contact-form .alert-notification {
    margin-bottom: 0 !important;
}

.js-contact-form .form-status {
    display: none;
    width: 100%;
    margin-top: 2px;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.55;
}

.js-contact-form .form-status.is-loading {
    display: block;
    border-color: rgba(19, 81, 216, 0.18);
    background: rgba(19, 81, 216, 0.07);
    color: var(--primary_color);
}

.js-contact-form .form-status.is-success {
    display: block;
    border-color: rgba(20, 135, 80, 0.22);
    background: rgba(20, 135, 80, 0.08);
    color: #116b43;
}

.js-contact-form .form-status.is-error {
    display: block;
    border-color: rgba(193, 52, 52, 0.22);
    background: rgba(193, 52, 52, 0.08);
    color: #9f2e2e;
}

.js-contact-form .form-status .alert {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
}

.js-contact-form .form-status .alert h3 {
    margin: 0 0 3px;
    color: inherit;
    font-size: 15px;
}

.js-contact-form .status-spinner {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    border: 2px solid rgba(19, 81, 216, 0.22);
    border-top-color: var(--primary_color);
    border-radius: 50%;
    vertical-align: -2px;
    animation: form-status-spin 0.7s linear infinite;
}

@keyframes form-status-spin {
    to { transform: rotate(360deg); }
}

/* Telecom services bento grid */
.services-bento-section {
    overflow: hidden;
}

.services-bento-section .service2-header {
    position: relative;
    z-index: 2;
}

.services-bento-section .service2-header .left {
    max-width: 760px;
}

.services-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 24px;
}

.bento-service-card {
    --card-ink: var(--dark1);
    --card-muted: rgba(28, 28, 28, 0.7);
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: #ffffff;
    padding: clamp(30px, 3.2vw, 48px);
    color: var(--card-ink);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bento-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 141, 255, 0.34);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
}

.bento-service-primary {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 548px;
    --card-ink: #ffffff;
    --card-muted: rgba(255, 255, 255, 0.76);
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, #1351d8 0%, #0d3ea9 62%, #092b72 100%);
}

.bento-service-tv,
.bento-service-bundle {
    grid-column: span 5;
    min-height: 262px;
}

.bento-service-bundle {
    background: linear-gradient(135deg, #f3f6fd 0%, #e7eeff 100%);
}

.bento-service-phone {
    grid-column: span 5;
    min-height: 310px;
}

.bento-service-business {
    grid-column: span 7;
    min-height: 310px;
    background: linear-gradient(120deg, #ffffff 0%, #f3f6fd 100%);
}

.bento-card-content {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

.bento-card-number {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-bottom: auto;
    border: 1px solid rgba(19, 81, 216, 0.16);
    border-radius: 50px;
    background: rgba(19, 81, 216, 0.07);
    padding: 7px 11px;
    color: var(--primary_color);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.bento-service-primary .bento-card-number {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.bento-card-label {
    margin-top: 12px;
    display: block;
    margin-bottom: 14px;
    color: var(--primary_color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.bento-service-primary .bento-card-label {
    color: #b9d0ff;
}

.bento-service-card h2 {
    max-width: 570px;
    margin-bottom: 16px;
    color: var(--card-ink);
    font-family: var(--font_yantramanv);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

.bento-service-primary h2 {
    font-size: 24px;
    letter-spacing: -0.3px;
}

.bento-service-card p {
    max-width: 590px;
    margin: 0;
    color: var(--card-muted);
    font-size: 16px;
    line-height: 1.65;
}

.bento-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.bento-feature-list li {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.09);
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1;
}

.bento-card-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: 28px;
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 600;
}

.bento-service-primary .bento-card-link {
    color: #ffffff;
}

.bento-card-link i {
    transition: transform 0.25s ease;
}

.bento-card-link:hover {
    color: var(--primary_color2);
}

.bento-card-link:hover i {
    transform: translate(3px, -3px);
}

.bento-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 22px;
    color: rgba(28, 28, 28, 0.65);
    font-size: 13px;
}

.bento-stat-row strong {
    color: var(--dark1);
    font-weight: 600;
}

.bento-card-shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.bento-orbit {
    right: -155px;
    top: -105px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.035),
                0 0 0 92px rgba(255, 255, 255, 0.025),
                0 0 0 138px rgba(255, 255, 255, 0.018);
}

.bento-signal {
    right: 28px;
    top: 24px;
    width: 94px;
    height: 94px;
    border: 1px solid rgba(19, 81, 216, 0.13);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 15px -15px 0 -14px rgba(19, 81, 216, 0.13),
                30px -30px 0 -29px rgba(19, 81, 216, 0.09);
    transform: rotate(-10deg);
}

.bento-route {
    right: -22px;
    bottom: 25px;
    width: 155px;
    height: 82px;
    border-bottom: 1px solid rgba(19, 81, 216, 0.14);
    border-left: 1px solid rgba(19, 81, 216, 0.14);
    border-radius: 0 0 0 42px;
}

.bento-route::before,
.bento-route::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid var(--primary_color);
    border-radius: 50%;
    background: #e7eeff;
}

.bento-route::before {
    left: -5px;
    top: -4px;
}

.bento-route::after {
    right: -4px;
    bottom: -5px;
}

.bento-pulse {
    right: -15px;
    top: 50%;
    width: 155px;
    height: 1px;
    background: rgba(19, 81, 216, 0.12);
    box-shadow: 0 -20px rgba(19, 81, 216, 0.07),
                0 20px rgba(19, 81, 216, 0.07),
                0 -40px rgba(19, 81, 216, 0.035),
                0 40px rgba(19, 81, 216, 0.035);
}

.bento-grid-shape {
    right: 20px;
    bottom: 20px;
    width: 150px;
    height: 115px;
    opacity: 0.34;
    background-image: radial-gradient(circle, var(--primary_color) 1.3px, transparent 1.4px);
    background-size: 14px 14px;
    -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 70%);
    mask-image: linear-gradient(135deg, transparent 0%, #000 70%);
}

@media (max-width: 1100px) {
    .bento-service-primary {
        min-height: 520px;
    }

    .bento-service-card {
        padding: 32px;
    }
}

@media (max-width: 820px) {
    .services-bento-section .service2-header {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 28px;
    }

    .services-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bento-service-primary,
    .bento-service-business {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .bento-service-tv,
    .bento-service-bundle,
    .bento-service-phone {
        grid-column: span 1;
    }

    .bento-service-primary {
        min-height: 470px;
    }
}

@media (max-width: 585px) {
    .services-bento-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bento-service-primary,
    .bento-service-tv,
    .bento-service-bundle,
    .bento-service-phone,
    .bento-service-business {
        grid-column: 1;
        min-height: 0;
    }

    .bento-service-card {
        padding: 28px 24px;
    }

    .bento-card-number {
        margin-bottom: 70px;
    }

}

/* Simplified About Us section */
.about-simple-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: clamp(100px, 10vw, 160px) 0;
}

.about-simple-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    align-items: stretch;
    gap: clamp(55px, 8vw, 120px);
}

.about-simple-visual,
.about-simple-content {
    min-width: 0;
}

.about-simple-visual {
    display: flex;
}

.about-simple-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
}

.about-simple-image-wrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 16px;
    background: var(--primary_light);
    padding: clamp(16px, 2vw, 25px);
    display: flex;
    width: 100%;
    min-height: 650px;
}

.about-simple-image-wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -120px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(19, 81, 216, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(19, 81, 216, 0.035),
                0 0 0 84px rgba(19, 81, 216, 0.02);
}

.about-simple-image-wrap > img {
    display: block;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 11px;
    object-fit: cover;
}

.about-visual-shape {
    position: absolute;
    right: -72px;
    top: -72px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(19, 81, 216, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(19, 81, 216, 0.04),
                0 0 0 60px rgba(19, 81, 216, 0.025);
    pointer-events: none;
}

.about-visual-note {
    position: absolute;
    right: clamp(30px, 4vw, 52px);
    bottom: clamp(30px, 4vw, 52px);
    min-width: 210px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(28, 28, 28, 0.9);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    padding: 18px 20px;
    backdrop-filter: blur(10px);
}

.about-visual-note span,
.about-visual-note strong {
    display: block;
}

.about-visual-note span {
    margin-bottom: 7px;
    color: var(--primary_color2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.about-visual-note strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.about-simple-content .section-subtitle {
    margin-bottom: 18px;
}

.about-simple-content .section-title {
    margin-bottom: 25px;
}

.about-simple-content > p {
    max-width: 650px;
    margin-bottom: 18px;
    color: rgba(28, 28, 28, 0.72);
    font-size: 17px;
    line-height: 1.72;
}

.about-simple-content .about-lead {
    color: rgba(28, 28, 28, 0.88);
    font-size: 20px;
    line-height: 1.55;
}

.about-trust-list {
    margin-top: 34px;
    border-top: 1px solid rgba(28, 28, 28, 0.12);
}

.about-trust-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(28, 28, 28, 0.12);
}

.about-trust-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary_light2);
    color: var(--primary_color);
    font-size: 12px;
    font-weight: 700;
}

.about-trust-item h3 {
    margin-bottom: 6px;
    color: var(--dark1);
    font-family: var(--font_yantramanv);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.about-trust-item p {
    margin: 0;
    color: rgba(28, 28, 28, 0.66);
    font-size: 15px;
    line-height: 1.55;
}

.about-simple-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.about-phone-link {
    color: var(--dark1);
    font-size: 16px;
    font-weight: 600;
}

.about-phone-link span {
    margin-right: 6px;
    color: rgba(28, 28, 28, 0.55);
    font-weight: 400;
}

.about-phone-link:hover {
    color: var(--primary_color);
}

@media (max-width: 912px) {
    .about-simple-grid {
        grid-template-columns: 1fr;
    }

    .about-simple-image-wrap {
        display: block;
        min-height: 0;
    }

    .about-simple-image-wrap > img {
        height: min(620px, 82vw);
    }

    .about-simple-content {
        padding: 0;
    }
}

@media (max-width: 585px) {
    .about-simple-image-wrap > img {
        height: 430px;
    }

    .about-visual-note {
        right: 26px;
        bottom: 26px;
        min-width: 190px;
        padding: 15px 17px;
    }

    .about-simple-content .about-lead {
        font-size: 18px;
    }

    .about-simple-content > p {
        font-size: 16px;
    }
}

.home-contact-area .contact-infos {
    position: relative;
    overflow: hidden;
    background: var(--dark1);
    padding: clamp(42px, 4vw, 62px);
    color: #ffffff;
}

.home-contact-area .contact-infos::after {
    content: '';
    position: absolute;
    right: -155px;
    bottom: -155px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(79, 141, 255, 0.14);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(79, 141, 255, 0.035),
                0 0 0 90px rgba(79, 141, 255, 0.02);
    pointer-events: none;
}

.home-contact-area .contact-infos-inner {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
}

.home-contact-area .contact-card-intro {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 34px;
}

.home-contact-area .contact-card-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary_color2);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-contact-area .contact-card-intro h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-family: var(--font_yantramanv);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.05;
}

.home-contact-area .contact-card-intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.6;
}

.home-contact-area .contact-infos .contact-info {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    max-width: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.home-contact-area .contact-infos .contact-info img {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 10px;
    background: rgba(79, 141, 255, 0.12);
    padding: 11px;
}

.home-contact-area .contact-infos .contact-info h3 {
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 21px;
}

.home-contact-area .contact-infos .contact-info p,
.home-contact-area .contact-infos .contact-info p a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.home-contact-area .contact-infos .contact-info p a:hover {
    color: #ffffff;
}

.home-contact-area .contact-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}

.home-contact-area .contact-card-actions .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 22px;
}

.home-contact-area .contact-email-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.home-contact-area .contact-email-link:hover {
    color: var(--primary_color2);
}

@media (max-width: 1100px) {
    .home-contact-area .custom-row {
        grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
    }
}

@media (max-width: 912px) {
    .home-contact-area .custom-row {
        grid-template-columns: 1fr;
    }

    .home-contact-area .contact-infos-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
    }

    .home-contact-area .contact-card-intro,
    .home-contact-area .contact-card-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 585px) {
    .header-area .text-logo .brand-name {
        font-size: 8px;
        letter-spacing: -0.25px;
    }

    .header-area .header-left .header-left-right {
        gap: 7px;
    }

    .header-area .header-left .header-left-right .theme-btn {
        padding: 10px 13px;
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
    }

    .header-area .header-left .menu-bar {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
    }

    .home-contact-area .contact-form-wrap,
    .home-contact-area .contact-infos {
        padding: 34px 24px;
    }

    .home-contact-area .contact-form .input-row {
        gap: 0;
    }

    .home-contact-area .contact-infos-inner {
        display: flex;
    }
}
