:root { --primary-color: #009dff; --primary-hover: #007ecc; --dark-blue: #1e293b; --text-color: #64748b; --heading-color: #1e293b; --light-gray-bg: #f8fafc; --section-blue-bg: #BAE8FF; --footer-bg: #33334F; --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-family); line-height: 1.7; font-weight: 400; color: var(--text-color); background-color: #fff; }
body.menu-active { overflow: hidden; }
h1, h2, h3 { font-weight: 700; color: var(--heading-color); line-height: 1.3; }
h4, h5 { font-weight: 600; color: var(--heading-color); }
a { color: var(--primary-color); text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-accent { color: #009DFF; }
.text-small { font-size: 0.9rem; color: #718096; font-style: italic; }
.d-none { display: none; }
.img-responsive { max-width: 100%; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mt-30 { margin-top: 30px; }
.mb-5 { margin-bottom: 5px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.rounded-15 { border-radius: 15px; }

/* HEADER & NAVIGATIE */
.site-header { background: transparent; padding: 10px 0; position: fixed; width: 100%; z-index: 1000; transition: background-color 0.3s ease, box-shadow 0.3s ease; }
.site-header.sticky { background-color: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.site-header .menu-toggle .bar { background-color: #fff; }
.site-header.sticky .menu-toggle .bar { background-color: #333; }
.site-header.sticky .main-nav .menu-item a, .site-header.sticky .dropdown-arrow path { color: #333; text-shadow: none; fill: #333; }
.site-header.sticky .logo img { filter: none; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.logo img { max-height: 45px; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2)); transition: filter 0.3s ease; }
.menu-toggle { display: none; }
.main-nav { flex-grow: 1; display: flex; justify-content: flex-end; padding-right: 30px; }
.main-nav .nav-menu { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.main-nav .menu-item { margin-left: 35px; position: relative; }
.main-nav .menu-item.has-dropdown { padding-bottom: 20px; margin-bottom: -20px; }
.main-nav .menu-item a { color: #fff; font-weight: 500; text-shadow: 0 1px 2px rgba(0,0,0,0.2); text-decoration: none; display: flex; align-items: center; padding: 5px 0; transition: color 0.3s ease; }
.dropdown-arrow { display: inline-block; width: 0.9em; height: 0.9em; margin-left: 2px; vertical-align: middle; transition: fill 0.3s ease; }
.menu-item.has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu { position: absolute; top: 100%; left: 0; background-color: #fff; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); list-style: none; min-width: 200px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s; z-index: 101; border: 1px solid #e2e8f0; }
.main-nav .menu-item .dropdown-menu li a { color: #212529 !important; text-shadow: none; padding: 10px 20px; display: block; white-space: nowrap; transition: background-color 0.3s ease; }
.dropdown-menu li a:hover { background-color: #f5f5f5; }
ul.dropdown-menu.mobile { display: none; }

/* MEGA MENU */
.mega-menu { width: 600px; padding: 0; left: 50%; transform: translateX(-50%); }
.menu-item.has-dropdown:hover .mega-menu { transform: translateX(-50%); }
.main-nav .mega-menu a { color: var(--text-color) !important; text-shadow: none !important; }
.mega-menu-grid { display: flex; flex-wrap: wrap; gap: 15px; padding: 20px; }
.main-nav .mega-menu .mega-menu-item { flex-basis: calc(50% - 7.5px); display: flex; align-items: center; gap: 15px; padding: 5px; border-radius: 8px; transition: background-color 0.3s ease; white-space: normal; }
.main-nav .mega-menu .mega-menu-item:hover { background-color: #f8fafc; }
.mega-menu-icon { width: 40px; height: 40px; flex-shrink: 0; object-fit: contain; }
.mega-menu-text strong { display: block; color: var(--heading-color); font-weight: 600; }
.mega-menu-text span { font-size: 0.85rem; line-height: 1.4; }
.mega-menu-footer { padding: 10px 20px; background-color: #f8fafc; border-top: 1px solid #e2e8f0; border-radius: 0 0 8px 8px; }
.main-nav .mega-menu .mega-menu-footer a { display: block; text-align: left; padding: 5px; border-radius: 6px; transition: background-color 0.3s ease; text-shadow: none !important; }
.main-nav .mega-menu .mega-menu-footer a:hover { background-color: #eef2f7; }
.main-nav .mega-menu .mega-menu-footer a strong { display: block; color: var(--heading-color) !important; font-weight: 600; }
.main-nav .mega-menu .mega-menu-footer a span { display: block; font-size: 0.85rem; line-height: 1.4; color: var(--text-color) !important; font-weight: 400; }

/* KNOPPEN */
.button, .button-login { padding: 8px 25px; border-radius: 15px; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; text-align: center; border: 2px solid var(--primary-color); font-size: 0.9rem; }
.button-login { background-color: var(--primary-color); color: #fff !important; text-shadow: none !important; }
.button-login:hover, .button-primary:hover { background-color: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-2px); color: #fff !important; }
.button-login svg { fill: #fff; }
.button-primary { background-color: var(--primary-color); color: #fff; }
.button:hover { background-color: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
.mobile-login-btn { display: none; }
.button-white { background-color: #fff; border-color: #fff; color: var(--primary-color); }
.button-white:hover { background-color: #f0f0f0; border-color: #f0f0f0; color: var(--primary-hover); }
.button-outline-primary { background-color: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); }
.button-outline-primary:hover { background-color: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.btn-large { padding: 12px 30px; font-size: 1rem; }

/* HERO & BACKGROUNDS */
.hero-section { padding-top: 85px; background-size: cover; background-position: center; color: #fff; padding: 180px 0 220px 0; position: relative; min-height: 600px; display: flex; align-items: center; }
.hero-container { display: flex; align-items: center; gap: 40px; }
.hero-content { flex: 1; }
.hero-content h1 { color: #fff; text-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.hero-content p { font-size: 1.1rem; max-width: 500px; }
.hero-image { flex: 1; text-align: center; }
.hero-image img { max-width: 100%; height: auto; }
.hero-section-short { background-size: cover; background-position: center; color: #fff; padding: 180px 0 150px 0; position: relative; }
.hero-section-short h1 { color: #fff; text-shadow: 0 2px 5px rgba(0,0,0,0.2); margin-bottom: 10px; font-weight: 600; font-size: 2.5rem; max-width: 50%; margin-right: auto; }
.hero-bg { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/home-background.webp'); }
.hero-bg-wordpress, .hero-bg-webhosting { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/webhosting.webp'); }
.hero-bg-transit { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/ip-transit.jpg'); }
.hero-bg-ip { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/ipv6-mobo.jpg'); }
.hero-bg-domein { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/domain.webp'); }
.hero-bg-mail { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/email-hosting.jpg'); }
.hero-bg-vps { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/server.jpg'); }
.hero-bg-cloud { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/cloud-servers.jpg'); }
.hero-bg-colocatie { background-image: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('/img/bg/datafloor.jpg'); }
.wave-divider { position: absolute; left: 0; width: 100%; line-height: 0; }
.wave-divider svg { display: block; width: 100%; height: 80px; }
.wave-hero-bottom, .wave-bottom { bottom: -1px; }
.wave-top { top: -1px; transform: rotate(180deg) scaleX(-1); }
.wave-fill-white { fill: #fff; }
.wave-flipped { transform: rotate(180deg); }

/* SECTIONS & LAYOUT */
.features-section { padding: 80px 0; background-color: #fff; overflow: visible; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: -120px; position: relative; z-index: 10; }
.feature-card { background-color: #fff; padding: 25px; padding-bottom: 45px; border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(44, 62, 80, 0.25); position: relative; min-height: 150px; }
.feature-icon { height: 55px; width: auto; float: left; margin-right: 15px; }
.feature-card h4 { text-align: left; font-size: 1.05rem; font-weight: 600; margin-top: 0; margin-bottom: 8px; }
.feature-card p { text-align: left; font-size: 0.9rem; color: #6c757d; clear: both; line-height: 1.5; }
.feature-card .button { position: absolute; bottom: -5px; left: 0px; right: 0px; width: auto; box-sizing: border-box; padding: 10px 20px; text-align: center; font-size: 0.95rem; border-radius: 12px; }
.about-section, .offer-section, .testimonials-section, .partners-section { padding: 80px 0; position: relative; }
.about-section, .domain-search-section, .news-section { background-color: var(--section-blue-bg); }
.offer-section, .testimonials-section, .partners-section, .domain-search-section-page, .bg-white, .bg-white-top, .bg-white-padded { background-color: #fff; }
.features-section p, .about-section p, .offer-section p, .testimonials-section p, .partners-section p, .domain-search-section p, .news-section p, .domain-search-section-page p { color: black; }
.bg-white-top { padding-top: 80px; }
.bg-white-padded { padding-top: 80px; padding-bottom: 80px; }
.section-spacing, .pricing-padding { padding: 120px 0; position: relative; }
.domain-search-section, .news-section, .domain-search-section-page { padding: 120px 0; position: relative; }
.cta-fullwidth-section { padding: 60px 0; }
.about-row { display: flex; align-items: center; gap: 60px; text-align: left; margin-top: 50px; }
.about-row:first-of-type { margin-top: 0; }
.about-column-text, .about-column-image { flex-basis: 50%; }
.about-column-text h4 { margin-top: 25px; }
.about-column-text h4:first-child { margin-top: 0; }
.about-column-image { display: flex; justify-content: center; align-items: center; }
.about-column-image img { max-width: 100%; height: auto; }
.about-row:nth-child(1) .about-column-image img, .about-row:nth-child(2) .about-column-image img { max-width: 60%; }
.row-centered { align-items: center; margin-bottom: 80px; }
.tagline-size { font-weight: 400; margin-bottom: 20px; }

/* OFFER & DOMAIN */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.offer-card { background: #fff; border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(44, 62, 80, 0.25); text-align: center; overflow: hidden; display: flex; flex-direction: column; }
.offer-card img { width: 100%; height: 150px; object-fit: cover; }
.offer-card .offer-price { display: block; width: 100%; background-color: var(--primary-color); color: white; padding: 10px 0; margin: 15px 0; box-sizing: border-box; }
.offer-card p { padding: 0 25px; font-size: 0.9rem; }
.offer-card .button { margin-top: auto; }
.domain-form { display: flex; justify-content: center; max-width: 850px; margin: 40px auto 0; }
.domain-form input { flex-grow: 1; padding: 15px; font-size: 1rem; border: 1px solid #ddd; border-radius: 25px 0 0 25px; }
.domain-form button { padding: 15px 30px; border-radius: 0 25px 25px 0; }
.domain-check-wrapper { background-color: var(--section-blue-bg); border-radius: 20px; padding: 40px; max-width: 1200px; text-align: center; margin-top: 50px; margin-bottom: 40px; margin-left: auto; margin-right: auto; }
.domain-check-wrapper h3 { margin-bottom: 25px; color: var(--heading-color); }
.domain-check-wrapper p { color: var(--text-color); font-size: 1.1rem; max-width: 600px; margin: 0 auto 30px auto; }
.domain-check-wrapper .cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.domain-text-p1 { max-width: 700px; margin: 0 auto 20px auto; }
.domain-text-p2 { max-width: 700px; margin: 0 auto 50px auto; }

.logos { display: flex; justify-content: center; align-items: center; gap: 4rem; margin-top: 2rem; flex-wrap: wrap; }
.logos img { max-width: 250px; height: auto; object-fit: contain; }

/* BLOG & NIEUWS */
.blog-container { max-width: 800px; margin: 0 auto; padding: 60px 20px; background-color: #fff; }
.blog-content p { line-height: 1.8; margin-bottom: 20px; color: #4a5568; font-size: 1.1rem; }
.blog-content h2, .blog-content h3 { color: #2c3e50; margin-top: 40px; margin-bottom: 20px; }
.news-section .container .container1 { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 35px; gap: 30px; }
.news-card { background: #fff; padding: 35px; max-width: 450px; margin: 0; border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(44, 62, 80, 0.25); text-align: left; flex: 0 1 30%; }
.more-link { margin-top: 35px; font-weight: 600; }
.news-card .more-link { font-size: 0.9rem; }
.news-card span { display: block; margin-top: 15px; font-size: 0.8rem; color: #999; }
.meta-date { display: inline-block; background: #e3f2fd; color: #009dff; padding: 5px 12px; border-radius: 20px; font-size: 0.9rem; font-weight: 600; margin-bottom: 20px; }

/* FEATURES GRID & ICONS */
.icon-list { list-style: none; padding-left: 5px; margin: 30px 0; }
.icon-list li { margin-bottom: 12px; padding-left: 35px; position: relative; font-weight: 500; display: flex; align-items: center; }
.icon-list li i { position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: var(--primary-color); width: 30px; height: 30px; display: inline-flex; align-items: center; }
.icon-list li i img { width: 100%; height: 100%; }
.ipv6-features-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-top: 50px; text-align: left; }
.ipv6-features-grid .choice-item { flex: 0 1 calc(33.333% - 40px); min-width: 300px; box-sizing: border-box; }
.ipv6-features-grid .choice-item h5 { font-size: 1.25rem; margin-bottom: 15px; font-weight: 700; color: var(--heading-color); }
.ipv6-features-grid .choice-item p { font-size: 0.95rem; line-height: 1.6; color: var(--text-color); }
.feature-icon-svg { height: 60px; width: auto; margin-bottom: 20px; fill: var(--primary-color); display: block; }
.icon-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.icon-feature-item { text-align: left; }
.icon-feature-icon { width: 60px; height: 60px; margin-bottom: 20px; }
.icon-feature-item h5 { font-size: 1.2rem; margin-bottom: 10px; }
.icon-feature-item p { font-size: 0.95rem; line-height: 1.6; color: var(--text-color); }

/* PRICING & TABLES */
.price-table { width: 100%; border-collapse: collapse; margin: 30px 0; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.05); border-radius: 8px; overflow: hidden; }
.price-table th, .price-table td { padding: 15px 20px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.price-table th { background-color: #f8fafc; color: #2c3e50; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.05em; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover { background-color: #f8fafc; }
.pricing-section-wrapper { display: grid; grid-template-columns: 3fr 1fr; gap: 30px; align-items: start; margin-top: 50px; }
.pricing-sidebar h3 { font-size: 1.5rem; margin-bottom: 10px; }
.pricing-sidebar h4 { font-size: 1.1rem; color: var(--text-color); font-weight: 500; margin-bottom: 20px; }
.pricing-sidebar p { color: var(--text-color); font-size: 0.95rem; margin-bottom: 20px; }
.pricing-sidebar .included-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.pricing-sidebar .included-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.95rem; color: var(--heading-color); }
.pricing-sidebar .note { font-size: 0.85rem; color: var(--text-color); margin-top: 20px; font-style: italic; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: auto; align-items: center; }
.pricing-card { background: #fff; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); padding: 30px; border-top: 5px solid; text-align: left; position: relative; overflow: hidden; transition: transform 0.3s ease; }
.card-standaard { border-color: #f0c419; }
.card-managed { border-color: #e91e63; }
.card-big { border-color: #009dff; }
.pricing-card.featured { transform: scale(1.05); z-index: 10; }
.pricing-card.featured::before { content: 'MEEST GEKOZEN'; position: absolute; top: 25px; right: -40px; background: #007ecc; color: white; padding: 8px 40px; transform: rotate(45deg); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.5px; }
.pricing-header h3 { font-size: 1.5rem; margin-bottom: 5px; }
.pricing-header p { font-size: 0.9rem; color: var(--text-color); min-height: 50px; }
.pricing-price { display: flex; flex-wrap: wrap; align-items: baseline; }
.pricing-price .price-amount { font-size: 2.8rem; font-weight: 700; color: var(--heading-color); }
.pricing-price .price-term { font-size: 1rem; font-weight: 600; color: var(--text-color); margin-left: 4px; }
.pricing-features { list-style: none; margin: 25px 0; }
.pricing-features li { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 0.95rem; color: var(--heading-color); }
.pricing-features .pr-icon { font-size: 1.1rem; width: 20px; text-align: center; }
.pricing-card .button { width: 100%; padding: 12px; font-size: 1rem; font-weight: 600; }
.btn-standaard { background-color: #f0c419; border-color: #f0c419; color: #fff; }
.btn-standaard:hover { background-color: #d8b017; border-color: #d8b017; }
.btn-managed { background-color: #e91e63; border-color: #e91e63; color: #fff; }
.btn-managed:hover { background-color: #c2185b; border-color: #c2185b; }
.btn-big { background-color: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.btn-big:hover { background-color: var(--primary-hover); border-color: var(--primary-hover); }
.pricing-toggle-wrap { display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.pricing-toggle-wrap .toggle-label { font-weight: 600; color: var(--text-color); transition: color 0.3s ease; }
.pricing-toggle-wrap .toggle-label.active { color: var(--heading-color); }
.pricing-toggle-wrap .toggle-switch { position: relative; display: inline-block; width: 60px; height: 34px; margin: 0 15px; }
.toggle-switch input { display: none; }
.toggle-switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--primary-color); }
input:checked + .slider:before { transform: translateX(26px); }

/* VPS PRICING SPECIFIC */
.vps-pricing-section { background-color: var(--section-blue-bg); padding: 80px 0; overflow: hidden; }
.vps-pricing-section .pricing-grid { margin-bottom: 30px; }
.vps-pricing-section .pricing-grid:last-of-type { margin-bottom: 0; }
.pricing-card.vps-card { padding: 0; border: none !important; overflow: hidden; text-align: left; display: flex; flex-direction: column; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.vps-card-header { background-color: var(--primary-color); padding: 15px 25px; }
.vps-card-header h3 { color: #fff; margin: 0; font-size: 1.4rem; }
.vps-card .pricing-body { padding: 25px; background-color: #fff; flex-grow: 1; display: flex; flex-direction: column; }
.vps-card .pricing-features { flex-grow: 1; list-style: none; padding: 0; margin: 0; }
.vps-card .pricing-features li { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.vps-card .pricing-features li:last-child { margin-bottom: 0; }
.vps-card .pricing-price { margin: 0 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; display: flex; flex-wrap: wrap; align-items: baseline; }
.vps-card .pricing-price .price-term { margin-left: 4px; font-size: 1rem; color: var(--text-color); }
.vps-card .pricing-price .price-amount { font-size: 2.5rem; }
.vps-card .button { margin-top: 25px; width: 100%; padding: 12px; font-size: 1rem; font-weight: 600; background-color: var(--primary-color); border-color: var(--primary-color); color: #fff !important; }
.vps-card .button:hover { background-color: var(--primary-hover); border-color: var(--primary-hover); }
.vps-card .pr-icon { color: #73C470; font-weight: bold; font-size: 1.1rem; width: 20px; text-align: center; flex-shrink: 0; }
.vps-card.featured { transform: none !important; position: relative; z-index: 10; }
.vps-footer-wrapper { margin-top: 30px; }
.vps-disclaimers { max-width: 1040px; margin: 0 auto; font-size: 0.85rem; color: var(--heading-color); }
.vps-disclaimers p { margin-bottom: 5px; }
.vps-cta { margin-top: 60px; }
.vps-cta h3 { margin-bottom: 20px; }
.vps-cta .button { padding: 12px 30px; font-size: 1rem; width: auto; }

/* CHOICE GRIDS (VPS/OS) */
.choice-grid-wrapper { max-width: 1200px; margin: 40px auto 0 auto; }
.choice-grid { display: grid; grid-template-columns: repeat(var(--grid-cols, 3), 1fr); gap: 30px; text-align: left; }
.choice-item h5 { font-size: 1.2rem; margin-bottom: 10px; color: var(--heading-color); }
.choice-item p { font-size: 0.95rem; line-height: 1.6; color: var(--text-color); margin: 0; }
.choice-icon { height: 60px; width: auto; margin-bottom: 20px; object-fit: contain; }
.choice-grid .choice-item img.choice-icon { height: 60px; width: auto; object-fit: contain; }
.choice-item .choice-price { font-weight: 600; color: var(--heading-color); font-size: 0.9rem; margin-top: 10px; margin-bottom: 5px; }
.choice-item .choice-version { font-size: 0.9rem; color: var(--text-color); }
.cols-4 { --grid-cols: 4; }
.cols-3 { --grid-cols: 3; }
.cols-1 { --grid-cols: 1; }
.windows-wrapper { margin-top: 30px; max-width: 300px; margin-left: auto; margin-right: auto; }

/* COLOCATION */
.colocation-features-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 40px; }
.colocation-feature-item { background-color: var(--light-gray-bg); padding: 25px; border-radius: 12px; text-align: left; }
.colocation-feature-icon { height: 45px; width: 45px; display: flex; margin-left: auto; margin-right: auto; align-items: center; justify-content: center; margin-bottom: 20px; }
.colocation-feature-icon img { max-height: 70px; }
.colocation-feature-item h5 { font-size: 1.2rem; margin-bottom: 10px; color: var(--heading-color); }
.colocation-feature-item p { font-size: 0.9rem; line-height: 1.6; color: var(--text-color); }
.colocation-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; text-align: left; }
.colocation-service-item { background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.colocation-service-item h4 { color: var(--primary-color); font-size: 1.3rem; margin-bottom: 10px; }
.colocation-service-item p { font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; color: var(--text-color); }
.colocation-service-item ul { list-style: none; padding-left: 0; margin: 0; }
.colocation-service-item ul li { position: relative; padding-left: 25px; margin-bottom: 8px; font-size: 0.9rem; color: var(--heading-color); }
.colocation-service-item ul li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--primary-color); font-weight: bold; }
.img-interdc { max-height: 100%; border-radius: 15px; }

/* INCLUDED FEATURES & FAQ */
.included-features-section h3 { margin-bottom: 50px; color: var(--heading-color); }
.included-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: left; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.95rem; color: var(--heading-color); line-height: 1.6; }
.feature-list .feat-icon, .included-list .feat-icon { max-width: 20px; margin-top: 2px; }
.support-faq-section .about-column-text h3 { margin-bottom: 15px; }
.faq-section { margin: 0 auto; }
.faq-section h3 { margin-bottom: 40px; }
.faq-accordion { text-align: left; }
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-item:last-child { border-bottom: none; }
.faq-title { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 0; background: none; border: none; cursor: pointer; font-size: 1.1rem; font-weight: 600; color: var(--heading-color); text-align: left; transition: color 0.3s ease; }
.faq-title:hover { color: var(--primary-color); }
.faq-icon { max-width: 20px; transition: transform 0.3s ease; }
.faq-title.active .faq-icon { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, padding 0.4s ease-out; padding: 0 15px; }
.faq-content p { padding-bottom: 20px; color: var(--text-color); line-height: 1.7; }
.faq-content.open { max-height: 300px; padding-top: 5px; }

/* TERMS, CONTACT & MISC */
.terms-content-section { padding: 80px 0; background-color: #fff; }
.terms-content-section .container { max-width: 840px; margin: 0 auto; }
.terms-content-section h2 { font-size: 1.8em; margin-top: 2.5em; margin-bottom: 1em; padding-bottom: 0.5em; border-bottom: 1px solid #e2e8f0; }
.terms-content-section h2:first-of-type { margin-top: 0; }
.terms-content-section p { margin-bottom: 1em; line-height: 1.8; color: var(--heading-color); }
.version-info { margin-top: 4em; padding-top: 2em; border-top: 1px solid #e2e8f0; font-size: 0.9rem; color: var(--text-color); }
.fup-table { width: 100%; border-collapse: collapse; margin: 2em 0; }
.fup-table th, .fup-table td { border: 1px solid #e2e8f0; padding: 10px 15px; text-align: left; }
.fup-table th { background-color: #f8fafc; font-weight: 600; }
.contact-section { padding: 80px 0; background-color: #fff; }
.contact-wrapper { display: flex; flex-wrap: wrap; gap: 40px; max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.contact-info { flex: 1; min-width: 300px; }
.contact-info h2 { margin-bottom: 1em; color: var(--heading-color); }
.contact-info p { margin-bottom: 1.5em; color: var(--text-color); line-height: 1.7; }
.contact-info .details p { display: flex; align-items: center; gap: 10px; margin-bottom: 1em; color: var(--heading-color); }
.contact-info .details img { width: 20px; height: 20px; object-fit: contain; }
.contact-form { flex: 1.5; min-width: 300px; }
.form-group { margin-bottom: 1.5em; }
.form-group-inline { display: flex; gap: 20px; margin-bottom: 1.5em; }
.form-field { flex: 1; }
.contact-form label { display: block; margin-bottom: 0.5em; font-weight: 600; color: var(--heading-color); }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 8px; box-sizing: border-box; font-family: var(--font-family); font-size: 1rem; color: var(--text-color); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .required { color: red; margin-left: 2px; }
.contact-form button[type="submit"] { padding: 12px 30px; border-radius: 15px; font-weight: 600; transition: all 0.3s ease; display: inline-block; cursor: pointer; text-align: center; border: 2px solid var(--primary-color); font-size: 0.9rem; background-color: var(--primary-color); color: #fff; }
.contact-form button[type="submit"]:hover { background-color: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-2px); }
#captcha-problem { font-weight: bold; display: inline-block; margin: 0 5px; color: var(--dark-blue); }
#form-status-message { padding: 15px; margin-bottom: 20px; border-radius: 8px; font-weight: 500; display: none; }
.status-success { background-color: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.status-error { background-color: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.section-404 { text-align: center; padding: 60px 20px; }
.image-404 { width: 100%; height: 600px; max-width: 100%; object-fit: contain; }
.heading-404 { font-size: 2rem; margin-top: 30px; margin-bottom: 25px; color: #333; }
.img-h-300 { max-height: 300px; }
.img-h-100 { max-height: 100px; }
.img-h-150 { max-height: 150px; }
.img-w-150 { max-width: 150px; }
.img-w-80 { max-width: 80%; }
.img-w-90 { max-width: 90%; }
.img-h-300-rounded { max-height: 300px; border-radius: 15px; }

/* FOOTER */
.site-footer { background-color: var(--footer-bg); color: #a9a9a9; padding: 80px 0 0 0; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 40px; padding-bottom: 40px; }
.footer-logo { max-width: 200px; margin-bottom: 20px; }
.footer-column.about p { font-size: 0.9rem; color: #fff; line-height: 1.6; }
.footer-reviews { margin-top: 25px; }
.footer-reviews p { margin-bottom: 10px; }
.review-logos { display: flex; align-items: center; gap: 20px; }
.review-logos img { height: 22px; }
.review-logos img[alt="Google"] { height: 30px; }
.social-icons { display: flex; gap: 15px; margin-top: 20px; }
.social-icons a svg { width: 22px; height: 22px; fill: #fff; transition: fill 0.3s; }
.payment-icons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; align-items: center; }
.payment-icons svg { height: 24px; width: auto; }
.footer-column h5 { color: #fff; margin-bottom: 20px; font-size: 1.1rem; font-weight: 600; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a, .footer-column ul li span { color: #fff; text-decoration: none; display: inline-block; transition: color 0.3s, transform 0.25s ease-in-out; }
.footer-column ul li a:hover { color: #fff; }
.footer-bottom { padding: 25px 0; border-top: 1px solid #4a4a5a; position: relative; }
.footer-bottom-container { display: flex; justify-content: space-between; align-items: center; }
.language-switcher { display: flex; gap: 15px; }
.language-switcher a { display: flex; align-items: center; gap: 8px; color: #a9a9a9; text-decoration: none; opacity: 0.7; transition: color 0.3s, opacity 0.3s, transform 0.25s ease-in-out; }
.language-switcher a:hover, .language-switcher a.active { color: #fff; opacity: 1; }
.language-switcher img { width: 24px; height: auto; border-radius: 3px; }
.copyright-text { margin: 0; font-size: 0.85rem; color: #a9a9a9; text-align: center; }
.legal-links a { color: #a9a9a9; font-size: 0.85rem; text-decoration: none; margin-left: 5px; display: inline-block; transition: color 0.3s, transform 0.25s ease-in-out; }
.legal-links a:hover { color: #fff; }
.back-to-top { position: fixed; bottom: 25px; right: 25px; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; z-index: 1000; }
.back-to-top.show { opacity: 1; visibility: visible; }
.progress-ring { transform: rotate(-90deg); }
.progress-ring__circle-bg { stroke: #E8E8E8; }
.progress-ring__circle { stroke: #000; stroke-linecap: round; transition: stroke-dashoffset 0.1s linear; }
.arrow-svg { transform: rotate(90deg); transform-origin: center; overflow: visible; }
.arrow-svg path { fill: #000; }
.partners-section .container h3, .features-section .container .feature-card p { padding-bottom: 20px; }
.partners-section .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 50px 60px; }
.partners-section .partner-logos img { opacity: 0.6; transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.partners-section .partner-logos img:hover { opacity: 1; transform: scale(1.1); }
.grow-effect { display: inline-block; transition: transform 0.25s ease-in-out; }
.grow-effect:hover { transform: scale(1.05); }
.gmb-top110 { margin-top:-110px; }

/* MEDIA QUERIES */
@media (max-width: 992px) {
    .ipv6-features-grid .choice-item { flex: 0 1 calc(50% - 40px); }
    .icon-feature-item { text-align: center; }
    .icon-feature-icon { margin-left: auto; margin-right: auto; }
    .pricing-card { max-width: 80% !important; width: 100%; text-align: center; margin: 0 auto; }
    .pricing-features { display: inline-block; text-align: left; }
    .pricing-features li { display: flex; align-items: flex-start; gap: 10px; }
    .pr-icon { flex-shrink: 0; width: 20px; }
    .colocation-features-grid { grid-template-columns: repeat(2, 1fr); }
    .colocation-services-grid, .pricing-grid, .icon-features-grid, .included-features-grid { grid-template-columns: 1fr; }
    .choice-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .pricing-section-wrapper { grid-template-columns: 1fr; }
    .pricing-sidebar { display: none; }
    .pricing-card.featured { transform: scale(1); }
    .pricing-header p { min-height: auto; }
    .site-header.menu-is-open { background-color: transparent; box-shadow: none; }
    .site-header.menu-is-open .header-actions > .menu-toggle { visibility: hidden; }
    .header-actions .button-login { display: none; }
    ul.dropdown-menu.mobile { display: block; }
    .menu-toggle { display: flex !important; flex-direction: column; justify-content: space-around; width: 30px; height: 24px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 1001; }
    .menu-toggle .bar { display: block; width: 100%; height: 3px; border-radius: 3px; transition: all 0.3s ease-in-out; }
    .menu-toggle.active .bar:nth-child(1) { transform: translateY(10.5px) rotate(45deg); }
    .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
    .menu-toggle.active .bar:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); }
    .main-nav { position: fixed; top: 0; right: -100%; width: 85%; max-width: 350px; height: 100vh; background-color: #fff; box-shadow: -10px 0 30px rgba(0,0,0,0.1); padding: 0; transition: right 0.4s ease-in-out; z-index: 1001; display: flex; flex-direction: column; }
    .main-nav.is-open { right: 0; }
    .mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; border-bottom: 1px solid #eee; flex-shrink: 0; }
    .mobile-menu-header .logo img { max-height: 40px; filter: none; }
    .mobile-menu-header .menu-toggle { z-index: 1002; }
    .mobile-menu-header .menu-toggle .bar { background-color: #333; }
    .main-nav .nav-menu { flex-grow: 1; overflow-y: auto; display: flex; flex-direction: column; }
    .menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }
    body.menu-active .menu-overlay { opacity: 1; visibility: visible; }
    .main-nav .menu-item { margin: 0; width: 100%; text-align: left; }
    .main-nav .menu-item.has-dropdown { padding-bottom: 0; margin-bottom: 0; }
    .main-nav .menu-item a { color: #333; text-shadow: none; display: flex; align-items: center; gap: 15px; padding: 15px 25px; width: 100%; border-bottom: 1px solid #eee; font-weight: 600; }
    .main-nav .menu-item.has-dropdown > a { padding: 0; border-bottom: 1px solid #eee; }
    .main-nav .menu-item a .dropdown-arrow path { fill: #333; }
    .main-nav .menu-item.has-dropdown > a .menu-text { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 25px; }
    .mega-menu { display: none !important; }
    .main-nav .menu-item.has-dropdown > a .dropdown-arrow { margin-left: 8px; }
    .menu-item.has-dropdown.is-open > a .dropdown-arrow { transform: rotate(180deg); }
    .dropdown-menu { position: static; display: block; box-shadow: none; border-radius: 0; background-color: #f8f8f8; padding: 0; margin: 0; min-width: 100%; border: none; opacity: 1; visibility: visible; transform: none; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; }
    .menu-item.has-dropdown.is-open > .dropdown-menu { max-height: 500px; }
    .main-nav .menu-item .dropdown-menu li a { padding: 12px 30px; text-align: left; color: #555 !important; }
    .mobile-login-btn { display: block; padding: 20px; border-top: 1px solid #eee; margin-top: auto; }
    .mobile-login-btn .button-login { width: 100%; text-align: center; justify-content: center; }
    h1, h3 { font-size: 2.5rem; }
    .hero-section { padding: 140px 0 180px; }
    .hero-container, .about-row, .about-row:nth-child(even) { flex-direction: row; }
    .hero-container { gap: 20px; }
    .hero-content { text-align: left; }
    .hero-content p { max-width: 100%; }
    .offer-section .container, .news-section .container1 { padding-bottom: 20px; }
    .news-section .container .container1 { padding: 0; }
    .features-grid, .offer-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom-container { flex-direction: column; gap: 15px; }
    .legal-links { text-align: center; }
}
@media (max-width: 767px) {
    .ipv6-features-grid .choice-item { flex: 0 1 100%; text-align: center; }
    .feature-icon-svg, .choice-item .choice-icon { margin-left: auto; margin-right: auto; }
    .news-card { flex-basis: 90%; max-width: 400px; }
    .news-section .container .container1 { margin-top: 20px; gap: 20px; }
    .colocation-features-grid { grid-template-columns: 1fr; }
    .choice-grid { grid-template-columns: repeat(1, 1fr) !important; }
    .choice-item { text-align: center; }
    .included-features-grid { grid-template-columns: 1fr; }
    .contact-wrapper { flex-direction: column; }
    .form-group-inline { flex-direction: column; gap: 1.5em; }
    .main-nav { width: 100%; max-width: none; }
    h1 { font-size: 2.5rem; }
    h3 { font-size: 1.8rem; }
    .hero-section { padding-top: 120px; }
    .hero-container { flex-direction: column !important; text-align: center; }
    .hero-image { display: none; }
    .hero-container .hero-content { text-align: center; }
    .about-column-image img { display: none; }
    .testimonials-section .logos img { max-height: 50px !important; }
    .logos { gap: 1.5rem; }
    .about-row, .about-row:nth-child(even) { flex-direction: column; text-align: center; gap: 20px; }
    .hero-content .icon-list { display: block !important; max-width: 280px !important; margin: 30px auto !important; }
    .footer-grid { grid-template-columns: 1fr; }
}