/* Link Communication · Link Web Studio 0.4.1 */
.web-studio-page{
    --ws-black:#050706;
    --ws-ink:#111311;
    --ws-muted:#68706b;
    --ws-green:#08a957;
    --ws-green-bright:#35d985;
    --ws-surface:#f5f5f7;
    --ws-line:rgba(17,19,17,.1);
    font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;
    background:#fff;
    color:var(--ws-ink);
}

/* 0.3.8 · continuità tra header, subnav e hero */
.web-studio-page .premium-announcement{display:none!important}
.web-studio-page main{margin:0!important;padding:0!important}
.web-studio-page .premium-header{margin-bottom:0!important}
.web-studio-page .web-studio-subnav{margin:0!important}
.web-studio-page > .premium-header + .web-studio-subnav{margin-top:0!important}
.web-studio-page > .web-studio-subnav + main{margin-top:0!important;padding-top:0!important}

.web-studio-page .premium-header{
    background:rgba(49,52,50,.94)!important;
    border-bottom-color:rgba(255,255,255,.08)!important;
    box-shadow:none!important;
    transition:background .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.web-studio-page .premium-header .global-header-links>a,
.web-studio-page .premium-header .global-header-icon,
.web-studio-page .premium-header .premium-nav-cta,
.web-studio-page .premium-header .premium-nav-toggle{color:#f5f5f7!important}
.web-studio-page .premium-header .premium-nav-toggle span{background:#fff!important}
.web-studio-page .premium-header .global-header-links>a::after{background:rgba(255,255,255,.92)!important}
.web-studio-page .premium-header .global-header-icon:hover,
.web-studio-page .premium-header .global-header-icon:focus-visible,
.web-studio-page .premium-header .premium-nav-cta:hover,
.web-studio-page .premium-header .premium-nav-cta:focus-visible,
.web-studio-page .premium-header details[open] > summary.global-header-icon{
    background:rgba(255,255,255,.12)!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.web-studio-page .premium-header .global-header-links>a[aria-current="page"]::after{
    left:0;right:0;height:2px;background:#42e897!important;
}
.web-studio-page.web-studio-header-light .premium-header{
    background:rgba(250,250,252,.9)!important;
    border-bottom-color:rgba(0,0,0,.08)!important;
    box-shadow:0 1px 0 rgba(0,0,0,.02)!important;
}
.web-studio-page.web-studio-header-light .premium-header .global-header-links>a,
.web-studio-page.web-studio-header-light .premium-header .global-header-icon,
.web-studio-page.web-studio-header-light .premium-header .premium-nav-cta,
.web-studio-page.web-studio-header-light .premium-header .premium-nav-toggle{color:#1d1d1f!important}
.web-studio-page.web-studio-header-light .premium-header .premium-nav-toggle span{background:#1d1d1f!important}
.web-studio-page.web-studio-header-light .premium-header .global-header-links>a::after{background:#1d1d1f!important}
.web-studio-page.web-studio-header-light .premium-header .global-header-icon:hover,
.web-studio-page.web-studio-header-light .premium-header .global-header-icon:focus-visible,
.web-studio-page.web-studio-header-light .premium-header .premium-nav-cta:hover,
.web-studio-page.web-studio-header-light .premium-header .premium-nav-cta:focus-visible,
.web-studio-page.web-studio-header-light .premium-header details[open] > summary.global-header-icon{
    background:#e8e8ed!important;
    color:#1d1d1f!important;
}
.web-studio-page.web-studio-header-light .premium-header .global-header-links>a[aria-current="page"]::after{background:#0a9b52!important}

.web-studio-subnav{
    position:relative;
    top:auto;
    z-index:2;
    width:100%;
    overflow:hidden;
    background:#020302;
    border-bottom:1px solid rgba(255,255,255,.09);
    color:#fff;
}
.web-studio-subnav-track{
    width:min(1120px,100%);
    margin:0 auto;
    padding:15px 18px 14px;
    display:grid;
    grid-template-columns:repeat(8,minmax(84px,1fr));
    gap:4px;
}
.web-studio-subnav a{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:7px;
    padding:7px 5px;
    color:rgba(255,255,255,.68);
    font-size:11px;
    font-weight:500;
    line-height:1.05;
    text-align:center;
    transition:color .2s ease,transform .2s ease;
}
.web-studio-subnav a:hover,
.web-studio-subnav a:focus-visible,
.web-studio-subnav a.is-active{color:#fff;transform:translateY(-1px)}
.web-studio-subnav-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
}
.web-studio-subnav-icon svg{
    width:36px;
    height:36px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.65;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.web-studio-subnav a.is-in-view{color:#49e393}

.web-studio-hero{
    position:relative;
    min-height:900px;
    padding:clamp(105px,10vw,150px) 0 0;
    overflow:hidden;
    background:
        radial-gradient(circle at 78% 18%,rgba(33,226,132,.15),transparent 27%),
        radial-gradient(circle at 24% 28%,rgba(50,110,255,.13),transparent 26%),
        linear-gradient(150deg,#020403 0%,#07110c 62%,#020403 100%);
    color:#fff;
}
.web-studio-hero::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.22;
    background-image:radial-gradient(rgba(255,255,255,.75) .45px,transparent .45px);
    background-size:29px 29px;
    mask-image:linear-gradient(to bottom,#000 0%,transparent 78%);
}
.web-studio-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.24;pointer-events:none}
.web-studio-orb-one{width:440px;height:440px;right:-130px;top:80px;background:#0cd36e}
.web-studio-orb-two{width:500px;height:500px;left:-220px;bottom:130px;background:#244dff}
.web-studio-hero-inner{
    position:relative;
    z-index:2;
    width:min(1220px,calc(100% - 42px));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(500px,1fr);
    align-items:center;
    gap:clamp(28px,3.4vw,54px);
}
.web-studio-hero-copy{max-width:690px}
.web-studio-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#53e79b;
    font-size:10px;
    font-weight:850;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.web-studio-eyebrow::before{content:"";width:24px;height:1px;background:currentColor}
.web-studio-eyebrow-dark{color:#0a8a4b}
.web-studio-hero h1,
.web-studio-section-heading h2,
.web-studio-service-copy h2,
.web-studio-final-copy h2{
    text-wrap:balance;
}
.web-studio-hero h1{
    margin:22px 0 24px;
    font-size:clamp(48px,4.9vw,68px);
    line-height:.99;
    letter-spacing:-.032em;
    word-spacing:.045em;
    font-weight:720;
}
.web-studio-hero h1 span{color:#69eaa8}
.web-studio-hero-copy>p{
    max-width:570px;
    margin:0;
    color:rgba(255,255,255,.62);
    font-size:clamp(17px,1.45vw,21px);
    line-height:1.58;
}
.web-studio-actions{margin-top:34px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.web-studio-button{
    min-height:50px;
    padding:0 23px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    font-size:14px;
    font-weight:760;
    transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.web-studio-button:hover{transform:translateY(-2px)}
.web-studio-button-primary{background:#10b866;color:#fff;box-shadow:0 16px 38px rgba(16,184,102,.2)}
.web-studio-button-primary:hover{background:#0aa85b;color:#fff}
.web-studio-button-secondary{border:1px solid rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.04)}
.web-studio-button-secondary:hover{background:rgba(255,255,255,.1);color:#fff}

.web-studio-hero-visual{position:relative;min-height:590px;perspective:1300px;align-self:center}
.web-studio-device-shadow{position:absolute;width:88%;height:110px;left:8%;bottom:26px;border-radius:50%;background:rgba(20,207,110,.16);filter:blur(42px)}
.web-studio-browser{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#f6f7f6;box-shadow:0 42px 100px rgba(0,0,0,.45)}
.web-studio-browser-main{width:88%;height:495px;right:0;top:42px;transform:rotateY(-7deg) rotateX(2deg)}
.web-studio-browser-side{width:45%;height:315px;left:-2%;bottom:40px;transform:rotateY(8deg) rotateZ(-2deg);z-index:3}
.web-studio-browser-bar{height:40px;padding:0 13px;display:flex;align-items:center;gap:7px;background:#ecefeb;border-bottom:1px solid #dfe4df;color:#737a75}
.web-studio-browser-bar i{width:7px;height:7px;border-radius:50%;background:#c4cbc6}
.web-studio-browser-bar span{margin-left:12px;font-size:9px}
.web-studio-browser-content{height:calc(100% - 40px);padding:20px;background:linear-gradient(145deg,#f9fbfa,#eef4f0)}
.web-studio-demo-nav{display:flex;align-items:center;gap:22px;color:#172019;font-size:9px}
.web-studio-demo-nav b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#0aae5d;color:#fff;font-size:12px;margin-right:auto}
.web-studio-demo-hero{padding:54px 35px 32px;max-width:510px}
.web-studio-demo-hero small{color:#078b4a;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.web-studio-demo-hero strong{display:block;margin:12px 0 14px;color:#121712;font-size:38px;line-height:.92;letter-spacing:-.06em}
.web-studio-demo-hero p{max-width:340px;margin:0;color:#737c76;font-size:10px;line-height:1.55}
.web-studio-demo-hero em{display:inline-flex;margin-top:20px;padding:10px 15px;border-radius:999px;background:#101410;color:#fff;font-size:8px;font-style:normal;font-weight:750}
.web-studio-demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 35px}
.web-studio-demo-cards span{height:80px;border-radius:13px;background:linear-gradient(145deg,#dfe8e2,#f9fbfa);box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}
.web-studio-shop-demo{height:calc(100% - 40px);padding:22px;background:#f8f3eb;color:#1f1c17}
.web-studio-shop-demo small{font-size:7px;letter-spacing:.15em;text-transform:uppercase;color:#8d6b43}
.web-studio-shop-demo strong{display:block;max-width:220px;margin:9px 0 18px;font-size:24px;line-height:.95;letter-spacing:-.05em}
.web-studio-shop-demo>div{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.web-studio-shop-demo>div span{height:73px;border-radius:11px;background:linear-gradient(145deg,#dbb98d,#f4e1c6)}
.web-studio-shop-demo>div span:nth-child(2){background:linear-gradient(145deg,#222,#666)}
.web-studio-shop-demo>div span:nth-child(3){background:linear-gradient(145deg,#99ab91,#e7eadf)}
.web-studio-shop-demo>div span:nth-child(4){background:linear-gradient(145deg,#d58b7e,#fae1dc)}
.web-studio-phone{position:absolute;width:180px;height:365px;right:-22px;bottom:5px;z-index:4;padding:7px;border:1px solid rgba(255,255,255,.22);border-radius:31px;background:#0e110f;box-shadow:0 30px 75px rgba(0,0,0,.5);transform:rotate(4deg)}
.web-studio-phone-notch{position:absolute;width:56px;height:15px;left:50%;top:11px;transform:translateX(-50%);border-radius:999px;background:#080a09;z-index:2}
.web-studio-phone-content{height:100%;padding:37px 15px 17px;border-radius:25px;background:linear-gradient(165deg,#f7faf8,#dfeae4);color:#132019}
.web-studio-phone-content>b{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#0fb866;color:#fff;font-size:12px}
.web-studio-phone-content small{display:block;margin-top:32px;color:#768078;font-size:8px}
.web-studio-phone-content strong{display:block;margin:4px 0 1px;font-size:34px;letter-spacing:-.05em}
.web-studio-phone-content>span{font-size:8px;color:#79817c}
.web-studio-phone-content>div{height:92px;margin-top:27px;display:flex;align-items:flex-end;gap:5px;padding:11px;border-radius:13px;background:#fff}
.web-studio-phone-content>div i{flex:1;border-radius:3px 3px 0 0;background:#18b96b}
.web-studio-phone-content>div i:nth-child(1){height:30%}.web-studio-phone-content>div i:nth-child(2){height:48%}.web-studio-phone-content>div i:nth-child(3){height:65%}.web-studio-phone-content>div i:nth-child(4){height:78%}.web-studio-phone-content>div i:nth-child(5){height:95%}

.web-studio-proof-strip{
    position:relative;
    z-index:3;
    width:min(1260px,calc(100% - 42px));
    margin:70px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
}
.web-studio-proof-strip article{min-height:130px;padding:25px 26px;display:flex;align-items:center;gap:16px;border-right:1px solid rgba(255,255,255,.12)}
.web-studio-proof-strip article:last-child{border-right:0}
.web-studio-proof-strip article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(56,230,145,.14);color:#55e79d;font-size:10px;font-weight:850}
.web-studio-proof-strip strong{display:block;font-size:15px}
.web-studio-proof-strip small{display:block;margin-top:6px;color:rgba(255,255,255,.46);font-size:10px;line-height:1.45}

.web-studio-intro{padding:clamp(110px,11vw,180px) 0 75px;background:#fff}
.web-studio-section-heading{width:min(980px,calc(100% - 38px));margin:0 auto;text-align:center}
.web-studio-section-heading h2{
    margin:17px 0 20px;
    color:#111311;
    font-size:clamp(42px,5.25vw,72px);
    line-height:.97;
    letter-spacing:-.043em;
    word-spacing:.028em;
}
.web-studio-section-heading h2 span{color:#959d97}
.web-studio-section-heading>p{max-width:720px;margin:0 auto;color:#69716c;font-size:clamp(16px,1.4vw,20px);line-height:1.58}

.web-studio-service-stack{display:grid;gap:22px;padding:0 22px 120px;background:#fff}
.web-studio-service{
    width:min(1380px,100%);
    min-height:690px;
    margin:0 auto;
    padding:clamp(30px,5vw,72px);
    display:grid;
    grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);
    align-items:center;
    gap:clamp(28px,5vw,80px);
    overflow:hidden;
    border-radius:42px;
    background:#f5f5f7;
}
.web-studio-service:nth-child(even){grid-template-columns:minmax(520px,1.28fr) minmax(320px,.72fr)}
.web-studio-service:nth-child(even) .web-studio-service-copy{order:2}
.web-studio-service-number{color:#078849;font-size:10px;font-weight:850;letter-spacing:.14em}
.web-studio-service-copy h2{margin:18px 0 19px;font-size:clamp(39px,4.4vw,62px);line-height:.98;letter-spacing:-.04em;word-spacing:.025em}
.web-studio-service-copy>p{margin:0;color:#656d68;font-size:17px;line-height:1.58}
.web-studio-service-copy ul{margin:29px 0 0;padding:0;display:grid;gap:11px;list-style:none}
.web-studio-service-copy li{position:relative;padding-left:24px;color:#343a36;font-size:14px}
.web-studio-service-copy li::before{content:"✓";position:absolute;left:0;color:#0aae5d;font-weight:900}
.web-studio-service-copy>a{display:inline-flex;align-items:center;gap:8px;margin-top:31px;color:#087d44;font-size:14px;font-weight:800}
.web-studio-service-copy>a:hover{text-decoration:underline}
.web-studio-service-visual{position:relative;min-height:500px;border-radius:30px;overflow:hidden;box-shadow:0 24px 80px rgba(26,34,29,.12)}

.web-studio-service-business{background:linear-gradient(145deg,#f1f6f3,#edf3ff)}
.web-studio-business-visual{padding:30px;background:linear-gradient(145deg,#19231d,#07100b)}
.ws-site-frame{height:100%;border-radius:20px;overflow:hidden;background:#fbfcfb}
.ws-site-top{height:48px;padding:0 20px;display:flex;align-items:center;gap:24px;border-bottom:1px solid #e7eae7;color:#626a65;font-size:10px}.ws-site-top b{margin-right:auto;color:#111;font-size:16px}
.ws-site-business-hero{padding:75px 45px 55px;background:radial-gradient(circle at 85% 30%,#b9efcf,transparent 29%),linear-gradient(145deg,#f8fbf9,#e8f1ec)}
.ws-site-business-hero small{color:#078849;font-size:8px;font-weight:850;letter-spacing:.14em}.ws-site-business-hero strong{display:block;margin:15px 0 18px;font-size:48px;line-height:.92;letter-spacing:-.065em}.ws-site-business-hero em{display:inline-flex;margin-top:18px;padding:11px 16px;border-radius:999px;background:#111;color:#fff;font-size:9px;font-style:normal;font-weight:800}
.ws-site-business-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e8ebe9}.ws-site-business-metrics span{padding:24px;background:#fff}.ws-site-business-metrics b{display:block;font-size:25px}.ws-site-business-metrics small{color:#777f79;font-size:8px}

.web-studio-service-ecommerce{background:linear-gradient(145deg,#fff7ed,#f7f0ff)}
.web-studio-shop-visual{padding:28px;background:#f8f1e7;color:#211d18}
.ws-shop-head{display:flex;align-items:center;gap:25px;padding:0 3px 20px;font-size:10px}.ws-shop-head b{margin-right:auto;font-size:20px}.ws-shop-head i{font-style:normal;font-weight:700}
.ws-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.ws-shop-grid article{padding:12px;border-radius:17px;background:#fff}.ws-shop-grid article>span{display:block;height:270px;border-radius:12px;background:linear-gradient(145deg,#d4a36b,#f5d9b3)}.ws-shop-grid article:nth-child(2)>span{background:linear-gradient(145deg,#303030,#b5b5b5)}.ws-shop-grid article:nth-child(3)>span{background:linear-gradient(145deg,#8ca078,#e8ecd9)}.ws-shop-grid b{display:block;margin-top:12px;font-size:12px}.ws-shop-grid small{color:#806f5c;font-size:9px}
.ws-shop-checkout{position:absolute;width:230px;right:21px;bottom:18px;padding:19px;border-radius:18px;background:#111;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.25)}.ws-shop-checkout small{display:block;color:#aaa;font-size:8px}.ws-shop-checkout strong{display:block;margin:6px 0 13px;font-size:28px}.ws-shop-checkout em{display:flex;justify-content:center;padding:10px;border-radius:999px;background:#fff;color:#111;font-size:9px;font-style:normal;font-weight:800}

.web-studio-service-portfolio{background:#f3f1ed}
.web-studio-portfolio-visual{padding:35px;background:#141311;color:#fff}
.ws-portfolio-title small{color:#a39f96;font-size:9px;letter-spacing:.12em}.ws-portfolio-title strong{display:block;margin:13px 0 27px;font-size:42px;line-height:.94;letter-spacing:-.06em}
.ws-portfolio-grid{height:350px;display:grid;grid-template-columns:1.35fr .75fr .75fr;grid-template-rows:repeat(2,1fr);gap:9px}.ws-portfolio-grid span{border-radius:13px;background:linear-gradient(145deg,#c67c56,#f0be9d)}.ws-portfolio-grid span:first-child{grid-row:1/-1;background:linear-gradient(145deg,#516b7c,#c5d6df)}.ws-portfolio-grid span:nth-child(3){background:linear-gradient(145deg,#4c4b46,#a6a59e)}.ws-portfolio-grid span:nth-child(4){background:linear-gradient(145deg,#968356,#efe1bd)}.ws-portfolio-grid span:nth-child(5){background:linear-gradient(145deg,#6c785f,#cdd8c5)}

.web-studio-service-magazine{background:linear-gradient(145deg,#eef3ff,#f7f7f8)}
.web-studio-magazine-visual{padding:26px;background:#fbfbfa;color:#121212}
.ws-magazine-masthead{display:flex;align-items:center;gap:22px;padding:0 3px 18px;border-bottom:3px solid #111;font-size:9px}.ws-magazine-masthead b{margin-right:auto;font-size:27px;letter-spacing:-.06em}
.ws-magazine-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:20px;padding-top:18px}.ws-magazine-layout>article>span{display:block;height:275px;border-radius:8px;background:linear-gradient(145deg,#345675,#9eb8ce)}.ws-magazine-layout>article small{display:block;margin-top:15px;color:#0b8f4d;font-size:8px;font-weight:850}.ws-magazine-layout>article strong{display:block;margin:5px 0;font-size:26px;letter-spacing:-.04em}.ws-magazine-layout>article p{margin:0;color:#777;font-size:9px}.ws-magazine-layout aside{display:grid;gap:14px}.ws-magazine-layout aside div{display:grid;grid-template-columns:75px 1fr;align-items:center;gap:11px;border-bottom:1px solid #ddd;padding-bottom:13px}.ws-magazine-layout aside i{height:58px;border-radius:6px;background:linear-gradient(145deg,#c37e65,#f1c8b7)}.ws-magazine-layout aside div:nth-child(2) i{background:linear-gradient(145deg,#53665b,#becdc4)}.ws-magazine-layout aside div:nth-child(3) i{background:linear-gradient(145deg,#a59567,#e8dfc4)}.ws-magazine-layout aside b{font-size:11px;line-height:1.15}

.web-studio-service-landing{background:linear-gradient(145deg,#f6edff,#fff3f0)}
.web-studio-landing-visual{padding:38px;display:grid;grid-template-columns:1.15fr .75fr;align-items:center;gap:28px;background:radial-gradient(circle at 20% 10%,rgba(116,68,255,.38),transparent 35%),linear-gradient(145deg,#101013,#25132c);color:#fff}
.ws-landing-copy small{color:#d7b4ff;font-size:8px;font-weight:850;letter-spacing:.14em}.ws-landing-copy strong{display:block;margin:14px 0;font-size:45px;line-height:.94;letter-spacing:-.06em}.ws-landing-copy p{color:#beb6c3;font-size:11px}.ws-landing-copy em{display:inline-flex;margin-top:18px;padding:11px 15px;border-radius:999px;background:#fff;color:#161116;font-size:9px;font-style:normal;font-weight:800}
.ws-landing-form{padding:25px;border-radius:22px;background:#fff;color:#1e1720;box-shadow:0 25px 60px rgba(0,0,0,.28)}.ws-landing-form b{display:block;margin-bottom:17px;font-size:18px}.ws-landing-form span{display:block;margin-bottom:9px;padding:11px;border:1px solid #e3dce4;border-radius:9px;color:#9a909c;font-size:8px}.ws-landing-form em{display:flex;justify-content:center;margin-top:13px;padding:12px;border-radius:999px;background:#6e36e8;color:#fff;font-size:9px;font-style:normal;font-weight:800}.ws-landing-form small{display:block;margin-top:11px;text-align:center;color:#9d939f;font-size:7px}

.web-studio-service-app{background:linear-gradient(145deg,#e9f7ef,#edf1ff)}
.web-studio-app-visual{display:grid;grid-template-columns:72px 1fr;background:#f7faf8;color:#152019}
.web-studio-app-visual>aside{padding:22px 15px;display:flex;flex-direction:column;align-items:center;gap:15px;background:#101511}.web-studio-app-visual>aside b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#11b866;color:#fff}.web-studio-app-visual>aside span{width:26px;height:26px;border-radius:8px;background:#29312c}.web-studio-app-visual>aside span.is-active{background:#19b96a}
.ws-app-main{padding:32px}.ws-app-head{display:flex;align-items:center;gap:10px}.ws-app-head small{display:block;color:#7b857e;font-size:8px}.ws-app-head b{font-size:25px;letter-spacing:-.04em}.ws-app-head i{margin-left:auto;padding:10px 13px;border-radius:999px;background:#111;color:#fff;font-size:8px;font-style:normal}.ws-app-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.ws-app-metrics span{padding:20px;border:1px solid #e0e7e2;border-radius:15px;background:#fff}.ws-app-metrics small{display:block;color:#7b857e;font-size:8px}.ws-app-metrics b{display:block;margin-top:8px;font-size:27px}.ws-app-chart{height:250px;margin-top:14px;padding:25px;display:flex;align-items:flex-end;gap:13px;border:1px solid #e0e7e2;border-radius:17px;background:#fff}.ws-app-chart i{flex:1;border-radius:7px 7px 0 0;background:linear-gradient(to top,#10ae60,#76e3aa)}.ws-app-chart i:nth-child(1){height:38%}.ws-app-chart i:nth-child(2){height:58%}.ws-app-chart i:nth-child(3){height:44%}.ws-app-chart i:nth-child(4){height:72%}.ws-app-chart i:nth-child(5){height:66%}.ws-app-chart i:nth-child(6){height:88%}.ws-app-chart i:nth-child(7){height:96%}

.web-studio-service-restyling{background:#f0f2f0}
.web-studio-restyling-visual{display:grid;grid-template-columns:1fr 1fr;background:#dfe4e1;color:#171a18}
.ws-before,.ws-after{padding:36px}.ws-before{background:#e4e2df}.ws-after{background:linear-gradient(145deg,#0c130f,#193123);color:#fff}.ws-before small,.ws-after small{font-size:8px;font-weight:850;letter-spacing:.14em}.ws-before strong,.ws-after strong{display:block;margin:18px 0 25px;font-size:36px;line-height:.95;letter-spacing:-.05em}.ws-before span{display:block;height:14px;margin-bottom:12px;border-radius:3px;background:#c4c1bc}.ws-before span:nth-of-type(2){width:73%}.ws-before span:nth-of-type(3){width:48%}.ws-before em{display:block;margin-top:42px;color:#8e8a85;font-size:9px;font-style:normal}.ws-after span{display:block;height:210px;border-radius:15px;background:radial-gradient(circle at 60% 20%,rgba(76,231,148,.35),transparent 32%),linear-gradient(145deg,#1e3c2a,#0f1a13)}.ws-after em{display:inline-flex;margin-top:22px;padding:11px 15px;border-radius:999px;background:#5be49e;color:#092015;font-size:9px;font-style:normal;font-weight:850}

.web-studio-service-care{background:linear-gradient(145deg,#f1f6f4,#eff3fb)}
.web-studio-care-visual{padding:34px;background:#f8fbf9;color:#162019}
.ws-care-status{padding:23px;display:flex;align-items:center;gap:16px;border:1px solid #dce7e0;border-radius:20px;background:#fff}.ws-care-status>i{width:16px;height:16px;border-radius:50%;background:#18bf6e;box-shadow:0 0 0 8px rgba(24,191,110,.12)}.ws-care-status span{display:grid}.ws-care-status small{color:#7b857e;font-size:8px}.ws-care-status strong{margin-top:3px;font-size:18px}.ws-care-status>b{margin-left:auto;color:#0a9953;font-size:23px}
.ws-care-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:14px}.ws-care-grid article{min-height:150px;padding:22px;border:1px solid #dce7e0;border-radius:18px;background:#fff}.ws-care-grid small{display:block;color:#7b857e;font-size:8px}.ws-care-grid b{display:block;margin:12px 0 24px;font-size:23px}.ws-care-grid span{display:block;height:6px;border-radius:999px;background:linear-gradient(to right,#10b865 88%,#e4e9e6 88%)}.ws-care-grid article:nth-child(2) span{background:linear-gradient(to right,#10b865 100%,#e4e9e6 100%)}.ws-care-grid article:nth-child(3) span{background:linear-gradient(to right,#10b865 73%,#e4e9e6 73%)}

.web-studio-process{padding:clamp(95px,9vw,145px) 0;background:radial-gradient(circle at 50% -10%,rgba(37,224,132,.17),transparent 35%),#030504;color:#fff}
.web-studio-process-inner{width:min(1220px,calc(100% - 38px));margin:0 auto}.web-studio-section-heading-light h2{color:#fff}.web-studio-section-heading-light h2 span{color:#79e7ad}.web-studio-section-heading-light>p{color:rgba(255,255,255,.57)}
.web-studio-process-grid{margin-top:72px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.web-studio-process-grid article{min-height:300px;padding:35px 28px;border-right:1px solid rgba(255,255,255,.13)}.web-studio-process-grid article:last-child{border-right:0}.web-studio-process-grid span{color:#4be394;font-size:11px;font-weight:850}.web-studio-process-grid h3{margin:80px 0 15px;font-size:28px;letter-spacing:-.022em;word-spacing:.02em}.web-studio-process-grid p{margin:0;color:rgba(255,255,255,.52);font-size:14px;line-height:1.55}


.web-studio-final-cta{position:relative;min-height:520px;padding:88px 24px 76px;display:grid;place-items:center;overflow:hidden;background:#f5f5f7;color:var(--ws-ink);text-align:center;border:0}.web-studio-final-cta::before{display:none}.web-studio-final-glow{display:none}.web-studio-final-copy{position:relative;z-index:2;max-width:980px}.web-studio-final-copy .web-studio-eyebrow{color:#078749}.web-studio-final-copy h2{margin:21px 0 23px;font-size:clamp(50px,6.2vw,84px);line-height:.96;letter-spacing:-.04em;word-spacing:.035em;color:var(--ws-ink)}.web-studio-final-copy h2 span{color:#0aae5d}.web-studio-final-copy p{max-width:680px;margin:0 auto 34px;color:#6e746f;font-size:clamp(17px,1.5vw,21px);line-height:1.55}.web-studio-final-cta .web-studio-button-primary{background:#0b0d0c;color:#fff;box-shadow:0 16px 38px rgba(11,13,12,.14)}.web-studio-final-cta .web-studio-button-primary:hover{background:#202421;color:#fff}

.web-studio-reveal{opacity:0;transform:translateY(28px);transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .78s cubic-bezier(.22,1,.36,1)}.web-studio-reveal.is-visible{opacity:1;transform:none}


@media(min-width:901px) and (max-width:1180px){
    .web-studio-hero h1{font-size:clamp(46px,5vw,60px);line-height:1;letter-spacing:-.03em;word-spacing:.045em}
    .web-studio-hero-copy>p{font-size:18px}
    .web-studio-hero-visual{min-height:560px}
    .web-studio-browser-main{top:28px}
}

@media(max-width:1120px){
    .web-studio-hero-inner{grid-template-columns:minmax(0,1fr) minmax(460px,1fr);gap:34px}
    .web-studio-browser-main{width:94%}.web-studio-browser-side{left:-4%}.web-studio-phone{right:-12px}
    .web-studio-service,.web-studio-service:nth-child(even){grid-template-columns:minmax(290px,.8fr) minmax(450px,1.2fr)}
    .web-studio-subnav-track{grid-template-columns:repeat(8,minmax(78px,1fr))}
}
@media(max-width:900px){
    .web-studio-page .premium-header .premium-nav.is-open{background:rgba(250,250,252,.99)!important;border-color:rgba(0,0,0,.08)!important}
    .web-studio-page .premium-header .premium-nav.is-open .global-header-links>a{color:#1d1d1f!important;border-color:rgba(0,0,0,.08)!important}
    .web-studio-page .premium-header .premium-nav.is-open .global-header-icon,
    .web-studio-page .premium-header .premium-nav.is-open .premium-nav-cta{color:#1d1d1f!important}
    .web-studio-subnav-track{display:flex;width:max-content;min-width:100%;justify-content:flex-start;padding-inline:18px;overflow:visible}.web-studio-subnav{overflow-x:auto;scrollbar-width:none}.web-studio-subnav::-webkit-scrollbar{display:none}.web-studio-subnav a{width:88px;flex:0 0 88px}
    .web-studio-hero{min-height:0;padding-top:100px}.web-studio-hero-inner{grid-template-columns:1fr;text-align:center;width:min(760px,calc(100% - 34px))}.web-studio-hero-copy{margin:0 auto}.web-studio-hero-copy>p{margin-inline:auto}.web-studio-actions{justify-content:center}.web-studio-hero-visual{min-height:560px;margin-top:25px}.web-studio-browser-main{width:82%;right:7%;transform:none}.web-studio-browser-side{width:42%;left:2%;bottom:18px;transform:rotate(-2deg)}.web-studio-phone{right:2%;bottom:-4px;transform:rotate(3deg)}
    .web-studio-proof-strip{grid-template-columns:repeat(2,1fr)}.web-studio-proof-strip article:nth-child(2){border-right:0}.web-studio-proof-strip article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
    .web-studio-service,.web-studio-service:nth-child(even){grid-template-columns:1fr;min-height:0;padding:34px}.web-studio-service:nth-child(even) .web-studio-service-copy{order:0}.web-studio-service-visual{min-height:480px}.web-studio-service-copy{text-align:center}.web-studio-service-copy ul{width:max-content;max-width:100%;margin-inline:auto;text-align:left}
    .web-studio-process-grid{grid-template-columns:repeat(2,1fr)}.web-studio-process-grid article:nth-child(2){border-right:0}.web-studio-process-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
}
@media(max-width:640px){
    .web-studio-subnav{top:48px}.web-studio-subnav-track{padding:10px 11px 9px}.web-studio-subnav a{width:76px;flex-basis:76px;font-size:9px;gap:4px}.web-studio-subnav-icon{width:31px;height:31px}.web-studio-subnav-icon svg{width:29px;height:29px}
    .web-studio-hero{padding-top:70px}.web-studio-hero-inner{width:calc(100% - 28px)}.web-studio-hero h1{font-size:clamp(44px,13.4vw,62px);line-height:.98;letter-spacing:-.038em;word-spacing:.025em}.web-studio-hero-copy>p{font-size:16px}.web-studio-actions{flex-direction:column}.web-studio-button{width:100%}
    .web-studio-hero-visual{min-height:390px;margin-top:20px}.web-studio-browser-main{width:112%;height:350px;right:-6%;top:20px;transform:scale(.82)}.web-studio-browser-side{display:none}.web-studio-phone{width:118px;height:240px;right:-2px;bottom:1px;border-radius:22px;padding:5px}.web-studio-phone-content{padding:27px 10px 10px;border-radius:18px}.web-studio-phone-content small{margin-top:19px}.web-studio-phone-content strong{font-size:22px}.web-studio-phone-content>div{height:58px;margin-top:16px;padding:7px}.web-studio-demo-hero{padding:35px 22px 22px}.web-studio-demo-hero strong{font-size:27px}.web-studio-demo-cards{padding:0 22px}.web-studio-proof-strip{width:100%;margin-top:35px}.web-studio-proof-strip article{min-height:105px;padding:18px 15px;gap:10px}.web-studio-proof-strip article>span{width:29px;height:29px;font-size:8px}.web-studio-proof-strip strong{font-size:12px}.web-studio-proof-strip small{font-size:8px}
    .web-studio-intro{padding:90px 0 55px}.web-studio-section-heading{width:calc(100% - 28px)}.web-studio-section-heading h2{font-size:clamp(37px,10.5vw,51px);line-height:1;letter-spacing:-.036em;word-spacing:.022em}.web-studio-section-heading>p{font-size:16px}
    .web-studio-service-stack{padding-inline:12px;gap:13px}.web-studio-service,.web-studio-service:nth-child(even){padding:27px 18px;border-radius:28px;gap:27px}.web-studio-service-copy h2{font-size:clamp(34px,9.8vw,47px);line-height:1.01;letter-spacing:-.034em;word-spacing:.02em}.web-studio-service-copy>p{font-size:15px}.web-studio-service-copy li{font-size:13px}.web-studio-service-visual{min-height:360px;border-radius:21px}
    .web-studio-business-visual,.web-studio-shop-visual,.web-studio-portfolio-visual,.web-studio-magazine-visual,.web-studio-care-visual{padding:17px}.ws-site-business-hero{padding:45px 22px 30px}.ws-site-business-hero strong{font-size:34px}.ws-site-business-metrics span{padding:14px}.ws-site-business-metrics b{font-size:18px}.ws-shop-grid{gap:7px}.ws-shop-grid article{padding:7px}.ws-shop-grid article>span{height:170px}.ws-shop-checkout{width:175px;padding:13px}.ws-portfolio-title strong{font-size:31px}.ws-portfolio-grid{height:240px}.ws-magazine-layout{grid-template-columns:1fr}.ws-magazine-layout aside{display:none}.ws-magazine-layout>article>span{height:220px}.web-studio-landing-visual{grid-template-columns:1fr;padding:24px}.ws-landing-form{display:none}.ws-landing-copy strong{font-size:38px}.web-studio-app-visual{grid-template-columns:48px 1fr}.web-studio-app-visual>aside{padding:15px 8px}.ws-app-main{padding:20px}.ws-app-head b{font-size:18px}.ws-app-head i{display:none}.ws-app-metrics{gap:7px}.ws-app-metrics span{padding:12px}.ws-app-metrics b{font-size:19px}.ws-app-chart{height:170px;padding:14px;gap:7px}.web-studio-restyling-visual{grid-template-columns:1fr 1fr}.ws-before,.ws-after{padding:21px 15px}.ws-before strong,.ws-after strong{font-size:25px}.ws-after span{height:125px}.ws-care-grid article{min-height:110px;padding:15px}.ws-care-grid b{font-size:16px;margin-bottom:16px}
    .web-studio-process-grid{grid-template-columns:1fr}.web-studio-process-grid article{min-height:230px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.web-studio-process-grid article:last-child{border-bottom:0}.web-studio-process-grid h3{margin-top:48px}
    .web-studio-final-cta{min-height:570px;padding-inline:16px}.web-studio-final-copy h2{font-size:clamp(43px,12.7vw,62px);line-height:.98;letter-spacing:-.037em;word-spacing:.025em}
}
@media(prefers-reduced-motion:reduce){.web-studio-reveal{opacity:1;transform:none;transition:none}.web-studio-button{transition:none}}


/* 0.4.1 · subnav non sticky e chiusura continua con note/footer */
.web-studio-page .product-disclosures{background:#f5f5f7}
.web-studio-page .product-disclosures-inner{border-top:0;border-bottom:0}
@media (max-width:900px){
    .web-studio-subnav{position:relative;top:auto}
}
.web-studio-page .web-studio-subnav{position:relative!important;top:auto!important}


/* 0.4.2 · raccordo finale identico al footer, senza divisori */
.web-studio-page .web-studio-final-cta,
.web-studio-page .product-disclosures,
.web-studio-page .premium-footer{background:#f5f5f7!important}
.web-studio-page .product-disclosures-inner{border-top:0!important;border-bottom:0!important}
.web-studio-page .premium-footer-inner{border-top:0!important}
