*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #080808;
    --white: #ffffff;
    --gray: #a0a0a0;
    --pink: #ff1f71;
    --purple: #9359f7;
    --cyan: #00e5ff;
    --gradient: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
}

html {
    scroll-behavior: smooth;
}

body:not(.wp-admin) {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--bg);
    color: var(--white);
    overflow-x: hidden;
    min-height: 100vh;
}

/* =============================================
   UTILITY / GLOBAL
   ============================================= */

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.gradient-text,
.archive-hero-title strong,
.archive-hero-title b,
.hero-title strong,
.section-title strong,
.hero-title b,
.section-title b {
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Sfondo a quadri */
.bg-square::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}

.bg-square::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--bg) 0%, transparent 30%, transparent 70%, var(--bg) 100%);
    z-index: 0;
    pointer-events: none;
}

.bg-square > * {
    position: relative;
    z-index: 1;
}

.bg-dots {
    background-image: radial-gradient(hsla(0, 0%, 100%, .1) 1px, transparent 1px);
    background-size: 32px 32px;
}

/* =============================================
   NAVBAR
   ============================================= */

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: 18px 48px;
}

.nav-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-logo img {
    height: 48px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current-menu-ancestor > a,
.nav-links .current-menu-parent > a {
    color: var(--pink);
}

.nav-links .servizi-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links .servizi-link svg {
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;
}

.nav-links .servizi-link:hover svg {
    transform: rotate(180deg);
}

/* Desktop dropdown */
.nav-links > li {
    position: relative;
}

/* Extend the hover area of parent links downward so there is no dead zone
   between the link text and the submenu. Without this, a quick diagonal
   mouse movement can exit the <li> before reaching the submenu bridge. */
.nav-links > li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    left: -16px;
    right: -16px;
    bottom: -22px;
    height: 22px;
}

.nav-links .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(8px);
    min-width: 220px;
    background: rgba(12, 12, 15, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Hide with a small delay so a brief mouse exit doesn't dismiss the menu. */
    transition: opacity 0.2s ease 0.18s, transform 0.2s ease 0.18s, visibility 0.2s ease 0.18s;
    z-index: 1200;
    margin-top: 18px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.nav-links > li:hover > .sub-menu,
.nav-links > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    /* Show immediately, no delay. */
    transition-delay: 0s;
}

/* Invisible bridge over the visual gap between the parent link and submenu.
   Wider than the submenu and tall enough to overlap the parent area, so
   diagonal movement always lands on a hit-testable surface. */
.nav-links .sub-menu::before {
    content: '';
    position: absolute;
    top: -22px;
    left: -20px;
    right: -20px;
    height: 24px;
}

.nav-links .sub-menu li {
    margin: 0;
}

.nav-links .sub-menu li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-links .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
}

.nav-links .sub-menu .current-menu-item > a {
    color: var(--pink);
}

.nav-cta,
.frm_style_stile-formidable.with_frm_style .frm_submit button.frm_button_submit,
.frm_style_stile-formidable.with_frm_style .frm_submit button:active {
    box-shadow: none;
    background: linear-gradient(135deg, #ff1f71, #9359f7);
    color: var(--white);
    text-decoration: none;
    padding: 11px 26px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.nav-cta:hover,
.frm_style_stile-formidable.with_frm_style .frm_submit button.frm_button_submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(255, 31, 113, 0.35);
}

.frm_style_stile-formidable.with_frm_style a {
    color: var(--pink)
}

/* =============================================
   HAMBURGER TOGGLE (visible <= 1024px)
   ============================================= */

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1100;
    gap: 6px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.35s cubic-bezier(0.77, 0, 0.18, 1);
    transform-origin: center;
}

/* X animation */
.nav-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* =============================================
   MOBILE MENU OVERLAY (visible <= 1024px)
   ============================================= */

.nav-mobile {
    display: none;
}

/* Admin bar offset */
.admin-bar nav {
    top: 32px;
}

/* =============================================
   INFORMATIVA SECTION
   ============================================= */

.section--informativa {
    color: rgba(255, 255, 255, 0.55);
}
.section--informativa .container {
    max-width: 960px;
}
.section--informativa .container > p{
    margin-bottom: 30px;
    line-height: 1.5;
}
.section--informativa .container > h1,
.section--informativa .container > h2,
.section--informativa .container > h3,
.section--informativa .container > h4,
.section--informativa .container > h5,
.section--informativa .container > h6 {
    margin-bottom: 15px;
}


/* =============================================
   HERO SECTION
   ============================================= */

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 48px 60px;
    overflow: hidden;
}

.admin-bar .hero {
    padding-top: 152px;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    backdrop-filter: blur(10px);
}

.hero-badge span {
    font-size: 16px;
}

/* Title */
.hero-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
    text-transform: uppercase;
    color: var(--white);
}

/* Subtitle */
.hero-subtitle {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    max-width: 560px;
    margin-bottom: 34px;
    font-weight: 400;
}

/* Steps */
.hero-steps {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.step-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.01em;
}

.step-arrow {
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    display: flex;
    align-items: center;
}

.step-arrow svg {
    width: 20px;
    height: 20px;
    stroke: var(--purple) ;
}

/* CTAs */
.hero-ctas {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    color: var(--white);
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.35s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e6185f, #7a45d4, #00c8e0);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 50px;
}

.cta-primary:hover::before {
    opacity: 1;
}

.cta-primary span {
    position: relative;
    z-index: 1;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(255, 31, 113, 0.4);
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    padding: 15px 34px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all 0.35s ease;
    cursor: pointer;
}

.cta-secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-2px);
}

/* HERO IMAGE */
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-wrapper {
    position: relative;
    animation: phoneFloat 4s ease-in-out infinite;
}

.phone-wrapper img {
    width: 100%;
    max-width: 520px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5));
}

.phone-radial-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250%;
    height: 140%;
    background: radial-gradient(ellipse at center, rgba(255, 31, 113, 0.35) 0%, rgba(147, 89, 247, 0.25) 25%, rgba(0, 229, 255, 0.12) 50%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
    animation: glowPulse 4s ease-in-out infinite;
}

/* Particelle decorative */
.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.particle-1 {
    width: 10px;
    height: 10px;
    background: var(--cyan);
    top: 18%;
    left: 6%;
    opacity: 0.7;
    animation: particleFloat1 5s ease-in-out infinite;
}

.particle-2 {
    width: 7px;
    height: 7px;
    background: var(--pink);
    top: 8%;
    left: 56%;
    opacity: 0.5;
    animation: particleFloat2 6s ease-in-out infinite;
}

