:root{--profile-card-width:340px;--profile-card-height:655px;--profile-card-radius:30px;--carousel-gap:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}
body{width:100%;max-width:100%;margin:0;overflow-x:hidden;overscroll-behavior-x:none;background:var(--color-bg);color:var(--color-text);font:15px/1.55 var(--font-body)}
button,input{font:inherit}
button,a{cursor:pointer}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.nav{height:84px;width:min(1180px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between}
.brand-logo{display:inline-flex;align-items:center;line-height:0}
.brand-logo img{display:block;width:150px;height:auto;max-height:40px;object-fit:contain}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;border:0;border-radius:7px;padding:14px 20px;font-weight:700}
.btn-primary,.btn-dark{background:var(--color-accent);color:var(--color-text)}
.btn-primary:hover,.btn-dark:hover{background:var(--color-accent-hover)}
.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:700;color:var(--color-secondary)}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--color-accent)}
.hero{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:72px;padding-top:24px;padding-bottom:48px}
.hero-copy{max-width:650px}
.hero h1{font:800 clamp(58px,6vw,84px)/.98 var(--font-display);letter-spacing:-4.5px;margin:34px 0 24px}
.hero h1 em{font-style:normal;color:var(--color-text)}
.hero h1 em span{color:var(--color-accent-text)}
.hero-copy>p{max-width:560px;color:var(--color-secondary);font-size:19px;line-height:1.55;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;align-items:center}
.hero-sub{font-size:15px;color:var(--color-secondary);margin-top:12px}
.hero-reviews{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:520px;margin-top:17px;font-size:15px;color:var(--color-secondary)}
.hero-rating{display:flex;align-items:center;gap:10px}
.hero-reviews strong{color:var(--color-text);font-size:15px;white-space:nowrap}
.hero-review-copy{display:block}
.review-stars{font-size:18px;letter-spacing:2px;line-height:1;color:var(--color-review)}
.hero-art{height:680px;display:grid;place-items:center;position:relative}
.glow{position:absolute;width:min(470px,100%);height:470px;border-radius:50%;background:radial-gradient(circle,rgba(91,84,232,.58) 0%,rgba(91,84,232,.3) 42%,transparent 73%);filter:blur(18px);opacity:1;transform:scale(1.15)}
.vc-profile-card.hero-showcase{width:var(--profile-card-width);height:var(--profile-card-height);min-height:var(--profile-card-height);padding:32px 25px 24px;overflow:hidden;border-radius:var(--profile-card-radius);position:relative;z-index:1;box-shadow:0 26px 70px var(--color-shadow),0 0 34px rgba(91,84,232,.26)}
.hero-showcase .vc-avatar{width:108px;height:108px;flex-basis:108px;margin:0 auto 10px;border:2px solid var(--vc-accent);border-radius:50%;background:#0a0a0a}
.hero-showcase .brand-avatar{background:#0a0a0a;border-color:var(--vc-accent)}
.hero-showcase .brand-avatar img{width:100%;height:100%;object-fit:contain}
.hero-showcase .vc-handle,.profile-example .vc-handle{min-height:0;margin:0 0 6px;padding:4px 12px;border:1px solid #e6e7ec;border-radius:16px;background:#fafafd;color:#28292f;font-size:12px;font-weight:550;line-height:1.4}
.hero-showcase .vc-name,.profile-example .vc-name{font:700 23px/1.15 var(--font-display);letter-spacing:-.5px}
.vc-profile-card.hero-showcase .vc-bio,.vc-profile-card.profile-example .vc-bio{max-width:260px;min-height:0;flex:0 0 auto;margin:7px 0 12px;color:#858893;font-size:12px;font-weight:450;line-height:1.4;white-space:normal;overflow-wrap:anywhere}
.hero-showcase .vc-socials,.profile-example .vc-socials{min-height:42px;margin:0 0 10px;gap:8px;flex-wrap:wrap}
.hero-showcase .vc-social,.profile-example .vc-social{width:34px;height:34px;flex:0 0 34px}
.hero-showcase .vc-social img,.profile-example .vc-social img{width:23px;height:23px}
.hero-showcase .vc-links,.profile-example .vc-links{gap:8px}
.vc-profile-card.hero-showcase .vc-link-slot,.vc-profile-card.profile-example .vc-link-slot{height:52px;min-height:52px;margin:0;padding:8px 12px;justify-content:flex-start;gap:10px;border:1px solid #171719;border-radius:20px;background:#171719;color:#fff}
.hero-showcase .vc-link-slot:hover,.profile-example .vc-link-slot:hover{border-color:#c8c5ff;background:#171719;transform:translateY(-1px)}
.hero-showcase .vc-link-copy,.profile-example .vc-link-copy{align-items:flex-start}
.hero-showcase .vc-link-copy strong,.profile-example .vc-link-copy strong{color:#fff;font-size:13px;font-weight:650}
.hero-showcase .vc-link-more,.profile-example .vc-link-more{display:block;color:#fff}
.hero-showcase .vc-card-footer,.profile-example .vc-card-footer{padding-top:14px}
.hero-showcase .vc-card-brand,.profile-example .vc-card-brand{font-size:19px;letter-spacing:-.3px}
.hero-showcase .vc-card-legal,.profile-example .vc-card-legal{display:block;margin-top:5px;color:#858893;font-size:7.5px;line-height:1.5}
.vc-profile-card.profile-example{width:var(--profile-card-width);height:var(--profile-card-height);flex:0 0 var(--profile-card-width);min-height:var(--profile-card-height);padding:32px 25px 24px;overflow:hidden;border-radius:var(--profile-card-radius);box-shadow:0 18px 44px var(--color-shadow)}
.section,.examples,.builder-section,.pricing,.faq{padding-top:58px;padding-bottom:58px}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:48px}
.section h2,.examples h2,.builder-intro h2,.pricing h2,.faq h2{font:800 58px/.98 var(--font-display);margin:22px 0 0;letter-spacing:-3px}
.section-head>p{max-width:430px;color:var(--color-secondary);margin:0}
.audience-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding-top:60px;padding-bottom:62px;background:var(--color-section);box-shadow:0 0 0 100vmax var(--color-section);clip-path:inset(0 -100vmax)}
.network-row{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:0;width:100%;min-height:148px;margin:23px 0 28px;overflow:hidden;scrollbar-width:none}
.network-row::-webkit-scrollbar{display:none}
.network-track{position:relative;z-index:1;display:flex;align-items:center;flex:0 0 auto;width:max-content;min-width:100%;transform:translateZ(0)}
.network-track.is-looping{animation:networkLoop 34s linear infinite;will-change:transform}
.network-node{position:relative;z-index:2;width:clamp(64px,5.15vw,94px);height:clamp(64px,5.15vw,94px);flex:0 0 clamp(64px,5.15vw,94px);display:grid;place-items:center;border:1px solid var(--color-border);border-radius:17px;background:linear-gradient(145deg,rgba(27,27,27,.96),rgba(13,13,13,.98));box-shadow:inset 0 1px rgba(255,255,255,.025),0 0 0 1px rgba(255,255,255,.015)}
.network-node img{width:clamp(34px,2.75vw,52px);height:clamp(34px,2.75vw,52px);object-fit:contain}
.network-node img[src*="social-x.svg"]{filter:invert(1)}
.network-path{position:relative;z-index:1;display:block;flex:0 0 clamp(30px,3.5vw,68px);width:clamp(30px,3.5vw,68px);min-width:clamp(30px,3.5vw,68px);height:56px;overflow:visible;color:#ebe9ff}
.network-path path{stroke:currentColor;stroke-width:1.7;stroke-dasharray:.2 8;stroke-linecap:round;opacity:.95}
.network-path circle{fill:currentColor;filter:drop-shadow(0 0 4px rgba(126,118,255,.92))}
.network-path-down{transform:translateY(5px)}
.network-node.network-website{width:clamp(72px,5.6vw,102px);height:clamp(74px,5.6vw,102px);flex-basis:clamp(72px,5.6vw,102px);grid-template-rows:1fr auto;gap:0}
.network-node.network-website img{width:clamp(40px,3.2vw,58px);height:clamp(40px,3.2vw,58px);filter:brightness(0) saturate(100%) invert(41%) sepia(77%) saturate(3031%) hue-rotate(231deg) brightness(98%) contrast(91%)}
.network-node.network-website small{margin-bottom:8px;color:var(--color-text);font-size:clamp(9px,.66vw,12px);line-height:1}
.network-node.network-core{width:clamp(112px,8.3vw,154px);height:clamp(108px,7.65vw,142px);flex-basis:clamp(112px,8.3vw,154px);gap:9px;border-color:var(--color-accent);border-radius:21px;background:linear-gradient(145deg,rgba(25,24,36,.98),rgba(12,12,15,.98));box-shadow:0 0 0 1px rgba(91,84,232,.28),0 0 34px rgba(91,84,232,.38),inset 0 1px rgba(255,255,255,.06);animation:networkCorePulse 2.3s ease-in-out infinite}
.network-node.network-core .network-core-icon{width:clamp(38px,3.3vw,50px);height:clamp(38px,3.3vw,50px);filter:brightness(0) saturate(100%) invert(41%) sepia(77%) saturate(3031%) hue-rotate(231deg) brightness(98%) contrast(91%) drop-shadow(0 0 7px rgba(91,84,232,.55))}
.network-node.network-core strong{font:800 clamp(10px,.75vw,15px)/1 var(--font-display);letter-spacing:clamp(1px,.15vw,3px);color:var(--color-text)}
@keyframes networkLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@keyframes networkCorePulse{0%,100%{box-shadow:0 0 0 1px rgba(91,84,232,.28),0 0 34px rgba(91,84,232,.38),inset 0 1px rgba(255,255,255,.06)}50%{box-shadow:0 0 0 1px rgba(91,84,232,.62),0 0 48px rgba(91,84,232,.7),0 0 78px rgba(91,84,232,.2),inset 0 1px rgba(255,255,255,.08)}}
.audience-copy{text-align:center}
.audience-copy h2{font:800 clamp(42px,5.2vw,66px)/1 var(--font-display);margin:0;letter-spacing:-3px}
.audience-copy h2 em{font-style:normal;color:var(--color-accent-text)}
.audience-copy p{max-width:760px;margin:22px auto 0;color:var(--color-secondary);font-size:17px}
.audience-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:36px}
.audience-grid article{min-width:0;min-height:274px;padding:27px 21px 23px;border:1px solid var(--color-border);border-radius:17px;background:linear-gradient(145deg,rgba(28,28,28,.94),rgba(19,19,19,.97));box-shadow:inset 0 1px rgba(255,255,255,.018)}
.feature-icon{width:54px;height:54px;border:1.5px solid var(--color-accent);border-radius:16px;display:grid;place-items:center;background:transparent;margin-bottom:31px;box-shadow:0 0 18px var(--color-shadow)}
.feature-icon svg{width:24px;height:24px;display:block;color:var(--color-text)}
.audience-grid h3,.design-grid h3{font:700 19px var(--font-display);margin:0 0 12px}
.audience-grid p,.design-grid p{color:var(--color-secondary);margin:0;line-height:1.55}
.design-section{position:relative}
.design-section>h2{margin-top:22px}
.design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;margin-top:64px}
.design-grid article{min-width:0;min-height:250px;display:flex;flex-direction:column;align-items:flex-start}
.design-grid .btn{margin-top:auto;font-size:13px;padding:13px 22px}
.examples{background:var(--color-section)}
.examples .wrap{overflow:visible}
.example-carousel{position:relative;width:100%;overflow:visible}
.carousel-viewport{width:calc(var(--profile-card-width)*3 + var(--carousel-gap)*2);max-width:100%;margin:auto;overflow:hidden;contain:layout paint}
.carousel-track{display:flex;flex-wrap:nowrap;gap:var(--carousel-gap);align-items:stretch;will-change:transform;touch-action:pan-y}
.carousel-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:40px;height:52px;border:0;background:transparent;color:var(--color-text);font-size:30px;padding:0}
.carousel-arrow:hover{color:var(--color-accent-text)}
.carousel-arrow:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:8px}
.carousel-prev{left:-10px}
.carousel-next{right:-10px}
.carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:32px}
.carousel-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:var(--color-caption)}
.carousel-dots button.active{background:var(--color-accent)}
.pricing{background:var(--color-section);box-shadow:0 0 0 100vmax var(--color-section);clip-path:inset(0 -100vmax)}
.pricing-heading{text-align:center}
.pricing-heading .eyebrow{justify-content:center}
.pricing-heading h2{margin-top:22px}
.pricing-heading h2 span{display:block}
.pricing-heading p{margin:22px auto 0;color:var(--color-secondary)}
.plan-card{min-width:0;display:flex;flex-direction:column;background:var(--color-surface);border:2px solid var(--color-accent);border-radius:21px;padding:36px 38px 27px}
.pricing .plan-card{width:min(590px,100%);margin:36px auto 0;box-shadow:0 0 38px var(--color-shadow)}
.plan-top{display:flex;justify-content:space-between;gap:20px;align-items:start}
.plan-top small{display:block;padding:0;background:transparent;color:var(--color-text);font-weight:800;letter-spacing:1.2px}
.plan-price{font:800 clamp(58px,7vw,72px)/1 var(--font-display);letter-spacing:-3px;margin-top:22px}
.plan-top .plan-beta{padding-top:2px;color:var(--color-accent-text);font-size:12px;letter-spacing:1.5px;text-shadow:0 0 8px rgba(91,84,232,.7),0 0 20px rgba(91,84,232,.55),0 0 34px rgba(91,84,232,.35);filter:drop-shadow(0 0 8px rgba(91,84,232,.42))}
.plan-billing{display:flex;align-items:center;gap:10px;margin:17px 0 0;color:var(--color-secondary);font-size:16px}
.plan-billing-icon{display:grid;place-items:center;flex:0 0 17px;width:17px;height:17px}
.plan-billing-icon svg{display:block;width:17px;height:17px}
.plan-divider{height:1px;background:var(--color-border);margin:33px 0 28px}
.plan-section-label{margin:0;color:var(--color-secondary);font-size:11px;font-weight:800;letter-spacing:2px}
.plan-card ul{list-style:none;padding:0;margin:16px 0 43px;display:grid;gap:16px;flex:1}
.plan-card li{display:flex;align-items:flex-start;gap:17px;padding:0;color:var(--color-text);font-size:16px;line-height:1.45}
.plan-card li:before{content:"✓";flex:0 0 14px;color:var(--color-text);font-size:14px;line-height:1.5}
.plan-cta{width:100%;min-height:58px;border-radius:12px;background:var(--color-accent);color:var(--color-text);font-size:16px}
.plan-cta:hover{background:var(--color-accent-hover)}
.faq{background:var(--color-bg)}
.faq h2{margin-bottom:30px}
.faq-list{max-width:900px;margin:auto}
.faq details{background:var(--color-section);border:1px solid var(--color-border);border-radius:9px;margin:10px 0;padding:0 18px}
.faq summary{padding:17px 0;font-weight:700;cursor:pointer}
.faq details p{color:var(--color-secondary);margin:0;padding:0 0 18px}
.site-footer{position:relative;background:linear-gradient(180deg,#101010 0%,var(--color-footer) 100%);padding:28px 0 18px;border-top:1px solid var(--color-border)}
.site-footer::before{content:"";position:absolute;top:-1px;left:50%;width:min(320px,42vw);height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);transform:translateX(-50%);opacity:.78}
.footer-content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}
.footer-logo img{width:146px;height:auto}
.footer-socials{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:13px}
.footer-socials a{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}
.footer-socials img{width:17px;height:17px;object-fit:contain}
.footer-socials img[src*="social-x.svg"]{filter:invert(1)}
.footer-socials a:hover{transform:translateY(-2px);border-color:var(--color-accent);background:#201f2d}
.footer-socials a:hover img{opacity:.95}
.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin-top:17px;color:var(--color-secondary);font-size:10px}
.footer-links a{padding:0 14px;transition:color .18s ease}
.footer-links a+a:not([data-cookie-settings]){border-left:1px solid var(--color-border)}
.footer-links a:hover{color:var(--color-text)}
.footer-links .cookie-settings-icon{display:inline-flex;flex:0 0 18px;width:18px;height:18px;margin:0 12px;padding:0;color:var(--color-accent-text);font-size:11px}
.footer-bottom{width:min(260px,100%);margin-top:14px;padding-top:12px;border-top:1px solid var(--color-border);color:var(--color-caption);font-size:10px;letter-spacing:.03em}
@media(max-width:1103px) and (min-width:801px){.carousel-viewport{width:calc(var(--profile-card-width)*2 + var(--carousel-gap))}
.carousel-prev{left:0}.carousel-next{right:0}
.network-row{width:100%;justify-content:flex-start;padding:8px 0 14px;margin:18px 0 26px}
}
@media(max-width:800px){
.wrap,.nav{width:min(100% - 36px,1180px)}
.nav{height:74px}
.brand-logo img{width:126px}
.hero{grid-template-columns:1fr;gap:28px;padding-top:40px;padding-bottom:52px}
.hero h1{font-size:57px;letter-spacing:-4px}
.hero-art{height:680px}
.section,.examples,.builder-section,.pricing,.faq{padding-top:46px;padding-bottom:46px}
.section-head{grid-template-columns:1fr;gap:22px;margin-bottom:38px}
.section h2,.examples h2,.builder-intro h2,.pricing h2,.faq h2{font-size:44px}
.audience-section{width:min(100% - 36px,680px);padding-top:48px;padding-bottom:50px}
.network-row{width:calc(100% + 36px);min-height:112px;justify-content:flex-start;padding:8px 18px 14px;margin:14px -18px 24px}
.network-node{width:64px;height:64px;flex-basis:64px;border-radius:15px}
.network-node img{width:34px;height:34px}
.network-node.network-website{width:72px;height:72px;flex-basis:72px}
.network-node.network-website img{width:39px;height:39px}
.network-node.network-core{width:104px;height:100px;flex-basis:104px;border-radius:18px}
.network-node.network-core .network-core-icon{width:38px;height:38px}
.network-track .network-path{flex:0 0 38px;width:38px;min-width:38px;height:46px}
.audience-copy{text-align:left}
.audience-copy h2{font-size:47px}
.audience-copy p{font-size:15px;margin:22px 0 0}
.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px}
.audience-grid article{min-height:230px;padding:21px 17px}
.audience-grid article:last-child{grid-column:1 / -1;display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:18px;align-items:start;min-height:0}
.audience-grid article:last-child .feature-icon{grid-row:1 / span 2;margin-bottom:0}
.feature-icon{margin-bottom:24px}
.design-grid{grid-template-columns:1fr;gap:40px;margin-top:44px}
.design-grid article{min-height:0;display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:18px;align-items:start}
.design-grid article .feature-icon{grid-row:1 / span 2;margin-bottom:0}
.design-grid article h3,.design-grid article p,.design-grid article .btn{grid-column:2}
.design-grid .btn{margin-top:26px}
.carousel-viewport{width:min(var(--profile-card-width),calc(100vw - 88px))}
.vc-profile-card.profile-example{width:min(var(--profile-card-width),calc(100vw - 88px));flex-basis:min(var(--profile-card-width),calc(100vw - 88px))}
.vc-profile-card.hero-showcase{width:min(var(--profile-card-width),calc(100vw - 88px))}
.carousel-arrow{width:32px}
.carousel-prev{left:0}
.carousel-next{right:0}
.pricing .plan-card{margin-top:32px}
.plan-card{padding:32px clamp(24px,6vw,42px) 28px}
.pricing-heading{text-align:left}
.pricing-heading .eyebrow{justify-content:flex-start}
.pricing-heading p{margin-left:0;margin-right:0}
.footer-links{gap:0;font-size:9px}
.footer-links a{padding:0 10px}
}
@media(prefers-reduced-motion:reduce){.network-track.is-looping,.network-node.network-core{animation:none}}
@media(max-width:430px){.hero h1{font-size:48px}
.hero-art{height:680px;overflow:visible}
.vc-profile-card.hero-showcase,.vc-profile-card.profile-example{padding-left:18px;padding-right:18px}
.hero-showcase .vc-socials,.profile-example .vc-socials{gap:8px}
.hero-showcase .vc-card-legal,.profile-example .vc-card-legal{white-space:normal}
}
