/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
:root {
    --ink: #0c1222;
    --muted: #5c6478;
    --line: #e6e9f0;
    --surface: #ffffff;
    --soft: #f4f6fb;
    --accent: #3d5afe;
    --accent-2: #7c4dff;
    --accent-soft: rgba(61, 90, 254, 0.12);
    --success: #0d9f6e;
    --shadow: 0 24px 60px rgba(12, 18, 34, 0.08);
    --shadow-sm: 0 8px 24px rgba(12, 18, 34, 0.06);
    --radius: 16px;
    --radius-lg: 24px;
    --max: 1120px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
.elementor-widget-text-editor{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    color: var(--ink);
    background: var(--soft);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
main{
	margin-top: 73px;
}
a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrap {
    width: min(var(--max), calc(100% - 40px));
    margin-inline: auto;
}

/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(244, 246, 251, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(230, 233, 240, 0.8);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}
.logo:hover{
    color: #c36;
}

.logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 18px;
    box-shadow: var(--shadow-sm);
}

.nav-links #menu-main-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--muted);
}
.nav-links #menu-main-menu li {
    list-style: none;
    font-size: 16px;
}
.nav-links #menu-main-menu li a {
    color: #0c1222;
}

.nav-links a:hover {
    color: var(--ink);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), #536dfe);
    color: #fff;
    box-shadow: 0 12px 28px rgba(61, 90, 254, 0.35);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(61, 90, 254, 0.42);
}

.btn-ghost {
    background: var(--surface);
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.btn-ghost:hover {
    border-color: var(--accent);
    color: var(--accent);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
}

/* Hero */
.hero {
    padding: 72px 0 88px;
    position: relative;
    overflow: hidden;
    background-color: #f4f6fb;
    background: linear-gradient(165deg, #020617 0%, #0f172a 38%, #111827 72%, #0f172a 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(34, 211, 238, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(167, 139, 250, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 90% 70% at 50% -10%, #000 45%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 70% at 12% 18%, rgba(34, 211, 238, 0.28), transparent 52%), radial-gradient(ellipse 70% 55% at 88% 8%, rgba(167, 139, 250, 0.26), transparent 48%), radial-gradient(ellipse 55% 45% at 72% 72%, rgba(244, 114, 182, 0.14), transparent 55%);
    pointer-events: none;
    z-index: 0;
    animation: hero-aurora 22s ease-in-out infinite alternate;
}
.hero :is(h1){
    color: #fff;
}
.hero .lead{
    color: rgba(203, 213, 225, 0.88);
}
.hero .trust p{
    color: rgba(148, 163, 184, 0.95);
    margin-bottom: 0;
}
.hero .trust strong{
    color: #e2e8f0;
}
.hero h1 em{
    font-style: italic;
    background: linear-gradient(115deg, #22d3ee 0%, #a5f3fc 25%, #c4b5fd 55%, #f472b6 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 28px rgba(34, 211, 238, 0.35));
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
}

@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero {
        padding-top: 48px;
    }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.28);
    color: #67e8f9;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
    box-shadow: 0 0 32px rgba(34, 211, 238, 0.12);
}

.eyebrow span {
    opacity: 0.9;
}

.eyebrow svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    display: block;
    filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.55));
}

h1 {
    font-family: "Instrument Serif", Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

h1 em {
    font-style: italic;
    background: linear-gradient(120deg, var(--accent), var(--accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lead {
    font-size: 1.125rem;
    color: var(--muted);
    max-width: 32ch;
    margin: 0 0 32px;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 0.85rem;
    color: var(--muted);
}

.trust strong {
    color: var(--ink);
}

.trust-shield {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(34, 211, 238, 0.35);
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(99, 102, 241, 0.22));
    color: #67e8f9;
    box-shadow: 0 6px 18px rgba(34, 211, 238, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-shield svg {
    width: 22px;
    height: 22px;
    display: block;
    filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.45));
}

/* Mock card */
.mock {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    padding: 24px;
    position: relative;
}

.mock::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(61, 90, 254, 0.35), rgba(124, 77, 255, 0.2), transparent 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.mock-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.dots {
    display: flex;
    gap: 6px;
}

.dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e2e8f0;
}

.dots i:nth-child(1) {
    background: #ff5f57;
}

.dots i:nth-child(2) {
    background: #febc2e;
}

.dots i:nth-child(3) {
    background: #28c840;
}

.mock-title {
    font-size: 0.8rem;
    color: var(--muted);
    flex: 1;
    text-align: center;
}

.form-row {
    margin-bottom: 14px;
}

.form-row label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 6px;
}

.fake-input {
    height: 42px;
    border-radius: 10px;
    background: var(--soft);
    border: 1px solid var(--line);
}

.fake-steps {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.fake-steps b {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    background: var(--line);
}

.fake-steps b:first-child {
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

/* Logos strip */
.strip {
    padding: 28px 0;
    border-block: 1px solid var(--line);
    background: var(--surface);
}

.strip p {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    margin: 0 0 20px;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 48px;
    opacity: 0.55;
    font-weight: 800;
    font-size: 1rem;
    color: var(--ink);
}

/* Features */
#features {
    background-color: #f4f6fb;
}
section:is(#features, #capabilities, #pricing, #field-types, #faq, #testimonials, #standardize) {
    padding: 80px 0;
}

.section-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.section-head h2 {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.section-head code {
    font-family: ui-monospace, "Cascadia Code", monospace;
    font-size: 0.88em;
    font-weight: 600;
    background: var(--accent-soft);
    color: var(--accent);
    padding: 2px 7px;
    border-radius: 6px;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

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

.card {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 28px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.card:hover {
    border-color: rgba(61, 90, 254, 0.35);
    transform: translateY(-2px);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--accent-soft);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.card h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 700;
}

.card p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
}

/* Split */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

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

.split-visual {
    background: linear-gradient(160deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
    border-radius: var(--radius-lg);
    padding: 40px;
    color: #e0e7ff;
    box-shadow: var(--shadow);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.split-visual .stat {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
}

.split-visual p {
    margin: 0;
    opacity: 0.85;
    font-size: 0.95rem;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 0.98rem;
}

.checklist li::before {
    content: "✓";
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(13, 159, 110, 0.15);
    color: var(--success);
    font-size: 0.75rem;
    font-weight: 800;
    display: grid;
    place-items: center;
}

/* Pricing */
#pricing {
    background-color: #f4f6fb;
}
.pricing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
}
.pricing .price-card .pricing-features ul{
    padding: 0;
    margin: 0 0 20px;
}
.pricing .price-card .pricing-features ul li{
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    font-size: 0.95rem;
}
.pricing .price-card .pricing-features ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--accent);
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"),
        linear-gradient(135deg, var(--accent), var(--accent-2));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px, cover;
    box-shadow: 0 2px 6px rgba(61, 90, 254, 0.25);
    transition: transform 0.2s ease;
}
.pricing .price-card:hover .pricing-features ul li::before{
    transform: scale(1.1);
}
.pricing .price-card.featured .pricing-features ul li::before{
    box-shadow: 0 2px 8px rgba(124, 77, 255, 0.35);
}

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

.price-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--line);
    position: relative;
}

