@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
--aegir-navy: #08223c;
--aegir-teal: #14b8c5;
--aegir-teal-light: #1dd4e0;
--aegir-text: #607286;
--aegir-bg: #f8fafc;
--aegir-navy-hover: #0b2d4a;
--aegir-teal-dark: #0891b2;
--aegir-border: #e2e8f0;
}

body,.uk-text-small,.uk-text-large,.uk-button,.uk-navbar,.uk-heading-small {  font-family: "Manrope", sans-serif;}
#html-body, h1, h2, h3, h4, h5 {
	/* default font */
  font-family: "Manrope", sans-serif;
}
.uk-link, a{color:#333}
a:hover{color:#666; text-decoration:none}
.uk-navbar-left, .uk-navbar-right
 {    align-items: center;}
/* Homepage only */
body.home .site-header-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

body.home .aegir-navbar {
	background: transparent !important;
    max-width: 1200px;
    margin: 0 auto;
}
body:not(.home) .site-header {
    background: #04152d;
}
body:not(.home) .aegir-navbar {
	background: #04152d;
    max-width: 1200px;
    margin: 0 auto;
}
body.home .uk-logo{color:#fff}
body:not(.home) .uk-logo{color:#fff}
/* Homepage utility links */
body.home .uk-navbar-right a,
body.home .uk-navbar-right .uk-icon,
body.home .uk-navbar-right .account-name {
    color: #fff; text-transform:uppercase
}

/* Hover state */
body.home .uk-navbar-right a:hover,
body.home .uk-navbar-right a:hover .uk-icon,
body.home .uk-navbar-right a:hover .account-name {
    color: var(--aegir-teal-light);
}
/* Layout */
.nav-container {
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 40px;
}

/* Logo */

.logo-link {

    display: flex;
    align-items: center;
    gap: 18px;

    text-decoration: none;
}

.logo-link img {
    height: 54px;
}

body.home .site-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.12em;
	text-transform: uppercase;
}
body:not(.home) .site-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.12em;
	text-transform: uppercase;
}
/* Main menu */

.nav-main > ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-main a {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    transition: .25s ease;
}

/* Hover line */

.nav-main a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 2px;
    background: #14d1ff;
    transition: width .25s ease;
}

.nav-main a:hover::after,
.nav-main .uk-active > a::after {
    width: 100%;
}

.nav-main a:hover {
    color: #14d1ff;
}

/* Actions */
.cart-count {
    position: absolute;
    top: -5px;
    right: -8px;

    min-width: 18px;
    height: 18px;

    border-radius: 999px;

    background: #14d1ff;
    color: #071a2e;

    font-size: 10px;
    font-weight: 800;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 0 2px #071a2e;
}
.nav-cart {
    position: relative;
}
.nav-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.15);
}
.nav-account {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.account-name {
    font-size: 0.95rem;
}
/* Dropdown */

.uk-dropdown {
    border-radius: 12px;
    background: #071b33;
    border: 1px solid rgba(255,255,255,.08);
}
/* ==========================================
   HOMEPAGE
========================================== */

body.home .uk-navbar-nav > li > a,
body.home .uk-navbar-right .uk-navbar-nav > li > a,
body.home .uk-navbar-right .uk-icon,
body.home .account-name {
    color: rgba(255,255,255,.92);
}

body.home .uk-navbar-nav > li > a:hover,
body.home .uk-navbar-nav > li.uk-active > a,
body.home .uk-navbar-right .uk-navbar-nav > li > a:hover {
    color: var(--aegir-teal-light);
}

/* ==========================================
   INTERNAL PAGES
========================================== */

body:not(.home) .uk-navbar-nav > li > a,
body:not(.home) .uk-navbar-right .uk-navbar-nav > li > a,
body:not(.home) .uk-navbar-right .uk-icon,
body:not(.home) .account-name {
    color: rgba(255,255,255,.92);
}

body:not(.home) .uk-navbar-nav > li > a:hover,
body:not(.home) .uk-navbar-nav > li.uk-active > a,
body:not(.home) .uk-navbar-right .uk-navbar-nav > li > a:hover {
    color: var(--aegir-teal-light);
}
.uk-navbar-nav > li.uk-active > a {
    font-weight: 600;
}
.account-dropdown a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
/* ==================================================
   HERO SECTION
================================================== */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(14,165,164,.12),
            transparent 40%
        ),
        linear-gradient(
            180deg,
            #071A2E 0%,
            #0B2843 100%
        );
}
/* Subtle ambient movement */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(14,165,164,.08),
            transparent 25%
        );
    animation: heroGlow 12s ease-in-out infinite alternate;
    z-index: 1;
}
@keyframes heroGlow {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-40px);
    }
}

