.copyjet-landing.copyjet-landing{--bg:#080808;--surface:#101010;--card:#141414;--elevated:#181818;--border:#ffffff12;--border-hover:#d4f06040;--accent:#d4f060;--accent-dim:#b8d940;--accent-text:#1a3d06;--accent-glow:#d4f0600f;--text-1:#f0f0ec;--text-2:#8a8a86;--text-3:#4a4a47;--font-d:var(--font-syne);--font-b:var(--font-dm-sans);--r-card:18px;--r-btn:10px;--r-pill:100px;--container-pad:max(24px,calc((100vw - 1436px)/2 + 24px));font-family:var(--font-b);background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.copyjet-landing *,.copyjet-landing :before,.copyjet-landing :after{box-sizing:border-box;margin:0;padding:0}.copyjet-noise{z-index:0;pointer-events:none;opacity:.45;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}.copyjet-landing .section-label{font-family:var(--font-d);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:700;display:flex}.copyjet-landing .section-label:before{content:"";background:var(--accent);flex-shrink:0;width:20px;height:1.5px}.copyjet-landing .section-title{font-family:var(--font-d);color:var(--text-1);max-width:580px;margin-bottom:14px;font-size:clamp(28px,3.5vw,46px);font-weight:800;line-height:1.08}.copyjet-landing .section-sub{color:var(--text-2);max-width:460px;margin-bottom:52px;font-size:16px;font-weight:300;line-height:1.75}.copyjet-landing .btn-primary{background:var(--accent);color:var(--accent-text);border-radius:var(--r-btn);font-size:15px;font-weight:600;font-family:var(--font-b);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;text-decoration:none;transition:all .2s;display:inline-flex}.copyjet-landing .btn-primary:hover{background:var(--accent-dim);transform:translateY(-2px);box-shadow:0 14px 36px #d4f0602e}.copyjet-landing .btn-ghost{color:var(--text-2);border:1px solid var(--border);border-radius:var(--r-btn);align-items:center;gap:8px;padding:13px 22px;font-size:14px;text-decoration:none;transition:all .2s;display:inline-flex}.copyjet-landing .btn-ghost:hover{color:var(--text-1);border-color:var(--border-hover)}.copyjet-landing nav{z-index:100;padding:0 var(--container-pad);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#080808bf;justify-content:space-between;align-items:center;height:64px;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.copyjet-landing nav.scrolled{box-shadow:0 8px 32px #00000080}.copyjet-landing .nav-logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.copyjet-landing .nav-badge{background:var(--accent);width:30px;height:30px;font-family:var(--font-d);color:var(--accent-text);border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.copyjet-landing .nav-name{font-family:var(--font-d);color:var(--text-1);font-size:18px;font-weight:800}.copyjet-landing .nav-links{align-items:center;gap:32px;display:flex}.copyjet-landing .nav-links a{color:var(--text-2);font-size:13px;font-weight:400;text-decoration:none;transition:color .2s}.copyjet-landing .nav-links a:hover{color:var(--text-1)}.copyjet-landing .nav-actions{align-items:center;gap:12px;display:flex}.copyjet-landing .nav-login-btn{color:var(--text-2);font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.copyjet-landing .nav-login-btn:hover{color:var(--text-1)}.copyjet-landing .nav-cta{background:var(--accent);border-radius:var(--r-btn);font-size:13px;font-weight:600;font-family:var(--font-b);cursor:pointer;border:none;padding:8px 20px;text-decoration:none;transition:all .2s;color:var(--accent-text)!important}.copyjet-landing .nav-cta:hover{background:var(--accent-dim);transform:translateY(-1px)}.copyjet-landing .mobile-menu-toggle{display:none}.copyjet-landing .hero{min-height:100vh;padding:120px var(--container-pad)80px;align-items:center;display:flex;position:relative;overflow:hidden}.copyjet-landing .hero-glow-1{pointer-events:none;z-index:0;background:radial-gradient(circle,#d4f06012 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;right:-5%}.copyjet-landing .hero-glow-2{pointer-events:none;z-index:0;background:radial-gradient(circle,#d4f0600a 0%,#0000 70%);border-radius:50%;width:500px;height:400px;position:absolute;bottom:0;left:10%}.copyjet-landing .hero-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 60% 40%,#000,#0000);mask-image:radial-gradient(80% 60% at 60% 40%,#000,#0000)}.copyjet-landing .hero-content{z-index:1;flex-shrink:0;max-width:560px;position:relative}.copyjet-landing .fade-up{opacity:0;animation:.65s forwards fadeUp;transform:translateY(24px)}.copyjet-landing .fd-0{animation-delay:0s}.copyjet-landing .fd-1{animation-delay:80ms}.copyjet-landing .fd-2{animation-delay:.16s}.copyjet-landing .fd-3{animation-delay:.24s}.copyjet-landing .fd-4{animation-delay:.32s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.copyjet-landing .hero-badge{color:var(--accent);border-radius:var(--r-pill);font-size:12px;font-weight:600;font-family:var(--font-d);letter-spacing:.06em;text-transform:uppercase;background:#d4f06014;border:1px solid #d4f06033;align-items:center;gap:8px;width:fit-content;margin-bottom:30px;padding:6px 16px;display:inline-flex}.copyjet-landing .pulse-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;box-shadow:0 0 #d4f06080}50%{opacity:.5;box-shadow:0 0 0 6px #d4f06000}}.copyjet-landing .hero-headline{font-family:var(--font-d);letter-spacing:-.03em;margin:20px 0 24px;font-size:64px;font-weight:700;line-height:1.1}.copyjet-landing .hero-headline .accent-line{color:var(--accent);display:block;position:relative}.copyjet-landing .hero-headline .accent-line:after{content:"";background:var(--accent);border-radius:2px;width:0;height:3px;animation:1s .85s forwards sweep;position:absolute;bottom:6px;left:0}@keyframes sweep{to{width:100%}}.copyjet-landing .hero-sub{color:var(--text-2);max-width:480px;margin-top:20px;margin-bottom:42px;font-size:18px;font-weight:300;line-height:1.75}.copyjet-landing .hero-sub strong{color:var(--text-1);font-weight:500}.copyjet-landing .hero-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.copyjet-landing .hero-note{color:var(--text-3);align-items:center;gap:6px;margin-top:14px;font-size:12px;display:flex}.copyjet-landing .hero-note:before{content:"✓";color:var(--accent)}.copyjet-landing .hero-preview{right:var(--container-pad);z-index:1;width:420px;animation:.8s .4s both fadeUp;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:1100px){.copyjet-landing .hero-preview{display:none}}.copyjet-landing .preview-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-card);overflow:hidden;box-shadow:0 40px 80px #000000a6,0 0 0 1px #ffffff0a}.copyjet-landing .preview-topbar{background:var(--elevated);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:11px 16px;display:flex}.copyjet-landing .pdot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.copyjet-landing .preview-url{color:var(--text-3);background:var(--bg);text-align:center;border-radius:6px;flex:1;margin-left:6px;padding:3px 12px;font-size:11px}.copyjet-landing .preview-body{padding:18px 20px}.copyjet-landing .preview-status{color:var(--text-3);align-items:center;gap:6px;margin-bottom:12px;font-size:11px;display:flex}.copyjet-landing .status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite pulseDot}.copyjet-landing .preview-title{font-family:var(--font-d);color:var(--text-1);margin-bottom:10px;font-size:14px;font-weight:700;line-height:1.35}.copyjet-landing .preview-tags{flex-wrap:wrap;gap:4px;margin-bottom:12px;display:flex}.copyjet-landing .ptag{background:var(--elevated);color:var(--text-3);border-radius:var(--r-pill);border:1px solid var(--border);padding:3px 9px;font-size:10px}.copyjet-landing .preview-text{color:var(--text-2);font-size:12px;font-weight:300;line-height:1.7}.copyjet-landing .preview-text strong{color:var(--text-1);font-weight:500}.copyjet-landing .preview-footer{border-top:1px solid var(--border);background:var(--elevated);justify-content:space-between;align-items:center;padding:13px 20px;display:flex}.copyjet-landing .model-pills{gap:5px;display:flex}.copyjet-landing .mpill{color:var(--accent);border-radius:var(--r-pill);background:#d4f06014;border:1px solid #d4f06026;padding:3px 10px;font-size:10px}.copyjet-landing .preview-copy{color:var(--accent);cursor:pointer;font-size:11px;font-weight:600}.copyjet-landing .ticker{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:13px 0;overflow:hidden}.copyjet-landing .ticker-track{width:max-content;animation:35s linear infinite ticker;display:flex}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.copyjet-landing .ti{color:var(--text-3);white-space:nowrap;align-items:center;gap:10px;padding:0 40px;font-size:13px;font-weight:300;display:flex}.copyjet-landing .ti strong{color:var(--accent);font-weight:600}.copyjet-landing .ti-sep{background:var(--text-3);opacity:.4;border-radius:50%;flex-shrink:0;width:3px;height:3px}.copyjet-landing .how{background:var(--surface);padding:96px var(--container-pad)}.copyjet-landing .steps-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.copyjet-landing .step{background:var(--bg);padding:40px 36px;transition:background .3s;position:relative;overflow:hidden}.copyjet-landing .step:first-child{border-radius:var(--r-card)0 0 var(--r-card)}.copyjet-landing .step:last-child{border-radius:0 var(--r-card)var(--r-card)0}.copyjet-landing .step:hover{background:var(--elevated)}.copyjet-landing .step-num{font-family:var(--font-d);color:var(--accent);opacity:.12;-webkit-user-select:none;user-select:none;margin-bottom:14px;font-size:80px;font-weight:800;line-height:1;transition:opacity .3s;display:block}.copyjet-landing .step:hover .step-num{opacity:.22}.copyjet-landing .step-icon{margin-bottom:12px;font-size:28px;display:block}.copyjet-landing .step-title{font-family:var(--font-d);color:var(--text-1);margin-bottom:10px;font-size:19px;font-weight:700}.copyjet-landing .step-desc{color:var(--text-2);font-size:14px;font-weight:300;line-height:1.7}.copyjet-landing .step-arr{color:var(--accent);opacity:.3;font-size:20px;position:absolute;top:36px;right:24px}.copyjet-landing .usp{background:var(--bg);padding:96px var(--container-pad)}.copyjet-landing .bento{grid-template-columns:repeat(12,1fr);grid-auto-rows:auto;gap:12px;display:grid}.copyjet-landing .b-a{grid-area:span 2/span 7}.copyjet-landing .b-b,.copyjet-landing .b-c{grid-column:span 5}.copyjet-landing .b-d,.copyjet-landing .b-e,.copyjet-landing .b-f{grid-column:span 4}.copyjet-landing .bento-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-card);padding:32px;transition:border-color .3s,transform .3s;overflow:hidden}.copyjet-landing .bento-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.copyjet-landing .bento-card.hero-card{padding:40px}.copyjet-landing .b-tag{background:var(--accent);color:var(--accent-text);border-radius:var(--r-pill);font-size:10px;font-weight:700;font-family:var(--font-d);letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px;padding:4px 10px;display:inline-block}.copyjet-landing .b-icon{margin-bottom:14px;font-size:30px;display:block}.copyjet-landing .b-title{font-family:var(--font-d);color:var(--text-1);margin-bottom:10px;font-size:22px;font-weight:700;line-height:1.2}.copyjet-landing .bento-card.hero-card .b-title{font-size:30px}.copyjet-landing .b-desc{color:var(--text-2);font-size:14px;font-weight:300;line-height:1.7}.copyjet-landing .bento-card.hero-card .b-desc{max-width:340px;font-size:15px}.copyjet-landing .stat-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:130px;display:flex}.copyjet-landing .stat-num{font-family:var(--font-d);color:var(--accent);margin-bottom:8px;font-size:48px;font-weight:800;line-height:1}.copyjet-landing .stat-label{color:var(--text-2);font-size:13px;font-weight:300}.copyjet-landing .cost-box{background:#d4f0600a;border:1px solid #d4f0601a;border-radius:14px;margin-top:24px;padding:20px}.copyjet-landing .cost-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.copyjet-landing .cost-row:last-child{border-bottom:none}.copyjet-landing .cost-name{color:var(--text-3)}.copyjet-landing .cost-price{font-family:var(--font-d);color:var(--text-1);font-weight:700}.copyjet-landing .cost-row.you .cost-name{color:var(--accent)}.copyjet-landing .cost-row.you .cost-price{color:var(--accent);font-size:17px}.copyjet-landing .cost-save{color:var(--accent);border-radius:var(--r-pill);background:#d4f0601a;margin-left:8px;padding:2px 8px;font-size:10px}.copyjet-landing .seo-keywords{background:var(--surface);padding:96px var(--container-pad)}.copyjet-landing .kw-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.copyjet-landing .kw-card{background:var(--card);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:12px;padding:18px 20px;transition:border-color .25s,transform .25s;display:flex}.copyjet-landing .kw-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.copyjet-landing .intent-badge{font-size:10px;font-weight:700;font-family:var(--font-d);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r-pill);flex-shrink:0;margin-top:2px;padding:3px 9px}.copyjet-landing .intent-buy{color:var(--accent);background:#d4f0601a}.copyjet-landing .intent-cmp{color:#85b7eb;background:#3b8bd41a}.copyjet-landing .intent-learn{color:#5dcaa5;background:#5dcaa51a}.copyjet-landing .kw-term{color:var(--text-1);margin-bottom:3px;font-size:14px;font-weight:500}.copyjet-landing .kw-ans{color:var(--text-3);font-size:12px;line-height:1.5}.copyjet-landing .types{background:var(--bg);padding:96px var(--container-pad)}.copyjet-landing .types-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.copyjet-landing .type-card{background:var(--card);border:1px solid var(--border);text-align:center;cursor:pointer;border-radius:14px;padding:26px 20px;transition:all .25s}.copyjet-landing .type-card:hover{border-color:var(--border-hover);background:var(--elevated);transform:translateY(-3px);box-shadow:0 16px 40px #00000059}.copyjet-landing .type-icon{margin-bottom:12px;font-size:26px;display:block}.copyjet-landing .type-name{font-family:var(--font-d);color:var(--text-1);margin-bottom:4px;font-size:14px;font-weight:700}.copyjet-landing .type-eg{color:var(--text-3);font-size:11px}.copyjet-landing .comp{background:var(--surface);padding:96px var(--container-pad)}.copyjet-landing .comp-table{border-collapse:collapse;border-radius:var(--r-card);border:1px solid var(--border);width:100%;overflow:hidden}.copyjet-landing .comp-table th{text-align:left;font-size:11px;font-weight:700;font-family:var(--font-d);background:var(--elevated);color:var(--text-3);text-transform:uppercase;letter-spacing:.07em;padding:16px 22px}.copyjet-landing .comp-table th.hl{color:var(--accent);background:#818cf80f}.copyjet-landing .comp-table td{color:var(--text-2);border-top:1px solid var(--border);padding:15px 22px;font-size:13px;transition:background .18s}.copyjet-landing .comp-table td.hl{color:var(--text-1);background:#d4f06008;font-weight:500}.copyjet-landing .comp-table tr:hover td{background:var(--elevated)}.copyjet-landing .comp-table tr:hover td.hl{background:#d4f06012}.copyjet-landing .chk{color:var(--accent);font-weight:700}.copyjet-landing .crs{color:var(--text-3);opacity:.5}.copyjet-landing .you-badge{background:var(--accent);color:var(--accent-text);border-radius:var(--r-pill);font-size:9px;font-weight:700;font-family:var(--font-d);vertical-align:middle;margin-left:4px;padding:1px 7px;display:inline-block}.copyjet-landing .pricing{background:var(--bg);padding:96px var(--container-pad)}.copyjet-landing .pricing-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:940px;margin:0 auto;display:grid}.copyjet-landing .p-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-card);padding:36px 30px;transition:transform .3s;position:relative}.copyjet-landing .p-card:hover{transform:translateY(-3px)}.copyjet-landing .p-card.featured{background:var(--surface);border-color:#d4f0604d}.copyjet-landing .p-popular{background:var(--accent);color:var(--accent-text);border-radius:var(--r-pill);font-size:10px;font-weight:700;font-family:var(--font-d);letter-spacing:.06em;white-space:nowrap;padding:4px 14px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.copyjet-landing .p-name{font-family:var(--font-d);color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:11px;font-weight:700}.copyjet-landing .p-card.featured .p-name{color:var(--accent)}.copyjet-landing .p-price{font-family:var(--font-d);color:var(--text-1);font-size:50px;font-weight:800;line-height:1}.copyjet-landing .p-price span{color:var(--text-3);font-size:15px;font-weight:300}.copyjet-landing .p-note{color:var(--text-3);margin-top:4px;font-size:11px}.copyjet-landing .p-card.featured .p-note{color:#d4f06099}.copyjet-landing .p-sub{color:var(--text-3);border-bottom:1px solid var(--border);margin:12px 0 20px;padding-bottom:20px;font-size:12px}.copyjet-landing .p-features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.copyjet-landing .p-features li{color:var(--text-2);gap:9px;font-size:13px;font-weight:300;display:flex}.copyjet-landing .p-features li:before{content:"✓";color:var(--accent);flex-shrink:0;font-weight:700}.copyjet-landing .p-btn{width:100%;font-size:13px;font-weight:600;font-family:var(--font-b);cursor:pointer;text-align:center;border-radius:9px;padding:12px;text-decoration:none;transition:all .2s;display:block}.copyjet-landing .p-btn-outline{border:1px solid var(--border);color:var(--text-2);background:0 0}.copyjet-landing .p-btn-outline:hover{border-color:var(--border-hover);color:var(--text-1)}.copyjet-landing .p-btn-solid{background:var(--accent);color:var(--accent-text);border:none}.copyjet-landing .p-btn-solid:hover{background:var(--accent-dim);transform:translateY(-1px)}.copyjet-landing .p-guarantee{text-align:center;color:var(--text-3);margin-top:20px;font-size:12px}.copyjet-landing .p-guarantee strong{color:var(--text-2)}.copyjet-landing .testi{background:var(--surface);padding:96px var(--container-pad)}.copyjet-landing .testi-marquee-container{flex-direction:column;gap:24px;margin-top:40px;display:flex;position:relative;overflow:hidden}.copyjet-landing .testi-marquee-container:before,.copyjet-landing .testi-marquee-container:after{content:"";z-index:2;pointer-events:none;width:15vw;position:absolute;top:0;bottom:0}.copyjet-landing .testi-marquee-container:before{background:linear-gradient(to right,var(--surface),transparent);left:0}.copyjet-landing .testi-marquee-container:after{background:linear-gradient(to left,var(--surface),transparent);right:0}.copyjet-landing .testi-marquee{gap:24px;width:max-content;animation:40s linear infinite scroll-left;display:flex}.copyjet-landing .testi-marquee.reverse{animation:40s linear infinite scroll-right}.copyjet-landing .testi-marquee:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}@keyframes scroll-right{0%{transform:translate(calc(-50% - 12px))}to{transform:translate(0)}}.copyjet-landing .testi-card{width:380px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:16px;padding:24px;transition:transform .3s;display:flex}.copyjet-landing .testi-card:hover{transform:translateY(-4px)}.copyjet-landing .testi-stars{color:var(--accent);letter-spacing:2px;font-size:14px}.copyjet-landing .testi-quote{color:var(--text-2);flex-grow:1;font-size:14px;font-weight:300;line-height:1.6}.copyjet-landing .testi-author{border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:8px;padding-top:16px;display:flex}.copyjet-landing .testi-avatar{background:var(--elevated);border:1px solid var(--border);object-fit:cover;border-radius:50%}.copyjet-landing .testi-name{font-family:var(--font-d);color:var(--text-1);font-size:13px;font-weight:700}.copyjet-landing .testi-role{color:var(--text-3);font-size:11px;font-weight:400}.copyjet-landing .faq{background:var(--bg);padding:96px var(--container-pad)}.copyjet-landing .faq-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.copyjet-landing .faq-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px 26px;transition:border-color .25s}.copyjet-landing .faq-card:hover{border-color:var(--border-hover)}.copyjet-landing .faq-q{font-family:var(--font-d);color:var(--text-1);margin-bottom:10px;font-size:14px;font-weight:700}.copyjet-landing .faq-a{color:var(--text-2);font-size:13px;font-weight:300;line-height:1.75}.copyjet-landing .fcta{background:var(--surface);padding:100px var(--container-pad);text-align:center;position:relative;overflow:hidden}.copyjet-landing .fcta-glow{pointer-events:none;z-index:0;background:radial-gradient(#818cf80f 0%,#0000 70%);border-radius:50%;width:700px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.copyjet-landing .fcta-inner{z-index:1;position:relative}.copyjet-landing .fcta .section-label{justify-content:center}.copyjet-landing .fcta .section-label:before{display:none}.copyjet-landing .fcta-title{font-family:var(--font-d);color:var(--text-1);margin-bottom:18px;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.05}.copyjet-landing .fcta-title .hi{color:var(--accent)}.copyjet-landing .fcta-sub{color:var(--text-2);max-width:430px;margin:0 auto 40px;font-size:17px;font-weight:300;line-height:1.75}.copyjet-landing .fcta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.copyjet-landing footer{background:var(--bg);border-top:1px solid var(--border);padding:56px var(--container-pad)0}.copyjet-landing .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;display:grid}.copyjet-landing .footer-tagline{color:var(--text-3);max-width:210px;margin-top:12px;font-size:13px;font-weight:300;line-height:1.7}.copyjet-landing .footer-col-title{font-family:var(--font-d);text-transform:uppercase;letter-spacing:.1em;color:var(--text-2);margin-bottom:16px;font-size:11px;font-weight:700}.copyjet-landing .footer-col a{color:var(--text-3);margin-bottom:10px;font-size:13px;font-weight:300;text-decoration:none;transition:color .2s;display:block}.copyjet-landing .footer-col a:hover{color:var(--text-1)}.copyjet-landing .footer-email{color:var(--text-3);margin-top:16px;font-size:12px;display:block}.copyjet-landing .footer-email-note{color:var(--text-3);opacity:.6;margin-top:3px;font-size:11px;display:block}.copyjet-landing .footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.copyjet-landing .footer-copy{color:var(--text-3);font-size:12px}@media (max-width:1024px){.copyjet-landing .bento{grid-template-columns:repeat(2,1fr)}.copyjet-landing .b-a,.copyjet-landing .b-b,.copyjet-landing .b-c,.copyjet-landing .b-d,.copyjet-landing .b-e,.copyjet-landing .b-f{grid-area:auto/span 1}.copyjet-landing .footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.copyjet-landing nav{border:none;border-bottom:1px solid var(--border);border-radius:0;width:100%;padding:0 20px;transition:background .3s;top:0;left:0;right:0}.copyjet-landing .nav-links,.copyjet-landing .nav-actions .nav-login-btn,.copyjet-landing .nav-actions .nav-cta{display:none}.copyjet-landing .mobile-menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.copyjet-landing .mobile-menu-toggle:hover{background:#ffffff0d}.copyjet-landing .mobile-menu-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;border-top:1px solid var(--border);background:#080808fa;flex-direction:column;padding:40px 24px;display:flex;position:fixed;inset:64px 0 0}.copyjet-landing .mobile-links{flex-direction:column;gap:24px;display:flex}.copyjet-landing .mobile-links a{color:var(--text-2);font-size:24px;font-weight:700;font-family:var(--font-d);text-decoration:none}.copyjet-landing .mobile-links a:hover{color:var(--accent)}.copyjet-landing .mobile-nav-cta{background:var(--accent);text-align:center;border-radius:12px;margin-top:10px;padding:16px;font-weight:700;text-decoration:none;color:var(--accent-text)!important}.copyjet-landing .mobile-login-link{text-align:center;color:var(--text-2);margin-top:24px;font-size:14px;text-decoration:none}.copyjet-landing .hero{text-align:center;flex-direction:column;min-height:auto;padding-top:140px}.copyjet-landing .hero-content{flex-direction:column;align-items:center;max-width:100%;display:flex}.copyjet-landing .hero-headline{font-size:40px}.copyjet-landing .hero-sub{margin:20px auto 32px;font-size:16px}.copyjet-landing .hero-actions,.copyjet-landing .btn-primary{justify-content:center;width:100%}.copyjet-landing .hero-preview{width:100%;max-width:420px;margin-top:50px;position:relative;top:auto;right:auto;transform:none;display:block!important}.copyjet-landing section,.copyjet-landing .how,.copyjet-landing .usp,.copyjet-landing .seo-keywords,.copyjet-landing .types,.copyjet-landing .comp,.copyjet-landing .pricing,.copyjet-landing .testi,.copyjet-landing .faq,.copyjet-landing .fcta{padding:60px 20px}.copyjet-landing .bento{grid-template-columns:1fr}.copyjet-landing .steps-grid{grid-template-columns:1fr;gap:10px}.copyjet-landing .step{border:1px solid var(--border);border-radius:16px!important}.copyjet-landing .step-arr{display:none}.copyjet-landing .pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.copyjet-landing .faq-grid,.copyjet-landing .kw-grid{grid-template-columns:1fr}.copyjet-landing .types-grid{grid-template-columns:repeat(2,1fr)}.copyjet-landing .comp-table-container{-webkit-overflow-scrolling:touch;border-radius:12px;width:100%;overflow-x:auto}.copyjet-landing .comp-table{min-width:700px}}@media (max-width:480px){.copyjet-landing .hero-headline{font-size:34px}.copyjet-landing .bento-card.hero-card .b-title{font-size:24px}.copyjet-landing .bento-card{padding:24px}.copyjet-landing .footer-grid{grid-template-columns:1fr}.copyjet-landing .footer-bottom{text-align:center;flex-direction:column;gap:16px}.copyjet-landing .nav-name{display:none}.copyjet-landing .types-grid{grid-template-columns:1fr}}.copyjet-landing .nav-login-btn{color:var(--text-2);margin-right:12px;font-size:13px;text-decoration:none}.copyjet-landing .nav-logo-wrapper{align-items:center;gap:10px;display:flex}
