/*
Theme Name: newwww 15 kwietnia 0840 Theme
Theme URI: https://example.com/newwww-15kwietnia-0840
Author: Codex for Pawel Ciszek
Author URI: https://example.com
Description: Motyw WordPress przygotowany na podstawie dostarczonej makiety, z pełnym wsparciem dla Elementora.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: newwww-15kwietnia-0840
*/

@font-face {
    font-family: "newwwwSora";
    src: url("assets/fonts/newwww_15kwietnia_0840_Sora-wght.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "newwwwManrope";
    src: url("assets/fonts/newwww_15kwietnia_0840_Manrope-wght.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --newwww-bg: #08031d;
    --newwww-bg-soft: #0d0628;
    --newwww-card: #150a37;
    --newwww-card-soft: #12092f;
    --newwww-border: rgba(166, 114, 255, 0.2);
    --newwww-text: #f7f3ff;
    --newwww-muted: #a59cbe;
    --newwww-light: #d7d2ea;
    --newwww-purple: #b663ff;
    --newwww-purple-strong: #8e2fff;
    --newwww-cyan: #1ad4ff;
    --newwww-cyan-soft: #7ad9ff;
    --newwww-gradient: linear-gradient(90deg, #8b2eff 0%, #c866ff 100%);
    --newwww-outline: rgba(255, 255, 255, 0.08);
    --newwww-shadow: 0 30px 80px rgba(4, 0, 20, 0.45);
    --newwww-radius-lg: 28px;
    --newwww-radius-md: 22px;
    --newwww-radius-sm: 16px;
    --newwww-container: 1200px;
    --newwww-header-offset: 104px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--newwww-text);
    background:
        radial-gradient(circle at 15% 0%, rgba(20, 181, 255, 0.16), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(182, 99, 255, 0.2), transparent 25%),
        linear-gradient(180deg, #09031e 0%, #09031d 100%);
    font-family: "newwwwManrope", "Segoe UI", sans-serif;
    line-height: 1.65;
}

body::before {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(105, 74, 186, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(105, 74, 186, 0.08) 1px, transparent 1px);
    background-size: 120px 120px;
    content: "";
    pointer-events: none;
    z-index: -1;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text:focus {
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    clip: auto;
    background: #fff;
    color: #000;
    z-index: 99999;
}

.site {
    overflow: hidden;
}

.admin-bar .newwww-site-header {
    top: 32px;
}

.newwww-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 20px 0;
    background: rgba(7, 3, 24, 0.78);
    backdrop-filter: blur(20px);
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.newwww-site-header.is-scrolled,
.newwww-site-header.is-menu-open {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    background: rgba(7, 3, 24, 0.92);
}

.newwww-site-header__inner,
.newwww-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100% - 40px, var(--newwww-container));
    margin: 0 auto;
}

.newwww-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-family: "newwwwSora", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.newwww-brand-accent {
    color: var(--newwww-purple);
}

.newwww-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--newwww-outline);
    border-radius: 14px;
    background: transparent;
    color: var(--newwww-text);
    cursor: pointer;
}

.newwww-nav-toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: currentColor;
    border-radius: 999px;
}

.newwww-site-nav {
    margin-left: auto;
}

.newwww-site-nav ul,
.newwww-footer-menu,
.newwww-footer-services {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.newwww-site-nav a {
    color: var(--newwww-muted);
    font-size: 0.96rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.newwww-site-nav a:hover,
.newwww-site-nav a:focus {
    color: var(--newwww-text);
}

.newwww-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--newwww-gradient);
    box-shadow: 0 14px 30px rgba(142, 47, 255, 0.28);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.newwww-site-main {
    min-height: 60vh;
}

.newwww-page-article,
.newwww-page-article .entry-content {
    margin: 0;
}

.newwww-page-article .entry-content > .elementor {
    position: relative;
    z-index: 1;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-location-footer .elementor-section.elementor-section-boxed > .elementor-container {
    width: min(100% - 40px, var(--newwww-container));
    max-width: var(--newwww-container);
}

.elementor-widget-heading .elementor-heading-title,
h1,
h2,
h3,
h4 {
    font-family: "newwwwSora", sans-serif;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
    color: var(--newwww-muted);
    font-size: 1rem;
}

.newwww-section-label .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #c78eff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.newwww-section-label .elementor-heading-title::before {
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #28d8ff 0%, #bb70ff 100%);
    content: "";
}

.newwww-accent,
.newwww-highlight {
    color: var(--newwww-purple);
}

.newwww-pill .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(182, 99, 255, 0.35);
    border-radius: 999px;
    background: rgba(15, 9, 40, 0.88);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    color: #c9aaff;
    font-family: "newwwwManrope", sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.newwww-pill--cyan .elementor-heading-title {
    border-color: rgba(23, 209, 255, 0.35);
    color: #77eaff;
}

.newwww-pill--hero .elementor-heading-title::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ae4aff, #20dbff);
    box-shadow: 0 0 18px rgba(182, 99, 255, 0.75);
    content: "";
}

