/* ***************** */
/*   N O R M A L I Z E   */
/* ***************** */

* {
    box-sizing: border-box;
}

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

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;
}

/* ***************** */
/*   F O N T S       */
/* ***************** */

@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 I T E   W I D T H S */
/* ***************** */

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

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

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

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

/* ***************** */
/*   B U T T O N S   */
/* ***************** */

.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;
}

/* ***************** */
/*   B O D Y         */
/* ***************** */

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

/* ***************** */
/*   H E A D E R     */
/* ***************** */

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: 1350px;
}

@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;
}

/* ***************** */
/*   F O O T E R     */
/* ***************** */

footer {
    background-color: #121212;
    color: white;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    footer {
        padding: 16px 20px;
    }
}

footer .s-width {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    max-width: 1350px;
}

@media (max-width: 600px) {
    footer .s-width {
        display: block;
    }
}

footer .footer__logo {
    display: block;
}

@media (max-width: 600px) {
    footer .footer__logo {
        display: none;
    }
}

footer .footer__logo img {
    width: 100%;
    max-width: 150px;
}

footer .footer__text {
    font-size: 14px;
}

@media (max-width: 600px) {
    footer .footer__text {
        font-size: 12px;
    }
}

/* ***************** */
/*   N A V I G A T I O N */
/* ***************** */

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

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

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

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

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

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

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

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

/* ***************** */
/*   M O B I L E   M E N U */
/* ***************** */

.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;
}

/* ***************** */
/*   H E R O   S E C T I O N */
/* ***************** */

.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;
}

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

/* Websites Page Banner Height */
.hero-section--websites {
    background: url('/assets/images/banners/office.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;
    }
    
    .hero-section--websites {
        height: 350px;
    }
}

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

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

/* Modern Services Section Styles */
.services-section {
    background: #f8f9ff;
    padding: 80px 0;
}

.services-section .s-width {
    width: 100%;
    max-width: 1200px;
    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: 1200px;
    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: #1a202c;
    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 Section Styles */
.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: #1a202c;
    margin-bottom: 16px;
}

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

.showcase-grid {
    max-width: 1200px;
    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: #1a202c;
    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;
    }
}

/* Computer Services Section - Modern Clean Design */
.hero-section--computers ~ .services-section {
    background: #f8f9ff;
    padding: 80px 0;
}

.hero-section--computers ~ .services-section .s-width {
    max-width: 1200px;
    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: #1a202c;
    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;
    }
}

/* Website Services Section - Modern Clean Design */
.hero-section--websites ~ .services-section {
    background: #f8f9ff;
    padding: 80px 0;
}

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

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

.hero-section--websites ~ .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--websites ~ .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--websites ~ .services-section .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

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

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

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

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

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

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

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

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

/* CTA Section Styles */
.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 Section Styles */
.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: #1a202c;
    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: 1200px;
    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: #1a202c;
    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;
    }
}

/* Access Point Section Styles */
.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: 1200px;
}

.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;
    }
}

/* ***************** */
/*   E N H A N C E D   H E R O */
/* ***************** */

.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-cta-group {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-cta-group {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

.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 Visual Elements */
.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 - Card-Based Design */
.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: 1200px;
    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: #1a202c;
}

.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;
    }
}

/* Modern Contact Page Styles */
.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: #1a202c;
    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;
}

/* Remove margin from input-wraps inside form-row to prevent double spacing */
.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;
}

/* Special positioning for textarea icons */
.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 {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 220px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.contact-form__submit .s-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* Additional form enhancements */
.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 Styles */
.pricing-section {
    background: #ffffff;
    padding: 100px 0;
}

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

.pricing-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    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: #1a202c;
    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 Styles */
.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: #1a202c;
    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: #1a202c;
    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;
}

/* ***************** */
/*   S E R V I C E S   S E C T I O N */
/* ***************** */

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

@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;
}

/* ***************** */
/*   Q U I C K   W I N S */
/* ***************** */

.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: #121212;
}

@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;
    }
}

/* ***************** */
/*   Q U O T E   F O R M */
/* ***************** */

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

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

.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;
}

/* ***************** */
/*   T E S T I M O N I A L S */
/* ***************** */

.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: #333;
}

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

.testimonials-section p {
    text-align: center;
    font-size: 20px;
    color: #666;
    max-width: 600px;
    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-stars {
    font-size: 20px;
    margin-bottom: 20px;
}

.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;
}

/* ***************** */
/*   F A Q   S E C T I O N */
/* ***************** */

.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;
}

@media (max-width: 800px) {
    .faq-section .faq-heading {
        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: center;
    font-weight: 400;
    border-bottom: 1px #ddd solid;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    transition: 0.3s;
}

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

.faq-question:after {
    content: '+';
    font-size: 1.5em;
    position: absolute;
    top: 32px;
    right: 16px;
}

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

.faq-question .faq-answer {
    display: none;
    margin-top: 24px;
}

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

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

/* ***************** */
/*   C O N T A C T   F O R M */
/* ***************** */

.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;
    }
}


@media (max-width: 1050px) {
}

.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;
}

.contact-form__submit .s-button {
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 60px;
}

@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;
    }
}

/* ***************** */
/*   O T H E R   S E C T I O N S */
/* ***************** */

.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;
}

@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;
    }
}

/* ***************** */
/*   S E R V I C E S   S E C T I O N */
/* ***************** */

.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: #333;
}

@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: #333;
}

.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: #7371ff;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.service-cta:hover {
    background: #5856e6;
    color: white;
}

.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;
    }
}

/* ***************** */
/*   W H Y   C H O O S E   U S */
/* ***************** */

.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: #121212;
}

@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;
    }
}

/* ***************** */
/*   T R U S T   S E C T I O N */
/* ***************** */

.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: #333;
}

@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;
    }
}

/* ***************** */
/*   D R O P D O W N   M E N U */
/* ***************** */

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

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

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

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;
}

/* Create invisible bridge between trigger and dropdown */
nav .dropdown:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
    z-index: 999;
}

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

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