{"id":1499,"date":"2026-06-23T12:23:41","date_gmt":"2026-06-23T12:23:41","guid":{"rendered":"https:\/\/qmycosmetics.com\/?page_id=1499"},"modified":"2026-07-09T09:59:03","modified_gmt":"2026-07-09T09:59:03","slug":"landing-page","status":"publish","type":"page","link":"https:\/\/qmycosmetics.com\/it\/landing-page\/","title":{"rendered":"Landing Page"},"content":{"rendered":"<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-1'>\n<style>\n.brand-intro{\n    position:fixed;\n    inset:0;\n    background:#ffffff;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    flex-direction:column;\n    z-index:99999;\n    animation:overlayFade 1s ease forwards;\n    animation-delay:3.5s;\n}\n\n.brand-logo{\n    text-align:center;\n    position:relative;\n}\n\n\/* TECHNOLOGY RING *\/\n\n.brand-logo::before{\n    content:\"\";\n    position:absolute;\n    top:49.5%;\n    left:49.5%;\n    width:320px;\n    height:320px;\n    border-radius:50%;\n    transform:translate(-50%,-50%) scale(.7);\n\n    border:4px solid rgba(67,139,234,.15);\n\n    box-shadow:\n    0 0 30px rgba(67,139,234,.15),\n    inset 0 0 30px rgba(67,139,234,.08);\n\n    opacity:0;\n\n    animation:ringReveal 2s ease forwards;\n}\n\n\/* BRAND NAME *\/\n\n.brand-name{\n    font-size:clamp(70px,10vw,140px);\n    line-height:1;\n    letter-spacing:-2px;\n    animation:brandReveal 3s ease forwards;\n    position:relative;\n    z-index:2;\n}\n\n\/* LIGHT SWEEP EFFECT *\/\n\n.brand-name::after{\n    content:\"\";\n    position:absolute;\n    top:-20%;\n    left:-150%;\n    width:60%;\n    height:140%;\n\n    background:linear-gradient(\n        90deg,\n        transparent,\n        rgba(255,255,255,.95),\n        transparent\n    );\n\n    transform:rotate(20deg);\n\n    animation:shine 1.8s ease-out 1.5s forwards;\n}\n\n\/* Q *\/\n\n.brand-q{\n    font-family:\"Aptos\", sans-serif;\n    font-weight:700;\n    color:#43b8ea;\n}\n\n\/* My *\/\n\n.brand-my{\n    font-family:\"Metropolis\", sans-serif;\n    font-weight:900;\n    color:#43b8ea;\n}\n\n\/* COSMECEUTICAL *\/\n\n.brand-subtitle{\n    margin-top:14px;\n\n    font-family:\"Metropolis\", sans-serif;\n    font-weight:250;\n\n    font-size:clamp(12px,2vw,28px);\n\n    letter-spacing:8px;\n    text-transform:uppercase;\n\n    color:#43b8ea;\n\n    opacity:0;\n\n    animation:subtitleFade 1s ease forwards;\n    animation-delay:.8s;\n\n    position:relative;\n    z-index:2;\n}\n\n\/* PATENT TEXT *\/\n\n.brand-tech{\n    margin-top:16px;\n\n    font-family:\"Metropolis\", sans-serif;\n    font-size:11px;\n\n    letter-spacing:4px;\n    font-weight:700;\n\n    color:#1F2937;\n\n    opacity:0;\n\n    animation:subtitleFade 1s ease forwards;\n    animation-delay:1.3s;\n\n    position:relative;\n    z-index:2;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes ringReveal{\n\n    0%{\n        opacity:0;\n        transform:translate(-50%,-50%) scale(.7);\n    }\n\n    50%{\n        opacity:1;\n        transform:translate(-50%,-50%) scale(1);\n    }\n\n    100%{\n        opacity:.6;\n        transform:translate(-50%,-50%) scale(1.05);\n    }\n}\n\n@keyframes shine{\n    from{\n        left:-150%;\n    }\n    to{\n        left:250%;\n    }\n}\n\n@keyframes brandReveal{\n\n    0%{\n        opacity:0;\n        transform:scale(.92);\n    }\n\n    25%{\n        opacity:1;\n        transform:scale(1);\n    }\n\n    75%{\n        opacity:1;\n        transform:scale(1.06);\n    }\n\n    100%{\n        opacity:1;\n        transform:scale(1.08);\n    }\n}\n\n@keyframes subtitleFade{\n\n    from{\n        opacity:0;\n        transform:translateY(15px);\n    }\n\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes overlayFade{\n\n    to{\n        opacity:0;\n        visibility:hidden;\n    }\n}\n\n\/* MOBILE *\/\n\n@media (max-width:768px){\n\n    .brand-logo::before{\n        width:220px;\n        height:220px;\n    }\n\n    .brand-tech{\n        letter-spacing:2px;\n        font-size:10px;\n    }\n}\n<\/style>\n\n<div class=\"brand-intro\" id=\"brandIntro\">\n\n    <div class=\"brand-logo\">\n\n        <div class=\"brand-name\">\n            <span class=\"brand-q\">Q<\/span><span class=\"brand-my\">My<\/span>\n        <\/div>\n\n        <div class=\"brand-subtitle\">\n            Cosmeceutical\n        <\/div>\n\n        <div class=\"brand-tech\">\n            PATENT PENDING TECHNOLOGY\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<script>\nsetTimeout(function(){\n    const intro = document.getElementById('brandIntro');\n    if(intro){\n        intro.remove();\n    }\n},4500);\n<\/script><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-2'>\n<style>\n.cover-hero{\n    position:relative;\n    width:100%;\n    height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    overflow:hidden;\n    font-family: Arial, sans-serif;\n}\n\n\/* IMMAGINE DI SFONDO *\/\n.cover-hero img{\n    position:absolute;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    top:0;\n    left:0;\n    z-index:1;\n    transform:scale(1.05);\n}\n\n\n\n\/* LIEVE GRADIENTE PER PROFONDIT\u00c0 *\/\n.cover-hero::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n        180deg,\n        rgba(0,0,0,0.25),\n        rgba(0,0,0,0.45)\n    );\n    z-index:3;\n}\n\n\/* NOME AZIENDA *\/\n.cover-content{\n    position:relative;\n    z-index:4;\n    text-align:center;\n    color:#fff;\n    padding:20px;\n}\n\n.cover-content h1{\n    font-size:72px;\n    letter-spacing:2px;\n    font-weight:800;\n    margin:0;\n}\n\n.cover-content p{\n    margin-top:15px;\n    font-size:18px;\n    opacity:0.9;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width:768px){\n    .cover-content h1{\n        font-size:42px;\n    }\n}\n<\/style>\n\n<div class=\"cover-hero\">\n\n    <!-- \ud83d\udc47 IMMAGINE SFONDO (CAMBIA QUI) -->\n    <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/04\/SIL6290-scaled-e1782222066369.png\">\n\n   \n\n<\/div><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-3'>\n<style>\n.vm-section{\n    padding:120px 8%;\n    font-family: Arial, sans-serif;\n    background:#fff;\n    color:#1F2937;\n}\n\n\/* TITLE *\/\n.vm-title{\n    text-align:center;\n    font-size:46px;\n    margin-bottom:80px;\n    letter-spacing:-1px;\n    font-weight: bold;\n}\n\n\/* GRID *\/\n.vm-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:100px;\n    max-width:1000px;\n    margin:0 auto;\n    align-items:start;\n}\n\n\/* ITEM *\/\n.vm-item{\n    text-align:center;\n}\n\n\/* CERCHIO GLASS \/ WHITE *\/\n.vm-circle{\n    width:280px;\n    height:280px;\n    margin:0 auto;\n    border-radius:50%;\n\n    \/* bianco soft + effetto premium *\/\n    background:rgba(255,255,255,0.8);\n    backdrop-filter:blur(10px);\n    -webkit-backdrop-filter:blur(10px);\n\n    border:1px solid rgba(67,139,234,0.25);\n\n    box-shadow:0 20px 50px rgba(0,0,0,0.08);\n    overflow:hidden;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n\n.vm-circle img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n}\n\n\/* TEXT ONLY (NO TITLES) *\/\n.vm-text{\n    margin-top:25px;\n    font-size:17px;\n    line-height:1.7;\n    color:#4B5563;\n    max-width:340px;\n    margin-left:auto;\n    margin-right:auto;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width:768px){\n    .vm-grid{\n        grid-template-columns:1fr;\n        gap:60px;\n    }\n\n    .vm-circle{\n        width:240px;\n        height:240px;\n    }\n}\n<\/style>\n\n<section class=\"vm-section\">\n\n    <div class=\"vm-title\">Vision &#038; Mission<\/div>\n\n    <div class=\"vm-grid\">\n\n        <!-- VISION -->\n        <div class=\"vm-item\">\n\n            <div class=\"vm-circle\">\n                <!-- \ud83d\udc47 IMMAGINE VISION -->\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/Vision-3.png\">\n            <\/div>\n\n            <div class=\"vm-text\">\n                A self-sufficient, holistic cosmetic Company that develops its own ingredients and crafts its products in-house.\n\n            <\/div>\n\n        <\/div>\n\n        <!-- MISSION -->\n        <div class=\"vm-item\">\n\n            <div class=\"vm-circle\">\n                <!-- \ud83d\udc47 IMMAGINE MISSION -->\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/Mission-2.png\">\n            <\/div>\n\n            <div class=\"vm-text\">\n                Develop innovative cosmetic ingredients and Cosmetics that elevate the Performance and Effectiveness of the beauty industry.\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n       <\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-4'>\n<style>\n.ps-section{\n    padding:120px 8%;\n    font-family:Arial, sans-serif;\n    background:#fff;\n    color:#1F2937;\n    position:relative;\n}\n\n\/* DECORATIVE BACKGROUND *\/\n.ps-bg-wrap{\n    position:absolute;\n    top:30px;\n    left:30px;\n    width:120px;\n    opacity:.08;\n    z-index:1;\n}\n\n.ps-bg-right{\n    position:absolute;\n    top:30px;\n    right:30px;\n    width:120px;\n    opacity:.08;\n    z-index:1;\n}\n\n\/* TITLE *\/\n.ps-title{\n    text-align:center;\n    font: bold;\n    font-size:46px;\n    font-weight:700;\n    margin-bottom:70px;\n    letter-spacing:-1px;\n    position:relative;\n    z-index:2;\n}\n\n\/* GRID *\/\n.ps-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:150px;\n    max-width:1300px;\n    margin:0 auto;\n    position:relative;\n    z-index:2;\n}\n\n\/* CARD *\/\n.ps-card{\n    background:#fff;\n    border-radius:32px;\n    padding:40px;\n    box-shadow:0 15px 45px rgba(0,0,0,.08);\n    border:1px solid rgba(67,139,234,.15);\n    position:relative;\n    overflow:hidden;\n}\n\n\/* TOP ACCENT *\/\n.ps-card .ps-problem{\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n    width:100%;\n    height:6px;\n    background:#43b8ea;\n}\n\n\/* TAG *\/\n.ps-tag{\n    display:inline-block;\n    font-size:12px;\n    font-weight:700;\n    padding:6px 14px;\n    border-radius:999px;\n    margin-bottom:20px;\n}\n\n.ps-problem .ps-tag{\n    background:#FEE2E2;\n    color:#B91C1C;\n}\n\n.ps-solution .ps-tag{\n    background:#EAF3FF;\n    color:#43b8ea;\n}\n\n\/* HEADER WITH LARGE IMAGE *\/\n.ps-header{\n    display:flex;\n    align-items:center;\n    gap:30px;\n    margin-bottom:25px;\n}\n\n.ps-header img{\n    width:180px;\n    height:180px;\n    object-fit:contain;\n    flex-shrink:0;\n}\n\n.ps-header h3{\n    margin:0;\n    font-size:30px;\n    font-weight:700;\n    line-height:1.2;\n}\n\n.ps-problem h3{\n    color:#B91C1C;\n}\n\n.ps-solution h3{\n    color:#43b8ea;\n}\n\n\/* CONTENT *\/\n.ps-card ul{\n    margin:0;\n    padding-left:22px;\n}\n\n.ps-card li{\n    font-size:18px;\n    line-height:1.8;\n    color:#4B5563;\n    margin-bottom:10px;\n}\n\n\/* TABLET *\/\n@media (max-width:1000px){\n\n    .ps-grid{\n        grid-template-columns:1fr;\n    }\n\n    .ps-title{\n        font-size:34px;\n    }\n}\n\n\/* MOBILE *\/\n@media (max-width:640px){\n\n    .ps-header{\n        flex-direction:column;\n        text-align:center;\n        gap:15px;\n    }\n\n    .ps-header img{\n        width:140px;\n        height:140px;\n    }\n\n    .ps-header h3{\n        font-size:24px;\n    }\n\n    .ps-card{\n        padding:30px;\n    }\n}\n<\/style>\n\n<section class=\"ps-section\">\n\n    <!-- DECORATIVE IMAGES -->\n    <img decoding=\"async\" class=\"ps-bg-wrap\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/06\/Immagine1.png\" alt=\"\">\n    <img decoding=\"async\" class=\"ps-bg-right\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/06\/Qmy.png\" alt=\"\">\n\n    <div class=\"ps-title\">\n        Market Problem &#038; Our Solution\n    <\/div>\n\n    <div class=\"ps-grid\">\n\n        <!-- PROBLEM -->\n        <div class=\"ps-card ps-problem\">\n\n            <div class=\"ps-tag\">Market Issue<\/div>\n\n            <div class=\"ps-header\">\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/06\/Immagine1.png\" alt=\"Problem\">\n                <h3>Cosmetic Problem<\/h3>\n            <\/div>\n\n            <ul>\n                <li>Cosmetic formulation up to 95% water<\/li>\n                <li>Brands do not develop their own formulas<\/li>\n                <li>Most products share the same backbone formulation<\/li>\n            <\/ul>\n\n        <\/div>\n\n        <!-- SOLUTION -->\n        <div class=\"ps-card ps-solution\">\n\n            <div class=\"ps-tag\">Our Approach<\/div>\n\n            <div class=\"ps-header\">\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/06\/Qmy.png\" alt=\"Solution\">\n                <h3>NAQ &#8211; Patent Pending<\/h3>\n            <\/div>\n\n            <ul>\n                <li>In-house formulation and manufacturing<\/li>\n                <li>Optimized cost structure and higher margins<\/li>\n                <li>Premium-quality skincare at accessible pricing<\/li>\n            <\/ul>\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-5'>\n<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Market Size &#8211; TAM SAM SOM<\/title>\n\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background: #f4f6f8;\n      margin: 0;\n      padding: 0;\n    }\n\n    header {\n      background: rgba(0,0,0,0.1);\n      color: black;\n      text-align: center;\n      padding: 30px;\n    }\n\n    .container {\n      display: flex;\n      justify-content: space-around;\n      flex-wrap: wrap;\n      margin: 40px auto;\n      width: 90%;\n    }\n\n    .card {\n      background: white;\n      width: 300px;\n      margin: 10px;\n      padding: 20px;\n      border-radius: 12px;\n      box-shadow: 0 6px 15px rgba(0,0,0,0.1);\n      transition: transform 0.2s;\n      text-align: center;\n    }\n\n    .card:hover {\n      transform: scale(1.05);\n    }\n\n    .tam {\n      border-top: 6px solid #3b82f6;\n    }\n\n    .sam {\n      border-top: 6px solid #10b981;\n    }\n\n    .som {\n      border-top: 6px solid #f59e0b;\n    }\n\n    h2 {\n      margin-top: 0;\n    }\n\n    .circle {\n      width: 120px;\n      height: 120px;\n      border-radius: 50%;\n      margin: 20px auto;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n\n      font-size: 20px;\n      font-weight: bold;\n      color: #111;\n\n      outline: none;\n      cursor: text;\n    }\n\n    .tam-circle {\n      background: rgba(59,130,246,0.2);\n    }\n\n    .sam-circle {\n      background: rgba(16,185,129,0.2);\n    }\n\n    .som-circle {\n      background: rgba(245,158,11,0.2);\n    }\n\n    p {\n      font-size: 20px;\n      line-height: 1.5;\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n<header>\n  <h1>\ud83d\udcca Market Size<\/h1>\n<\/header>\n\n<div class=\"container\">\n\n  <div class=\"card tam\">\n    <h2>TAM<\/h2>\n    \n    <div class=\"circle tam-circle\" contenteditable=\"true\">\n      \u20ac15B\n    <\/div>\n    <p><strong>Total Addressable Market<\/strong><br>\n  <\/div>\n\n  <div class=\"card sam\">\n    <h2>SAM<\/h2>\n    <div class=\"circle sam-circle\" contenteditable=\"true\">\n      \u20ac7B\n    <\/div>\n    <p><strong>Serviceable Available Market<\/strong><br>\n    ~ 45% of Italian Cosmetic Market<\/p>\n  <\/div>\n\n  <div class=\"card som\">\n    <h2>SOM<\/h2>\n    <div class=\"circle som-circle\" contenteditable=\"true\">\n      \u20ac1.5M\n    <\/div>\n    <p><strong>Serviceable Obtainable Market<\/strong><br>\n    ~ 1% of Veneto Region<\/p>\n  <\/div>\n\n<\/div>\n\n<\/body>\n<\/html><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-6'>\n<style>\n.milestones{\n    padding:100px 8%;\n    background:#fff;\n    font-family:Arial,sans-serif;\n}\n\n.milestones-title{\n    text-align:center;\n    font-size:48px;\n    font-weight:700;\n    margin-bottom:70px;\n    color:#1F2937;\n}\n\n.milestone-grid{\n    max-width:1500px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:150px;\n}\n\n.milestone-card{\n    background:#fff;\n    border-radius:24px;\n    padding:35px;\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n    border:1px solid rgba(67,139,234,.15);\n    transition:.3s;\n}\n\n.milestone-card:hover{\n    transform:translateY(-8px);\n}\n\n.milestone-year{\n    color:#43b8ea;\n    font-size:14px;\n    font-weight:700;\n    letter-spacing:2px;\n    margin-bottom:15px;\n}\n\n.milestone-number{\n    font-size:42px;\n    font-weight:800;\n    color:#43b8ea;\n    margin-bottom:10px;\n}\n\n.milestone-title{\n    font-size:22px;\n    font-weight:700;\n    margin-bottom:12px;\n    color:#1F2937;\n}\n\n.milestone-text{\n    color:#6B7280;\n    line-height:1.6;\n    font-size:16px;\n}\n\n@media(max-width:1500px){\n    .milestone-grid{\n        grid-template-columns:1fr 1fr;\n    }\n}\n\n@media(max-width:1500px){\n    .milestone-grid{\n        grid-template-columns:1fr;\n    }\n\n    .milestones-title{\n        font-size:34px;\n    }\n}\n<\/style>\n\n<section class=\"milestones\">\n\n    <div class=\"milestones-title\">\n        Key Milestones Achieved\n    <\/div>\n\n    <div class=\"milestone-grid\">\n\n        <div class=\"milestone-card\">\n            <div class=\"milestone-year\">Q3 2025<\/div>\n            <div class=\"milestone-number\">01<\/div>\n            <div class=\"milestone-title\">Early Stages<\/div>\n            <div class=\"milestone-text\">\n                Company Incorporation<\/p>\n                Business Plan<\/p>\n                Laboratory Plant Search<\/p>\n                Training for Product Safety Assessor: PIF, CPNP, Product Safety Assessor\n            <\/div>\n        <\/div>\n\n        <div class=\"milestone-card\">\n            <div class=\"milestone-year\">Q4 2025<\/div>\n            <div class=\"milestone-number\">02<\/div>\n            <div class=\"milestone-title\">Patent Filing<\/div>\n            <div class=\"milestone-text\">\n                Facility Zoning according to GMP<\/p>\n                Product Graphics Finalization<\/p>\n                Secondary Packaging Finalization\n            <\/div>\n        <\/div>\n\n        <div class=\"milestone-card\">\n            <div class=\"milestone-year\">Q1 &#8211; Q3 2026<\/div>\n            <div class=\"milestone-number\">03<\/div>\n            <div class=\"milestone-title\">Early Adopters<\/div>\n            <div class=\"milestone-text\">\n                Facility Zoning according to GMP<\/p>\n                Patent pending application submitted for the NAQ technology<\/p>\n                First Mock-Ups\n            <\/div>\n        <\/div>\n\n        <div class=\"milestone-card\">\n            <div class=\"milestone-year\">Q4 &#8211; on<\/div>\n            <div class=\"milestone-number\">04<\/div>\n            <div class=\"milestone-title\">Market Launch<\/div>\n            <div class=\"milestone-text\">\n                Early Adopters Launch<\/p>\n                Investor expansion phase\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-7'>\n<style>\n.founders-section{\n    padding:120px 8%;\n    background:#fff;\n    font-family:Arial, sans-serif;\n}\n\n.founders-title{\n    text-align:center;\n    font-size:48px;\n    font-weight:700;\n    color:#43b8ea;\n    margin-bottom:20px;\n}\n\n.founders-subtitle{\n    text-align:center;\n    max-width:700px;\n    margin:0 auto 70px;\n    font-size:18px;\n    line-height:1.7;\n    color:#1F2937;\n}\n\n.founders-grid{\n    max-width:1100px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:250px;\n}\n\n.founder-card{\n    background:#fff;\n    border-radius:32px;\n    padding:45px;\n    text-align:center;\n    border: 1px solid rgba(67,139,234,.15);\n    box-shadow:0 15px 45px rgba(0,0,0,.08);\n    transition:.3s ease;\n}\n\n.founder-card:hover{\n    transform:translateY(-8px);\n}\n\n.founder-image{\n    width:180px;\n    height:180px;\n    margin:0 auto 25px;\n    border-radius:50%;\n    overflow:hidden;\n    border:4px solid #1F2937;\n}\n\n.founder-image img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n}\n\n.founder-name{\n    font-size:30px;\n    font-weight:700;\n    color:#1F2937;\n    margin-bottom:8px;\n}\n\n.founder-role{\n    color:#43b8ea;\n    font-size:15px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    margin-bottom:25px;\n}\n\n.founder-bio{\n    color:#6B7280;\n    line-height:1.8;\n    font-size:17px;\n    margin-bottom:25px;\n}\n\n.founder-link{\n    display:inline-block;\n    padding:12px 24px;\n    border-radius:999px;\n    text-decoration:none;\n    color:#fff;\n    background:#43b8ea;\n    font-weight:700;\n    transition:.3s;\n}\n\n.founder-link:hover{\n    transform:translateY(-2px);\n}\n\n@media(max-width:900px){\n\n    .founders-grid{\n        grid-template-columns:1fr;\n    }\n\n    .founders-title{\n        font-size:36px;\n    }\n}\n<\/style>\n\n<section class=\"founders-section\">\n\n    <div class=\"founders-title\">\n        Meet the Founders\n    <\/div>\n\n    <div class=\"founders-subtitle\">\n        A multidisciplinary team combining scientific innovation,\n        product development and strategic vision to redefine\n        the future of cosmeceuticals.\n    <\/div>\n\n    <div class=\"founders-grid\">\n\n        <!-- FOUNDER 1 -->\n        <div class=\"founder-card\">\n\n            <div class=\"founder-image\">\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/IMG-20251201-WA0003.jpg\" alt=\"Founder 1\">\n            <\/div>\n\n            <div class=\"founder-name\">\n                Anita Fetaj\n            <\/div>\n\n            <div class=\"founder-role\">\n                CEO &#038; Co-Founder\n            <\/div>\n\n            <div class=\"founder-bio\">\n                Biomedical Engineer<\/p>\n                Materials Engineer\n            <\/div>\n\n            <a href=\"https:\/\/it.linkedin.com\/in\/anita-fetaj-025b38235\" class=\"founder-link\">\n                LinkedIn\n            <\/a>\n\n        <\/div>\n\n        <!-- FOUNDER 2 -->\n        <div class=\"founder-card\">\n\n            <div class=\"founder-image\">\n                <img decoding=\"async\" src=\"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/20251201_214122-scaled.jpg\" alt=\"Founder 2\">\n            <\/div>\n\n            <div class=\"founder-name\">\n                Alexander Distefano\n            <\/div>\n\n            <div class=\"founder-role\">\n                COO &#038; Co-Founder\n            <\/div>\n\n            <div class=\"founder-bio\">\n                Pharmacist &#038; Industrial Pharmacist<\/p>\n                Cosmetologist\n            <\/div>\n\n            <a href=\"https:\/\/it.linkedin.com\/in\/alexander-distefano-a4a25a15a?trk=people-guest_people_search-card\" class=\"founder-link\">\n                LinkedIn\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n<div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-8'>\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1765-o1\" lang=\"it-IT\" dir=\"ltr\" data-wpcf7-id=\"1765\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/it\/wp-json\/wp\/v2\/pages\/1499#wpcf7-f1765-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Modulo di contatto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1765\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"it_IT\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1765-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"investor-title-form\">\n\t<p>Investor Contact\n\t<\/p>\n<\/div>\n<div class=\"investor-form-inner\">\n\t<div class=\"form-grid\">\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Full Name<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"fullname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"fullname\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Email Address<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Company \/ Fund<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group\">\n\t\t\t<p><label>Investment Interest<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"interest\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"interest\"><option value=\"Angel Investor\">Angel Investor<\/option><option value=\"Family Office\">Family Office<\/option><option value=\"VC Fund\">VC Fund<\/option><option value=\"Strategic Partner\">Strategic Partner<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-group full\">\n\t\t\t<p><label>Message<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"investor-check\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"consent\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"consent\" value=\"1\" class=\"investor-consent\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to be contacted regarding investor information.<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner investor-button\" type=\"submit\" value=\"Request Investor Deck\" \/>\n\t<\/p>\n<\/div><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"61\"\/><script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"saved_in_kubio":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-1499","page","type-page","status-publish","hentry"],"acf":[],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Landing Page - QMy<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/qmycosmetics.com\/it\/landing-page\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Landing Page - QMy\" \/>\n<meta property=\"og:url\" content=\"https:\/\/qmycosmetics.com\/it\/landing-page\/\" \/>\n<meta property=\"og:site_name\" content=\"QMy\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T09:59:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/landing-page\\\/\",\"url\":\"https:\\\/\\\/qmycosmetics.com\\\/landing-page\\\/\",\"name\":\"Landing Page - QMy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#website\"},\"datePublished\":\"2026-06-23T12:23:41+00:00\",\"dateModified\":\"2026-07-09T09:59:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/landing-page\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/qmycosmetics.com\\\/landing-page\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/landing-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/qmycosmetics.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Landing Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#website\",\"url\":\"https:\\\/\\\/qmycosmetics.com\\\/\",\"name\":\"QMy\",\"description\":\"cosmeceutical\",\"publisher\":{\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/qmycosmetics.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#organization\",\"name\":\"QMy\",\"url\":\"https:\\\/\\\/qmycosmetics.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/qmycosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-logo_3.png\",\"contentUrl\":\"https:\\\/\\\/qmycosmetics.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-logo_3.png\",\"width\":512,\"height\":512,\"caption\":\"QMy\"},\"image\":{\"@id\":\"https:\\\/\\\/qmycosmetics.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Landing Page - QMy","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/qmycosmetics.com\/it\/landing-page\/","og_locale":"it_IT","og_type":"article","og_title":"Landing Page - QMy","og_url":"https:\/\/qmycosmetics.com\/it\/landing-page\/","og_site_name":"QMy","article_modified_time":"2026-07-09T09:59:03+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/qmycosmetics.com\/landing-page\/","url":"https:\/\/qmycosmetics.com\/landing-page\/","name":"Landing Page - QMy","isPartOf":{"@id":"https:\/\/qmycosmetics.com\/#website"},"datePublished":"2026-06-23T12:23:41+00:00","dateModified":"2026-07-09T09:59:03+00:00","breadcrumb":{"@id":"https:\/\/qmycosmetics.com\/landing-page\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/qmycosmetics.com\/landing-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/qmycosmetics.com\/landing-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/qmycosmetics.com\/"},{"@type":"ListItem","position":2,"name":"Landing Page"}]},{"@type":"WebSite","@id":"https:\/\/qmycosmetics.com\/#website","url":"https:\/\/qmycosmetics.com\/","name":"QMy","description":"cosmeceutical","publisher":{"@id":"https:\/\/qmycosmetics.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/qmycosmetics.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/qmycosmetics.com\/#organization","name":"QMy","url":"https:\/\/qmycosmetics.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/qmycosmetics.com\/#\/schema\/logo\/image\/","url":"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/cropped-logo_3.png","contentUrl":"https:\/\/qmycosmetics.com\/wp-content\/uploads\/2026\/03\/cropped-logo_3.png","width":512,"height":512,"caption":"QMy"},"image":{"@id":"https:\/\/qmycosmetics.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/pages\/1499","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/comments?post=1499"}],"version-history":[{"count":251,"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/pages\/1499\/revisions"}],"predecessor-version":[{"id":1820,"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/pages\/1499\/revisions\/1820"}],"wp:attachment":[{"href":"https:\/\/qmycosmetics.com\/it\/wp-json\/wp\/v2\/media?parent=1499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}