.newwww-primary-button .elementor-button,
.newwww-secondary-button .elementor-button,
.newwww-service-link .elementor-button {
    border-radius: 999px;
    font-family: "newwwwManrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.newwww-primary-button .elementor-button {
    min-height: 58px;
    padding: 0 32px;
    border: 0;
    background: var(--newwww-gradient);
    box-shadow: 0 16px 34px rgba(141, 47, 255, 0.35);
}

.newwww-primary-button .elementor-button:hover,
.newwww-primary-button .elementor-button:focus {
    transform: translateY(-1px);
}

.newwww-secondary-button .elementor-button {
    min-height: 58px;
    padding: 0 30px;
    border: 1px solid rgba(180, 114, 255, 0.22);
    background: transparent;
    color: var(--newwww-text);
}

.newwww-secondary-button .elementor-button:hover,
.newwww-secondary-button .elementor-button:focus {
    border-color: rgba(180, 114, 255, 0.45);
    background: rgba(255, 255, 255, 0.02);
}

.newwww-hero-section {
    position: relative;
    padding: 56px 0 0;
}

.newwww-hero-section::before {
    position: absolute;
    inset: 10% auto auto -12%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 165, 255, 0.22), transparent 68%);
    content: "";
    filter: blur(12px);
}

.newwww-hero-title .elementor-heading-title {
    max-width: 610px;
    font-size: clamp(3.7rem, 7vw, 5.7rem);
    font-weight: 800;
}

.newwww-hero-copy {
    max-width: 560px;
}

.newwww-hero-copy p {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.8;
}

.newwww-button-row .elementor-container {
    width: auto;
    margin: 0;
}

.newwww-button-row .elementor-column {
    width: auto;
}

.newwww-hero-visual-column > .elementor-widget-wrap {
    position: relative;
    min-height: 700px;
    align-content: stretch;
    background:
        radial-gradient(circle at 52% 26%, rgba(171, 112, 255, 0.42), transparent 28%),
        linear-gradient(180deg, rgba(9, 3, 28, 0) 0%, rgba(9, 3, 28, 0) 100%),
        url("assets/images/newwww_15kwietnia_0840_pawel-hero.png") center bottom / contain no-repeat;
}

.newwww-hero-visual-column > .elementor-widget-wrap::before {
    position: absolute;
    top: 26px;
    right: 40px;
    bottom: 0;
    left: 30px;
    border-radius: 36px;
    background:
        radial-gradient(circle at center, rgba(171, 112, 255, 0.35), transparent 54%),
        linear-gradient(90deg, rgba(20, 181, 255, 0.1), transparent 35%, rgba(171, 112, 255, 0.12) 100%);
    content: "";
    pointer-events: none;
    z-index: 0;
}

.newwww-hero-visual-column .elementor-widget {
    position: relative;
    z-index: 2;
}

.newwww-floating-badge {
    position: absolute;
}

.newwww-floating-badge .elementor-heading-title {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(37, 22, 81, 0.84);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
    color: #ece5ff;
    font-family: "newwwwManrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 48px;
}

.newwww-floating-badge--cyan .elementor-heading-title {
    border-color: rgba(20, 181, 255, 0.38);
    background: rgba(10, 52, 82, 0.6);
    color: #73e2ff;
}

.newwww-floating-badge--1 {
    top: 78px;
    left: 12px;
}

.newwww-floating-badge--2 {
    top: 178px;
    right: 18px;
}

.newwww-floating-badge--3 {
    top: 318px;
    left: 0;
}

.newwww-floating-badge--4 {
    top: 468px;
    right: 14px;
}

.newwww-hero-experience {
    position: absolute;
    top: 440px;
    left: 22px;
    width: 176px;
}

.newwww-hero-experience .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 22px 22px 18px;
    border: 1px solid rgba(20, 181, 255, 0.25);
    border-radius: 24px;
    background: rgba(9, 16, 44, 0.92);
    box-shadow: 0 20px 38px rgba(2, 7, 20, 0.35);
}

