* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 32px;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input, textarea, select {
    outline: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 6px 10px 12px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

a, input, select, button {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

@font-face {
    font-family: 'Excon';
    src: url('fonts/excon/Excon-Light.woff2') format('woff2'),
         url('fonts/excon/Excon-Light.woff') format('woff'),
         url('fonts/excon/Excon-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Excon';
    src: url('fonts/excon/Excon-Regular.woff2') format('woff2'),
         url('fonts/excon/Excon-Regular.woff') format('woff'),
         url('fonts/excon/Excon-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Excon';
    src: url('fonts/excon/Excon-Medium.woff2') format('woff2'),
         url('fonts/excon/Excon-Medium.woff') format('woff'),
         url('fonts/excon/Excon-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Excon';
    src: url('fonts/excon/Excon-Bold.woff2') format('woff2'),
         url('fonts/excon/Excon-Bold.woff') format('woff'),
         url('fonts/excon/Excon-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.s-width {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 16px;
}

.s-width--small {
    max-width: 800px;
}

.s-width--medium {
    max-width: 1000px;
}

.s-width--large {
    max-width: 1600px;
}

.s-button {
    background: #121212;
    color: #ffffff;
    padding: 12px 32px;
    display: inline-block;
    width: auto;
    font-weight: 500;
    border-radius: 40px;
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
    outline: 0;
}

.s-button--slim {
    padding: 8px 24px;
}

.s-button--outline {
    border: 1.5px #121212 solid;
    background: transparent;
    color: #121212;
}

@media (min-width: 1050px) {
    .s-button--outline:hover {
        border: 1px #7371ff solid;
        background: #7371ff;
        color: #ffffff;
    }
}

.s-button--large {
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 600;
}

.s-button--black {
    background: #121212;
    color: #ffffff;
    border: 1px #121212 solid;
}

@media (min-width: 1050px) {
    .s-button--black:hover {
        border: 1px #7371ff solid;
        background: #7371ff;
    }
}

.s-button--purple {
    background: #7371ff;
    color: #ffffff;
    border: 1px #7371ff solid;
}

body {
    margin: 0;
    font-family: 'Excon', sans-serif;
    font-weight: 400;
    background-color: #ffffff;
}

header {
    background-color: #000;
    padding: 16px 30px;
}

@media (max-width: 1050px) {
    header {
        padding: 8px 16px;
    }
}

header .s-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
}

@media (max-width: 1050px) {
    header .s-width {
        padding-right: 4px;
    }
}

header .header__logo {
    display: flex;
}

header .header__logo img {
    width: 180px;
    height: 50px;
    object-fit: contain;
}

.site-footer {
    background: linear-gradient(180deg, #141418 0%, #0a0a0c 100%);
    color: #e2e8f0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    box-sizing: border-box;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 2fr);
    gap: clamp(36px, 5vw, 72px);
    padding: 76px 16px 64px;
    align-items: start;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .site-footer__main {
        grid-template-columns: 1fr;
        padding: 60px 16px 52px;
    }
}

.site-footer__brand {
    max-width: 300px;
}

@media (max-width: 900px) {
    .site-footer__brand {
        max-width: none;
    }
}

.site-footer__logo-link {
    display: inline-block;
    line-height: 0;
    margin-bottom: 18px;
}

.site-footer__logo {
    width: 100%;
    max-width: 148px;
    height: auto;
    object-fit: contain;
    display: block;
    padding-top: 5px;
}

.site-footer__tagline {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #94a3b8;
}

.site-footer__copyright {
    margin: 14px 0 0;
    font-size: 11px;
    line-height: 1.5;
    color: #64748b;
}

@media (max-width: 600px) {
    .site-footer__copyright {
        font-size: 10px;
    }
}

.site-footer__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 40px;
    align-items: start;
}

.site-footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

@media (max-width: 720px) {
    .site-footer__columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.site-footer__heading {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f1f5f9;
}

.site-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__list li {
    margin-bottom: 11px;
}

.site-footer__list li:last-child {
    margin-bottom: 0;
}

.site-footer__list a {
    margin: 0;
    color: #94a3b8;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.site-footer__list a:hover {
    color: #c4b5fd;
}

.site-footer__contact-lede {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
}

.site-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #7371ff;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

@media (min-width: 1200px) {
    .site-footer__cta:hover {
        opacity: 0.9;
    }
}

header nav {
    display: flex;
    align-items: center;
}

@media (max-width: 1050px) {
    header nav {
        display: none;
    }
}

header nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    padding: 8px 0;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    header nav a {
        font-size: 18px;
    }
}

header nav a:hover {
    color: #7371ff;
}

.cta-button {
    background-color: #7371ff;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 46px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .cta-button:hover {
        opacity: 0.9;
    }
}

@media (max-width: 1050px) {
    .cta-button {
        display: none;
    }
}

.mobile-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-out;
    position: absolute;
    z-index: 20;
    top: 66px;
    left: 0;
    width: 100%;
    background-color: #dbd9f5;
    color: #ffffff;
    padding: 0 0;
}

.mobile-menu.visible {
    height: 390px;
}

.mobile-menu a {
    display: block;
    color: #121212;
    text-decoration: none;
    margin: 10px 0;
    font-size: 30px;
    padding: 10px 20px;
    text-align: right;
    font-weight: 500;
}

.mobile-menu-trigger {
    display: none;
    position: relative;
    width: 52.5px;
    height: 52.5px;
    border-radius: 7.5px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 1050px) {
    .mobile-menu-trigger {
        display: flex;
    }
}

.mobile-menu-trigger span {
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
}

.mobile-menu-trigger span:nth-child(2) {
    transform: translateY(-11.25px);
    width: 18.75px;
    left: 11.25px;
}

.mobile-menu-trigger span:nth-child(3) {
    transform: translateY(11.25px);
    width: 11.25px;
    left: 11.25px;
}

.mobile-menu-trigger.active span:nth-child(1) {
    transform: translateX(45px);
}

.mobile-menu-trigger.active span:nth-child(2) {
    width: 30px;
    transform: translateX(0) rotate(45deg);
    transition-delay: 0.1s;
}

.mobile-menu-trigger.active span:nth-child(3) {
    width: 30px;
    transform: translateX(0) rotate(-45deg);
    transition-delay: 0.1s;
}

.hero-section {
    width: 100%;
    height: 500px;
    background: url('/assets/images/new-banner.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width: 1800px) {
    .hero-section {
        height: 450px;
    }
}

@media (max-width: 800px) {
    .hero-section {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .hero-section {
        height: 300px;
    }
}

.hero-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section .hero-section__content {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
    flex-direction: column;
    padding: 20px;
}

@media (max-width: 800px) {
    .hero-section .hero-section__content {
        padding: 0 20px;
    }
}

.hero-section .hero-section__heading {
    width: 100%;
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
}

@media (max-width: 800px) {
    .hero-section .hero-section__heading {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .hero-section .hero-section__heading {
        font-size: 26px;
    }
}

.hero-section .hero-section__text {
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    max-width: 900px;
}

@media (max-width: 1800px) {
    .hero-section .hero-section__text {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .hero-section .hero-section__text {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .hero-section .hero-section__text {
        font-size: 14px;
        line-height: 22px;
    }
}

.hero-section--faqs {
    background: url('/assets/images/new-banner.jpg') center no-repeat;
    background-size: cover;
    height: 400px;
}

@media (max-width: 1200px) {
    .hero-section--faqs {
        background-size: cover;
        height: 350px;
    }
}

@media (max-width: 800px) {
    .hero-section--faqs {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .hero-section--faqs {
        height: 250px;
    }
}

.hero-section--networks {
    background: url('/assets/images/banners/networks.webp') center no-repeat;
    background-size: cover;
    height: 400px;
}

@media (max-width: 1200px) {
    .hero-section--networks {
        background-size: cover;
        height: 350px;
    }
}

@media (max-width: 800px) {
    .hero-section--networks {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .hero-section--networks {
        height: 250px;
    }
}

.hero-section--phones {
    background: url('/assets/images/banners/voip.webp') center no-repeat;
    background-size: cover;
    height: 400px;
}

.hero-section--computers {
    background: url('/assets/images/banners/comp.webp') center no-repeat;
    background-size: cover;
    height: 400px;
}

@media (max-width: 1200px) {
    .hero-section--phones {
        background-size: cover;
        height: 350px;
    }
    
    .hero-section--computers {
        height: 350px;
    }
}

@media (max-width: 800px) {
    .hero-section--phones {
        height: 300px;
    }
    
    .hero-section--computers {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .hero-section--phones {
        height: 250px;
    }
    
    .hero-section--computers {
        height: 250px;
    }
}

.services-section {
    background: #f8f9ff;
    padding: 80px 0;
}

.services-section .s-width {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-section .services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .services-section .services-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.services-section .service-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.services-section .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.services-section .service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-section .service-box:hover::before {
    opacity: 1;
}

.services-section .service-box .service-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.services-section .service-box img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.services-section .service-box h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.services-section .service-box p {
    color: #4a5568;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-section .service-box {
        padding: 32px 24px;
    }
    
    .services-section .service-box img {
        width: 40px;
        height: 40px;
    }
    
    .services-section .service-box h2 {
        font-size: 20px;
    }
}

.phone-showcase {
    background: #ffffff;
    padding: 100px 0;
}

.showcase-header {
    text-align: center;
    margin-bottom: 80px;
}

.showcase-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.showcase-header p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.showcase-grid {
    max-width: 1600px;
    margin: 0 auto;
}

.showcase-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 120px;
    padding: 0 20px;
}

.showcase-item:last-child {
    margin-bottom: 0;
}

.showcase-item--reverse {
    direction: rtl;
}

.showcase-item--reverse .showcase-content {
    direction: ltr;
}

.showcase-image {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eaff 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.showcase-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);
}

.showcase-image img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

.showcase-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.showcase-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 1024px) {
    .showcase-item {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
        text-align: center;
    }
    
    .showcase-item--reverse {
        direction: ltr;
    }
    
    .showcase-image {
        order: -1;
        padding: 30px;
    }
    
    .showcase-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .phone-showcase {
        padding: 60px 0;
    }
    
    .showcase-header {
        margin-bottom: 60px;
    }
    
    .showcase-header h2 {
        font-size: 28px;
    }
    
    .showcase-header p {
        font-size: 16px;
    }
    
    .showcase-item {
        margin-bottom: 60px;
        padding: 0 10px;
    }
    
    .showcase-image {
        padding: 20px;
    }
    
    .showcase-image img {
        max-height: 200px;
    }
    
    .showcase-content h3 {
        font-size: 22px;
    }
    
    .showcase-content p {
        font-size: 15px;
    }
}

.hero-section--computers ~ .services-section {
    background: #f8f9ff;
    padding: 80px 0;
}

.hero-section--computers ~ .services-section .s-width {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-section--computers ~ .services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.hero-section--computers ~ .services-section .service-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-section--computers ~ .services-section .service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hero-section--computers ~ .services-section .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.hero-section--computers ~ .services-section .service-box:hover::before {
    transform: scaleX(1);
}

.hero-section--computers ~ .services-section .service-icon {
    margin-bottom: 0;
}

.hero-section--computers ~ .services-section .service-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.hero-section--computers ~ .services-section .service-box:hover .service-icon img {
    transform: scale(1.1);
}

.hero-section--computers ~ .services-section .service-box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.hero-section--computers ~ .services-section .service-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 1200px) {
    .hero-section--computers ~ .services-section .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-section--computers ~ .services-section {
        padding: 60px 0;
    }
    
    .hero-section--computers ~ .services-section .services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .hero-section--computers ~ .services-section .service-box {
        padding: 32px 24px;
    }
    
    .hero-section--computers ~ .services-section .service-icon img {
        width: 40px;
        height: 40px;
    }
    
    .hero-section--computers ~ .services-section .service-box h2 {
        font-size: 20px;
    }
}

@keyframes tg-im-aurora {
    0%, 100% { opacity: 1; transform: scale(1) translate(0, 0); }
    50% { opacity: 0.85; transform: scale(1.05) translate(2%, -1%); }
}

@keyframes tg-im-showcase-in {
    from {
        opacity: 0;
        transform: translateY(36px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tg-im-orb-pulse {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.08); opacity: 0.85; }
}

@keyframes tg-im-shimmer {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.websites-services {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 45%, #f1f5f9 100%);
    color: #334155;
    padding: 0 0 48px;
}

.websites-services__bg {
    position: absolute;
    inset: -35% -12% -35% -12%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 70% at 50% 40%, rgba(99, 102, 241, 0.08), transparent 62%),
        radial-gradient(ellipse 90% 60% at 50% 100%, rgba(79, 70, 229, 0.06), transparent 58%),
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(129, 140, 248, 0.06), transparent 55%);
    filter: blur(0px);
    animation: none;
    opacity: 0.9;
}

.websites-services .s-width {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.websites-services__intro {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 80px 24px 56px;
    max-width: 920px;
    margin: 0 auto;
}

.websites-services__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6366f1;
    margin: 0 0 16px;
}

.websites-services__title {
    font-size: clamp(36px, 5.8vw, 58px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.12;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.websites-services__title-gradient {
    background: linear-gradient(120deg, #312e81 0%, #4c1d95 22%, #5b21b6 45%, #4338ca 72%, #1e1b4b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: tg-im-shimmer 8s linear infinite;
}

.websites-services__lede {
    font-size: 24px;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 28px;
}

.websites-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .websites-showcase-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.websites-showcase-grid .websites-showcase {
    margin-bottom: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    
    animation: none;
    opacity: 1;
    transform: none;
}

.websites-showcase-grid .websites-showcase__shell {
    padding: 16px 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}

.websites-showcase-grid .websites-showcase__panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 24px 32px;
    align-content: start;
    text-align: center;
    flex: 1;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.websites-showcase-grid .websites-showcase__visual {
    min-height: 96px;
}

.websites-showcase-grid .websites-showcase__orb {
    width: 96px;
    height: 96px;
}

.websites-showcase-grid .websites-showcase__icon-ring {
    width: 84px;
    height: 84px;
    border-radius: 22px;
}

.websites-showcase-grid .websites-showcase__icon-ring::before {
    border-radius: 25px;
}

.websites-showcase-grid .websites-showcase__icon-ring img {
    width: 42px;
    height: 42px;
}

.websites-showcase-grid .websites-showcase__index {
    font-size: clamp(72px, 11vw, 120px);
    font-weight: 800;
    line-height: 1;
    left: 4px;
    top: -6px;
    letter-spacing: -0.06em;
    color: rgba(15, 23, 42, 0.05);
    z-index: 0;
    opacity: 1;
    
    animation: none;
    text-shadow: none;
}

.websites-showcase-grid .websites-showcase__heading {
    font-size: clamp(20px, 1.85vw, 26px);
    line-height: 1.28;
}

.websites-showcase-grid .websites-showcase__summary {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1100px) {
    .websites-showcase-grid {
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .websites-showcase-grid {
        grid-template-columns: 1fr;
        padding-top: 28px;
    }

    .websites-showcase-grid .websites-showcase__index {
        font-size: clamp(56px, 22vw, 96px);
        top: -4px;
    }

    .websites-showcase-grid .websites-showcase__heading {
        font-size: clamp(20px, 5vw, 24px);
    }

    .websites-showcase-grid .websites-showcase__summary {
        font-size: 16px;
    }
}

.websites-showcase--accent-violet {
    --showcase-glow: rgba(129, 140, 248, 0.55);
    --showcase-ring: linear-gradient(145deg, #818cf8, #6366f1, #a78bfa);
}

.websites-showcase--accent-magenta {
    --showcase-glow: rgba(232, 121, 249, 0.5);
    --showcase-ring: linear-gradient(145deg, #e879f9, #d946ef, #c084fc);
}

.websites-showcase--accent-cyan {
    --showcase-glow: rgba(34, 211, 238, 0.45);
    --showcase-ring: linear-gradient(145deg, #22d3ee, #06b6d4, #67e8f9);
}

.websites-showcase--accent-amber {
    --showcase-glow: rgba(251, 191, 36, 0.45);
    --showcase-ring: linear-gradient(145deg, #fcd34d, #f59e0b, #fbbf24);
}

.page-connectivity .websites-services .faq-section,
.page-websites .websites-services .faq-section,
.page-managed-it .websites-services .faq-section {
    padding: 56px 0 60px;
    position: relative;
    z-index: 1;
}

.websites-services .websites-showcase-grid {
    margin-bottom: 60px;
}

.page-connectivity .websites-services .websites-showcase-grid + .faq-section,
.page-websites .websites-services .websites-showcase-grid + .faq-section,
.page-managed-it .websites-services .websites-showcase-grid + .faq-section {
    margin-top: 0;
    padding-top: 56px;
}

.page-ai-solutions .websites-services .websites-showcase-grid + .quote-form-section {
    margin-top: 0;
    padding-top: 56px;
}

.page-connectivity .websites-services .faq-container .faq:first-child,
.page-websites .websites-services .faq-container .faq:first-child,
.page-managed-it .websites-services .faq-container .faq:first-child {
    border-top-color: #e2e8f0;
}

.page-connectivity .websites-services .faq-question,
.page-websites .websites-services .faq-question,
.page-managed-it .websites-services .faq-question {
    color: #0f172a;
    border-bottom-color: #e2e8f0;
}

.page-connectivity .websites-services .faq-question:after,
.page-websites .websites-services .faq-question:after,
.page-managed-it .websites-services .faq-question:after {
    color: #7371ff;
}

.page-connectivity .websites-services .faq-question .faq-answer p,
.page-websites .websites-services .faq-question .faq-answer p,
.page-managed-it .websites-services .faq-question .faq-answer p {
    color: #4a5568;
}

.websites-showcase {
    position: relative;
    z-index: 1;
    scroll-margin-top: 28px;
    margin-bottom: 28px;
    
    animation: tg-im-showcase-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: var(--reveal, 0s);
    opacity: 1;
}

.websites-showcase__shell {
    position: relative;
    padding: 8px 20px 0;
}

.websites-showcase__index {
    position: absolute;
    left: 8px;
    top: -8px;
    font-size: clamp(72px, 14vw, 120px);
    font-weight: 800;
    line-height: 1;
    color: rgba(15, 23, 42, 0.05);
    letter-spacing: -0.06em;
    pointer-events: none;
    user-select: none;
}

.websites-showcase__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 36px 48px;
    align-items: center;
    padding: 36px 40px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.websites-showcase__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, var(--showcase-glow), transparent 40%, transparent 60%, var(--showcase-glow));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.28;
}

.websites-showcase__panel:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: #c7d2fe;
    box-shadow:
        0 24px 56px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(99, 102, 241, 0.12),
        0 0 48px color-mix(in srgb, var(--showcase-glow) 22%, transparent);
}

.websites-showcase__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}

.websites-showcase__orb {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--showcase-glow) 0%, transparent 70%);
    filter: blur(28px);
    animation: tg-im-orb-pulse 5s ease-in-out infinite;
}

.websites-showcase__icon-ring {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow:
        0 0 0 1px #e2e8f0,
        0 10px 28px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 #ffffff;
}

.websites-showcase__icon-ring::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 31px;
    padding: 2px;
    background: var(--showcase-ring);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.95;
}

.websites-showcase__icon-ring img {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.2));
}

.websites-showcase__heading {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.websites-showcase__summary {
    font-size: 17px;
    line-height: 1.65;
    color: #4a5568;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .websites-services__bg,
    .websites-services__title-gradient,
    .websites-showcase,
    .websites-showcase__orb {
        animation: none;
    }

    .websites-services__title-gradient {
        background: linear-gradient(120deg, #312e81, #5b21b6);
        background-size: 100%;
    }

    .websites-showcase {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    .websites-services {
        padding-bottom: 40px;
    }

    .websites-services__intro {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .websites-services__lede {
        font-size: 18px;
        line-height: 1.65;
    }
}

.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 18px;
    color: #e2e8f0;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: #ffffff;
    color: #667eea;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.cta-section .btn-primary:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-section .btn-secondary {
    background: transparent;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.cta-section .btn-secondary:hover {
    background: #ffffff;
    color: #667eea;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
        margin-bottom: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-section .btn-primary,
    .cta-section .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

.computer-showcase {
    background: #ffffff;
    padding: 100px 0;
}

.computer-showcase .showcase-header {
    text-align: center;
    margin-bottom: 80px;
}

.computer-showcase .showcase-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.computer-showcase .showcase-header p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.computer-showcase .showcase-grid {
    max-width: 1600px;
    margin: 0 auto;
}

.computer-showcase .showcase-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 120px;
    padding: 0 20px;
}

.computer-showcase .showcase-item:last-child {
    margin-bottom: 0;
}

.computer-showcase .showcase-item--reverse {
    direction: rtl;
}

.computer-showcase .showcase-item--reverse .showcase-content {
    direction: ltr;
}

.computer-showcase .showcase-image {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(103, 126, 234, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.computer-showcase .showcase-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px rgba(103, 126, 234, 0.15);
    border-color: #667eea;
}

.computer-showcase .showcase-image img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(103, 126, 234, 0.1));
}

.computer-showcase .showcase-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.computer-showcase .showcase-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

@media (max-width: 1024px) {
    .computer-showcase .showcase-item {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
        text-align: center;
    }
    
    .computer-showcase .showcase-item--reverse {
        direction: ltr;
    }
    
    .computer-showcase .showcase-image {
        order: -1;
        padding: 30px;
    }
    
    .computer-showcase .showcase-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .computer-showcase {
        padding: 60px 0;
    }
    
    .computer-showcase .showcase-header {
        margin-bottom: 60px;
    }
    
    .computer-showcase .showcase-header h2 {
        font-size: 28px;
    }
    
    .computer-showcase .showcase-header p {
        font-size: 16px;
    }
    
    .computer-showcase .showcase-item {
        margin-bottom: 60px;
        padding: 0 10px;
    }
    
    .computer-showcase .showcase-image {
        padding: 20px;
    }
    
    .computer-showcase .showcase-image img {
        max-height: 200px;
    }
    
    .computer-showcase .showcase-content h3 {
        font-size: 22px;
    }
    
    .computer-showcase .showcase-content p {
        font-size: 15px;
    }
}

.yealink-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: 100px;
}

@media (max-width: 1050px) {
    .yealink-section {
        display: block;
        margin-top: 40px;
    }
}

.phone-category {
    width: 100%;
    max-width: 1600px;
}

.phone-item {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

@media (max-width: 1050px) {
    .phone-item {
        display: block;
        margin-bottom: 100px;
    }
}

.phone-item h2 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 1050px) {
    .phone-item h2 {
        margin: 24px auto 0;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .phone-item h2 {
        font-size: 24px;
    }
}

.phone-item p {
    font-size: 18px;
    line-height: 28px;
    color: #777;
    font-weight: 300;
    max-width: 700px;
    margin: 20px auto 0;
}

@media (max-width: 1050px) {
    .phone-item p {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .phone-item p {
        font-size: 16px;
        line-height: 28px;
    }
}

.phone-image {
    margin: 0 auto;
}

.phone-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.access-point-section .phone-item {
    margin-bottom: 0;
    padding: 0px 0 60px;
}

.access-point-section .wifi-image {
    width: 500px;
    padding-right: 32px;
}

@media (max-width: 1050px) {
    .access-point-section .wifi-image {
        width: 100%;
        max-width: 400px;
        padding-right: 0;
    }
}

.hero-badge {
    background: #7371ff;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 480px) {
    .hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
}

.hero-secondary-cta {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.hero-secondary-cta:hover {
    background: #ffffff !important;
    color: #121212 !important;
}

.hero-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.hero-section__image {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media (max-width: 1200px) {
    .hero-section__image {
        display: none;
    }
}

.hero-visual {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 200px;
}

.hero-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-icon:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.hero-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    filter: brightness(0) invert(1);
}

.hero-icon span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services-hero {
    background: #ffffff;
    padding: 0;
    position: relative;
}

.hero-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 0;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }
}

.hero-subtitle {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-subtitle {
        font-size: 20px;
    }
}

.hero-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .hero-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.hero-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hero-card:hover::before {
    transform: scaleX(1);
}

.hero-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.hero-card--primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.hero-card--primary:hover {
    transform: scale(1.05) translateY(-8px);
}

.hero-card--primary .card-icon img {
    filter: brightness(0) invert(1);
}

.hero-card--primary h3,
.hero-card--primary p {
    color: #ffffff;
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-card:hover .card-icon {
    transform: scale(1.1);
}

.card-icon img {
    width: 40px;
    height: 40px;
}

.hero-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.hero-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
}

.card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ff6b6b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-actions {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 8px;
}

.hero-actions .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
}

.hero-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.hero-actions .btn-secondary {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.hero-actions .btn-secondary:hover {
    background: #667eea;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        display: block;
        margin: 8px auto;
        max-width: 280px;
    }
}

@media (max-width: 900px) {
    .hero-trust-indicators {
        gap: 30px;
    }
}

.contact-section {
    background: #f8f9ff;
    padding: 100px 0;
}

.contact-form-container {
    max-width: 940px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
}

.form-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.form-header p {
    font-size: 18px;
    color: #4a5568;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.contact-form .input-wrap {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-row .input-wrap {
    margin-bottom: 0;
}

.contact-form .input-wrap img {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 16px;
    height: 16px;
    z-index: 2;
    opacity: 0.6;
    object-fit: contain;
    display: block;
}

.contact-form .input-wrap input,
.contact-form .input-wrap textarea,
.contact-form .input-wrap select {
    width: 100%;
    padding: 20px 20px 20px 56px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: inherit;
    color: #2d3748;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
}

.contact-form .input-wrap input:focus,
.contact-form .input-wrap textarea:focus,
.contact-form .input-wrap select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.contact-form .input-wrap select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    padding-right: 50px;
    cursor: pointer;
}

.contact-form .input-wrap textarea {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

.contact-form .input-wrap img[alt="Message Icon"] {
    top: 30px;
}

.contact-form .g-recaptcha {
    margin: 32px 0;
    display: flex;
    justify-content: center;
}

.contact-form .captcha-error,
.contact-form .success-message,
.contact-form .error-message {
    display: none;
    padding: 16px 20px;
    border-radius: 12px;
    margin: 20px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.contact-form .captcha-error {
    background: #fed7d7;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.contact-form .success-message {
    background: #c6f6d5;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

.contact-form .error-message {
    background: #fed7d7;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.contact-form__submit {
    text-align: left;
    margin-top: 40px;
}

.contact-form__submit .s-button {
    background-color: #7371ff;
    color: #ffffff;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 52px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 0;
}

@media (min-width: 1200px) {
    .contact-form__submit .s-button:hover {
        opacity: 0.9;
    }
}

.contact-form .input-wrap:hover input,
.contact-form .input-wrap:hover textarea,
.contact-form .input-wrap:hover select {
    border-color: #cbd5e0;
    transform: translateY(-1px);
}

.contact-form .input-wrap img {
    transition: opacity 0.3s ease;
}

.contact-form .input-wrap:hover img {
    opacity: 0.8;
}

.contact-form .input-wrap select option {
    padding: 10px;
    color: #2d3748;
}

@media (max-width: 768px) {
    .contact-form-container {
        padding: 40px 30px;
        margin: 0 20px;
    }
    
    .form-header h2 {
        font-size: 28px;
    }
    
    .form-header p {
        font-size: 16px;
    }
}

.pricing-section {
    background: #ffffff;
    padding: 100px 0 48px;
}

.pricing-section + .quote-form-section {
    padding-top: 48px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.pricing-header p {
    font-size: 20px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.pricing-card {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.pricing-card--featured {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    transform: scale(1.05);
}

.pricing-card--featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-card-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.price {
    font-size: 36px;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 8px;
}

.price-description {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-features li {
    padding: 8px 0;
    font-size: 16px;
    color: #2d3748;
    display: flex;
    align-items: center;
}

.pricing-features li::before {
    content: "✓";
    color: #48bb78;
    font-weight: bold;
    margin-right: 12px;
    font-size: 18px;
}

.pricing-note {
    text-align: center;
    background: #f8f9ff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.pricing-note p {
    font-size: 18px;
    color: #4a5568;
    margin: 0;
}

.why-choose-section {
    background: #f8f9ff;
    padding: 100px 0;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.why-choose-header p {
    font-size: 20px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.why-choose-item {
    text-align: center;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.why-choose-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.why-choose-icon {
    width: 80px;
    height: 80px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.3s ease;
}

.why-choose-item:hover .why-choose-icon {
    transform: scale(1.1);
    background: rgba(102, 126, 234, 0.2);
}

.why-choose-icon img {
    width: 40px;
    height: 40px;
}

.why-choose-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.why-choose-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .pricing-header h2,
    .why-choose-header h2 {
        font-size: 32px;
    }
    
    .pricing-header p,
    .why-choose-header p {
        font-size: 18px;
    }
    
    .pricing-card--featured {
        transform: none;
    }
    
    .pricing-card--featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 768px) {
    .hero-trust-indicators {
        gap: 20px;
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    .hero-trust-indicators {
        flex-direction: column;
        gap: 16px;
    }
}

.trust-item {
    text-align: center;
    color: #ffffff;
}

.trust-item strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .trust-item strong {
        font-size: 20px;
    }
}

.trust-item span {
    font-size: 14px;
    opacity: 0.9;
}

.section-heading {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 48px;
    color: #0f172a;
}

@media (max-width: 800px) {
    .section-heading {
        font-size: 28px;
    }
}

.section-subtitle {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    .section-subtitle {
        font-size: 16px;
    }
}

.six-block {
    padding: 100px 0 100px 0;
}

@media (max-width: 800px) {
    .six-block {
        padding: 80px 0 80px 0;
    }
}

@media (max-width: 600px) {
    .six-block {
        padding: 40px 0 40px 0;
    }
}

.six-block .six-block__inner {
    grid-column-gap: 72px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media (max-width: 1200px) {
    .six-block .six-block__inner {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 40px;
    }
}

@media (max-width: 800px) {
    .six-block .six-block__inner {
        grid-template-columns: 1fr;
    }
}

.six-block .six-block__inner .block {
    text-align: center;
    grid-row-gap: 20px;
}

.six-block .six-block__inner .s-heading-2 {
    font-size: 40px;
    font-weight: 700;
    display: block;
}

@media (max-width: 1800px) {
    .six-block .six-block__inner .s-heading-2 {
        font-size: 36px;
    }
}

@media (max-width: 800px) {
    .six-block .six-block__inner .s-heading-2 {
        text-align: center;
        display: block;
    }
}

@media (max-width: 600px) {
    .six-block .six-block__inner .s-heading-2 {
        font-size: 28px;
    }
}

.six-block .six-block__inner .block__text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding: 0 20px;
    margin: 12px 0 24px;
}

@media (max-width: 1800px) {
    .six-block .six-block__inner .block__text {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .six-block .six-block__inner .block__text {
        font-size: 16px;
        line-height: 24px;
    }
}

.six-block .six-block__inner a {
    color: #121212;
    display: block;
    transition: 0.3s;
}

.six-block .six-block__inner a img {
    width: 100%;
    max-width: 50px;
    transition: transform .7s ease-in-out;
    display: block;
    margin: 0 auto 16px;
}

@media (max-width: 600px) {
    .six-block .six-block__inner a img {
        max-width: 40px;
    }
}

@media (min-width: 1200px) {
    .six-block .six-block__inner a:hover {
        color: #7371ff;
    }
    
    .six-block .six-block__inner a:hover img {
        transform: rotate(360deg);
    }
}

.block--featured {
    position: relative;
    border: 2px solid #7371ff;
}

.block--featured:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(115, 113, 255, 0.2);
}

.service-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #7371ff;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.block__price {
    font-size: 18px;
    font-weight: 600;
    color: #7371ff;
    margin-top: 12px;
}

.block__testimonial {
    font-size: 14px;
    font-style: italic;
    color: #666;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.quick-wins-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%);
}

@media (max-width: 1050px) {
    .quick-wins-section {
        padding: 60px 0;
    }
}

.quick-wins-header {
    text-align: center;
    margin-bottom: 60px;
}

.quick-wins-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

@media (max-width: 1050px) {
    .quick-wins-header h2 {
        font-size: 32px;
    }
}

.quick-wins-header p {
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .quick-wins-header p {
        font-size: 16px;
    }
}

.quick-wins-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    .quick-wins-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.quick-win-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.quick-win-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.quick-win-card--featured {
    border: 3px solid #7371ff;
    transform: scale(1.05);
}

.quick-win-card--featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.quick-win-card--featured::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #7371ff;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.quick-win-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.quick-win-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #121212;
}

@media (max-width: 600px) {
    .quick-win-card h3 {
        font-size: 20px;
    }
}

.quick-win-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.quick-win-benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.quick-win-benefits li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

.quick-win-benefits li:first-child {
    padding-top: 0;
}

.quick-win-value {
    background: #e8f5e8;
    color: #2d5a2d;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin: 20px 0;
    display: inline-block;
}

.quick-win-value strong {
    color: #1a4d1a;
    font-weight: 700;
}

.quick-win-cta {
    margin-top: 20px;
    width: 100%;
    padding: 14px 24px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .quick-win-cta {
        padding: 12px 20px;
        font-size: 16px;
    }
}

.quick-wins-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .quick-wins-guarantee {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 24px 20px;
    }
}

.guarantee-badge {
    font-size: 40px;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .guarantee-badge {
        font-size: 32px;
    }
}

.guarantee-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #121212;
}

@media (max-width: 600px) {
    .guarantee-text h4 {
        font-size: 18px;
    }
}

.guarantee-text p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .guarantee-text p {
        font-size: 14px;
    }
}

.quote-form-section {
    background: #f8f9ff;
    padding: 80px 0;
}

@media (max-width: 1050px) {
    .quote-form-section {
        padding: 40px 0;
    }

    .pricing-section + .quote-form-section {
        padding-top: 32px;
    }
}

.quote-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.quote-form-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 1050px) {
    .quote-form-header h2 {
        font-size: 32px;
    }
}

.quote-form-header p {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .quote-form-header p {
        font-size: 16px;
    }
}

.quote-form-container {
    display: flex;
    justify-content: center;
    align-items: start;
}

.quote-form-container .quote-form {
    max-width: 940px;
    width: 100%;
}

.quote-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .quote-form {
        padding: 20px;
    }
}

.quote-form .input-wrap {
    position: relative;
}

.quote-form .input-wrap img {
    position: absolute;
    top: 18px;
    left: 16px;
}

.quote-form input:not([type="submit"]), 
.quote-form textarea,
.quote-form select {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    padding: 16px 16px 16px 48px;
    margin-bottom: 20px;
}

.quote-form input:focus, 
.quote-form textarea:focus,
.quote-form select:focus {
    outline: none;
    border-color: #7371ff;
}

.quote-form .service-selection {
    margin: 30px 0;
}

.quote-form .service-selection label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.quote-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    color: #666;
}

.quote-form select option {
    color: #333;
}

.quote-form .form-submit {
    margin-top: 30px;
    text-align: left;
}

.quote-form .form-submit .s-button {
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 60px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.service-selection {
    margin-bottom: 24px;
}

.service-selection label {
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    color: #121212;
}

.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 600px) {
    .checkbox-group {
        grid-template-columns: 1fr;
    }
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

.quote-benefits {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.quote-benefits h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #121212;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.benefits-list li {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.5;
}

.benefits-list li strong {
    color: #7371ff;
}

.urgency-indicator {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    padding: 20px;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
}

.urgency-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

.urgency-indicator p {
    margin: 0;
    font-size: 16px;
}

.urgency-indicator p strong {
    font-weight: 700;
}

.testimonials-section {
    padding: 100px 0;
    background: #ffffff;
}

@media (max-width: 1050px) {
    .testimonials-section {
        padding: 60px 0;
    }
}

.testimonials-section h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

@media (max-width: 1050px) {
    .testimonials-section h2 {
        font-size: 32px;
    }
}

.testimonials-section p {
    text-align: center;
    font-size: 20px;
    color: #666;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

@media (max-width: 1050px) {
    .testimonials-section p {
        font-size: 16px;
    }
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.testimonial-card {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
}

.testimonial-source {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
}

.testimonial-source__google {
    flex-shrink: 0;
    display: block;
}

.testimonial-source__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #64748b;
}

.testimonial-card blockquote {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-style: italic;
    color: #333;
}

.testimonial-author strong {
    display: block;
    font-weight: 600;
    color: #121212;
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

.testimonials-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
}

@media (max-width: 1050px) {
    .testimonials-stats {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .testimonials-stats {
        flex-direction: column;
        gap: 20px;
    }
}

.stat-item {
    text-align: center;
}

.stat-item strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #7371ff;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .stat-item strong {
        font-size: 24px;
    }
}

.stat-item span {
    font-size: 16px;
    color: #666;
}

.faq-section {
    width: 100%;
    padding: 140px 0;
}

@media (max-width: 1200px) {
    .faq-section {
        padding: 80px 0;
    }
}

.faq-section .faq-heading {
    text-align: center;
    margin-bottom: 48px;
    font-size: 45px;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 800px) {
    .faq-section .faq-heading {
        font-size: 28px;
    }
}

.faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.faq-header h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

.faq-header p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .faq-header h2 {
        font-size: 28px;
    }
}

.faq-container .faq:first-child {
    border-top: 1px #ddd solid;
}

.faq-question {
    cursor: pointer;
    padding: 32px 40px 32px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 400;
    border-bottom: 1px #ddd solid;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    transition: background-color 0.25s ease;
}

@media (max-width: 800px) {
    .faq-question {
        font-size: 18px;
        padding: 16px 40px 16px 16px;
    }
}

.faq-question:after {
    content: '+';
    font-size: 1.5em;
    position: absolute;
    top: 32px;
    right: 16px;
    color: #7371ff;
    transition: color 0.25s ease;
}

@media (max-width: 800px) {
    .faq-question:after {
        top: 16px;
    }
}

.faq-question.active:after {
    content: '−';
}

.faq-question .faq-answer {
    flex-basis: 100%;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1),
        opacity 0.4s ease,
        margin-top 0.4s ease;
}

.faq-question.active .faq-answer {
    max-height: min(2000px, 85vh);
    margin-top: 24px;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .faq-question .faq-answer {
        transition: none;
    }

    .faq-question:after {
        transition: none;
    }
}

.faq-question .faq-answer p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #777;
}

@media (max-width: 600px) {
    .faq-question .faq-answer p {
        line-height: 28px;
        font-size: 16px;
    }
}

.contact-form-section {
    margin-bottom: 60px;
}

@media (max-width: 1050px) {
    .contact-form-section {
        margin-bottom: 40px;
    }
}

.contact-form-section .s-width {
    border-radius: 16px;
    display: flex;
}

@media (max-width: 1050px) {
    .contact-form-section .s-width {
        display: block;
    }
}

.contact-info-wrapper {
    width: 25%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 32px;
    display: grid;
}

@media (max-width: 1050px) {
    .contact-info-wrapper {
        width: 100%;
        margin: 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .contact-info-wrapper {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background: #f8f8f8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 1.3rem;
}

@media (max-width: 1050px) {
    .contact-card {
        padding: 40px 0;
    }
}

.contact-card a {
    text-decoration: underline;
    display: block;
    margin-top: 4px;
}

.contact-card p {
    font-weight: 300;
    margin-bottom: 0;
}

.contact-card-header {
    width: 100%;
}

.contact-card-heading {
    font-size: 28px;
    font-weight: 500;
}

.contact-card-info {
    color: #121212;
}

input:not([type="submit"]), textarea {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    border: 0;
    padding: 16px 0 0 48px;
}

@media (max-width: 1050px) {
    input:not([type="submit"]), textarea {
        border: 1px #ccc solid;
    }
}

input:not([type="submit"]) {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    padding: 0 0 0 48px;
}

@media (max-width: 1050px) {
    input:not([type="submit"]) {
        border: 1px #ccc solid;
    }
}

textarea {
    min-height: 180px;
    margin-bottom: 24px;
    font-size: 16px;
}

.error-message, .success-message, .captcha-error {
    background: #ff4545;
    padding: 16px 20px;
    color: #ffffff;
    margin: 16px 0;
    display: none;
    font-size: 16px;
}

.success-message {
    background: #4BB543;
}

.contact-form__submit {
    margin-top: 32px;
    display: block;
}

@media (max-width: 1050px) {
    .contact-form__submit .s-button {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .contact-form__submit .s-button {
        width: 100%;
        margin-bottom: 40px;
    }
}

.colour-block-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media (max-width: 1200px) {
    .colour-block-wrapper {
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
}

@media (max-width: 1050px) {
    .colour-block-wrapper {
        grid-template-columns: 1fr;
        padding: 0;
        margin-bottom: 0;
    }
}

.colour-block-wrapper .block {
    border-radius: 16px;
    padding: 48px 40px;
}

.colour-block-wrapper .block--purple {
    background: #dbd9f5;
}

.colour-block-wrapper .block--yellow {
    background: #fae1c0;
}

.colour-block-wrapper .block--pink {
    background: #ffd8d7;
}

.colour-block-wrapper .block--green {
    background: #def8cb;
}

@media (max-width: 1050px) {
    .colour-block-wrapper .block {
        padding: 40px 32px;
    }
}

.colour-block-wrapper .block__header {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 1050px) {
    .colour-block-wrapper .block__header {
        font-size: 30px;
    }
}

.colour-block-wrapper .block__text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

@media (max-width: 1050px) {
    .colour-block-wrapper .block__text {
        font-size: 16px;
        line-height: 28px;
    }
}

.colour-block-wrapper .block__cta {
    margin-top: 30px;
}

.standard-hero {
    text-align: center;
    padding: 100px 0;
}

@media (max-width: 1050px) {
    .standard-hero {
        padding: 60px 0;
    }
}

@media (max-width: 600px) {
    .standard-hero {
        padding: 40px 0;
    }
}

.standard-hero .contact-hero__heading {
    font-size: 60px;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 1050px) {
    .standard-hero .contact-hero__heading {
        font-size: 50px;
    }
}

@media (max-width: 600px) {
    .standard-hero .contact-hero__heading {
        font-size: 40px;
    }
}

.standard-hero .contact-hero__text {
    font-size: 24px;
    line-height: 38px;
    max-width: 1000px;
    margin: 30px auto 0;
    font-weight: 300;
}

@media (max-width: 1800px) {
    .standard-hero .contact-hero__text {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    .standard-hero .contact-hero__text {
        font-size: 16px;
        line-height: 28px;
    }
}

.site-grid {
    padding: 40px 0 60px 0;
}

@media (max-width: 800px) {
    .site-grid {
        padding: 80px 0 80px 0;
    }
}

@media (max-width: 600px) {
    .site-grid {
        padding: 0;
    }
}

.site-grid .site-grid-inner {
    grid-column-gap: 72px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media (max-width: 1200px) {
    .site-grid .site-grid-inner {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
    }
}

.site-grid .grid-block {
    grid-row-gap: 20px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding-right: 24px;
}

@media (max-width: 1200px) {
    .site-grid .grid-block {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .site-grid .grid-block {
        padding: 0px;
    }
}

.site-grid .grid-icon {
    width: 150px;
    height: 180px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width: 600px) {
    .site-grid .grid-icon {
        width: 70px;
        height: 150px;
    }
}

.site-grid .grid-icon img {
    width: 40px;
}

@media (max-width: 600px) {
    .site-grid .grid-icon img {
        width: 30px;
    }
}

.site-grid .grid-icon--purple {
    background: #dbd9f5;
}

.site-grid .grid-icon--yellow {
    background: #fae1c0;
}

.site-grid .grid-icon--pink {
    background: #ffd8d7;
}

.site-grid .grid-icon--green {
    background: #def8cb;
}

.site-grid .grid-text {
    padding-left: 32px;
}

@media (max-width: 600px) {
    .site-grid .grid-text {
        padding-left: 24px;
    }
}

.site-grid .grid-text .s-heading-3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .site-grid .grid-text .s-heading-3 {
        font-size: 24px;
    }
}

.site-grid .grid-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 600px) {
    .site-grid .grid-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

.cta-container-bottom {
    background: #dbd9f5;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
}

@media (max-width: 1800px) {
    .cta-container-bottom {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .cta-container-bottom {
        height: auto;
        padding: 36px 30px;
    }
}

@media (max-width: 800px) {
    .cta-container-bottom {
        clip-path: none;
    }
}

.cta-container-bottom .cta__heading {
    font-size: 45px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .cta-container-bottom .cta__heading {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .cta-container-bottom .cta__heading {
        font-size: 27px;
    }
}

.cta-container-bottom .cta__text {
    font-size: 22px;
    line-height: 36px;
    margin: 20px auto;
    width: 100%;
    max-width: 1000px;
    font-weight: 300;
}

@media (max-width: 1800px) {
    .cta-container-bottom .cta__text {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 800px) {
    .cta-container-bottom .cta__text {
        font-size: 16px;
        line-height: 28px;
        margin: 16px auto;
    }
}

.cta-container-bottom .cta__button {
    margin-top: 24px;
    font-size: 20px;
    padding: 16px 40px;
    border-radius: 62px;
}

@media (max-width: 1800px) {
    .cta-container-bottom .cta__button {
        padding: 12px 32px;
        border-radius: 50px;
        font-size: 18px;
        margin-top: 16px;
    }
}

.site-grid--wifi .grid-icon img {
    width: 50px;
}

@media (max-width: 600px) {
    .site-grid--wifi .grid-icon img {
        width: 40px;
    }
}

.services-section {
    padding: 80px 0;
    background: #f8f9ff;
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

@media (max-width: 768px) {
    .services-header h2 {
        font-size: 32px;
    }
}

.services-header p {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .services-header p {
        font-size: 16px;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

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

.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card--featured {
    border: 2px solid #7371ff;
}

.service-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #7371ff;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

.service-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    text-align: center;
}

.service-features li {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    padding-left: 0;
}

.service-price {
    font-size: 20px;
    font-weight: 700;
    color: #7371ff;
    margin-bottom: 24px;
}

.service-cta {
    display: inline-block;
    background: #ffffff;
    color: #7371ff;
    border: 2px solid #7371ff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.service-cta:hover {
    background: rgba(115, 113, 255, 0.1);
    color: #7371ff;
    border-color: #7371ff;
}

.services-footer {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-footer p {
    font-size: 18px;
    color: #333;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .services-footer p {
        font-size: 16px;
    }
}

.why-choose-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%);
}

@media (max-width: 1050px) {
    .why-choose-section {
        padding: 60px 0;
    }
}

.why-choose-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

@media (max-width: 1050px) {
    .why-choose-header h2 {
        font-size: 32px;
    }
}

.why-choose-header p {
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .why-choose-header p {
        font-size: 16px;
    }
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.why-choose-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.why-choose-card--featured {
    border: 2px solid #7371ff;
}

.why-choose-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.why-choose-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
}

.why-choose-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.why-choose-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    text-align: left;
}

.why-choose-benefits li {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    padding-left: 0;
}

.why-choose-value {
    font-size: 18px;
    font-weight: 700;
    color: #7371ff;
    margin-bottom: 24px;
}

.why-choose-cta {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.why-choose-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-badge {
    font-size: 48px;
    margin-right: 24px;
}

.guarantee-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.guarantee-text p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

@media (max-width: 600px) {
    .why-choose-guarantee {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .guarantee-badge {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.trust-section {
    padding: 80px 0;
    background: #ffffff;
}

@media (max-width: 768px) {
    .trust-section {
        padding: 60px 0;
    }
}

.trust-section .s-width {
    text-align: center;
}

.trust-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0f172a;
}

@media (max-width: 768px) {
    .trust-section h2 {
        font-size: 28px;
    }
}

.trust-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

@media (max-width: 768px) {
    .trust-section ul {
        flex-direction: column;
        gap: 20px;
    }
}

.trust-section li {
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

@media (max-width: 768px) {
    .trust-section li {
        font-size: 16px;
    }
}

header nav .dropdown {
    position: relative;
    display: inline-block;
}

header nav .dropdown > a {
    padding: 8px 12px;
    display: block;
}

header nav .dropdown:hover .dropdown-content {
    display: block;
}

header nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
    top: 100%;
    left: 0;
    margin-top: 2px;
}

header nav .dropdown:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
    z-index: 999;
}

header nav .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 0;
    font-size: 16px;
    transition: 0.3s;
}

header nav .dropdown-content a:hover {
    background-color: #7371ff;
    color: #ffffff;
}

.hero-section--home {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(280px, 44vh, 480px);
    
    background-color: #080a14;
    background-image: linear-gradient(
        175deg,
        #0b0e1c 0%,
        #080a14 22%,
        #0c1024 48%,
        #090b16 72%,
        #0a0d1c 100%
    );
    overflow: hidden;
    isolation: isolate;
    padding: 0;
    color: #e2e8f0;
}

.hero-section--home:after {
    display: none;
}

.hero-section__home-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-section__home-aurora {
    position: absolute;
    inset: -35% -12% -35% -12%;
    background:
        radial-gradient(ellipse 100% 70% at 50% 40%, rgba(99, 102, 241, 0.14), transparent 62%),
        radial-gradient(ellipse 90% 60% at 50% 100%, rgba(79, 70, 229, 0.12), transparent 58%),
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(129, 140, 248, 0.1), transparent 55%),
        radial-gradient(ellipse 80% 50% at 15% 18%, rgba(102, 126, 234, 0.42), transparent 56%),
        radial-gradient(ellipse 65% 48% at 88% 14%, rgba(118, 75, 162, 0.38), transparent 52%),
        radial-gradient(ellipse 65% 55% at 22% 62%, rgba(102, 126, 234, 0.16), transparent 58%),
        radial-gradient(ellipse 58% 50% at 78% 55%, rgba(139, 92, 246, 0.14), transparent 54%),
        radial-gradient(ellipse 55% 48% at 45% 88%, rgba(99, 102, 241, 0.13), transparent 52%),
        radial-gradient(ellipse 50% 42% at 92% 82%, rgba(34, 211, 238, 0.08), transparent 48%),
        radial-gradient(ellipse 45% 38% at 8% 92%, rgba(217, 70, 239, 0.1), transparent 50%);
    animation: tg-im-aurora 18s ease-in-out infinite;
}

.hero-section__home-grid {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 0%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 88%, transparent 100%);
}

.hero-section__home-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: clamp(24px, 4vw, 44px);
    padding-top: clamp(28px, 4vh, 56px);
    padding-bottom: clamp(28px, 4vh, 56px);
    max-width: 1600px;
    width: 100%;
    margin-inline: auto;
}

.hero-section__home-copy {
    text-align: center;
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
}

.hero-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    padding: 8px 16px 8px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c4b5fd;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero-section__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22d3ee, #a78bfa);
    box-shadow: 0 0 14px rgba(34, 211, 238, 0.65);
}

.hero-section--home .hero-section__heading {
    color: #f8fafc;
    max-width: 16em;
    margin: 0 auto 20px;
    font-size: clamp(36px, 5.8vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.hero-section__heading-gradient {
    background: linear-gradient(115deg, #e0e7ff 0%, #c4b5fd 28%, #a78bfa 52%, #22d3ee 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: tg-im-shimmer 9s linear infinite;
}

.hero-section--home .hero-section__text {
    color: #94a3b8;
    max-width: 36em;
    margin: 0 auto 24px;
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    line-height: 1.65;
}

.hero-section__chips {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero-section__chips li {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(129, 140, 248, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
    .hero-section__home-aurora,
    .hero-section__heading-gradient {
        animation: none;
    }

    .hero-section__heading-gradient {
        background: linear-gradient(120deg, #e0e7ff, #a78bfa);
        background-size: 100%;
    }
}

.services-section {
    background: #fff;
}

.services-section .service-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 36px rgba(15, 23, 42, 0.09);
}

.services-section .service-card:hover {
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.07),
        0 22px 48px rgba(15, 23, 42, 0.12);
}

.testimonials-section {
    background: #fff;
}

.ai-consultation-section {
    background: #f8f9ff;
}

.ai-consultation-header-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(115, 113, 255, 0.15);
    border-radius: 18px;
}

.ai-consultation-header-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.ai-consultation-section .services-header p {
    max-width: 900px;
}

.testimonials-section .testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 36px rgba(15, 23, 42, 0.09);
}

.ai-consultation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 0 40px;
}

@media (max-width: 768px) {
    .ai-consultation-content {
        grid-template-columns: 1fr;
    }
}

.ai-consultation-block {
    margin-bottom: 0;
    background: #ffffff;
    padding: 44px 40px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 36px rgba(15, 23, 42, 0.09);
}

.ai-consultation-block h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.ai-consultation-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.quote-form-section {
    background: linear-gradient(120deg, #4c5fd4 0%, #5e3d8a 50%, #3d2a5c 100%);
    position: relative;
}

.quote-form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/assets/images/banners/comp.webp') center/cover no-repeat;
    opacity: 0.15;
    z-index: 0;
}

.quote-form-section .s-width,
.quote-form-section .quote-form-header,
.quote-form-section .quote-form-container {
    position: relative;
    z-index: 1;
}

.quote-form-section .quote-form-header h2,
.quote-form-section .quote-form-header p {
    color: #ffffff;
}

.quote-form-section .quote-form {
    background: transparent;
    box-shadow: none;
    border: none;
}

.quote-form-section .quote-form textarea {
    min-height: 280px;
}

.quote-form-section .contact-form__submit .s-button {
    background-color: #7371ff;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 52px;
}

@media (min-width: 1200px) {
    .quote-form-section .contact-form__submit .s-button:hover {
        opacity: 0.9;
    }
}

@media (min-width: 1100px) {
    .services-section .s-width {
        max-width: 1600px;
    }

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

    .testimonials-section .s-width {
        max-width: 1600px;
    }

    .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1050px) {
    header nav .dropdown-content {
        min-width: 320px;
        padding-top: 20px;
        padding-bottom: 14px;
    }

    header nav .dropdown-content a {
        padding-left: 28px;
        padding-right: 20px;
    }
}

.home-immersive {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 40%, #f1f5f9 100%);
    color: #334155;
    padding-bottom: 0;
}

.home-immersive__bg {
    position: absolute;
    inset: -35% -12% -35% -12%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 70% at 50% 40%, rgba(99, 102, 241, 0.08), transparent 62%),
        radial-gradient(ellipse 90% 60% at 50% 100%, rgba(79, 70, 229, 0.06), transparent 58%),
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(129, 140, 248, 0.06), transparent 55%);
    animation: none;
    opacity: 0.95;
}

.home-immersive > .services-section:not(.ai-consultation-section),
.home-immersive > .testimonials-section,
.home-immersive > .quote-form-section {
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.home-immersive > .services-section:not(.ai-consultation-section) {
    padding-top: 88px;
    padding-bottom: 64px;
}

.home-immersive > .ai-consultation-section {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #080a14;
    background-image: linear-gradient(
        175deg,
        #0b0e1c 0%,
        #080a14 22%,
        #0c1024 48%,
        #090b16 72%,
        #0a0d1c 100%
    );
    color: #e2e8f0;
}

.home-immersive > .ai-consultation-section::before {
    content: '';
    position: absolute;
    inset: -35% -12% -35% -12%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 70% at 50% 40%, rgba(99, 102, 241, 0.14), transparent 62%),
        radial-gradient(ellipse 90% 60% at 50% 100%, rgba(79, 70, 229, 0.12), transparent 58%),
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(129, 140, 248, 0.1), transparent 55%),
        radial-gradient(ellipse 80% 50% at 15% 18%, rgba(102, 126, 234, 0.42), transparent 56%),
        radial-gradient(ellipse 65% 48% at 88% 14%, rgba(118, 75, 162, 0.38), transparent 52%),
        radial-gradient(ellipse 65% 55% at 22% 62%, rgba(102, 126, 234, 0.16), transparent 58%),
        radial-gradient(ellipse 58% 50% at 78% 55%, rgba(139, 92, 246, 0.14), transparent 54%),
        radial-gradient(ellipse 55% 48% at 45% 88%, rgba(99, 102, 241, 0.13), transparent 52%),
        radial-gradient(ellipse 50% 42% at 92% 82%, rgba(34, 211, 238, 0.08), transparent 48%),
        radial-gradient(ellipse 45% 38% at 8% 92%, rgba(217, 70, 239, 0.1), transparent 50%);
    animation: tg-im-aurora 18s ease-in-out infinite;
}

.home-immersive > .ai-consultation-section::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black 0%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 88%, transparent 100%);
}

.home-immersive > .ai-consultation-section .s-width {
    position: relative;
    z-index: 1;
}

.home-immersive > .testimonials-section {
    padding-top: 96px;
    padding-bottom: 56px;
}

.home-immersive .testimonials-grid {
    margin-bottom: 0;
}

.home-immersive .services-header {
    margin-bottom: 48px;
}

.home-immersive .services-header h2,
.home-immersive .testimonials-section > .s-width > h2,
.home-immersive .quote-form-header h2,
.websites-services .quote-form-header h2,
.websites-services .faq-section .faq-heading {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #0f172a;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    animation: none;
}

.websites-services .faq-section .faq-heading {
    text-align: center;
    margin-bottom: 40px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.websites-services .faq-section .faq-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.home-immersive .testimonials-section > .s-width > p,
.home-immersive .services-header p,
.home-immersive .ai-consultation-section .services-header p {
    color: #475569;
    font-size: 18px;
    line-height: 1.65;
}

.home-immersive .ai-consultation-section .services-header h2 {
    color: #f8fafc;
}

.home-immersive .ai-consultation-section .services-header p {
    color: #94a3b8;
}

.home-immersive .testimonials-section > .s-width > p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.home-immersive .service-card {
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 38px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 36px rgba(15, 23, 42, 0.09);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    animation: tg-im-showcase-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.home-immersive .service-card:nth-child(1) {
    animation-delay: 0.04s;
}

.home-immersive .service-card:nth-child(2) {
    animation-delay: 0.1s;
}

.home-immersive .service-card:nth-child(3) {
    animation-delay: 0.16s;
}

.home-immersive .service-card:nth-child(4) {
    animation-delay: 0.22s;
}

.home-immersive .service-card:nth-child(5) {
    animation-delay: 0.28s;
}

.home-immersive .service-card:nth-child(6) {
    animation-delay: 0.34s;
}

.home-immersive .service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.07),
        0 22px 52px rgba(15, 23, 42, 0.13);
}

.home-immersive .service-icon {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-immersive .service-icon img {
    width: 72px;
    height: 72px;
}

.home-immersive .service-card h3 {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.home-immersive .service-card p {
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

.home-immersive .service-cta {
    background: #ffffff;
    color: #7371ff;
    border: 2px solid #7371ff;
    border-radius: 10px;
    padding: 10px 24px;
    font-weight: 700;
    box-shadow: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.home-immersive .service-cta:hover {
    background: rgba(115, 113, 255, 0.1);
    color: #7371ff;
    border-color: #7371ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(115, 113, 255, 0.2);
}

.home-immersive .ai-consultation-header-icon {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.home-immersive .ai-consultation-block {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-immersive .ai-consultation-block h3 {
    color: #f8fafc;
}

.home-immersive .ai-consultation-block p {
    color: #cbd5e1;
}

.home-immersive .testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.05),
        0 12px 36px rgba(15, 23, 42, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-immersive .testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.07),
        0 20px 44px rgba(15, 23, 42, 0.11);
}

.home-immersive .testimonial-card blockquote {
    color: #333;
}

.home-immersive .testimonial-author strong {
    color: #121212;
}

.home-immersive .quote-form-section {
    padding-top: 56px;
    padding-bottom: 40px;
    margin-top: 0;
    border: none;
}

.websites-services .quote-form-section {
    padding-top: 72px;
    padding-bottom: 48px;
    margin-top: 0;
    border: none;
    background: transparent;
}

.websites-services .faq-section + .quote-form-section {
    margin-top: 0;
    padding-top: 56px;
}

.home-immersive .quote-form-section::before,
.websites-services .quote-form-section::before {
    display: none;
}

.home-immersive .quote-form-header,
.websites-services .quote-form-header {
    margin-bottom: 40px;
}

.home-immersive .quote-form-header p,
.websites-services .quote-form-header p {
    color: #4a5568;
    font-size: 18px;
}

.home-immersive .quote-form,
.websites-services .quote-form {
    background: #ffffff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
    padding: 40px 36px;
}

.home-immersive .quote-form input:not([type="submit"]),
.home-immersive .quote-form textarea,
.websites-services .quote-form input:not([type="submit"]),
.websites-services .quote-form textarea {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: #0f172a;
    border-radius: 10px;
}

.home-immersive .quote-form input::placeholder,
.home-immersive .quote-form textarea::placeholder,
.websites-services .quote-form input::placeholder,
.websites-services .quote-form textarea::placeholder {
    color: #94a3b8;
}

.home-immersive .quote-form input:focus,
.home-immersive .quote-form textarea:focus,
.websites-services .quote-form input:focus,
.websites-services .quote-form textarea:focus {
    border-color: #7371ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(115, 113, 255, 0.2);
}

.home-immersive .quote-form .input-wrap img,
.websites-services .quote-form .input-wrap img {
    filter: none;
    opacity: 0.45;
}

.home-immersive .quote-form-section .contact-form__submit .s-button,
.home-immersive .quote-form-section .contact-form__submit input.s-button,
.websites-services .quote-form-section .contact-form__submit .s-button,
.websites-services .quote-form-section .contact-form__submit input.s-button {
    background-color: #7371ff;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600;
    border-radius: 52px;
    padding: 18px 40px;
    font-size: 18px;
    box-shadow: none;
    transition: opacity 0.3s ease;
}

@media (min-width: 1200px) {
    .home-immersive .quote-form-section .contact-form__submit .s-button:hover,
    .home-immersive .quote-form-section .contact-form__submit input.s-button:hover,
    .websites-services .quote-form-section .contact-form__submit .s-button:hover,
    .websites-services .quote-form-section .contact-form__submit input.s-button:hover {
        opacity: 0.9;
    }
}

.home-immersive .captcha-error,
.home-immersive .error-message {
    color: #b91c1c;
}

.home-immersive .success-message {
    color: #15803d;
}

@media (prefers-reduced-motion: reduce) {
    .home-immersive__bg,
    .home-immersive .service-card,
    .home-immersive > .ai-consultation-section::before {
        animation: none;
    }
}

@media (max-width: 768px) {
    .home-immersive {
        padding-bottom: 0;
    }

    .home-immersive > .services-section:not(.ai-consultation-section) {
        padding-top: 56px;
    }

    .home-immersive > .ai-consultation-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .home-immersive > .testimonials-section {
        padding-top: 80px;
    }

    .home-immersive .testimonials-section > .s-width > p {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .home-immersive .quote-form,
    .websites-services .quote-form {
        padding: 24px 20px;
    }
}