.particle-3 {
    width: 14px;
    height: 14px;
    background: var(--cyan);
    bottom: 8%;
    left: 48%;
    opacity: 0.6;
    animation: particleFloat3 4.5s ease-in-out infinite;
}

.particle-4 {
    width: 6px;
    height: 6px;
    background: var(--pink);
    bottom: 14%;
    left: 14%;
    opacity: 0.4;
    animation: particleFloat4 5.5s ease-in-out infinite;
}

.particle-5 {
    width: 8px;
    height: 8px;
    background: var(--purple);
    top: 30%;
    right: 3%;
    opacity: 0.3;
    animation: particleFloat2 7s ease-in-out infinite;
}

.particle-6 {
    width: 5px;
    height: 5px;
    background: var(--pink);
    top: 55%;
    right: 5%;
    opacity: 0.5;
    animation: particleFloat1 6.5s ease-in-out infinite;
}

.particle-7 {
    width: 9px;
    height: 9px;
    background: var(--cyan);
    top: 65%;
    left: 3%;
    opacity: 0.3;
    animation: particleFloat3 5s ease-in-out infinite;
}

/* Ambient glow background */
.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(147, 89, 247, 0.08) 0%, rgba(255, 31, 113, 0.04) 40%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 50%, transparent 100%);
}

/* =============================================
   KEYFRAMES
   ============================================= */

@keyframes phoneFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
}

@keyframes glowPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

@keyframes particleFloat1 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    33% { transform: translateY(-12px) translateX(5px); }
    66% { transform: translateY(6px) translateX(-3px); }
}

@keyframes particleFloat2 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-16px) translateX(-8px); }
}

@keyframes particleFloat3 {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(14px); }
}

@keyframes particleFloat4 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    25% { transform: translateY(-8px) translateX(6px); }
    75% { transform: translateY(10px) translateX(-4px); }
}

/* =============================================
   SECTION (componente riutilizzabile)
   ============================================= */

.section {
    position: relative;
    padding: 100px 48px 120px;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--pink);
    margin-bottom: 16px;
}

.section-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.section-divider {
    width: 250px;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(338 100% 56%), hsl(262 91% 66%), hsl(186 100% 50%), transparent);
    margin: 0 auto;
    opacity: 0.75;
}

/* =============================================
   SECTION VARIANT: Metodo
   ============================================= */

.section--metodo {
    background: #0c0c0f;
}

/* =============================================
   CARD GRID (componente riutilizzabile)
   ============================================= */

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

.card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 50px 36px 44px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: visible;
    cursor: default;
}

.card:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.03);
}

/* Bordo gradiente su hover */
.card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 19px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.card:hover::before {
    opacity: 1;
}

/* Glow su hover */
.card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 31, 113, 0.08) 0%, rgba(147, 89, 247, 0.04) 40%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.card:hover::after {
    opacity: 1;
}

/* Numero grande decorativo */
.card-number {
    position: absolute;
    top: -28px;
    left: -10px;
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #ff1f71, #9359f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.4s ease;
}

.card:hover .card-number {
    opacity: 0.3;
    background: linear-gradient(135deg, #00e5ff, #9359f7);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Icona */
.card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.card:hover .card-icon {
    border-color: rgba(255, 31, 113, 0.3);
    background: rgba(255, 31, 113, 0.06);
}

.card-icon svg {
    width: 24px;
    height: 24px;
    color: var(--pink);
}

.card-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.card:hover .card-title {
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    position: relative;
    z-index: 1;
}

/* Service Card (archivio servizi) */
a.srv-card {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.srv-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.srv-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

a.srv-card:hover .srv-card-thumb img {
    transform: scale(1.05);
}

a.srv-card .card-desc {
    flex: 1;
}

.srv-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pink);
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: gap 0.3s ease;
}

.srv-card-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

a.srv-card:hover .srv-card-link {
    gap: 12px;
}

a.srv-card:hover .srv-card-link svg {
    transform: translateX(4px);
}

/* =============================================
   BLOG CARD (componente archivio blog)
   ============================================= */

a.blog-card {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    text-align: left;
}

.blog-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

a.blog-card:hover .blog-card-thumb img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 24px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
    display: block;
}

a.blog-card .card-title {
    text-align: left;
    flex: 1;
    font-size: 17px;
}

a.blog-card .srv-card-link {
    margin-top: auto;
    padding-top: 16px;
}

a.blog-card:hover .srv-card-link {
    gap: 12px;
}

a.blog-card:hover .srv-card-link svg {
    transform: translateX(4px);
}

/* =============================================
   BLOG SINGLE POST
   ============================================= */

.blog-hero {
    padding: 140px 48px 40px;
    background: var(--bg);
    text-align: center;
}

.admin-bar .blog-hero {
    padding-top: 172px;
}

.blog-hero .srv-hero-back {
    justify-content: center;
    margin-bottom: 48px;
}

.blog-hero-date {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.blog-hero-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    max-width: 820px;
    margin: 0 auto;
}

.blog-hero-cover {
    padding: 0 48px;
    background: var(--bg);
}

.blog-hero-cover .container {
    max-width: 820px;
}

.blog-hero-img-wrap {
    position: relative;
    margin-top: 48px;
}

.blog-hero-cover img {
    width: 100%;
    border-radius: 24px;
    max-height: 460px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.blog-hero-glow {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 80%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 31, 113, 0.25) 0%,
        rgba(147, 89, 247, 0.18) 35%,
        rgba(0, 229, 255, 0.1) 60%,
        transparent 80%
    );
    filter: blur(50px);
    z-index: 0;
    pointer-events: none;
}

.section--blog-content {
    padding-top: 60px;
}

/* Blog Author Box */
.blog-author {
    max-width: 820px;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.blog-author-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author-info {
    flex: 1;
    min-width: 0;
}

.blog-author-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 4px;
}

.blog-author-name {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.blog-author-role {
    font-size: 13px;
    color: var(--pink);
    margin: 2px 0 0;
    font-weight: 500;
}

.blog-author-socials {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.blog-author-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease, border-color 0.3s ease;
}

.blog-author-socials a:hover {
    color: var(--pink);
    border-color: rgba(255, 31, 113, 0.3);
}

/* =============================================
   CASE STUDY SINGLE
   ============================================= */

/* Hero overrides for case study */
.cs-hero .srv-hero-img-wrap img {
    border-radius: 24px;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}

.cs-hero .srv-hero-glow {
    top: auto;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 90%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 31, 113, 0.28) 0%,
        rgba(147, 89, 247, 0.2) 30%,
        rgba(0, 229, 255, 0.12) 55%,
        transparent 80%
    );
    filter: blur(55px);
}