.newwww-hero-experience strong {
    color: var(--newwww-cyan);
    font-family: "newwwwSora", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.newwww-hero-experience span {
    color: var(--newwww-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.newwww-ticker-section {
    padding: 0;
    background: linear-gradient(90deg, rgba(122, 97, 255, 0.94) 0%, rgba(22, 176, 255, 0.94) 50%, rgba(196, 141, 255, 0.94) 100%);
}

.newwww-ticker-section .elementor-column > .elementor-widget-wrap {
    min-height: 54px;
    justify-content: center;
}

.newwww-ticker-item .elementor-heading-title {
    color: rgba(255, 255, 255, 0.9);
    font-family: "newwwwSora", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
}

.newwww-stats-section {
    padding: 76px 0 46px;
}

.newwww-stat-card {
    position: relative;
}

.newwww-stat-card > .elementor-element-populated,
.newwww-stat-card > .elementor-widget-wrap {
    height: 100%;
}

.newwww-stat-card .elementor-widget-wrap {
    gap: 10px;
    padding: 36px 24px 30px;
    border: 1px solid var(--newwww-border);
    border-radius: 24px;
    background: rgba(20, 10, 55, 0.95);
    box-shadow: var(--newwww-shadow);
}

.newwww-stat-card .newwww-stat-value .elementor-heading-title {
    color: #23b8ff;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    text-align: center;
}

.newwww-stat-card:nth-child(2) .newwww-stat-value .elementor-heading-title,
.newwww-stat-card:nth-child(3) .newwww-stat-value .elementor-heading-title,
.newwww-stat-card:nth-child(4) .newwww-stat-value .elementor-heading-title {
    color: #4f78ff;
}

.newwww-stat-card .newwww-stat-text {
    text-align: center;
}

.newwww-stat-card .newwww-stat-text p {
    margin: 0;
    color: #8e88a7;
    font-size: 0.95rem;
}

.newwww-services-intro,
.newwww-card-grid,
.newwww-split-section,
.newwww-about-section,
.newwww-why-section,
.newwww-process-section,
.newwww-testimonials-section,
.newwww-cta-section {
    padding: 100px 0;
}

.newwww-services-intro {
    padding-bottom: 34px;
}

.newwww-intro-title .elementor-heading-title {
    max-width: 530px;
    font-size: clamp(3rem, 5vw, 4.6rem);
    font-weight: 800;
}

.newwww-intro-copy {
    max-width: 590px;
}

.newwww-intro-copy p {
    margin: 0;
    font-size: 1.12rem;
}

.newwww-service-card {
    position: relative;
}

.newwww-service-card .elementor-widget-wrap {
    gap: 12px;
    height: 100%;
    padding: 34px 24px 28px;
    border: 1px solid var(--newwww-border);
    border-radius: var(--newwww-radius-lg);
    background: rgba(20, 10, 55, 0.96);
    box-shadow: var(--newwww-shadow);
}

.newwww-service-number {
    position: absolute;
    top: 18px;
    right: 24px;
}

.newwww-service-number .elementor-heading-title {
    color: rgba(155, 138, 214, 0.12);
    font-size: 4rem;
    font-weight: 800;
}

.newwww-card-icon p {
    margin: 0;
}

.newwww-card-icon .newwww-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(51, 35, 110, 0.92), rgba(34, 19, 86, 0.92));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    font-size: 1.2rem;
}

.newwww-card-title .elementor-heading-title {
    max-width: 230px;
    font-size: 1.5rem;
    font-weight: 700;
}

.newwww-card-copy p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
}

.newwww-service-link .elementor-button {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--newwww-cyan);
    box-shadow: none;
}

.newwww-service-link .elementor-button:hover,
.newwww-service-link .elementor-button:focus {
    color: #8de9ff;
}

.newwww-split-section {
    position: relative;
}

.newwww-split-section::before,
.newwww-cta-section::before {
    position: absolute;
    inset: auto auto auto 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 14% 22%, rgba(33, 171, 255, 0.08), transparent 22%),
        radial-gradient(circle at 82% 20%, rgba(182, 99, 255, 0.12), transparent 24%);
    content: "";
    pointer-events: none;
}

.newwww-split-title .elementor-heading-title {
    font-size: clamp(3rem, 5.2vw, 4.8rem);
    font-weight: 800;
}

.newwww-split-copy p {
    margin: 0 0 18px;
    font-size: 1.06rem;
    line-height: 1.8;
}

.newwww-split-copy strong,
.newwww-stat-card-vertical strong,
.newwww-testimonial-card strong,
.newwww-footer-contact strong {
    color: var(--newwww-text);
}

.newwww-inline-quote p {
    margin: 0 0 18px;
    color: #d39fff;
    font-size: 1.16rem;
    font-style: italic;
}

.newwww-box-quote {
    padding: 24px 26px;
    border: 1px solid rgba(165, 98, 255, 0.46);
    border-radius: 0;
    background: linear-gradient(90deg, rgba(30, 22, 74, 0.9) 0%, rgba(9, 15, 42, 0.92) 100%);
}

.newwww-box-quote p {
    margin: 0;
    color: #f2eeff;
    font-size: 1.08rem;
    font-style: italic;
}