/* ==================================================
   HERO CONTENT
================================================== */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 700px;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: #0EA5A4;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hero-title {
    margin: 0;
    font-family: "Manrope", sans-serif;
font-size: clamp(1.7rem, 2.3vw, 3.2rem);
font-weight: 800;
    line-height: 1.1;
    color: #fff;
}
.hero-title span {color: #0EA5A4;}
.hero-subtitle {
    margin-top: 32px;
    max-width: 720px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
}

/* ==================================================
   HERO VISUAL
================================================== */
.hero-visual {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            90deg,
            #071A2E 0%,
            rgba(7,26,46,.95) 35%,
            rgba(7,26,46,.45) 55%,
            rgba(7,26,46,0) 75%
        ),
        url('/site/templates/styles/images/wave.png');

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: .75;
}

/* ==================================================
   DOMAIN CHECKER WRAPPER
================================================== */

.domain-search-wrapper {

    margin-top: 50px;
}

.search-label {

    margin-bottom: 15px;

    color: #0EA5A4;

    font-size: .85rem;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}

/* Glow around Domain Checker */

.dc-container {

    padding: 5px;

    border-radius: 5px;

    background: rgba(255,255,255,.03);

    border: 2px solid rgba(14,165,164,.15);

    box-shadow:
        0 0 30px rgba(14,165,164,.12);
}

/* ==================================================
   TLD BADGES
================================================== */
.tld-list {
display: flex;
flex-wrap: nowrap;
gap: 8px;
margin-top: 25px;
}
.tld-badge {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 8px 12px;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 6px!important;

    white-space: nowrap;
}
.tld-badge:hover {
    border-color: rgba(14,165,164,.3);
    transform: translateY(-2px);
}
.tld-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}
.tld-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.tld-from {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.5);
}
.tld-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0EA5A4;
}
.hero-section .uk-container {
    position: relative;
}
/*Chnage to 2 columns*/
.hero-layout {
    display: grid;
    grid-template-columns: 650px 1fr;
    align-items: center;
    gap: 4rem;
	margin-top:100px;
}
.hero-side {
    display: flex;
    align-items: flex-start;
    padding-top: 200px;
	padding-left:10%;
	position: relative;
z-index: 4;
}
/* TRUST 1 */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 320px;
    color: #fff;
}
.trust-icon {
width: 64px;
height: 64px;
min-width: 64px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 184, 201, 0.3);
border-radius: 50%;
background: rgba(255, 255, 255, 0.05);
color: #00b8c9;
}
 
.trust-icon span {
transform: scale(1.6);
}
.trust-badge p {
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid #00b8c9;
    line-height: 1.5;
	min-width: fit-content;
	font-size: 0.875rem;/* 14px */
}
/* ==================================================
   TRUST STRIP
================================================== */
/* Trust Strip Container */
.trust-strip {
	position: relative;
z-index: 3;
    margin-top: 3rem;
    border: 1px solid rgba(0, 188, 212, 0.12);
    border-radius: 14px;
    background: rgba(3, 17, 36, 0.65);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

/* Grid items */
.trust-strip > div {
    position: relative;
}

/* Vertical dividers */
.trust-strip > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: 0;
    width: 1px;
    background: rgba(0, 194, 215, .2);
}

/* Individual trust item */
.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 32px;
    height: 100%;
}

/* Icon wrapper */
.trust-item .uk-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #00c2d7;
}

/* Force SVG sizing */
.trust-item .uk-icon svg {
    width: 42px;
    height: 42px;
    max-width: max-content;
}

/* Text container */
.trust-content {
    display: flex;
    flex-direction: column;
}

/* Heading */
.trust-title {
    color: #f8fafc;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 3px;
}

.trust-text {
    color: #c9d7e3;
    font-size: 0.75rem;
    line-height: 1.5;
	font-weight:400
}

/* Mobile */
@media (max-width: 959px) {
    .trust-strip > div::after {
        display: none;
    }

    .trust-item {
        padding: 20px;
    }

    .trust-title {
        font-size: 1rem;
    }

    .trust-text {
        font-size: 0.875rem;
    }
}
/* ==================================================
   CTA BUTTONS
================================================== */

.hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;
}

.hero-actions .uk-button-primary {

    background: #0EA5A4;

    border-color: #0EA5A4;
}

.hero-actions .uk-button-primary:hover {

    background: #0ca3a2;
}

.hero-actions .uk-button-default {

    background: transparent;

    border-color: rgba(255,255,255,.25);

    color: #fff;
}
/* ========================================
   DOMAIN CHECKER
======================================== */

.domain-checker {

    padding: 0;

    background: transparent;

    border: 0;

    box-shadow: none;
}

/* Force input + button into one row */

.domain-checker .uk-grid-small {

    display: flex;

    flex-wrap: nowrap;

    gap: 0 !important;
}

.domain-checker [uk-grid] {

    margin-left: 0 !important;
}

.domain-checker .uk-grid-small > * {

    padding-left: 0 !important;
}

.domain-checker .uk-width-expand {

    flex: 1;
}

.domain-checker .uk-width-auto {

    flex: 0 0 auto;

    margin-left: -1px;
}
.domain-checker .uk-input,
.domain-checker .uk-input:focus,
.domain-checker .uk-input:active {
    color: #334155 !important;
}
/* ========================================
   INPUT
======================================== */

.domain-checker .uk-input {

    width: 100%;

    height: 68px;

    padding: 0 28px;

    background: #ffffff;

    color: #1f2937;

    border: none;

    border-radius: 5px 0 0 5px;

    font-size: 1rem;

    font-weight: 400;

    box-shadow:
        0 15px 35px rgba(0,0,0,.15);

    transition: all .25s ease;
}

.domain-checker .uk-input::placeholder {

    color: #94a3b8;
}

.domain-checker .uk-input:focus {

    outline: none;

    background: #ffffff;

    box-shadow:
        0 15px 35px rgba(0,0,0,.18);
}

/* ========================================
   BUTTON
======================================== */
.domain-checker .uk-button-primary {

    height: 55.5px;

    min-width: 220px;

    padding: 0 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    box-sizing: border-box;

    line-height: 68px;

    margin: 0;

    border: 0;

    border-radius: 0 5px 5px 0;

    background: #0EA5A4;

    color: #ffffff;

    font-weight: 600;

    letter-spacing: .2px;

    box-shadow: none;

    transition: all .25s ease;
}

.domain-checker .uk-button-primary:hover {

    background: #11B5B3;

    transform: translateY(-1px);

    box-shadow:
        0 20px 40px rgba(14,165,164,.35);
}

/* ========================================
   RESULTS
======================================== */

.dc-result {

    margin-top: 20px;

    border-radius: 16px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.04);

    color: #ffffff;
}

.uk-alert-success {

    border-left: 4px solid #16C47F;
}

.uk-alert-warning {

    border-left: 4px solid #F59E0B;

    background: rgba(255,255,255,.04);
}

/* ========================================
   ACTION BUTTONS
======================================== */

.dc-add-cart,
.dc-result .uk-button {

    margin-top: 10px;

    border-radius: 10px;

    font-weight: 600;
}

.dc-result .uk-button-secondary {

    background: transparent;

    border: 1px solid rgba(14,165,164,.35);

    color: #0EA5A4;
}

.dc-result .uk-button-secondary:hover {

    background: rgba(14,165,164,.10);
}

/* ========================================
   WHOIS BUTTON
======================================== */

.dc-whois-btn {

    margin-top: 15px;

    border-radius: 12px;

    border: 1px solid rgba(255,255,255,.15);

    color: #ffffff;
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 640px) {

    .domain-checker .uk-grid-small {

        flex-direction: column;
    }

    .domain-checker .uk-width-auto {

        margin-left: 0;
        margin-top: 10px;
    }

    .domain-checker .uk-input {

        height: 56px;

        border-radius: 14px;

        padding: 0 18px;

        font-size: .95rem;
    }

    .domain-checker .uk-button-primary {

        width: 100%;

        height: 56px;

        min-width: auto;

        border-radius: 14px;
    }
}
/* ==================================================
   MOBILE
================================================== */

@media (max-width: 960px) {

    .hero-section {
        padding: 100px 0 80px;
    }

    .hero-visual {

        width: 100%;

        opacity: .12;

        background-position: right center;
    }

    .hero-subtitle {

        font-size: 1.15rem;
    }

    .trust-item {

        justify-content: center;

        text-align: center;
    }
	.hero-layout {
display: block;
}
 
.hero-side {
padding-top: 0;
display: flex;
justify-content: center;
}
 
.trust-badge {
max-width: 100%;
justify-content: flex-start;
}
}