.cs-hero .srv-hero-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

.cs-hero .srv-hero-desc p {
    margin: 0;
}

/* Referente */
.cs-referente {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
}

.cs-referente-name {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--pink);
}

.cs-referente-role {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
}

/* Servizi erogati */
.cs-servizi {
    margin-top: 28px;
}

.cs-servizi-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 16px;
}

.cs-servizi-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cs-servizi-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

/* Gallery Swiper */
.cs-gallery-wrapper {
    position: relative;
}

.cs-gallery-slide {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.cs-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-gallery-prev,
.cs-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 8, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.cs-gallery-prev:hover,
.cs-gallery-next:hover {
    border-color: var(--pink);
    background: rgba(255, 31, 113, 0.1);
}

.cs-gallery-prev {
    left: 12px;
}

.cs-gallery-next {
    right: 12px;
}

.cs-gallery-prev svg,
.cs-gallery-next svg {
    width: 18px;
    height: 18px;
}

.cs-gallery-pagination {
    margin-top: 24px;
    text-align: center;
}

.cs-gallery-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    margin: 0 5px;
}

.cs-gallery-pagination .swiper-pagination-bullet-active {
    background: var(--pink);
}

/* Stats grid */
.cs-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 48px auto 0;
}

.cs-stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 36px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cs-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 31, 113, 0.08);
    border: 1px solid rgba(255, 31, 113, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.cs-stat-icon svg {
    width: 22px;
    height: 22px;
    color: var(--pink);
}

.cs-stat-value {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, var(--pink), var(--purple), var(--cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cs-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* =============================================
   TEAM CARD (componente riutilizzabile)
   ============================================= */

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 760px;
    margin: 0 auto;
}

.team-card {
    position: relative;
    border-radius: 18px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.4s ease;
    cursor: default;
}

.team-card:hover {
    border-color: transparent;
}

/* Bordo gradiente su hover */
.team-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 19px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 3;
}

.team-card:hover::before {
    opacity: 1;
}

.team-card-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 18px;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover .team-card-image img {
    transform: scale(1.03);
}

/* Glow rosa decorativo */
.team-card-glow {
    position: absolute;
    top: 20%;
    right: -20%;
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(255, 31, 113, 0.25), transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-card:hover .team-card-glow {
    opacity: 1;
}

/* Icone social */
.team-card-socials {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.team-card-socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-card-socials a:hover {
    background: rgba(255, 31, 113, 0.2);
    border-color: rgba(255, 31, 113, 0.4);
    color: var(--white);
}

.team-card-socials svg {
    width: 18px;
    height: 18px;
}

/* Info (nome + ruolo) */
.team-card-info {
    padding: 24px 28px 28px;
    background: linear-gradient(to top, rgba(8, 8, 8, 0.95) 0%, rgba(8, 8, 8, 0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 0 0 18px 18px;
}

.team-card-name {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.team-card-role {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pink);
}

/* CTA centrata sotto le card */
.section-cta {
    text-align: center;
    margin-top: 60px;
}

.section-cta .cta-primary {
    gap: 10px;
}

.section-cta .cta-primary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.section-cta .cta-primary:hover svg {
    transform: translateX(4px);
}

/* =============================================
   BOOK CARD
   ============================================= */

.section--book {
    background: #0c0c0f;
}

.book-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 60px;
    max-width: 960px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 50px 60px;
    overflow: visible;
    transition: all 0.4s ease;
}

.book-card:hover {
    border-color: transparent;
}

/* Bordo gradiente su hover */
.book-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 19px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.book-card:hover::before {
    opacity: 1;
}

/* Glow su hover */
.book-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(ellipse at 30% 50%, rgba(255, 31, 113, 0.06) 0%, rgba(147, 89, 247, 0.03) 40%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.book-card:hover::after {
    opacity: 1;
}

/* Copertina libro */
.book-cover {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.book-cover img {
    width: 260px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 31, 113, 0.08);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.book-cover::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 80px;
    background: linear-gradient(90deg, #ff1f71, #9359f7, #00e5ff);
    filter: blur(35px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

.book-card:hover .book-cover img {
    transform: rotate(-2deg) scale(1.03);
}

/* Contenuto testo */
.book-content {
    position: relative;
    z-index: 1;
}

.book-content .section-label {
    margin-bottom: 14px;
}

.book-content .section-title {
    margin-bottom: 20px;
    text-align: left;
}

.book-quote {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    line-height: 1.6;
}

.book-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 36px;
    max-width: 520px;
}

/* CTA Amazon */
.book-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    color: var(--white);
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.book-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e6185f, #7a45d4, #00c8e0);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 50px;
}

.book-cta:hover::before {
    opacity: 1;
}

.book-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(255, 31, 113, 0.4);
}

.book-cta-icon {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}

.book-cta span {
    position: relative;
    z-index: 1;
}

.book-cta-arrow {
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.book-cta:hover .book-cta-arrow {
    transform: translate(2px, -2px);
}

/* =============================================
   PRESS CARD (componente riutilizzabile)
   ============================================= */

.section--pressarea {
    background: #0c0c0f;
}

.pcard {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 28px 28px 32px;
    text-decoration: none;
    color: var(--white);
    overflow: visible;
    transition: all 0.4s ease;
    cursor: pointer;
}

.pcard:hover {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.03);
}

/* Bordo gradiente su hover */
.pcard::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 19px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.pcard:hover::before {
    opacity: 1;
}

/* Glow su hover */
.pcard::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 31, 113, 0.08) 0%, rgba(147, 89, 247, 0.04) 40%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.pcard:hover::after {
    opacity: 1;
}

/* Header: icona + testata + link esterno */
.pcard-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.pcard-source-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 31, 113, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pcard-source-icon svg {
    width: 20px;
    height: 20px;
    color: var(--pink);
}

.pcard-source-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.pcard-source-name {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pcard-source-year {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.pcard-external {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.25);
    transition: color 0.3s ease;
}

.pcard:hover .pcard-external {
    color: rgba(255, 255, 255, 0.6);
}

.pcard-external svg {
    width: 18px;
    height: 18px;
}

/* Tag badge */
.pcard-tag {
    display: inline-block;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pink);
    border: 1px solid rgba(255, 31, 113, 0.35);
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

/* Titolo articolo */
.pcard-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--white);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    flex: 1;
}

/* Autore */
.pcard-about {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.pcard-about span {
    color: var(--cyan);
    font-weight: 600;
}

/* CTA secondario con freccia */
.section-cta .cta-secondary {
    gap: 10px;
}

.section-cta .cta-secondary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.section-cta .cta-secondary:hover svg {
    transform: translateX(4px);
}

/* Pressarea Swiper carousel */
.pressarea-wrapper {
    position: relative;
}

.pressarea-swiper {
    overflow: hidden;
}

.pressarea-swiper .swiper-slide {
    height: auto;
}

.pressarea-swiper .pcard {
    height: 100%;
}

/* Navigation arrows */
.pressarea-prev,
.pressarea-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.pressarea-prev {
    left: -24px;
}

.pressarea-next {
    right: -24px;
}

.pressarea-prev:hover,
.pressarea-next:hover {
    border-color: var(--pink);
    color: var(--white);
    background: rgba(255, 31, 113, 0.08);
}

.pressarea-prev svg,
.pressarea-next svg {
    width: 20px;
    height: 20px;
}

.pressarea-prev.swiper-button-disabled,
.pressarea-next.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

/* Pagination */
.pressarea-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.pressarea-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pressarea-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, #ff1f71, #9359f7);
}

/* =============================================
   SOLUZIONI (tab servizi)
   ============================================= */

.section--soluzioni {
    background-color: #0c0c0f;
    position: relative;
}

.section--soluzioni::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(255, 31, 113, 0.07) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 60%, rgba(147, 89, 247, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 90%, rgba(0, 229, 255, 0.05) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.sol-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1;
}

/* --- Tab list (colonna sinistra) --- */

.sol-tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sol-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    border-radius: 14px;
    transition: all 0.3s ease;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    width: 100%;
}

.sol-tab:hover:not(.is-active) {
    color: rgba(255, 255, 255, 0.7);
}

.sol-tab.is-active {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
    color: var(--white);
    border-left: 3px solid var(--pink);
    box-shadow: 0 4px 24px rgba(255, 31, 113, 0.15), 0 0 40px rgba(147, 89, 247, 0.08);
}

.sol-tab-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.sol-tab-icon svg {
    width: 20px;
    height: 20px;
}

.sol-tab.is-active .sol-tab-icon {
    background: rgba(255, 31, 113, 0.1);
    border-color: rgba(255, 31, 113, 0.3);
    color: var(--pink);
}

.sol-tab-label {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    flex: 1;
    text-align: left;
    line-height: 1.3;
}

.sol-tab-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--pink);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sol-tab.is-active .sol-tab-arrow {
    opacity: 1;
}

/* --- Pannelli contenuto (colonna destra) --- */

.sol-panel {
    display: none;
}

.sol-panel.is-active {
    display: block;
}

.sol-panels .sol-panel {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 40px;
    overflow: visible;
    box-shadow: 0 8px 40px rgba(255, 31, 113, 0.1), 0 0 60px rgba(147, 89, 247, 0.06), 0 0 80px rgba(0, 229, 255, 0.04);
}

/* Bordo gradiente */
.sol-panels .sol-panel::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 19px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.sol-panel-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.sol-panel-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 31, 113, 0.1);
    border: 1px solid rgba(255, 31, 113, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--pink);
}

