@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@600;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
    --pt-bg-deep: #062b1f;
    --pt-bg-mid: #0f4d36;
    --pt-emerald: #10b981;
    --pt-green: #22c55e;
    --pt-teal: #14b8a6;
    --pt-lime: #a3e635;
    --pt-ink: #10151c;
    --pt-muted: #556070;
    --pt-paper: #f3f4f0;
    --pt-panel: #ffffff;
    --pt-line: #dfe4dc;
    --pt-soft-line: rgba(255, 255, 255, 0.18);
    --pt-shadow: 0 24px 60px -42px rgba(16, 21, 28, 0.65);
    --pt-display: "Unbounded", "Inter", sans-serif;
    --pt-body: "Inter", system-ui, sans-serif;
    --pt-mono: "IBM Plex Mono", ui-monospace, monospace;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        linear-gradient(180deg, rgba(243, 244, 240, 0.96), rgba(255, 255, 255, 0.98));
    color: var(--pt-ink);
    font-family: var(--pt-body);
}

body,
button,
input,
select,
textarea {
    font-family: var(--pt-body);
}

h1,
h2,
h3,
.section-title,
.pricing-section h2,
.pricing h2,
.hero h1,
.hero-text h1,
.hero-left h1 {
    font-family: var(--pt-display);
    letter-spacing: 0;
}

p {
    line-height: 1.7;
}

.container,
.hero-container,
.results-container,
.why-container,
.private-container,
.subdomains-container {
    max-width: 1180px;
}

.header {
    background:
        radial-gradient(ellipse 70% 80% at 10% 0%, rgba(20, 184, 166, 0.28), transparent 65%),
        linear-gradient(135deg, var(--pt-bg-deep), var(--pt-bg-mid));
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 38px -30px rgba(6, 43, 31, 0.9);
    backdrop-filter: blur(16px);
}

.nav-links a {
    border-radius: 8px;
    color: #ffffff;
    transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--pt-lime);
    transform: translateY(-1px);
}

.auth .btn.register,
.auth .btn.login {
    border-radius: 8px;
}

.auth .btn.register {
    background: linear-gradient(90deg, var(--pt-teal), var(--pt-lime));
    color: var(--pt-bg-deep);
}

.auth .btn.login {
    border: 1px solid var(--pt-line);
    color: var(--pt-bg-mid);
    background: #fff;
}

.hero:not(:has(.hero__inner)),
.about-hero,
.blog-hero,
.support-hero,
.reviews-hero,
.contact-hero,
.app-hero,
.software-hero,
.design-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse 60% 55% at 12% 10%, rgba(34, 197, 94, 0.42), transparent 70%),
        radial-gradient(ellipse 55% 55% at 90% 15%, rgba(20, 184, 166, 0.35), transparent 70%),
        radial-gradient(ellipse 70% 60% at 50% 100%, rgba(16, 185, 129, 0.42), transparent 75%),
        linear-gradient(160deg, var(--pt-bg-deep), var(--pt-bg-mid));
    color: #fff;
    padding: clamp(4rem, 7vw, 6.75rem) 20px;
}

.hero:not(:has(.hero__inner))::after,
.about-hero::after,
.blog-hero::after,
.support-hero::after,
.reviews-hero::after,
.contact-hero::after,
.app-hero::after,
.software-hero::after,
.design-hero::after {
    content: "";
    position: absolute;
    inset: auto 10% -32px 10%;
    height: 64px;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.38), transparent);
    filter: blur(24px);
    z-index: -1;
}

.hero:not(:has(.hero__inner)) h1,
.about-hero h1,
.blog-hero h1,
.support-hero h1,
.reviews-hero h1,
.contact-hero h1,
.app-hero h1,
.software-hero h1,
.design-hero h1 {
    max-width: 920px;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: clamp(2.15rem, 4.2vw, 3.35rem);
    line-height: 1.08;
    font-weight: 800;
}