/* ==========================
   Homepage Services Section
   ========================== */
/* Card */
.section-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0891b2;
}
.section-header {
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.section-intro {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #64748b;
}
.service-card {
    height: 100%;

    padding: 2.5rem;

    background: #ffffff;

    border: 1px solid var(--aegir-border);
    border-radius: 24px;

    text-align: center;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

    box-shadow:
        0 4px 20px rgba(8, 34, 60, .03),
        0 1px 3px rgba(8, 34, 60, .04);
}

.service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(20, 184, 197, .25);

    box-shadow:
        0 25px 50px rgba(8, 34, 60, .08),
        0 5px 15px rgba(8, 34, 60, .04);
}

/* Icon */

.service-icon {
    width: 100px;
    height: 100px;

    margin: 0 auto 2rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: var(--aegir-teal);

    box-shadow:
        0 20px 40px rgba(8, 34, 60, .06),
        inset 0 1px 1px rgba(255, 255, 255, .9);

    transition:
        color .3s ease,
        box-shadow .3s ease;
}

.service-card:hover .service-icon {
    color: var(--aegir-teal-light);

    box-shadow:
        0 25px 50px rgba(20, 184, 197, .12);
}

.service-icon svg {
    width: 28px;
    height: 28px;
}

/* Title */

.service-card .uk-card-title {
    margin-bottom: 1rem;

    color: var(--aegir-navy);

    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}

/* Description */

.service-card p {
    margin-bottom: 1.5rem;

    color: var(--aegir-text);

    font-size: 1rem;
    line-height: 1.8;
}

/* Proof Point */

.service-stat {
    margin: 0 0 1.75rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;

    color: var(--aegir-teal);

    font-size: .75rem;
    font-weight: 700;

    letter-spacing: .12em;
    text-transform}

/*end section services*/
.wave-divider svg {
    width: 100%;
    height: 100px;
    display: block;
}
/* ==================================================
   Testimonials
================================================== */

.testimonials-section {
    background: #081421;
    padding: 80px 0;
}

.testimonials-section .uk-heading-small {
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-section .uk-text-lead {
    color: rgba(255,255,255,.70);
    font-size: 1.1rem;
}

/* Card */

.testimonial-card {
    position: relative;
    background: rgba(255,255,255,.03);
    border-radius: 24px;
    padding: 2rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: transform .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
}

/* Large quote mark */

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 6rem;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(34, 211, 238, .09);
    pointer-events: none;
}

/* Text */

.testimonial-text {
    position: relative;
    margin: 0 0 1.5rem;
    color: rgba(255,255,255,.88);
    font-size: 1rem;
    line-height: 1.75;
    z-index: 1;
}

/* Author */

.testimonial-author {
    position: relative;
    z-index: 1;
}

.testimonial-author strong {
    display: block;
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonial-author span {
    color: rgba(255,255,255,.55);
    font-size: .85rem;
}

/* Mobile */

@media (max-width: 640px) {

    .testimonials-section {
        padding: 60px 0;
    }

    .testimonial-card {
        min-height: auto;
        padding: 1.75rem;
    }

    .testimonial-card::before {
        font-size: 5rem;
    }

}
/*START CTA */
/* ==========================
   Services CTA
   ========================== */

.service-cta {
    margin-top: 4rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;

    padding: 2rem 2.5rem;

    background: #fff;

    border: 1px solid #e2e8f0;
    border-radius: 24px;

    box-shadow:
        0 10px 30px rgba(8, 34, 60, .04);
}

/* Left Side */

.service-cta__content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.service-cta__icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f7fafc;
    color: #14b8c5;
}

.service-cta__icon svg {
    width: 30px;
    height: 30px;
}

.service-cta__eyebrow {
    margin: 0 0 .4rem;

    color: #607286;

    font-size: 1rem;
    font-weight: 400;
}

.service-cta__title {
    margin: 0;

    color: #08223c;

    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}