.sol-panel-icon svg {
    width: 20px;
    height: 20px;
}

.sol-panel-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
}

.sol-panel-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
}

.sol-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sol-check {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.sol-check-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-check-icon svg {
    width: 14px;
    height: 14px;
    color: var(--white);
}

/* =============================================
   PORTFOLIO (Swiper carousel)
   ============================================= */

.portfolio-wrapper {
    position: relative;
}

.portfolio-swiper {
    overflow: hidden;
}

/* Card */
.pf-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pf-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

/* Image */
.pf-card-image {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.pf-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pf-card:hover .pf-card-image img {
    transform: scale(1.04);
}

/* Badge (TikTok, Instagram) */
.pf-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    letter-spacing: 0.02em;
}

/* Body */
.pf-card-body {
    padding: 24px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Brand name */
.pf-card-brand {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 4px;
}

/* Creator name */
.pf-card-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--pink);
    margin-bottom: 4px;
}

/* Role */
.pf-card-role {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
}

/* Divider */
.pf-card-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin-bottom: 20px;
}

/* Stat row */
.pf-card-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.pf-card-stat-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 31, 113, 0.15), rgba(147, 89, 247, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-card-stat-icon svg {
    width: 14px;
    height: 14px;
    color: var(--pink);
}

.pf-card-stat-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

/* Stat value (big gradient number) */
.pf-card-stat-value {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
    line-height: 1.15;
}

/* Quote */
.pf-card-quote {
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.38);
    font-style: italic;
    margin-top: auto;
}

/* Navigation arrows */
.portfolio-prev,
.portfolio-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.portfolio-prev {
    left: -24px;
}

.portfolio-next {
    right: -24px;
}

.portfolio-prev:hover,
.portfolio-next:hover {
    border-color: var(--pink);
    color: var(--white);
    background: rgba(255, 31, 113, 0.08);
}

.portfolio-prev svg,
.portfolio-next svg {
    width: 20px;
    height: 20px;
}

.portfolio-prev.swiper-button-disabled,
.portfolio-next.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

/* Pagination */
.portfolio-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.portfolio-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, #ff1f71, #9359f7);
}

/* =============================================
   FAQ (accordion)
   ============================================= */

.section--faq {
    background-color: #0c0c0f;
}

.section--faq .container {
    position: relative;
    z-index: 2;
}

.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: visible;
    transition: all 0.35s ease;
}

.faq-item.is-open {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 4px 24px rgba(255, 31, 113, 0.1), 0 0 40px rgba(147, 89, 247, 0.06);
}

/* Bordo gradiente su item aperto */
.faq-item::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.faq-item.is-open::before {
    opacity: 1;
}

/* Question button */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 22px 28px;
    background: none;
    border: none;
    color: var(--white);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.faq-item.is-open .faq-question {
    color: var(--pink);
}

.faq-question:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Toggle icon (+/x) */
.faq-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s ease;
    color: rgba(255, 255, 255, 0.5);
}

.faq-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.is-open .faq-toggle {
    background: linear-gradient(135deg, rgba(255, 31, 113, 0.15), rgba(147, 89, 247, 0.15));
    border-color: rgba(255, 31, 113, 0.3);
    color: var(--pink);
}