.hero:not(:has(.hero__inner)) p,
.about-hero p,
.blog-hero p,
.support-hero p,
.reviews-hero p,
.contact-hero p,
.app-hero p,
.software-hero p,
.design-hero p {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
}

.badge,
.hero-badge,
.why-badge,
.pricing-card .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
    font-family: var(--pt-mono);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0;
}

.section,
.about-section,
.mission-section,
.team-section,
.support-options,
.help-categories,
.faq-section,
.reviews-section,
.review-form-section,
.blog-section,
.contact-section,
.map-section,
.contact-faq,
.pricing,
.pricing-section,
.features,
.solutions,
.services-section,
.hosting-types,
.why-domains,
.private-registration,
.subdomains-section {
    padding-top: clamp(3.2rem, 6vw, 5.5rem);
    padding-bottom: clamp(3.2rem, 6vw, 5.5rem);
}

.section-title,
.pricing h2,
.pricing-section h2 {
    color: var(--pt-ink);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.section-title::after,
.pricing h2::after,
.pricing-section h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin: 0.8rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pt-teal), var(--pt-lime));
}

.grid,
.pricing-grid,
.mission-grid,
.team-grid,
.support-grid,
.categories-grid,
.faq-grid,
.reviews-grid,
.domain-grid,
.solutions-grid {
    gap: clamp(1rem, 2vw, 1.5rem);
}

.card,
.solution-box,
.feature-box,
.pricing-card,
.plan-card,
.mission-box,
.stat-box,
.team-card,
.support-card,
.category-box,
.faq-item,
.review-card,
.sidebar-box,
.blog-card,
.contact-form,
.contact-info,
.domain-card,
.why-highlight-card,
.why-card,
.private-box,
.subdomains-card,
.callback-box,
.type-card {
    background: var(--pt-panel);
    border: 1px solid var(--pt-line);
    border-radius: 12px;
    box-shadow: var(--pt-shadow);
}