/* Right Side */
.service-cta__action {flex-shrink: 0;}
.service-cta__button {display: inline-flex;align-items: center;gap: .75rem;padding: 1rem 2rem; background: linear-gradient( 135deg, #14b8c5, #0891b2 ); color: #fff;border-radius: 12px;box-shadow:0 8px 24px rgba(20,184,197,.20);font-size: 1rem;font-weight: 600; text-decoration: none;transition:transform .25s ease, box-shadow .25s ease;}
.service-cta__button:hover { transform: translateY(-2px); color: #fff;box-shadow:0 12px 30px rgba(20, 184, 197, .35);}
.service-cta__button svg { transition: transform .2s ease;}
.service-cta__button:hover svg {transform: translateX(4px);}
/* Responsive */
@media (max-width: 959px) {
.service-cta {flex-direction: column; align-items: center;text-align: center;}
.service-cta__content {flex-direction: column;}
.service-cta__title {font-size: 1.5rem;}
}
/*END CTA
/*START FOOTER*/
:root {
    --teal: #14b8a6;
    --teal-light: #2dd4bf;
    --footer-bg: #031427;
    --footer-bg-alt: #051c35;
}
/* ===================================
   FOOTER
=================================== */
.ad-footer {position: relative;padding-top: 40px;padding-bottom: 40px; color: white; background:radial-gradient(circle at left center,rgba(20,184,166,.06),transparent 35%),linear-gradient(90deg, var(--footer-bg), var(--footer-bg-alt) );}
.footer-branding {display: flex;align-items: center; gap: 12px;margin-bottom: 1.5rem;}
.footer-branding img {width: 42px;height: auto;}
.footer-brand-name {color: #fff;font-weight: 600;font-size: 1.3rem; letter-spacing: 0.12em; text-transform: uppercase;}
/* ===================================
   FOOTER CONTENT
=================================== */
.footer-logo {max-width: 220px;}
.footer-intro {margin-top: 24px;max-width: 320px;color: rgba(255,255,255,.75);line-height: 1.8;}
.footer-contact li {display: flex;gap: 10px;align-items: center;}
.footer-contact [uk-icon] {color: var(--teal);}
.footer-social { display: flex; gap: 12px;margin-top: 24px;}
.footer-social a {width: 42px;height: 42px;border-radius: 50%;border: 1px solid rgba(20,184,166,.2); display: flex;align-items: center;justify-content: center;color: white;}
/* ===================================
   LINKS
=================================== */
.ad-footer h5 { color: var(--teal); margin-bottom: 1.5rem;letter-spacing: 1px; text-transform: uppercase; font-size: .9rem;}
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; transition: .25s;}
.footer-links a:hover {color: var(--teal-light);}
/* ===================================
   NEWSLETTER SECTION
=================================== */
.footer-newsletter-offset {
    /* Match width of brand column */
    margin-left: 33.333%; margin-top: -5rem; margin-bottom: 3rem;border-top: 1px solid rgba(20,184,166,.08);border-bottom: 1px solid rgba(20,184,166,.08);padding: 2rem 0;}
.footer-newsletter { display: grid;grid-template-columns:auto minmax(240px, 1fr) minmax(360px, 460px);gap: 2rem;align-items: center;}
/* ===================================
   ICON
=================================== */
.footer-newsletter-icon {color: var(--aegir-teal);position: relative;width: 72px;height: 72px;display: flex;align-items: center;justify-content: center;z-index: 1; /* add this */}
.footer-newsletter-icon {position: relative; color: var(--teal); width: 56px; height: 56px;display: flex; align-items: center;justify-content: center;}
.footer-newsletter-icon::before { content: "";position: absolute; inset: -18px; border-radius: 50%; background: radial-gradient( circle, rgba(20,184,166,.18) 0%, rgba(20,184,166,.08) 45%, transparent 75% );filter: blur(12px);}
/* ===================================
   COPY
=================================== */
.footer-newsletter-copy h4 { margin: 0 0 .4rem; font-size: 1.1rem; color: #fff;}
.footer-newsletter-copy p {margin: 0; color: rgba(255,255,255,.7); line-height: 1.6;font-size: 0.8rem;}
/* ===================================
   FORM
=================================== */
.footer-newsletter-form { display: flex;}
.footer-newsletter-form input {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-right: 0;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

.footer-newsletter-form button {
    border: 0;
    padding: 0 24px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    background:
        linear-gradient(
            135deg,
            var(--teal),
            var(--teal-light)
        );
}
/* ===================================
   MOBILE
=================================== */
@media (max-width: 960px) {

    .footer-newsletter-offset {

        margin-left: 0;
    }

    .footer-newsletter {

        grid-template-columns: 1fr;

        text-align: center;
    }

    .footer-newsletter-icon {

        margin: 0 auto;
    }
}

@media (max-width: 640px) {

    .footer-newsletter-form {

        flex-direction: column;

        gap: 10px;
    }

    .footer-newsletter-form input,
    .footer-newsletter-form button {

        width: 100%;

        border-radius: 10px;
    }
}
/* ===================================
   TRUST BAR
=================================== */
.ad-footer .trust-bar {
    margin-top: 60px;
    padding: 18px 24px;
    border-radius: 16px;
    border: 1px solid rgba(20,184,166,.12);
    background: rgba(255,255,255,.02);
}
.ad-footer .trust-bar strong {
    display: block;
    color: white;
    margin-bottom: 6px;
	font-size: 0.9rem;
font-weight: 600;
}
.ad-footer .trust-item svg {
    color: var(--teal);
    transition: color .2s ease;
	width: 40px;
height: 40px;
}
.ad-footer .trust-item:hover svg {
    color: var(--teal-light);
}
.ad-footer .trust-bar span {
    font-size: 0.85rem;
line-height: 1.5;
color: rgba(255,255,255,.6);
}
.ad-footer .trust-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.ad-footer .trust-divider {
    border-left: 1px solid rgba(20,184,166,.15);
    padding-left: 30px;
}

/* ===================================
   BOTTOM
=================================== */

.footer-bottom {

    margin-top: 40px;

    padding-top: 24px;

    border-top: 1px solid rgba(255,255,255,.06);
}

.footer-bottom-links {

    display: flex;
    gap: 24px;
}

.footer-bottom-links a {

    color: rgba(255,255,255,.6);

    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: var(--teal);
}
/*END FOOTER*/
#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	right: 10px
}
body.home #offcanvas-toggle * {
    color: #fff !important;
    stroke: #fff !important;
}
#offcanvas-toggle {
	/* the hamburger icon that toggles the mobile navigation */
	position: absolute;
	top: 15px;
	right: 15px; 
	z-index: 100; 
}
.mobile-utilities {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.mobile-utilities a {
    color: #fff;
}

body.home .mobile-utilities a {
    color: #fff;
}
#offcanvas-nav .uk-search-input {
	/* the search box that appears in offcanvas nav */
	width: 100%;
}

img.uk-comment-avatar {
	/* avatar that appears in comments */
	width: 60px;
	height: 60px; 
}

.uk-input,
.uk-button {
    border-radius: 10px;
}

/* soften edges even more */
.uk-button-primary {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

tr {
    transition: all 0.3s ease;
}
.tld-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.tld-badge {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
}

.tld-badge:hover {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}
.account-order {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.order-header {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
}

.order-details p {
    margin: 8px 0;
}

.order-status-paid {
    color: #16a34a;
    font-weight: 600;
}
.login-error {
    background: #fee2e2;
    border: 1px solid #ef4444;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.uk-nav .uk-active > a {
    background: #1e293b;
    color: #fff !important;
    border-radius: 6px;
}
.shop-categories {
    margin-top: 3rem;
}

.category-card {
    height: 100%;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
}

.category-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.category-card h2 {
    margin-bottom: 0.75rem;
}

.category-card p {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.6;
}
#hero-particles,
#hero-particles canvas {
    background: transparent !important;
}
#hero-particles {
	z-index: 1;
    position: absolute;
    inset: 0;
}
.service-icon svg {
    display: block;
}
.service-icon {

    width: 100px;
    height: 100px;
	margin: 0 auto 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,.12),
        rgba(255,255,255,.05)
    );

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,.2);

    box-shadow:
        0 8px 32px rgba(0,0,0,.15);

    transition: all .3s ease;
}