.faq-item.is-open .faq-toggle svg {
    transform: rotate(45deg);
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0 28px;
}

.faq-item.is-open .faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.faq-answer p {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.45);
}

/* =============================================
   PRESS / MARQUEE
   ============================================= */

.press {
    background: #0a0a0c;
    padding: 0;
    overflow: hidden;
}

.press-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsl(338 100% 56%), hsl(262 91% 66%), hsl(186 100% 50%), transparent);
    opacity: 0.75;
}

.press-label {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    padding: 40px 0 0;
}

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-mask-image: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: marqueeScroll 30s linear infinite;
}

.marquee-item {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    white-space: nowrap;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    transition: color 0.3s ease;
    cursor: default;
}

.marquee-item img {
    max-width: 120px;
    height: auto;
}

.marquee-item:hover {
    color: var(--pink);
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =============================================
   SCROLL REVEAL ANIMATIONS
   ============================================= */

[data-reveal] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

[data-reveal="fade-up"].revealed {
    opacity: 1;
    transform: translateY(0);
}

[data-reveal="fade-in"] {
    transform: none;
}

[data-reveal="fade-in"].revealed {
    opacity: 1;
}

[data-reveal="scale-up"] {
    transform: scale(0.92) translateY(30px);
}

[data-reveal="scale-up"].revealed {
    opacity: 1;
    transform: scale(1) translateY(0);
}

[data-reveal="fade-left"] {
    transform: translateX(-50px);
}

[data-reveal="fade-left"].revealed {
    opacity: 1;
    transform: translateX(0);
}

[data-reveal="fade-right"] {
    transform: translateX(50px);
}

[data-reveal="fade-right"].revealed {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger delays */
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }

/* Durate custom */
[data-duration="slow"] {
    transition-duration: 1.1s;
}

[data-duration="fast"] {
    transition-duration: 0.5s;
}

/* =============================================
   TARGET
   ============================================= */

.section--target {
    background-color: #0c0c0f;
}

.target-card {
    text-align: left;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
}

.target-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.target-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pink);
}

.target-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
}

.card.target-card:hover .target-icon {
    background: rgba(255, 31, 113, 0.08);
    border-color: rgba(255, 31, 113, 0.25);
    color: var(--pink);
}

.target-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.target-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    position: relative;
    z-index: 1;
    flex: 1;
}

.target-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 28px 0 24px;
    position: relative;
    z-index: 1;
}

.target-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.target-stat-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.target-stat {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.target-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.target-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    transition: all 0.4s ease;
}

.target-arrow svg {
    width: 16px;
    height: 16px;
}

.card.target-card:hover .target-arrow {
    background: rgba(255, 31, 113, 0.08);
    border-color: rgba(255, 31, 113, 0.25);
    color: var(--pink);
}

/* =============================================
   PARTNER
   ============================================= */

.section--partner {
    background-color: #0c0c0f;
}

.partner-card {
    padding: 48px 32px 44px;
}

.partner-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: color-mix(in srgb, var(--partner-color) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--partner-color) 20%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
}

.partner-icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--partner-color);
}

.partner-icon-check svg {
    width: 32px;
    height: 32px;
}

.partner-name {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.partner-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--pink);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.partner-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    position: relative;
    z-index: 1;
}

/* =============================================
   CTA SECTION
   ============================================= */

.section--cta {
    background-color: #0c0c0f;
}

.cta-card {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 56px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    position: relative;
}

.cta-card-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

/* Dark CTA button variant (used inside gradient card) */
.cta-primary--dark {
    background: var(--bg);
    gap: 10px;
}

.cta-primary--dark::before {
    background: rgba(255, 255, 255, 0.08);
}

.cta-primary--dark svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.cta-primary--dark:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.cta-primary--dark:hover svg {
    transform: translateX(4px);
}

/* =============================================
   FOOTER
   ============================================= */

.site-footer {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 80px 48px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo img {
    height: 48px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    max-width: 340px;
}

.footer-col-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--white);
}

.footer-company {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 28px;
}

.footer-company a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-company a:hover {
    color: var(--white);
}

.footer-partner-socials {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.footer-partner-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    transition: all 0.3s ease;
}

.footer-partner-socials a:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.25);
}

.footer-partner-socials svg {
    width: 18px;
    height: 18px;
}

.footer-partner-logo img {
    height: 32px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.footer-partner-logo:hover img {
    opacity: 1;
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.3);
}

/* =============================================
   ARCHIVE HERO (generic header for archive pages)
   ============================================= */

.archive-hero {
    padding: 160px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--bg);
}

.archive-hero-inner {
    max-width: 740px;
    margin: 0 auto;
}

.archive-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 10px 24px;
    margin-bottom: 32px;
}

.archive-hero-label-icon {
    display: flex;
    align-items: center;
    color: var(--purple);
}

.archive-hero-label-icon svg {
    width: 14px;
    height: 14px;
}

.archive-hero-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 24px;
}

.archive-hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    max-width: 560px;
    margin: 0 auto 40px;
}

.archive-hero-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.archive-hero-pill {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 10px 28px;
}

.archive-hero-arrow {
    display: flex;
    align-items: center;
    color: var(--pink);
}

.archive-hero-arrow svg {
    width: 18px;
    height: 18px;
}

/* =============================================
   ARCHIVE GRID (3 col → 1 col mobile)
   ============================================= */

.section--archive-team {
    background: #0c0c0f;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.archive-grid .team-card-name {
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600;
}

.archive-grid .team-card-role {
    font-size: 9px;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.archive-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

.archive-grid--3col {
    grid-template-columns: repeat(3, 1fr);
}

.archive-grid--3col .pf-card,
.archive-grid--3col .pcard {
    height: 100%;
}

.archive-empty {
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    padding: 60px 0;
}

.archive-pagination {
    margin-top: 60px;
    text-align: center;
}

.archive-pagination .nav-links {
    display: inline-flex;
    gap: 8px;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
    transition: all 0.3s ease;
}

.archive-pagination .page-numbers:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.15);
}

.archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #ff1f71, #9359f7);
    color: var(--white);
    border-color: transparent;
}

/* =============================================
   CONTACT PAGE
   ============================================= */

.contact-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 100px;
    padding: 10px 22px;
}

.contact-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 31, 113, 0.15), rgba(147, 89, 247, 0.15));
    flex-shrink: 0;
}

.contact-feature-icon svg {
    width: 25px;
    height: 25px;
    fill: var(--pink);
}

.section--contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-form-card {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 48px 56px;
}