.price-card.featured {
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(61, 90, 254, 0.15);
}

.badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 12px;
    border-radius: 999px;
}

.price-card h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
}

.price-card .desc {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0 0 20px;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.price small {
    font-size: 1rem;
    font-weight: 600;
    color: var(--muted);
}

.price-card .btn {
    width: 100%;
    margin-top: 20px;
}

/* FAQ */
details {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    margin-bottom: 12px;
}

details summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

details p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

/* CTA band */
.cta-band {
    margin: 40px 0 0;
    padding: 56px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--accent) 0%, #5c6bc0 45%, var(--accent-2) 100%);
    color: #fff;
    text-align: center;
    box-shadow: var(--shadow);
}

.cta-band h2 {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    margin: 0 0 12px;
}

.cta-band p {
    margin: 0 0 24px;
    opacity: 0.92;
    max-width: 480px;
    margin-inline: auto;
}

.cta-band .btn-primary {
    background: #fff;
    color: var(--accent);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.cta-band .btn-primary:hover {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

footer {
    padding: 40px 0 40px;
    text-align: center;
    color: var(--muted);
    font-size: 0.85rem;
    background-color: #f4f6fb;
    border-top: 1px solid var(--line);
}

footer a {
    color: var(--accent);
    font-weight: 600;
}

/* Deep-dive: capabilities */
.capabilities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 40px;
    text-align: left;
}

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

.cap-block h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cap-block p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.6;
}

/* Field types */
#field-types {
    background-color: #f4f6fb;
}
.field-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
    gap: 16px;
    text-align: left;
}

.field-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px 22px;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease;
}

.field-item:hover {
    border-color: rgba(61, 90, 254, 0.3);
}

.field-item .tag {
    display: inline-block;
    font-family: ui-monospace, "Cascadia Code", monospace;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent);
    background: var(--accent-soft);
    padding: 5px 11px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.field-item h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
}

.field-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.55;
}
header.doc-single__header{
    background-color: #ffffff;
    z-index: 1;
}
a.btn:hover{
    color: #fff;
}
a.activate-trial:hover{
    color: #3d5afe;
}
a.btn-ghost{
    transition: all 0.3s ease;
}
a.btn-ghost:hover{
    color: #000;
}
/* Fix header css */
#site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}

#site-header.is-hidden {
    transform: translateY(-100%);
}

#site-header.is-scrolled {
    box-shadow: 0 6px 20px rgba(12, 18, 34, 0.08);
}
.wpforms-get-pro-button{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 375px) {
    .wpforms-get-pro-button{
        display: none;
    }
}
@media only screen and (min-width: 375px) and (max-width: 992px) {
    .wpforms-get-pro-button{
        display: flex;
        align-items: center;

    }
    .wpforms-get-pro-button a{
        height: 36px;
    }
}
.site-main.doc-library{
    margin-top: 78px;
}
pre.theme-coy code[class*="language-"], pre[class*="language-"].theme-coy{
    font-size: 12px;
}
pre[class*="language-"].theme-coy>code{
    border-left: 2px solid #358ccb;
}
#caption-attachment-2074, figcaption.widget-image-caption.wp-caption-text{
    text-align: center;
    margin-top: 10px;
    color: #222222;
}
.hook-title-notice{
    background-color: #f3f9ff;
    padding: 5px;
    border: 1px solid #9fbcdc;
    border-left: 8px solid #9fbcdc;
    border-radius: 11px;
}