.newwww-box-quote strong {
    display: block;
    margin-top: 18px;
    color: #bcaee3;
    font-size: 0.9rem;
    font-style: normal;
}

.newwww-list-title .elementor-heading-title,
.newwww-side-title .elementor-heading-title {
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.newwww-list-html ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.newwww-list-html li {
    position: relative;
    padding-left: 36px;
    color: var(--newwww-muted);
    font-size: 1rem;
}

.newwww-list-html li::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8a2eff, #d56bff);
    color: #fff;
    font-size: 0.76rem;
    content: "✓";
}

.newwww-right-stack {
    gap: 22px;
}

.newwww-side-intro .elementor-heading-title {
    font-size: 2rem;
    font-weight: 700;
}

.newwww-side-copy p {
    margin: 0;
    font-size: 1.06rem;
}

.newwww-stat-grid .elementor-container,
.newwww-duo-grid .elementor-container {
    gap: 22px;
}

.newwww-stat-card-vertical .elementor-widget-wrap,
.newwww-offer-card .elementor-widget-wrap,
.newwww-why-card .elementor-widget-wrap,
.newwww-testimonial-card .elementor-widget-wrap {
    gap: 12px;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid var(--newwww-border);
    border-radius: var(--newwww-radius-md);
    background: rgba(20, 10, 55, 0.96);
    box-shadow: var(--newwww-shadow);
}

.newwww-stat-card-vertical .newwww-big-number .elementor-heading-title {
    color: var(--newwww-purple);
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-weight: 800;
}

.newwww-stat-card-vertical .newwww-card-copy p,
.newwww-offer-card .newwww-card-copy p,
.newwww-why-card .newwww-card-copy p,
.newwww-testimonial-card .newwww-card-copy p {
    margin: 0;
}

.newwww-stat-wide .elementor-widget-wrap,
.newwww-offer-card .elementor-widget-wrap {
    padding: 30px 28px;
}

.newwww-offer-card .newwww-card-title .elementor-heading-title {
    max-width: none;
    font-size: 1.6rem;
}

.newwww-about-section {
    padding-top: 70px;
}

.newwww-about-visual-column > .elementor-widget-wrap {
    position: relative;
    min-height: 640px;
    background:
        radial-gradient(circle at 45% 50%, rgba(20, 181, 255, 0.1), transparent 38%),
        url("assets/images/newwww_15kwietnia_0840_pawel-about.jpg") center center / cover no-repeat;
    border-radius: 34px;
    box-shadow: var(--newwww-shadow);
    overflow: hidden;
}

.newwww-about-experience {
    position: absolute;
    right: 22px;
    bottom: 24px;
    width: 140px;
}

.newwww-about-experience .elementor-widget-container {
    padding: 20px 18px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #8a2eff 0%, #b451ff 100%);
    box-shadow: 0 24px 34px rgba(138, 46, 255, 0.34);
    text-align: center;
}

.newwww-about-experience strong {
    display: block;
    color: #fff;
    font-family: "newwwwSora", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.newwww-about-experience span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
}

.newwww-about-title .elementor-heading-title,
.newwww-section-title-center .elementor-heading-title,
.newwww-cta-title .elementor-heading-title {
    font-size: clamp(3rem, 5vw, 4.8rem);
    font-weight: 800;
}

.newwww-about-lead p {
    margin: 0;
    color: var(--newwww-cyan);
    font-size: 1.12rem;
    font-weight: 700;
}

.newwww-tag-list p {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.newwww-tag-list .newwww-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(173, 111, 255, 0.22);
    border-radius: 999px;
    background: rgba(17, 9, 44, 0.96);
    color: #d8c0ff;
    font-size: 0.9rem;
    font-weight: 700;
}

.newwww-tag::before {
    color: #ee9cff;
    content: "✦";
}

.newwww-why-section,
.newwww-testimonials-section {
    text-align: center;
}

.newwww-section-title-center .elementor-heading-title,
.newwww-section-text-center p,
.newwww-cta-copy p {
    margin-left: auto;
    margin-right: auto;
}

.newwww-section-text-center p,
.newwww-cta-copy p {
    max-width: 760px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.08rem;
}

.newwww-why-card .newwww-card-title .elementor-heading-title {
    font-size: 1.4rem;
}

.newwww-process-section {
    text-align: center;
}

.newwww-process-row {
    position: relative;
}

.newwww-process-row::before {
    position: absolute;
    top: 50px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 102, 255, 0.1), rgba(29, 214, 255, 0.4), rgba(148, 102, 255, 0.1));
    content: "";
}

.newwww-process-step .elementor-widget-wrap {
    gap: 14px;
    padding: 0 12px;
}

