@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
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}
#masthead-logo img {
	/* image for masthead logo */
	width: 100px;
}
.site-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.site-header-home {
    background: #071A2E;
}
.site-header {
    background: #fff;
}
.home .site-title,
.home .uk-navbar-nav > li > a,
.home .uk-navbar-item,
.home #nav-cart,
.home .uk-inline > a {

    color: #fff !important;
}
.home .uk-navbar-nav > li > a:hover,
.home .uk-navbar-nav > li.uk-active > a,
.home #nav-cart:hover,
.home .uk-inline > a:hover {

    color: #0EA5A4 !important;
}
/* ==================================================
   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: 650px;
}

.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(2rem, 3vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
}
.hero-title span {color: #0EA5A4;}
.hero-subtitle {
    margin-top: 32px;
    max-width: 720px;
    font-size: 1.35rem;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
}

/* ==================================================
   HERO VISUAL
================================================== */
.hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-image:
        linear-gradient(
            90deg,
            rgba(7,26,46,1) 0%,
            rgba(7,26,46,.85) 20%,
            rgba(7,26,46,.25) 55%,
            rgba(7,26,46,0) 100%
        ),
        url('/site/templates/styles/images/wave.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: .65;
    pointer-events: none;
    z-index: 2;
}

/* ==================================================
   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: 20px;

    border-radius: 20px;

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

    border: 1px 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;
}
/* ==================================================
   TRUST STRIP
================================================== */

.trust-item {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 18px;

    border-radius: 14px;

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

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

    color: #fff;

    transition: .3s ease;
}


.trust-item:hover {

    border-color: rgba(14,165,164,.35);

    transform: translateY(-3px);
}

.trust-item .uk-icon {

    color: #0EA5A4;
}

/* ==================================================
   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 {

    padding: 12px;

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

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

    border-radius: 20px;

    backdrop-filter: blur(12px);

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

    transition: .3s ease;
}

.domain-checker:hover {

    border-color: rgba(14,165,164,.30);

    box-shadow:
        0 10px 50px rgba(0,0,0,.25),
        0 0 40px rgba(14,165,164,.15);
}
.domain-checker .uk-input {

    height: 50px;

    padding: 0 18px;

    border: 0;

    background: transparent;

    color: #fff;

    font-size: 1.1rem;

    box-shadow: none;
}

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

    color: rgba(255,255,255,.50);
}

.domain-checker .uk-input:focus {

    background: transparent;

    outline: none;

    box-shadow: none;
}
.domain-checker .uk-button-primary {

    height: 50px;

    padding: 0 24px;

    border-radius: 14px;

    background: #0EA5A4;

    border: 0;

    font-weight: 600;

    transition: .3s ease;
}

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

    background: #11B5B3;

    transform: translateY(-1px);
}
.dc-result {

    margin-top: 20px;

    border-radius: 16px;

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

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

    color: #fff;
}
.uk-alert-success {

    border-left: 4px solid #16C47F;
}
.uk-alert-warning {

    border-left: 4px solid #F59E0B;

    background: rgba(255,255,255,.04);
}
.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);
}
.dc-whois-btn {

    margin-top: 15px;

    border-radius: 12px;

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

    color: #fff;
}
/* ==================================================
   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;
    }
}
#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	right: 10px
}

#offcanvas-toggle {
	/* the hamburger icon that toggles the mobile navigation */
	position: absolute;
	top: 10px;
	left: 15px; 
}

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