.uk-card:hover .service-icon {

    transform: translateY(-5px);

    box-shadow:
        0 16px 48px rgba(0,0,0,.25);
}
@media only screen and (max-width: 959px) {
	/* custom adjustments for mobile layouts under 960px */
	#masthead {
		/* primary nav is not visible, so it needs some padding here */
		padding-bottom: 20px;
	}
}


/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */

.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	/* figure for image that has a caption */
	display: table;
	margin: 1em 0;
}

figure figcaption {
	/* display caption text below image contained to image width */
	display: table-caption;
	caption-side: bottom;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 5px;
	color: #777;
}

@media only screen and (max-width: 767px) {
	/* common PW mobile layout adjustments for widths under 768px */ 

	.align_left, .align_right, .align_center {
		/* display images in center rather than aligned */
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}
	
	figure,
    figure figcaption {
		/* let figcaption display as wide as needed below image */
	    display: block;
	    text-align: center;
    }
	.domain-checker .uk-grid-small {
 
display: flex;
flex-direction: column;
gap: 10px;
}
 
.domain-checker .uk-button {
 
width: 100%;
}
 
.domain-checker .uk-input,
.domain-checker .uk-button {
 
height: 50px;
}
}
/* ==========================================
   Page Hero
========================================== */
.page-hero .uk-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.page-hero {
    min-height: 220px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 3rem 0;
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.page-hero .hero-intro {
    max-width: 640px;
    color: rgba(255,255,255,.9);
}

.page-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #14b8c5;
    font-size: 0.85rem;
    font-weight: 600;
}
/* Mobile */