.newwww-step-number .elementor-heading-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    margin: 0 auto;
    border: 2px solid rgba(171, 112, 255, 0.4);
    border-radius: 50%;
    background: rgba(14, 9, 38, 0.96);
    color: #c874ff;
    font-size: 2rem;
    font-weight: 700;
}

.newwww-step-number--active .elementor-heading-title {
    border-color: rgba(20, 181, 255, 0.75);
    color: var(--newwww-cyan);
}

.newwww-step-title .elementor-heading-title {
    font-size: 1.35rem;
    font-weight: 700;
}

.newwww-testimonial-stars .elementor-heading-title {
    color: #ffbb33;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
}

.newwww-testimonial-card {
    text-align: left;
}

.newwww-testimonial-name .elementor-heading-title {
    font-size: 1.08rem;
    font-weight: 700;
}

.newwww-testimonial-role p {
    margin: 0;
    color: #8d86ac;
    font-size: 0.92rem;
}

.newwww-cta-section {
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.newwww-cta-shell > .elementor-widget-wrap {
    padding: 82px 50px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 36px;
    background:
        radial-gradient(circle at 18% 40%, rgba(146, 66, 255, 0.26), transparent 30%),
        radial-gradient(circle at 84% 42%, rgba(28, 172, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(14, 8, 39, 0.96), rgba(10, 7, 31, 0.96));
    box-shadow: var(--newwww-shadow);
}

.newwww-cta-title .elementor-heading-title {
    max-width: 900px;
    margin: 0 auto;
}

.newwww-site-footer {
    position: relative;
    padding: 80px 0 48px;
    background: rgba(7, 4, 24, 0.85);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.newwww-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 42px;
    width: min(100% - 40px, var(--newwww-container));
    margin: 0 auto 28px;
}

.newwww-footer-column h3,
.newwww-footer-column h4 {
    margin: 0 0 16px;
    font-family: "newwwwSora", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.newwww-footer-column h4 {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.newwww-footer-column p,
.newwww-footer-column a,
.newwww-footer-column li {
    color: var(--newwww-muted);
}

.newwww-footer-menu,
.newwww-footer-services {
    display: grid;
    gap: 10px;
}

.newwww-footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.newwww-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(23, 15, 55, 0.96);
    font-size: 0.9rem;
    font-weight: 800;
}

.newwww-footer-bottom {
    width: min(100% - 40px, var(--newwww-container));
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #847da2;
    font-size: 0.92rem;
}

.newwww-footer-contact {
    display: grid;
    gap: 14px;
}

.newwww-footer-contact span {
    display: inline-flex;
    gap: 10px;
}

.newwww-footer-contact strong {
    min-width: 22px;
}

.newwww-hidden-title {
    display: none;
}

@media (max-width: 1200px) {
    :root {
        --newwww-header-offset: 96px;
    }

    .newwww-site-header__inner,
    .newwww-footer__inner,
    .newwww-footer__grid,
    .newwww-footer-bottom,
    .elementor-section.elementor-section-boxed > .elementor-container {
        width: min(100% - 32px, var(--newwww-container));
    }

    .newwww-site-nav ul {
        gap: 18px;
    }

    .newwww-site-nav a {
        font-size: 0.92rem;
    }

    .newwww-hero-visual-column > .elementor-widget-wrap {
        min-height: 620px;
    }

    .newwww-floating-badge--2 {
        top: 148px;
    }
}

@media (max-width: 1024px) {
    .newwww-site-header__inner {
        position: relative;
        flex-wrap: wrap;
    }

    .newwww-nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .newwww-site-nav {
        display: none;
        width: 100%;
        margin-left: 0;
        order: 4;
    }

    .newwww-site-header.is-menu-open .newwww-site-nav {
        display: block;
    }

    .newwww-site-nav ul {
        display: grid;
        gap: 10px;
        margin-top: 18px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        background: rgba(16, 10, 42, 0.96);
    }

    .newwww-header-cta {
        display: none;
    }

    .elementor .elementor-column[data-col="50"],
    .elementor .elementor-column[data-col="45"],
    .elementor .elementor-column[data-col="55"],
    .elementor .elementor-column[data-col="33.33"],
    .elementor .elementor-column[data-col="25"] {
        width: 100%;
    }

    .newwww-hero-section {
        padding-top: 32px;
    }

    .newwww-hero-title .elementor-heading-title,
    .newwww-split-title .elementor-heading-title,
    .newwww-about-title .elementor-heading-title,
    .newwww-section-title-center .elementor-heading-title,
    .newwww-cta-title .elementor-heading-title {
        font-size: clamp(2.7rem, 7vw, 4rem);
    }

    .newwww-hero-visual-column > .elementor-widget-wrap {
        min-height: 640px;
        margin-top: 12px;
    }

    .newwww-process-row::before {
        display: none;
    }

    .newwww-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    :root {
        --newwww-header-offset: 84px;
    }

    .admin-bar .newwww-site-header {
        top: 46px;
    }

    .newwww-site-header {
        padding: 16px 0;
    }

    .newwww-brand {
        font-size: 1.05rem;
    }

    .newwww-hero-copy p,
    .newwww-intro-copy p,
    .newwww-side-copy p,
    .newwww-split-copy p,
    .newwww-card-copy p,
    .newwww-section-text-center p,
    .newwww-cta-copy p {
        font-size: 1rem;
    }

    .newwww-services-intro,
    .newwww-card-grid,
    .newwww-split-section,
    .newwww-about-section,
    .newwww-why-section,
    .newwww-process-section,
    .newwww-testimonials-section,
    .newwww-cta-section {
        padding: 76px 0;
    }

    .newwww-button-row .elementor-container {
        flex-direction: column;
    }

    .newwww-primary-button .elementor-button,
    .newwww-secondary-button .elementor-button {
        width: 100%;
        justify-content: center;
    }

    .newwww-hero-visual-column > .elementor-widget-wrap {
        min-height: 540px;
        background-size: contain;
    }

    .newwww-floating-badge .elementor-heading-title {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.82rem;
        line-height: 40px;
    }

    .newwww-floating-badge--1 {
        top: 26px;
        left: 8px;
    }

    .newwww-floating-badge--2 {
        top: 104px;
        right: 0;
    }

    .newwww-floating-badge--3 {
        top: 210px;
        left: 0;
    }

    .newwww-floating-badge--4 {
        top: 334px;
        right: 4px;
    }

    .newwww-hero-experience {
        top: 312px;
        left: 8px;
        width: 146px;
    }

    .newwww-hero-experience strong,
    .newwww-about-experience strong {
        font-size: 2.5rem;
    }

    .newwww-ticker-section .elementor-column > .elementor-widget-wrap {
        min-height: 44px;
    }

    .newwww-stat-card .elementor-widget-wrap,
    .newwww-service-card .elementor-widget-wrap,
    .newwww-stat-card-vertical .elementor-widget-wrap,
    .newwww-offer-card .elementor-widget-wrap,
    .newwww-why-card .elementor-widget-wrap,
    .newwww-testimonial-card .elementor-widget-wrap,
    .newwww-cta-shell > .elementor-widget-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newwww-about-visual-column > .elementor-widget-wrap {
        min-height: 420px;
    }

    .newwww-about-experience {
        right: 14px;
        bottom: 14px;
        width: 120px;
    }

    .newwww-step-number .elementor-heading-title {
        width: 88px;
        height: 88px;
        font-size: 1.55rem;
    }

    .newwww-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.newwww-exact-home {
    background: #09031d;
}

.newwww-exact-home .newwww-site-header,
.newwww-exact-home .newwww-site-footer {
    display: none;
}

.newwww-exact-home .newwww-site-main {
    min-height: 0;
}

.newwww-exact-home .newwww-page-article,
.newwww-exact-home .newwww-page-article .entry-content,
.newwww-exact-home .elementor,
.newwww-exact-home .elementor-section-wrap,
.newwww-exact-home .elementor-top-section,
.newwww-exact-home .elementor-container,
.newwww-exact-home .elementor-column,
.newwww-exact-home .elementor-widget-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.newwww-exact-home .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: none;
}

.newwww-exact-homepage,
.newwww-exact-home .elementor-shortcode {
    width: 100%;
}

.newwww-exact-canvas {
    position: relative;
    width: min(100%, 1512px);
    margin: 0 auto;
    line-height: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.newwww-exact-image {
    display: block;
    width: 100%;
    height: auto;
}

.newwww-exact-hotspots {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.newwww-exact-anchor {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.newwww-hotspot {
    position: absolute;
    display: block;
    border-radius: 999px;
    outline: none;
    background: rgba(255, 255, 255, 0);
}

.newwww-hotspot:focus-visible {
    box-shadow: 0 0 0 3px rgba(31, 214, 255, 0.75), 0 0 0 8px rgba(141, 47, 255, 0.35);
}

.newwww-hotspot--menu-home {
    top: 0.78%;
    left: 22.6%;
    width: 5.8%;
    height: 0.9%;
}

.newwww-hotspot--menu-about {
    top: 0.78%;
    left: 30.0%;
    width: 4.0%;
    height: 0.9%;
}

.newwww-hotspot--menu-training {
    top: 0.78%;
    left: 35.4%;
    width: 4.9%;
    height: 0.9%;
}

.newwww-hotspot--menu-ai {
    top: 0.78%;
    left: 41.8%;
    width: 1.4%;
    height: 0.9%;
}

.newwww-hotspot--menu-presentations {
    top: 0.78%;
    left: 44.8%;
    width: 5.7%;
    height: 0.9%;
}

.newwww-hotspot--menu-standards {
    top: 0.78%;
    left: 52.8%;
    width: 8.2%;
    height: 0.9%;
}

.newwww-hotspot--menu-contact {
    top: 0.78%;
    left: 63.4%;
    width: 3.8%;
    height: 0.9%;
}

.newwww-hotspot--menu-cta {
    top: 0.52%;
    left: 77.8%;
    width: 18.0%;
    height: 1.35%;
}

.newwww-hotspot--hero-primary {
    top: 15.23%;
    left: 11.8%;
    width: 13.9%;
    height: 1.2%;
}

.newwww-hotspot--hero-secondary {
    top: 15.23%;
    left: 27.8%;
    width: 11.8%;
    height: 1.2%;
}

.newwww-hotspot--about-cta {
    top: 79.34%;
    left: 55.4%;
    width: 11.5%;
    height: 1.15%;
}

.newwww-hotspot--bottom-primary {
    top: 94.18%;
    left: 33.8%;
    width: 16.2%;
    height: 1.25%;
}

.newwww-hotspot--bottom-secondary {
    top: 94.18%;
    left: 53.3%;
    width: 13.7%;
    height: 1.25%;
}

.newwww-hotspot--footer-email {
    top: 98.34%;
    left: 82.2%;
    width: 10.0%;
    height: 0.8%;
    border-radius: 10px;
}

.newwww-hotspot--footer-phone {
    top: 99.10%;
    left: 82.0%;
    width: 10.8%;
    height: 0.8%;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .newwww-hotspot--menu-home,
    .newwww-hotspot--menu-about,
    .newwww-hotspot--menu-training,
    .newwww-hotspot--menu-ai,
    .newwww-hotspot--menu-presentations,
    .newwww-hotspot--menu-standards,
    .newwww-hotspot--menu-contact {
        height: 1.35%;
    }

    .newwww-hotspot--menu-cta,
    .newwww-hotspot--hero-primary,
    .newwww-hotspot--hero-secondary,
    .newwww-hotspot--about-cta,
    .newwww-hotspot--bottom-primary,
    .newwww-hotspot--bottom-secondary {
        height: 1.7%;
    }
}

.newwww-hybrid-stage > .elementor-widget-wrap {
    position: relative;
    display: block;
}

.newwww-hybrid-base-widget {
    position: relative;
    z-index: 1;
}

.newwww-hybrid-group {
    position: absolute;
    z-index: 5;
    margin: 0;
}

.newwww-hybrid-group > .elementor-container {
    width: 100%;
    max-width: none;
}

.newwww-hybrid-group .elementor-column,
.newwww-hybrid-group .elementor-widget-wrap {
    width: 100%;
    max-width: none;
}

.newwww-hybrid-group .elementor-widget-wrap {
    gap: 10px;
    padding: 22px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 3, 29, 0.98), rgba(9, 3, 29, 0.92));
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.newwww-hybrid-group .newwww-primary-button,
.newwww-hybrid-group .newwww-secondary-button {
    margin-top: 8px;
}

.newwww-hybrid-group .newwww-primary-button .elementor-button,
.newwww-hybrid-group .newwww-secondary-button .elementor-button {
    min-height: 50px;
    padding: 0 24px;
    font-size: 0.9rem;
}

.newwww-hybrid-group .newwww-section-label .elementor-heading-title {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
}

.newwww-hybrid-group .newwww-inline-quote p {
    font-size: 0.96rem;
    margin-bottom: 6px;
}

.newwww-hybrid-group .newwww-split-copy p,
.newwww-hybrid-group .newwww-intro-copy p,
.newwww-hybrid-group .newwww-hero-copy p,
.newwww-hybrid-group .newwww-cta-copy p,
.newwww-hybrid-group .newwww-section-text-center p {
    font-size: 0.96rem;
    line-height: 1.7;
}

.newwww-hybrid-group--hero {
    top: 2.7%;
    left: 6.6%;
    width: 38.6%;
}

.newwww-hybrid-group--hero .newwww-hero-title .elementor-heading-title {
    font-size: clamp(2.8rem, 4.7vw, 4.9rem);
}

.newwww-hybrid-group--services {
    top: 17.1%;
    left: 7.9%;
    width: 37.8%;
}

.newwww-hybrid-group--services .newwww-intro-title .elementor-heading-title {
    font-size: clamp(2.4rem, 4vw, 3.9rem);
}

.newwww-hybrid-group--ai {
    top: 25.9%;
    left: 8.1%;
    width: 38.3%;
}

.newwww-hybrid-group--powerpoint {
    top: 39.4%;
    left: 8.1%;
    width: 38.3%;
}

.newwww-hybrid-group--programs {
    top: 53.1%;
    left: 8.1%;
    width: 38.3%;
}

.newwww-hybrid-group--standards {
    top: 66.7%;
    left: 8.1%;
    width: 38.3%;
}

.newwww-hybrid-group--ai .newwww-split-title .elementor-heading-title,
.newwww-hybrid-group--powerpoint .newwww-split-title .elementor-heading-title,
.newwww-hybrid-group--programs .newwww-split-title .elementor-heading-title,
.newwww-hybrid-group--standards .newwww-split-title .elementor-heading-title {
    font-size: clamp(2.15rem, 3.8vw, 3.9rem);
}

.newwww-hybrid-group--about {
    top: 76.2%;
    left: 50.8%;
    width: 39.6%;
}

.newwww-hybrid-group--about .newwww-about-title .elementor-heading-title {
    font-size: clamp(2.4rem, 3.9vw, 4.2rem);
}

.newwww-hybrid-group--why {
    top: 84.3%;
    left: 20.5%;
    width: 58%;
}

.newwww-hybrid-group--why .elementor-widget-wrap,
.newwww-hybrid-group--process .elementor-widget-wrap,
.newwww-hybrid-group--opinions .elementor-widget-wrap,
.newwww-hybrid-group--cta .elementor-widget-wrap {
    text-align: center;
}

.newwww-hybrid-group--why .newwww-section-title-center .elementor-heading-title,
.newwww-hybrid-group--process .newwww-section-title-center .elementor-heading-title,
.newwww-hybrid-group--opinions .newwww-section-title-center .elementor-heading-title,
.newwww-hybrid-group--cta .newwww-cta-title .elementor-heading-title {
    font-size: clamp(2.2rem, 3.9vw, 4rem);
}

.newwww-hybrid-group--process {
    top: 89.5%;
    left: 26%;
    width: 48%;
}

.newwww-hybrid-group--opinions {
    top: 94.05%;
    left: 26.2%;
    width: 47.5%;
}

.newwww-hybrid-group--cta {
    top: 96.55%;
    left: 19%;
    width: 62%;
}

.newwww-hybrid-group--cta .newwww-button-row .elementor-container {
    justify-content: center;
}

.newwww-hybrid-group--cta .newwww-cta-copy p {
    max-width: 680px;
}

@media (max-width: 1024px) {
    .newwww-hybrid-group .elementor-widget-wrap {
        padding: 18px 20px;
        border-radius: 22px;
    }

    .newwww-hybrid-group--hero {
        width: 41%;
    }

    .newwww-hybrid-group--services,
    .newwww-hybrid-group--ai,
    .newwww-hybrid-group--powerpoint,
    .newwww-hybrid-group--programs,
    .newwww-hybrid-group--standards {
        width: 40%;
    }

    .newwww-hybrid-group--about {
        left: 49.8%;
        width: 41%;
    }

    .newwww-hybrid-group--why,
    .newwww-hybrid-group--cta {
        width: 64%;
        left: 18%;
    }

    .newwww-hybrid-group--process,
    .newwww-hybrid-group--opinions {
        width: 54%;
        left: 23%;
    }
}

@media (max-width: 767px) {
    .newwww-hybrid-group .elementor-widget-wrap {
        padding: 12px 14px;
        border-radius: 18px;
    }

    .newwww-hybrid-group .newwww-section-label .elementor-heading-title {
        font-size: 0.56rem;
        letter-spacing: 0.16em;
        gap: 8px;
    }

    .newwww-hybrid-group .newwww-section-label .elementor-heading-title::before {
        width: 18px;
    }

    .newwww-hybrid-group .newwww-hero-title .elementor-heading-title,
    .newwww-hybrid-group .newwww-intro-title .elementor-heading-title,
    .newwww-hybrid-group .newwww-split-title .elementor-heading-title,
    .newwww-hybrid-group .newwww-about-title .elementor-heading-title,
    .newwww-hybrid-group .newwww-section-title-center .elementor-heading-title,
    .newwww-hybrid-group .newwww-cta-title .elementor-heading-title {
        font-size: clamp(1.05rem, 4.4vw, 2rem);
    }

    .newwww-hybrid-group .newwww-inline-quote,
    .newwww-hybrid-group .newwww-box-quote {
        display: none;
    }

    .newwww-hybrid-group .newwww-split-copy p,
    .newwww-hybrid-group .newwww-intro-copy p,
    .newwww-hybrid-group .newwww-hero-copy p,
    .newwww-hybrid-group .newwww-cta-copy p,
    .newwww-hybrid-group .newwww-section-text-center p {
        font-size: 0.63rem;
        line-height: 1.45;
    }

    .newwww-hybrid-group .newwww-primary-button .elementor-button,
    .newwww-hybrid-group .newwww-secondary-button .elementor-button {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.6rem;
    }
}