.section--contact-info {
    padding-top: 0;
}

.contact-info-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-bottom: 32px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 880px;
    margin: 0 auto;
}

.contact-info-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-info-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.contact-info-card-link {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    min-width: 0;
    text-decoration: none;
}

.contact-info-copy {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.contact-info-copy:hover {
    color: var(--white);
    background: color-mix(in srgb, var(--contact-color) 12%, transparent);
    border-color: color-mix(in srgb, var(--contact-color) 35%, transparent);
}

.contact-info-copy:active {
    transform: scale(0.94);
}

.contact-info-copy:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--contact-color) 60%, transparent);
    outline-offset: 2px;
}

.contact-info-copy-icon {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-info-copy-icon--check {
    position: absolute;
    opacity: 0;
    transform: scale(0.6);
}

.contact-info-copy.is-copied {
    color: var(--white);
    background: color-mix(in srgb, var(--contact-color) 18%, transparent);
    border-color: color-mix(in srgb, var(--contact-color) 50%, transparent);
}

.contact-info-copy.is-copied .contact-info-copy-icon--clipboard {
    opacity: 0;
    transform: scale(0.6);
}

.contact-info-copy.is-copied .contact-info-copy-icon--check {
    opacity: 1;
    transform: scale(1);
}

.contact-info-copy-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translate(-50%, 4px);
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    color: var(--white);
    background: rgba(12, 12, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-info-copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: rgba(12, 12, 15, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact-info-copy:hover .contact-info-copy-tooltip,
.contact-info-copy.is-copied .contact-info-copy-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--contact-color) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--contact-color) 25%, transparent);
    flex-shrink: 0;
}

.contact-info-icon svg {
    fill: var(--contact-color);
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-info-text-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.contact-info-text-value {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}

/* =============================================
   SERVICE HERO (single servizio)
   ============================================= */

.srv-hero {
    position: relative;
    padding: 140px 48px 80px;
    overflow: hidden;
    background: var(--bg);
}

.admin-bar .srv-hero {
    padding-top: 172px;
}

.srv-hero-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.srv-hero-back:hover {
    color: var(--white);
}

.srv-hero-back svg {
    width: 18px;
    height: 18px;
}

.srv-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.srv-hero-content {
    position: relative;
    z-index: 2;
}

.srv-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    backdrop-filter: blur(10px);
}

.srv-hero-label-icon {
    display: flex;
    align-items: center;
    color: var(--pink);
}

.srv-hero-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.srv-hero-desc {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.5);
    max-width: 520px;
    margin-bottom: 34px;
    font-weight: 400;
}

.srv-hero-pills {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.srv-hero-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 10px 22px;
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.01em;
}

.srv-hero-arrow {
    color: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
}

.srv-hero-arrow svg {
    width: 20px;
    height: 20px;
    stroke: var(--purple);
}

.srv-hero-ctas {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.srv-hero-ctas .cta-primary svg {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.srv-hero-ctas .cta-primary:hover svg {
    transform: translateX(4px);
}

/* Visual / Image */
.srv-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.srv-hero-img-wrap {
    position: relative;
    animation: srvFloat 5s ease-in-out infinite;
}

.srv-hero-img-wrap img {
    width: 100%;
    max-width: 560px;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}

.srv-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 31, 113, 0.2) 0%,
        rgba(147, 89, 247, 0.15) 30%,
        rgba(0, 229, 255, 0.08) 55%,
        transparent 75%
    );
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
    animation: srvGlowPulse 4s ease-in-out infinite;
}

/* Particles */
.srv-particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.srv-particle-1 {
    width: 10px;
    height: 10px;
    background: var(--pink);
    top: 22%;
    left: 48%;
    opacity: 0.6;
    animation: particleFloat1 5s ease-in-out infinite;
}

.srv-particle-2 {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, var(--purple), var(--cyan));
    top: 16%;
    right: 6%;
    opacity: 0.5;
    animation: particleFloat2 6s ease-in-out infinite;
}

.srv-particle-3 {
    width: 12px;
    height: 12px;
    background: var(--cyan);
    bottom: 12%;
    left: 52%;
    opacity: 0.4;
    animation: particleFloat3 5.5s ease-in-out infinite;
}

/* Animations */
@keyframes srvFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes srvGlowPulse {
    0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}

/* Service content (the_content) */
.srv-content {
    max-width: 820px;
    margin: 0 auto;
}

.srv-content h2,
.srv-content h3,
.srv-content h4 {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.srv-content h2 {
    font-size: 28px;
}

.srv-content h3 {
    font-size: 22px;
}

.srv-content p {
    font-size: 15.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
}

.srv-content ul,
.srv-content ol {
    padding-left: 24px;
    margin-bottom: 24px;
}

.srv-content li {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 8px;
}

.srv-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 32px 0;
}

.srv-content a {
    color: var(--pink);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.srv-content a:hover {
    color: var(--purple);
}

/* Service Process Grid */
.srv-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.srv-step-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 36px 32px 32px;
    transition: border-color 0.35s ease;
}

.srv-step-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.srv-step-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.srv-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 31, 113, 0.08);
    border: 1px solid rgba(255, 31, 113, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.srv-step-icon svg {
    width: 22px;
    height: 22px;
    color: var(--pink);
}

.srv-step-num {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.25);
}

.srv-step-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.srv-step-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
}

/* Service Includes Card */
.section--srv-includes {
    padding-top: 0!important;
    padding-bottom: 100px;
}

.srv-includes-card {
    max-width: 820px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    padding: 48px 48px 44px;
}

.srv-includes-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 32px;
}

.srv-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}

.srv-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.srv-checklist-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.srv-checklist-icon svg {
    width: 22px;
    height: 22px;
}

.srv-includes-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 36px 0;
}

/* =============================================
   404 PAGE
   ============================================= */

.notfound {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 140px 48px 100px;
    overflow: hidden;
    text-align: center;
}

.notfound-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 500px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 31, 113, 0.12) 0%,
        rgba(147, 89, 247, 0.08) 35%,
        rgba(0, 229, 255, 0.05) 60%,
        transparent 80%
    );
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    animation: glowPulse 5s ease-in-out infinite;
}

.notfound-inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}

.notfound-number {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(120px, 20vw, 220px);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #ff1f71, #9359f7, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.18;
    margin: 16px 0 0;
    user-select: none;
    pointer-events: none;
}

.notfound-title {
    font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-top: -0.3em;
    margin-bottom: 24px;
}