@media (max-width: 768px) {
    .page-hero {
        min-height: 180px;
        padding: 2.5rem 0;
    }

    .page-hero .container {
        padding: 0 20px;
    }

    .page-hero h1 {
        font-size: 2rem;
    }

    .page-hero .hero-intro {
        font-size: 1rem;
    }
}
/*End Page Hero*/
.about-story {
    padding: 120px 0;
    background: #fff;
}

.section-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00b7ff;
}

.about-story h2 {
    font-size: 3rem;
    line-height: 1.2;
    color: #021b36;
    margin: 0;
}

.about-story p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #475569;
}
.our-values {
    padding: 120px 0;
    background: #021b36;
    color: #fff;
}

.section-header {
    max-width: 720px;
    margin: 0 auto 80px;
    text-align: center;
}

.section-label {
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00b7ff;
    font-size: 0.85rem;
}

.section-header h2 {
    /*color: #fff;*/
    margin-bottom: 1.5rem;
}

.section-header p {
    /*color: rgba(255,255,255,.75);*/
}

.value-card {
    padding: 40px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    height: 100%;
}

.value-card h3 {
    color: #fff;
    margin-bottom: 1rem;
}

.value-card p {
    color: rgba(255,255,255,.75);
    margin: 0;
}
.why-aegir {
    padding: 120px 0;
    background: #f8fafc;
}

.benefit-item {
    padding: 2rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.benefit-item h3 {
    margin-bottom: 0.75rem;
    color: #021b36;
}
.why-aegir h2 {
    color: #021b36;
}

.why-aegir .section-header p {
    color: #64748b;
}
.benefit-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}
.login-card {max-width: 500px;border-radius: 10px;padding: 50px;background: rgba(6, 23, 48, 0.95);
border: 1px solid rgba(0, 174, 239, 0.2);
border-radius: 24px;
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
backdrop-filter: blur(12px);}
.login-card h2,.login-card label { color: #fff;}
.login-card p { color: rgba(255,255,255,.75);}
.shop-services-nav { margin: 2rem 0 3rem;padding-bottom: 1rem;border-bottom: 1px solid rgba(255,255,255,.08);}
.shop-services-nav .uk-subnav {gap: 12px;}
.shop-services-nav a { color: var(--aegir-navy); font-weight: 500; transition: .2s ease;}
.shop-services-nav a:hover,.shop-services-nav .uk-active a {color: var(--aegir-navy); background:none}
.shop .service-card {
    height: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.shop .service-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f9fb;
    border-radius: 12px;
    color: var(--primary);
}

.shop .service-title {
    margin-bottom: .75rem;
}

.shop .service-summary {
    margin-bottom: 1rem;
}

.shop .service-features {
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.shop .service-features li {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem;
}

.shop .service-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: auto;
}

.shop .service-price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.shop .service-pricing small {
    display: block;
    opacity: .7;
    margin-bottom: .25rem;
}
.category-card-small {
    display: flex;
    align-items: center;
    gap: 1rem;

    height: 100%;
    padding: 1.25rem;

    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;

    text-decoration: none;
    color: inherit;

    transition: all .2s ease;
}

.category-card-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.category-card-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3f9fb;
    border-radius: 12px;

    color: #00b7ff;
    flex-shrink: 0;
}

.category-card-content h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.service-count {
    display: block;
    margin-top: .25rem;

    color: #6b7280;
    font-size: .9rem;
}

.category-link {
    margin-top: .5rem;

    color: #00b7ff;
    font-size: .9rem;
    font-weight: 600;
}