.card,
.solution-box,
.feature-box,
.pricing-card,
.plan-card,
.mission-box,
.team-card,
.support-card,
.category-box,
.faq-item,
.review-card,
.sidebar-box,
.blog-card,
.domain-card,
.type-card {
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.card:hover,
.solution-box:hover,
.feature-box:hover,
.pricing-card:hover,
.plan-card:hover,
.mission-box:hover,
.team-card:hover,
.support-card:hover,
.category-box:hover,
.faq-item:hover,
.review-card:hover,
.sidebar-box:hover,
.blog-card:hover,
.domain-card:hover,
.type-card:hover {
    transform: translateY(-3px);
    border-color: rgba(20, 184, 166, 0.46);
    box-shadow: 0 28px 70px -44px rgba(16, 21, 28, 0.72);
}

.pricing-card.popular,
.plan-card.featured,
.type-card.featured,
.why-card,
.private-box,
.subdomains-card {
    border-color: rgba(20, 184, 166, 0.5);
    box-shadow:
        0 24px 70px -44px rgba(16, 21, 28, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.solution-box i,
.feature-box i,
.mission-box i,
.support-card i,
.category-box i,
.info-box i,
.hero-stat i,
.why-item i,
.support-item i {
    color: var(--pt-teal);
}

.btn,
.btn-primary,
.btn-light,
.btn-outline,
.card-btn,
.cta-btn,
.type-btn,
.domain-btn,
.support-link,
.read-more,
.whatsapp-btn,
button[type="submit"],
input[type="submit"] {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.btn.primary,
.primary,
.btn-primary,
.card-btn,
.cta-btn,
.type-btn,
.domain-btn,
button[type="submit"],
input[type="submit"],
.pricing-card a,
.plan-card a {
    border: 0;
    background: linear-gradient(90deg, var(--pt-teal), var(--pt-lime));
    color: var(--pt-bg-deep);
    box-shadow: 0 18px 34px -24px rgba(20, 184, 166, 0.8);
}

.btn.primary:hover,
.primary:hover,
.btn-primary:hover,
.card-btn:hover,
.cta-btn:hover,
.type-btn:hover,
.domain-btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.pricing-card a:hover,
.plan-card a:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 36px -22px rgba(20, 184, 166, 0.9);
}

.btn.outline,
.outline,
.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.btn.light,
.light {
    background: #fff;
    color: var(--pt-bg-deep);
}

input,
select,
textarea,
.search-box input,
.contact-form input,
.contact-form textarea,
.review-form input,
.review-form textarea,
.callback-box input,
.callback-box textarea {
    border: 1px solid var(--pt-line);
    border-radius: 8px;
    background: #fbfcfa;
    color: var(--pt-ink);
}

input:focus,
select:focus,
textarea:focus,
.search-box input:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.review-form input:focus,
.review-form textarea:focus,
.callback-box input:focus,
.callback-box textarea:focus {
    outline: 2px solid rgba(20, 184, 166, 0.25);
    border-color: var(--pt-teal);
}

.cta-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 55% at 12% 20%, rgba(34, 197, 94, 0.35), transparent 70%),
        linear-gradient(160deg, var(--pt-bg-deep), var(--pt-bg-mid));
    color: #fff;
}

.cta-section h2,
.cta-section p {
    color: #fff;
}

.blog-card img,
.about-image img,
.team-card img,
.review-header img {
    border-radius: 10px;
}

.stats-section {
    background: #fff;
}

.stat-box h2,
.pricing-card h3,
.plan-card h3,
.domain-card h3 {
    color: var(--pt-bg-mid);
}

.alert {
    max-width: 980px;
    margin: 1rem auto;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    font-weight: 700;
}

.alert.success {
    color: #064e3b;
    background: #d1fae5;
}

.alert.error {
    color: #7f1d1d;
    background: #fee2e2;
}

.turnstile-wrap {
    margin: 1rem 0;
    min-height: 65px;
}

.site-footer {
    background:
        radial-gradient(ellipse 60% 50% at 10% 0%, rgba(20, 184, 166, 0.25), transparent 65%),
        linear-gradient(160deg, #041d16, var(--pt-bg-deep));
}

@media (max-width: 768px) {
    .hero:not(:has(.hero__inner)),
    .about-hero,
    .blog-hero,
    .support-hero,
    .reviews-hero,
    .contact-hero,
    .app-hero,
    .software-hero,
    .design-hero {
        padding: 3.5rem 18px;
    }

    .hero:not(:has(.hero__inner)) h1,
    .about-hero h1,
    .blog-hero h1,
    .support-hero h1,
    .reviews-hero h1,
    .contact-hero h1,
    .app-hero h1,
    .software-hero h1,
    .design-hero h1 {
        font-size: 2rem;
    }
}

/* Visibility and contact layout fixes */

main,
section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section),
.card,
.solution-box,
.feature-box,
.pricing-card,
.plan-card,
.mission-box,
.stat-box,
.team-card,
.support-card,
.category-box,
.faq-item,
.review-card,
.sidebar-box,
.blog-card,
.contact-form,
.contact-info,
.domain-card,
.type-card {
    color: var(--pt-ink);
}

section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) p,
.card p,
.solution-box p,
.feature-box p,
.pricing-card p,
.plan-card p,
.mission-box p,
.stat-box p,
.team-card p,
.support-card p,
.category-box p,
.faq-item p,
.review-card p,
.sidebar-box p,
.blog-card p,
.contact-form p,
.contact-info p,
.domain-card p,
.type-card p {
    color: var(--pt-muted);
}

section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) h1,
section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) h2,
section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) h3,
section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) h4,
.contact-form h2,
.contact-info h2,
.contact-info h4 {
    color: var(--pt-ink);
}