.notfound-subtitle {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.45);
    max-width: 480px;
    margin: 0 auto 40px;
}

.notfound-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.notfound-ctas .cta-primary {
    gap: 10px;
}

.notfound-ctas .cta-primary:hover svg {
    transform: translateX(4px);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
    .main-nav {
        padding: 16px 28px;
    }

    .nav-links {
        display: none;
    }

    /* Show hamburger */
    .nav-toggle {
        display: flex;
    }

    /* Mobile overlay */
    .nav-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050;
        background: rgba(8, 8, 8, 0.96);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                    visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .nav-mobile.is-open {
        opacity: 1;
        visibility: visible;
    }

    /* Drill-in slider: 2 pannelli affiancati al 100% di larghezza */
    .nav-mobile-slider {
        display: flex;
        width: 200%;
        height: 100%;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .nav-mobile-slider.is-drilled {
        transform: translateX(-50%);
    }

    .nav-mobile-panel {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-y: auto;
        padding: 80px 20px;
        box-sizing: border-box;
    }

    /* Panel principale */
    .nav-mobile-main ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0;
        margin: 0;
    }

    .nav-mobile-main ul li {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .nav-mobile.is-open .nav-mobile-main ul li {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(1) { transition-delay: 0.08s; }
    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(2) { transition-delay: 0.14s; }
    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(3) { transition-delay: 0.20s; }
    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(4) { transition-delay: 0.26s; }
    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(5) { transition-delay: 0.32s; }
    .nav-mobile.is-open .nav-mobile-main ul li:nth-child(6) { transition-delay: 0.38s; }

    /* Nascondi i sub-menu nel pannello principale (li mostriamo nel drill-in) */
    .nav-mobile-main .sub-menu {
        display: none;
    }

    .nav-mobile ul a {
        color: var(--white);
        text-decoration: none;
        font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.01em;
        padding: 12px 20px;
        display: block;
        text-align: center;
        transition: color 0.3s ease;
    }

    .nav-mobile ul a:hover,
    .nav-mobile ul .current-menu-item > a,
    .nav-mobile ul .current-menu-ancestor > a,
    .nav-mobile ul .current-menu-parent > a {
        color: var(--pink);
    }

    .nav-mobile .menu-item-has-children > a {
        cursor: pointer;
    }

    /* Pannello sub-menu (drill-in) */
    .nav-mobile-back {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        padding: 10px 20px;
        margin-bottom: 28px;
        transition: color 0.3s ease;
    }

    .nav-mobile-back:hover {
        color: var(--white);
    }

    .nav-mobile-back svg {
        width: 18px;
        height: 18px;
    }

    .nav-mobile-all {
        display: block;
        font-family: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: var(--white);
        text-decoration: none;
        padding: 12px 20px;
        text-align: center;
        transition: color 0.3s ease;
    }

    .nav-mobile-all:hover {
        color: var(--pink);
    }

    .nav-mobile-divider {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--pink), var(--purple), transparent);
        margin: 16px auto 20px;
        opacity: 0.6;
    }

    .nav-mobile-sub ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 0;
        margin: 0;
    }

    .nav-mobile-sub ul a {
        font-size: 22px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.5);
        padding: 10px 20px;
    }

    .nav-mobile-sub ul a:hover {
        color: var(--pink);
    }

    /* Admin bar offset for mobile overlay */
    .admin-bar .nav-mobile {
        top: 32px;
    }

    .hero {
        padding: 100px 28px 40px;
    }

    .admin-bar .hero {
        padding-top: 132px;
    }

    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-steps {
        justify-content: center;
    }

    .hero-ctas {
        justify-content: center;
    }

    .hero-visual {
        order: -1;
        margin-bottom: 20px;
    }

    .phone-wrapper img {
        max-width: 380px;
    }

    /* Carousel arrows hidden on tablet/mobile 
    .portfolio-prev,
    .portfolio-next,
    .pressarea-prev,
    .pressarea-next {
        display: none;
    }
    */
    
    .sol-layout {
        grid-template-columns: 1fr;
    }

    .sol-tabs {
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 16px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .sol-tabs::-webkit-scrollbar {
        display: none;
    }

    .sol-tab {
        flex: 0 0 auto;
        max-width: 180px;
        padding: 12px 16px;
        white-space: normal;
        border-radius: 12px;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
    }

    .sol-tab.is-active {
        border-color: rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.04);
    }

    .sol-tab-arrow {
        display: none;
    }

    .sol-tab-icon {
        width: 36px;
        height: 36px;
    }

    .sol-tab-icon svg {
        width: 16px;
        height: 16px;
    }

    .team-grid {
        max-width: 100%;
    }

    .book-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
        padding: 40px 36px;
    }

    .book-cover img {
        width: 220px;
    }

    .book-cover {
        justify-self: center;
    }

    .book-content .section-title {
        text-align: center;
    }

    .book-quote,
    .book-desc {
        max-width: 100%;
    }

    .book-cta {
        width: 100%;
        justify-content: center;
    }

    .archive-hero {
        padding: 130px 20px 60px;
    }

    .archive-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .archive-grid .team-card-name {
        font-size: 16px;
    }

    .archive-grid .team-card-role {
        font-size: 10px;
    }

    .archive-grid--3col {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-features {
        flex-direction: column;
        gap: 10px;
    }

    .contact-form-card {
        padding: 36px 32px;
    }

    /* Service hero */
    .srv-hero {
        padding: 120px 28px 60px;
    }

    .srv-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }

    .srv-hero-content {
        order: 3;
    }

    .srv-hero-visual {
        order: 2;
    }

    .srv-hero-back {
        justify-content: center;
    }

    .srv-hero-label {
        margin-left: auto;
        margin-right: auto;
    }

    .srv-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .srv-hero-pills {
        justify-content: center;
    }

    .srv-hero-ctas {
        justify-content: center;
    }

    .srv-hero-img-wrap img {
        max-width: 420px;
    }

    .srv-hero-title {
        font-size: 44px;
    }

    /* Service process + includes */
    .srv-process-grid {
        gap: 20px;
        margin-top: 36px;
    }

    .srv-step-card {
        padding: 28px 24px 24px;
    }

    .srv-includes-card {
        padding: 36px 32px 32px;
    }

    /* Blog */
    .blog-hero {
        padding: 120px 28px 32px;
    }

    .blog-hero-cover {
        padding: 0 28px;
    }

    /* Case Study */
    .cs-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .cs-stat-card {
        padding: 28px 20px;
    }

    .site-footer {
        padding: 60px 28px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 782px) {
    .admin-bar nav {
        top: 46px;
    }

    .admin-bar .nav-mobile {
        top: 46px;
    }

    .admin-bar .hero {
        padding-top: 146px;
    }

    .admin-bar .srv-hero {
        padding-top: 152px;
    }

    .admin-bar .blog-hero {
        padding-top: 152px;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 34px;
    }

    .team-card-info {
        padding: 12px;
    }

    .hero-ctas {
        flex-direction: column;
        width: 100%;
    }

    .cta-primary, .cta-secondary {
        width: 100%;
        text-align: center;
    }

    .phone-wrapper img {
        max-width: 300px;
    }

    .section {
        padding: 60px 20px 80px;
    }

    .card-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pf-card-body {
        padding: 20px 20px 24px;
    }

    .pf-card-brand {
        font-size: 16px;
    }

    .pf-card-stat-value {
        font-size: 30px;
    }

    .pf-card-quote {
        font-size: 13px;
    }

    .portfolio-pagination {
        margin-top: 28px;
    }

    .faq-question {
        padding: 18px 20px;
        font-size: 14px;
        gap: 14px;
    }

    .faq-toggle {
        width: 32px;
        height: 32px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.is-open .faq-answer {
        padding: 0 20px 20px;
    }

    .faq-answer p {
        font-size: 13.5px;
    }

    .sol-panels .sol-panel {
        padding: 28px 24px;
    }

    .sol-panel-title {
        font-size: 18px;
    }

    .sol-tab {
        max-width: 155px;
        padding: 10px 14px;
    }

    .sol-tab-icon {
        width: 32px;
        height: 32px;
    }

    .sol-tab-icon svg {
        width: 14px;
        height: 14px;
    }

    .sol-tab-label {
        font-size: 12px;
        line-height: 1.35;
    }

    .sol-panel-desc {
        margin-bottom: 24px;
    }

    .sol-checklist {
        gap: 12px;
    }

    .sol-check {
        font-size: 14px;
        gap: 12px;
    }

    .sol-check-icon {
        width: 24px;
        height: 24px;
    }

    .sol-check-icon svg {
        width: 12px;
        height: 12px;
    }

    .target-card {
        padding: 28px 24px 24px;
    }

    .target-title {
        font-size: 17px;
    }

    .target-stat {
        font-size: 26px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .book-card {
        padding: 32px 24px;
        gap: 32px;
    }

    .book-cover img {
        width: 180px;
    }

    .press {
        padding: 30px 0 40px;
    }

    .marquee-track {
        gap: 40px;
        animation-duration: 45s;
    }

    .marquee-item {
        font-size: 15px;
    }

    nav {
        padding: 14px 20px;
    }

    .nav-logo img {
        height: 38px;
    }

    .cta-card {
        padding: 32px 24px;
    }

    .cta-card-desc {
        font-size: 14px;
    }

    .archive-hero {
        padding: 120px 20px 50px;
    }

    .archive-hero-title {
        font-size: 36px;
    }

    .archive-hero-subtitle {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .archive-hero-pills {
        gap: 10px;
    }

    .archive-hero-pill {
        font-size: 13px;
        padding: 8px 20px;
    }

    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .archive-grid .team-card-name {
        font-size: 12px;
    }

    .archive-grid--2col {
        grid-template-columns: 1fr;
        max-width: 540px;
        margin: 0 auto;
    }

    .archive-grid--3col {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .archive-grid .team-card-role {
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .archive-grid .team-card-socials {
        top: 10px;
        right: 10px;
    }

    .contact-form-card {
        padding: 28px 20px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-feature {
        font-size: 12px;
        padding: 8px 18px;
    }

    .contact-info-text-value {
        font-size: 13px;
    }

    /* Service hero */
    .srv-hero {
        padding: 110px 20px 48px;
    }

    .srv-hero-title {
        font-size: 32px;
    }

    .srv-hero-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .srv-hero-pills {
        gap: 10px;
        margin-bottom: 28px;
    }

    .srv-hero-pill {
        font-size: 13px;
        padding: 8px 18px;
    }

    .srv-hero-ctas {
        gap: 12px;
    }

    .srv-hero-ctas .cta-primary,
    .srv-hero-ctas .cta-secondary {
        padding: 14px 28px;
        font-size: 14px;
    }

    .srv-hero-img-wrap img {
        max-width: 320px;
    }

    .srv-hero-back {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .srv-particle-2 {
        width: 14px;
        height: 14px;
    }

    /* Service process + includes */
    .srv-process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .srv-step-card {
        padding: 24px 20px 20px;
    }

    .srv-step-title {
        font-size: 16px;
    }

    .srv-step-desc {
        font-size: 13.5px;
    }

    .srv-includes-card {
        padding: 28px 20px 24px;
    }

    .srv-includes-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .srv-checklist {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .srv-checklist-item {
        font-size: 13.5px;
    }

    .section--srv-includes {
        padding-bottom: 60px;
    }

    /* Blog */
    .blog-hero {
        padding: 100px 20px 24px;
    }

    .blog-hero-title {
        font-size: 28px;
    }

    .blog-hero-cover {
        padding: 0 20px;
    }

    .blog-hero-cover img {
        border-radius: 18px;
        max-height: 320px;
    }

    .blog-hero-img-wrap {
        margin-top: 32px;
    }

    .blog-card-body {
        padding: 20px 20px 24px;
    }

    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 14px;
    }

    .blog-author-socials {
        justify-content: center;
    }

    .hero-steps {
        gap: 7px;
    }

    .step-pill {
        font-size: 12px;
        padding: 8px 15px;
    }

    /* Case Study */
    .cs-stats-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 32px auto 0;
        gap: 16px;
    }

    .cs-stat-card {
        padding: 28px 24px;
    }

    .cs-stat-value {
        font-size: 28px;
    }

    .cs-gallery-slide {
        border-radius: 12px;
    }

    .cs-gallery-prev,
    .cs-gallery-next {
        width: 36px;
        height: 36px;
    }

    .cs-gallery-prev svg,
    .cs-gallery-next svg {
        width: 14px;
        height: 14px;
    }

    .site-footer {
        padding: 40px 20px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom p {
        font-size: 11px;
    }

    /* 404 */
    .notfound {
        padding: 120px 20px 80px;
    }

    .notfound-ctas {
        flex-direction: column;
        width: 100%;
    }

    .notfound-ctas .cta-primary,
    .notfound-ctas .cta-secondary {
        width: 100%;
        justify-content: center;
    }
}