.card .outline,
.solution-box .outline,
.feature-box .outline,
.pricing-card .outline,
.plan-card .outline,
.mission-box .outline,
.support-card .outline,
.category-box .outline,
.faq-item .outline,
.review-card .outline,
.sidebar-box .outline,
.blog-card .outline,
.contact-form .outline,
.contact-info .outline,
section:not(.hero):not(.about-hero):not(.blog-hero):not(.support-hero):not(.reviews-hero):not(.contact-hero):not(.app-hero):not(.software-hero):not(.design-hero):not(.cta-section) .btn.outline {
    border-color: var(--pt-line);
    background: #fff;
    color: var(--pt-bg-mid);
}

.contact-section {
    background:
        linear-gradient(180deg, rgba(243, 244, 240, 0.95), #fff);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(1.5rem, 3vw, 2.25rem);
    align-items: start;
}

.contact-form,
.contact-info {
    width: 100%;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.contact-form form {
    display: grid;
    gap: 1rem;
}

.contact-form .form-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form button {
    justify-content: center;
    min-height: 48px;
}

.contact-info {
    display: grid;
    gap: 1rem;
}

.contact-info > p {
    margin: 0;
}

.info-box {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    align-items: start;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--pt-line);
    border-radius: 10px;
    background: #fbfcfa;
}

.info-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(20, 184, 166, 0.1);
}

.info-box h4,
.info-box p {
    margin: 0;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 48px;
    background: linear-gradient(90deg, #16a34a, var(--pt-teal));
    color: #fff;
    text-decoration: none;
}

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

@media (max-width: 560px) {
    .contact-form .form-group {
        grid-template-columns: 1fr;
    }
}

/* Header visibility fixes */

.header {
    background:
        radial-gradient(ellipse 70% 80% at 10% 0%, rgba(20, 184, 166, 0.28), transparent 65%),
        linear-gradient(135deg, var(--pt-bg-deep), var(--pt-bg-mid)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 16px 38px -30px rgba(6, 43, 31, 0.9) !important;
}

.navbar {
    gap: 1.25rem;
}

.nav-links > a,
.nav-links > .dropdown > a {
    color: #ffffff !important;
    background: transparent !important;
}

.nav-links > a i,
.nav-links > .dropdown > a i,
.nav-links > .dropdown > a .fas,
.menu-toggle {
    color: #ffffff !important;
}

.nav-links > a:hover,
.nav-links > .dropdown > a:hover {
    color: var(--pt-lime) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.nav-links > a:hover i,
.nav-links > .dropdown > a:hover i {
    color: var(--pt-lime) !important;
}

.dropdown-menu {
    background: #ffffff !important;
    border: 1px solid var(--pt-line) !important;
    box-shadow: 0 20px 45px -28px rgba(16, 21, 28, 0.7) !important;
}

.dropdown-menu li a {
    color: var(--pt-ink) !important;
    background: #ffffff !important;
}

.dropdown-menu li a i {
    color: var(--pt-teal) !important;
}

.dropdown-menu li a:hover {
    color: var(--pt-bg-mid) !important;
    background: rgba(20, 184, 166, 0.1) !important;
}

.dropdown-menu li a:hover i {
    color: var(--pt-bg-mid) !important;
}

.auth .btn.login {
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.auth .btn.login i {
    color: #ffffff !important;
}

.auth .btn.register {
    color: var(--pt-bg-deep) !important;
    background: linear-gradient(90deg, var(--pt-teal), var(--pt-lime)) !important;
}

.auth .btn.register i {
    color: var(--pt-bg-deep) !important;
}

@media (max-width: 768px) {
    .nav-links {
        background: linear-gradient(160deg, var(--pt-bg-deep), var(--pt-bg-mid)) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

    .nav-links a,
    .nav-links a i {
        color: #ffffff !important;
    }

    .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none !important;
    }

    .dropdown-menu li a,
    .dropdown-menu li a i {
        color: var(--pt-ink) !important;
    }
}
