:root{ --zp-ink:#060808; --zp-ink-2:#0b120b; --zp-panel:#0e1110; --zp-panel-2:#101514; --zp-stroke:rgba(235,241,228,.10); --zp-stroke-2:rgba(199,255,0,.18); --zp-bone:#ebe9df; --zp-bone-2:#cfd3c8; --zp-muted:#99a29b; --zp-neon-lime:#c7ff00; --zp-acid:#93ff2a; --zp-gold-lime:#f0ff6b; --zp-blood:#d31e2d; --zp-scar:#ff3b4c; --zp-accent:var(--zp-gold-lime); --zp-accent-2:var(--zp-neon-lime); --zp-accent-ink:#0a0c0a; --radius-xs:10px; --radius-sm:14px; --radius-md:18px; --radius-lg:26px; --radius-xl:34px; --shadow-soft:0 18px 70px rgba(0,0,0,.55); --shadow-glow:0 0 0 1px rgba(199,255,0,.14),0 18px 70px rgba(0,0,0,.62); --shadow-neon:0 0 18px rgba(199,255,0,.16),0 0 40px rgba(147,255,42,.10); --grad-ambient:radial-gradient(1100px 600px at 12% 8%,rgba(199,255,0,.14),transparent 60%), radial-gradient(900px 520px at 82% 18%,rgba(211,30,45,.10),transparent 60%), radial-gradient(900px 700px at 55% 95%,rgba(147,255,42,.10),transparent 65%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); --grad-accent:linear-gradient(90deg,var(--zp-accent),var(--zp-accent-2)); --grad-sheen:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 28%,rgba(255,255,255,.22) 46%,rgba(255,255,255,.08) 60%,transparent 78%); --noise:radial-gradient(circle at 1px 1px,rgba(255,255,255,.04) 1px,transparent 0); --container:1120px; --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:24px; --space-6:32px; --space-7:48px; --space-8:64px; --space-9:96px; --border-1:1px solid var(--zp-stroke); --border-2:1px solid var(--zp-stroke-2); } body[data-theme="gold"], body[data-accent="neon_gold"], body[data-theme="neon_noir"] { --zp-accent:var(--zp-gold-lime); --zp-accent-2:var(--zp-neon-lime); --zp-stroke-2:rgba(240,255,107,.20); } body[data-theme="purple"], body[data-accent="neon_purple"], body[data-theme="violet_terminal"] { --zp-accent:#a55cff; --zp-accent-2:#ff2bd6; --zp-stroke-2:rgba(165,92,255,.22); --shadow-neon:0 0 18px rgba(165,92,255,.20),0 0 44px rgba(255,43,214,.10); --grad-ambient:radial-gradient(1100px 600px at 12% 8%,rgba(165,92,255,.16),transparent 62%), radial-gradient(900px 520px at 82% 18%,rgba(211,30,45,.10),transparent 60%), radial-gradient(900px 700px at 55% 95%,rgba(255,43,214,.10),transparent 66%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); } body[data-theme="carbon_minimal"] { --zp-accent: #ffffff; --zp-accent-2: #cccccc; --zp-stroke-2: rgba(255,255,255,.15); --shadow-neon: 0 0 10px rgba(255,255,255,.1); --grad-ambient: linear-gradient(180deg, #050505, #0a0a0a); } body[data-theme="emerald_glow"] { --zp-accent: #00ff9d; --zp-accent-2: #00cc7a; --zp-stroke-2: rgba(0,255,157,.25); --shadow-neon: 0 0 20px rgba(0,255,157,.2), 0 0 40px rgba(0,204,122,.1); --grad-ambient: radial-gradient(1100px 600px at 12% 8%,rgba(0,255,157,.12),transparent 60%), radial-gradient(900px 520px at 82% 18%,rgba(0,204,122,.10),transparent 60%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); } body[data-theme="mono_studio"] { --zp-accent: #e0e0e0; --zp-accent-2: #a0a0a0; --zp-ink: #111; --zp-ink-2: #1a1a1a; --zp-stroke-2: rgba(255,255,255,.1); --grad-ambient: linear-gradient(to bottom, #111, #222); } .zp-bgBlur, .zp-pageBackground { pointer-events: none !important; z-index: -1 !important; background: radial-gradient( circle at 30% 30%, rgba(120,255,120,0.18), transparent 65% ) !important; } *, *::before, *::after{box-sizing:border-box} html{color-scheme:dark;overflow-x:hidden} body{margin:0;min-height:100vh;background:var(--grad-ambient);color:var(--zp-bone);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;letter-spacing:.2px;} img,svg,video{max-width:100%;display:block} a{color:inherit} button,input,textarea,select{font:inherit;color:inherit} ::selection{background:rgba(199,255,0,.25)} .zp-wrap{position:relative;min-height:100vh;isolation:isolate;overflow-x:hidden} .zp-main{display:block} .zp-container{width:1300px;margin-inline:auto} .zp-section{padding:46px 0; gap:10px; display:grid;} .zp-section--tight{padding:40px 0} @media (max-width:680px){.zp-section{padding:34px 0}.zp-section--tight{padding:32px 0}.zp-container{padding:0 16px; width: 100%;}} .zp-stack{display:grid;gap:var(--space-4)} .zp-grid{display:grid;gap:var(--space-4)} .zp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))} .zp-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))} .zp-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))} @media (max-width:992px){ .zp-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))} .zp-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))} .zp-container{padding:0 16px; width: 100%;} } @media (max-width:680px){ .zp-grid-4,.zp-grid-3,.zp-grid-2{grid-template-columns:1fr} .zp-container{padding:0 16px; width: 100%;} } .zp-h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.04em;margin:0} .zp-h2{font-size:clamp(1.6rem,3.2vw,2.6rem);line-height:1.1;letter-spacing:-.03em;margin:0} .zp-h3{font-size:clamp(1.1rem,2.4vw,1.45rem);line-height:1.15;letter-spacing:-.02em;margin:0} .zp-kicker{font-size:.86rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(235,233,223,.72)} .zp-muted{color:rgba(235,233,223,.72)} .zp-micro{font-size:.92rem;color:rgba(235,233,223,.66)} .zp-surface{background:linear-gradient(180deg,rgba(16,21,20,.86),rgba(11,18,11,.70));border:var(--border-1);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);backdrop-filter:blur(10px)} .zp-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(199,255,0,.18),transparent)} .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .zp-focus:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{outline:2px solid rgba(240,255,107,.65);outline-offset:3px;border-radius:10px} [data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.8,.2,1);contain:layout} [data-reveal].is-in{opacity:1;transform:translateY(0)} @media (prefers-reduced-motion:reduce){ *{animation:none !important;transition:none !important;scroll-behavior:auto !important} [data-reveal]{opacity:1;transform:none} } .zp-container { width: min(var(--container), 100%); margin-inline: auto; padding: 0 20px; margin-bottom: 0px !important; } .zp-table-wrap { overflow-x: auto; margin: 1.5rem 0; border: 1px solid var(--zp-stroke); border-radius: var(--radius-md); } .zp-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 600px; } .zp-table th, .zp-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--zp-stroke); } .zp-table th { background: var(--zp-panel-2); color: var(--zp-bone); font-weight: 600; } .zp-table td { color: var(--zp-muted); } .zp-table tr:last-child td { border-bottom: none; } figure.cms-image{--cms-image-w:50%;--cms-image-m:18px;--wrap-gap:20px;margin:var(--cms-image-m) auto;max-width:100%;width:var(--cms-image-w)} figure.cms-image img{display:block;width:100%;height:auto;border-radius:var(--radius-md);border:1px solid var(--zp-stroke)} figure.cms-image.size-sm{--cms-image-w:25%} figure.cms-image.size-md{--cms-image-w:50%} figure.cms-image.size-lg{--cms-image-w:75%} figure.cms-image.size-full{--cms-image-w:100%} figure.cms-image.wrap-gap-0{--wrap-gap:0px} figure.cms-image.wrap-gap-4{--wrap-gap:4px} figure.cms-image.wrap-gap-8{--wrap-gap:8px} figure.cms-image.wrap-gap-12{--wrap-gap:12px} figure.cms-image.wrap-gap-16{--wrap-gap:16px} figure.cms-image.wrap-gap-20{--wrap-gap:20px} figure.cms-image.wrap-gap-24{--wrap-gap:24px} figure.cms-image.wrap-gap-28{--wrap-gap:28px} figure.cms-image.wrap-gap-32{--wrap-gap:32px} figure.cms-image.wrap-gap-36{--wrap-gap:36px} figure.cms-image.wrap-gap-40{--wrap-gap:40px} figure.cms-image.wrap-gap-44{--wrap-gap:44px} figure.cms-image.wrap-gap-48{--wrap-gap:48px} figure.cms-image.align-center{margin-left:auto;margin-right:auto} figure.cms-image.align-left.no-wrap{margin-left:0;margin-right:auto} figure.cms-image.align-right.no-wrap{margin-left:auto;margin-right:0} figure.cms-image.align-full{--cms-image-w:100%!important;margin:var(--cms-image-m) 0;float:none;clear:both} figure.cms-image.align-left.wrap-text{float:left;margin:0 var(--wrap-gap) var(--cms-image-m) 0} figure.cms-image.align-right.wrap-text{float:right;margin:0 0 var(--cms-image-m) var(--wrap-gap)} figure.cms-image figcaption{margin-top:10px;color:rgba(235,233,223,.72);font-size:.92rem;line-height:1.35} figure.cms-image figcaption p{margin:0} figure.cms-image figcaption p + p{margin-top:6px} @media (max-width: 700px){ figure.cms-image{--cms-image-w:100%!important;--wrap-gap:0px!important;float:none!important;clear:both!important;margin:var(--cms-image-m) auto!important} figure.cms-image.wrap-text{float:none!important;clear:both!important;margin:var(--cms-image-m) auto!important} figure.cms-image.align-left,figure.cms-image.align-right{margin-left:auto!important;margin-right:auto!important} } @keyframes zp-grad-drift{ 0%{filter:hue-rotate(0deg);transform:translate3d(0,0,0)} 50%{filter:hue-rotate(8deg);transform:translate3d(0,-8px,0)} 100%{filter:hue-rotate(0deg);transform:translate3d(0,0,0)} } @keyframes zp-glow-pulse{ 0%,100%{box-shadow:0 0 0 1px rgba(199,255,0,.14),0 18px 70px rgba(0,0,0,.62)} 50%{box-shadow:0 0 0 1px rgba(240,255,107,.18),0 18px 70px rgba(0,0,0,.62),0 0 44px rgba(199,255,0,.10)} } @keyframes zp-sheen{ 0%{transform:translateX(-120%) skewX(-18deg);opacity:0} 20%{opacity:1} 100%{transform:translateX(160%) skewX(-18deg);opacity:0} } @keyframes zp-float{ 0%,100%{transform:translate3d(0,0,0)} 50%{transform:translate3d(0,-10px,0)} } .zp-ambient{ position:relative; contain:layout style paint; } .zp-ambient::before{ content:""; position:absolute; inset:-40px; background:var(--grad-ambient); filter:saturate(1.15); opacity:.92; z-index:-2; animation:zp-grad-drift 14s ease-in-out infinite; contain:layout style paint; } .zp-ambient::after{ content:""; position:absolute; inset:-10px; background-image:var(--noise); background-size:3px 3px; mix-blend-mode:overlay; opacity:.35; z-index:-1; pointer-events:none; } @media (prefers-reduced-motion:reduce){ .zp-ambient::before{animation:none} } @keyframes zp-premium-fade-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } @keyframes zp-premium-scale-up { from { opacity: 0; transform: scale(0.97); } to { opacity: 1; transform: scale(1); } } @keyframes zp-premium-glow-pulse { 0%, 100% { box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.08), 0 12px 60px rgba(0, 0, 0, 0.55); } 50% { box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15), 0 16px 70px rgba(0, 0, 0, 0.65); } } @keyframes zp-premium-shimmer { 0% { background-position: -100% 0; } 100% { background-position: 200% 0; } } @keyframes zp-premium-slide-left { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: translateX(0); } } @keyframes zp-premium-slide-right { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } } @keyframes zp-premium-fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } body[data-theme="premium_business"] .zp-hero { animation: zp-premium-fade-in 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; } body[data-theme="premium_business"] .zp-hero__copy { animation: zp-premium-slide-left 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards; opacity: 0; } body[data-theme="premium_business"] .zp-hero__poster { animation: zp-premium-slide-right 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; opacity: 0; } body[data-theme="premium_business"] .zp-kicker, body[data-theme="premium_business"] .zp-h1, body[data-theme="premium_business"] .zp-hero__p, body[data-theme="premium_business"] .zp-hero__cta, body[data-theme="premium_business"] .zp-hero__tags { animation: zp-premium-fade-up 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; } body[data-theme="premium_business"] .zp-kicker { animation-delay: 0.1s; } body[data-theme="premium_business"] .zp-h1 { animation-delay: 0.2s; } body[data-theme="premium_business"] .zp-hero__p { animation-delay: 0.3s; } body[data-theme="premium_business"] .zp-hero__cta { animation-delay: 0.4s; } body[data-theme="premium_business"] .zp-hero__tags { animation-delay: 0.5s; } body[data-theme="premium_business"] .zp-card { animation: zp-premium-scale-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; } body[data-theme="premium_business"] .zp-card:nth-child(1) { animation-delay: 0.1s; } body[data-theme="premium_business"] .zp-card:nth-child(2) { animation-delay: 0.2s; } body[data-theme="premium_business"] .zp-card:nth-child(3) { animation-delay: 0.3s; } body[data-theme="premium_business"] .zp-card:nth-child(4) { animation-delay: 0.4s; } body[data-theme="premium_business"] .zp-card:nth-child(5) { animation-delay: 0.5s; } body[data-theme="premium_business"] .zp-card:nth-child(6) { animation-delay: 0.6s; } body[data-theme="premium_business"] .zp-stats__item { animation: zp-premium-fade-up 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; } body[data-theme="premium_business"] .zp-stats__item:nth-child(1) { animation-delay: 0.1s; } body[data-theme="premium_business"] .zp-stats__item:nth-child(2) { animation-delay: 0.2s; } body[data-theme="premium_business"] .zp-stats__item:nth-child(3) { animation-delay: 0.3s; } body[data-theme="premium_business"] .zp-stats__item:nth-child(4) { animation-delay: 0.4s; } body[data-theme="premium_business"] .zp-acc__item { animation: zp-premium-fade-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; } body[data-theme="premium_business"] .zp-acc__item:nth-child(1) { animation-delay: 0.1s; } body[data-theme="premium_business"] .zp-acc__item:nth-child(2) { animation-delay: 0.2s; } body[data-theme="premium_business"] .zp-acc__item:nth-child(3) { animation-delay: 0.3s; } body[data-theme="premium_business"] .zp-acc__item:nth-child(4) { animation-delay: 0.4s; } body[data-theme="premium_business"] .zp-sectionHeader { animation: zp-premium-fade-up 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; } body[data-theme="premium_business"] .zp-kicker { animation: zp-premium-fade-up 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards; } body[data-theme="premium_business"] .zp-btn--primary::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2), transparent 70%); opacity: 0; transition: opacity 0.3s ease; } body[data-theme="premium_business"] .zp-btn--primary:hover::after { opacity: 1; } body[data-theme="premium_business"] .zp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 50%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } body[data-theme="premium_business"] .zp-card:hover::before { opacity: 1; } body[data-theme="premium_business"] .zp-footer__a::after { content: ''; position: absolute; bottom: 8px; left: 10px; width: 0; height: 1px; background: var(--zp-crimson-light); transition: width 0.3s ease; } body[data-theme="premium_business"] .zp-footer__a:hover::after { width: calc(100% - 20px); } body[data-theme="premium_business"] .zp-nav__indicator { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); } body[data-theme="premium_business"] .zp-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient( 135deg, rgba(220, 38, 38, 0.06) 0%, transparent 50%, rgba(217, 119, 6, 0.04) 100% ); animation: zp-premium-shimmer 15s ease-in-out infinite; background-size: 200% 200%; pointer-events: none; z-index: 0; } body[data-theme="premium_business"] .zp-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient( circle at center, rgba(220, 38, 38, 0.04), transparent 70% ); animation: zp-premium-shimmer 20s linear infinite; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; } body[data-theme="premium_business"] .zp-card:hover::after { opacity: 1; } body[data-theme="premium_business"] .zp-card, body[data-theme="premium_business"] .zp-hero__frame { position: relative; } body[data-theme="premium_business"] .zp-card::before, body[data-theme="premium_business"] .zp-hero__frame::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient( 135deg, rgba(220, 38, 38, 0.3), rgba(217, 119, 6, 0.15), rgba(220, 38, 38, 0.3) ); z-index: -1; opacity: 0; transition: opacity 0.3s ease; filter: blur(8px); } body[data-theme="premium_business"] .zp-card:hover::before, body[data-theme="premium_business"] .zp-hero__frame:hover::before { opacity: 0.7; } [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1); } [data-reveal].is-revealed { opacity: 1; transform: translateY(0); } [data-reveal-stagger] > *:nth-child(1) { transition-delay: 0.1s; } [data-reveal-stagger] > *:nth-child(2) { transition-delay: 0.2s; } [data-reveal-stagger] > *:nth-child(3) { transition-delay: 0.3s; } [data-reveal-stagger] > *:nth-child(4) { transition-delay: 0.4s; } [data-reveal-stagger] > *:nth-child(5) { transition-delay: 0.5s; } [data-reveal-stagger] > *:nth-child(6) { transition-delay: 0.6s; } @keyframes zp-premium-skeleton { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } } .zp-premium-skeleton { background: linear-gradient( 90deg, rgba(31, 36, 48, 0.8) 0%, rgba(31, 36, 48, 0.95) 50%, rgba(31, 36, 48, 0.8) 100% ); background-size: 200% 100%; animation: zp-premium-skeleton 1.5s ease-in-out infinite; border-radius: var(--radius-sm); } @media (prefers-reduced-motion: reduce) { body[data-theme="premium_business"] *, body[data-theme="premium_business"] *::before, body[data-theme="premium_business"] *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } body[data-theme="premium_business"] .zp-hero, body[data-theme="premium_business"] .zp-hero__copy, body[data-theme="premium_business"] .zp-hero__poster, body[data-theme="premium_business"] .zp-card, body[data-theme="premium_business"] .zp-stats__item, body[data-theme="premium_business"] .zp-acc__item, body[data-theme="premium_business"] .zp-sectionHeader { animation: none; opacity: 1; transform: none; } } @media print { body[data-theme="premium_business"] { background: white !important; color: black !important; } body[data-theme="premium_business"] .zp-nav, body[data-theme="premium_business"] .zp-footer, body[data-theme="premium_business"] .zp-btn, body[data-theme="premium_business"] [data-component="ParticleBackground"] { display: none !important; } body[data-theme="premium_business"] a { text-decoration: underline; color: black !important; } } body[data-theme="premium_business"] .zp-hero { background: var(--grad-hero); padding: clamp(80px, 12vw, 140px) 0 80px; border-bottom: 1px solid var(--zp-stroke); } body[data-theme="premium_business"] .zp-hero__bg { background: none; opacity: 0.3; } body[data-theme="premium_business"] .zp-kicker { color: var(--zp-crimson); font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.75rem; padding: 0; background: transparent; border: none; margin-bottom: 16px; display: block; } body[data-theme="premium_business"] .zp-h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; color: var(--zp-bone); background: none; -webkit-text-fill-color: var(--zp-bone); margin-bottom: 20px; } body[data-theme="premium_business"] .zp-hero__p { color: var(--zp-muted); font-size: 1.125rem; line-height: 1.8; max-width: 620px; margin-bottom: 0; } body[data-theme="premium_business"] .zp-hero__cta { gap: 16px; margin-top: 32px; flex-wrap: wrap; } body[data-theme="premium_business"] .zp-hero__frame { background: #ffffff; border: 1px solid var(--zp-stroke); box-shadow: var(--shadow-card); border-radius: var(--radius-2xl); overflow: hidden; position: relative; } body[data-theme="premium_business"] .zp-hero__frame::before { background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(37, 99, 235, 0.06) 100%); filter: blur(40px); opacity: 1; } body[data-theme="premium_business"] .zp-hero__logo { filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08)); } body[data-theme="premium_business"] .zp-hero__note { color: var(--zp-muted-2); font-size: 0.875rem; margin-top: 12px; } body[data-theme="premium_business"] .zp-hero__tag { background: #f8fafc; border: 1px solid var(--zp-stroke); color: var(--zp-bone-2); font-size: 0.813rem; padding: 8px 14px; border-radius: var(--radius-sm); } body[data-theme="premium_business"] .zp-card { background: var(--grad-card); border: 1px solid var(--zp-stroke); box-shadow: var(--shadow-elevated); transition: all var(--transition-base); } body[data-theme="premium_business"] .zp-card:hover, body[data-theme="premium_business"] .zp-card:focus-visible { transform: translateY(-6px); border-color: var(--zp-stroke-2); box-shadow: var(--shadow-glow), 0 0 80px rgba(220, 38, 38, 0.06); } body[data-theme="premium_business"] .zp-card__img--placeholder { background: radial-gradient(900px 360px at 20% 10%, rgba(220, 38, 38, 0.16), transparent 55%), radial-gradient(700px 320px at 80% 40%, rgba(217, 119, 6, 0.10), transparent 60%), linear-gradient(180deg, rgba(31, 36, 48, 0.78), rgba(10, 11, 13, 0.92)); } body[data-theme="premium_business"] .zp-card__glow { background: radial-gradient(circle at 50% 30%, rgba(220, 38, 38, 0.22), transparent 58%); } body[data-theme="premium_business"] .zp-card__chip { background: rgba(31, 36, 48, 0.75); border-color: rgba(220, 38, 38, 0.15); color: var(--zp-bone-2); font-size: 0.7rem; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } body[data-theme="premium_business"] .zp-card__sub { color: var(--zp-muted); } body[data-theme="premium_business"] .zp-card__p { color: var(--zp-muted); line-height: 1.65; } body[data-theme="premium_business"] .zp-nav { background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); border-bottom: 1px solid rgba(226, 232, 240, 0.8); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); } body[data-theme="premium_business"] .zp-nav__inner { height: 72px !important; } body[data-theme="premium_business"] .zp-nav__brand { color: var(--zp-bone); } body[data-theme="premium_business"] .zp-nav__mark { background: transparent; box-shadow: none; border: none; } body[data-theme="premium_business"] .zp-nav__mark img { filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08)); } body[data-theme="premium_business"] .zp-nav__word--accent { color: var(--zp-crimson); } body[data-theme="premium_business"] .zp-nav__links { background: #f1f5f9; border: 1px solid var(--zp-stroke); padding: 6px 8px; border-radius: var(--radius-lg); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); } body[data-theme="premium_business"] .zp-nav__link { color: var(--zp-bone-2); padding: 10px 16px; border-radius: var(--radius-md); font-size: 0.875rem; font-weight: 600; letter-spacing: 0; text-transform: none; } body[data-theme="premium_business"] .zp-nav__link:hover, body[data-theme="premium_business"] .zp-nav__link.is-active { color: var(--zp-bone); background: #ffffff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); } body[data-theme="premium_business"] .zp-nav__indicator { background: linear-gradient(90deg, var(--zp-crimson), var(--zp-crimson-light)); box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3); border-radius: var(--radius-md); } body[data-theme="premium_business"] .zp-theme-switch { border-color: var(--zp-stroke); background: #f8fafc; } body[data-theme="premium_business"] .zp-theme-switch__track { background: #e2e8f0; border-color: var(--zp-stroke); } body[data-theme="premium_business"] .zp-footer { background: linear-gradient(180deg, rgba(10, 11, 13, 0.35), rgba(15, 17, 21, 0.72)); border-top: 1px solid rgba(220, 38, 38, 0.12); } body[data-theme="premium_business"] .zp-footer__mark { background: radial-gradient(circle at 35% 30%, rgba(220, 38, 38, 0.45), transparent 55%), radial-gradient(circle at 78% 78%, rgba(217, 119, 6, 0.32), transparent 62%), linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(217, 119, 6, 0.10)); box-shadow: var(--shadow-accent); border-color: rgba(220, 38, 38, 0.15); } body[data-theme="premium_business"] .zp-footer__name { color: var(--zp-bone); } body[data-theme="premium_business"] .zp-footer__tag { color: var(--zp-muted); } body[data-theme="premium_business"] .zp-footer__h { color: var(--zp-bone-2); } body[data-theme="premium_business"] .zp-footer__a { color: var(--zp-muted); } body[data-theme="premium_business"] .zp-footer__a:hover { color: var(--zp-bone); background: rgba(31, 36, 48, 0.55); border-color: rgba(220, 38, 38, 0.12); } body[data-theme="premium_business"] .zp-footer__top { background: rgba(31, 36, 48, 0.65); border-color: rgba(220, 38, 38, 0.15); color: var(--zp-bone-2); } body[data-theme="premium_business"] .zp-footer__top:hover { border-color: var(--zp-crimson); box-shadow: var(--shadow-accent); } body[data-theme="premium_business"] .zp-footer__bar { background: rgba(10, 11, 13, 0.78); border-top: 1px solid rgba(220, 38, 38, 0.10); } body[data-theme="premium_business"] .zp-footer__fine { color: var(--zp-muted); } body[data-theme="premium_business"] .zp-btn--primary { background: linear-gradient(180deg, rgba(220, 38, 38, 0.95), rgba(185, 28, 28, 0.88)); color: #ffffff; box-shadow: 0 12px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(220, 38, 38, 0.25), 0 0 35px rgba(220, 38, 38, 0.12); } body[data-theme="premium_business"] .zp-btn--primary:hover { background: linear-gradient(180deg, rgba(239, 68, 68, 0.98), rgba(220, 38, 38, 0.92)); transform: translateY(-2px); box-shadow: 0 16px 60px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(239, 68, 68, 0.30), 0 0 45px rgba(239, 68, 68, 0.16); } body[data-theme="premium_business"] .zp-btn--ghost { background: rgba(31, 36, 48, 0.55); color: var(--zp-bone); border-color: rgba(220, 38, 38, 0.12); } body[data-theme="premium_business"] .zp-btn--ghost:hover { border-color: var(--zp-crimson); box-shadow: var(--shadow-accent); transform: translateY(-1px); } body[data-theme="premium_business"] .zp-sectionHeader { margin-bottom: 40px; } body[data-theme="premium_business"] .zp-kicker { color: var(--zp-crimson-light); letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; padding: 6px 12px; background: rgba(220, 38, 38, 0.06); border-radius: var(--radius-sm); border: 1px solid rgba(220, 38, 38, 0.12); display: inline-block; margin-bottom: 12px; } body[data-theme="premium_business"] .zp-h2 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; background: linear-gradient(135deg, var(--zp-bone) 0%, var(--zp-bone-2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } body[data-theme="premium_business"] .zp-sectionHeader__p { color: var(--zp-muted); font-size: 1.05rem; line-height: 1.7; } body[data-theme="premium_business"] .zp-sectionHeader__rule { background: linear-gradient(90deg, var(--zp-crimson), transparent 60%); height: 2px; margin-top: 16px; border-radius: 2px; } body[data-theme="premium_business"] .zp-stats__v { color: var(--zp-crimson-light); font-weight: 800; letter-spacing: -0.02em; } body[data-theme="premium_business"] .zp-stats__k { color: var(--zp-bone-2); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; } body[data-theme="premium_business"] .zp-stats__d { color: var(--zp-muted); line-height: 1.6; } body[data-theme="premium_business"] .zp-acc__btn { color: var(--zp-bone); background: rgba(31, 36, 48, 0.35); border: 1px solid rgba(220, 38, 38, 0.10); } body[data-theme="premium_business"] .zp-acc__btn:hover { background: rgba(31, 36, 48, 0.55); border-color: rgba(220, 38, 38, 0.20); } body[data-theme="premium_business"] .zp-acc__panel { background: rgba(10, 11, 13, 0.45); border-left: 2px solid var(--zp-crimson); } body[data-theme="premium_business"] .zp-acc__a { color: var(--zp-muted); line-height: 1.7; } body[data-theme="premium_business"] .zp-car__slide { border: 1px solid rgba(220, 38, 38, 0.10); box-shadow: var(--shadow-soft); } body[data-theme="premium_business"] .zp-car__slide:hover { border-color: rgba(220, 38, 38, 0.25); box-shadow: var(--shadow-glow); } body[data-theme="premium_business"] .zp-car__dot.is-active { background: var(--zp-crimson); box-shadow: 0 0 12px rgba(220, 38, 38, 0.45); } body[data-theme="premium_business"] .zp-modal__backdrop { background: rgba(10, 11, 13, 0.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } body[data-theme="premium_business"] .zp-modal__dialog { background: var(--grad-panel); border: 1px solid rgba(220, 38, 38, 0.15); box-shadow: var(--shadow-elevated); } body[data-theme="premium_business"] .zp-modal__title { color: var(--zp-bone); } body[data-theme="premium_business"] .zp-modal__close { color: var(--zp-bone-2); } body[data-theme="premium_business"] .zp-modal__close:hover { color: var(--zp-crimson-light); } body[data-theme="premium_business"] .zp-badge { background: rgba(220, 38, 38, 0.12); border-color: rgba(220, 38, 38, 0.20); color: var(--zp-crimson-light); } body[data-theme="premium_business"] .zp-badge.is-founder { background: rgba(217, 119, 6, 0.12); border-color: rgba(217, 119, 6, 0.20); color: var(--zp-gold-light); } body[data-theme="premium_business"] .zp-tabs__tab { color: var(--zp-muted); } body[data-theme="premium_business"] .zp-tabs__tab.is-active { color: var(--zp-bone); border-bottom-color: var(--zp-crimson); } body[data-theme="premium_business"] .zp-tabs__panel { background: rgba(31, 36, 48, 0.35); border-color: rgba(220, 38, 38, 0.10); } body[data-theme="premium_business"] .zp-input, body[data-theme="premium_business"] .zp-textarea { background: rgba(10, 11, 13, 0.45); border-color: rgba(220, 38, 38, 0.12); color: var(--zp-bone); } body[data-theme="premium_business"] .zp-input:focus, body[data-theme="premium_business"] .zp-textarea:focus { border-color: var(--zp-crimson); box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08), 0 0 18px rgba(220, 38, 38, 0.12); } body[data-theme="premium_business"] .zp-field__label { color: var(--zp-bone-2); } body[data-theme="premium_business"] .zp-alert.is-success { border-color: rgba(34, 197, 94, 0.28); background: rgba(34, 197, 94, 0.06); } body[data-theme="premium_business"] .zp-alert.is-error { border-color: rgba(220, 38, 38, 0.30); background: rgba(220, 38, 38, 0.06); } @media (max-width: 992px) { body[data-theme="premium_business"] .zp-hero__inner { gap: 40px; } body[data-theme="premium_business"] .zp-hero__poster { order: -1; } body[data-theme="premium_business"] .zp-footer__inner { gap: 32px; } } @media (max-width: 680px) { body[data-theme="premium_business"] .zp-hero__cta { flex-direction: column; width: 100%; } body[data-theme="premium_business"] .zp-hero__tags { justify-content: center; } } @keyframes zp-premium-pulse { 0%, 100% { box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.08), 0 12px 60px rgba(0, 0, 0, 0.55); } 50% { box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.15), 0 16px 70px rgba(0, 0, 0, 0.65); } } body[data-theme="premium_business"] .zp-card { animation: zp-premium-pulse 4s ease-in-out infinite; } body[data-theme="premium_business"] .zp-hero__frame { animation: zp-premium-pulse 5s ease-in-out infinite; } .zp-premium-surface { background: var(--grad-panel); border: 1px solid var(--zp-stroke); } .zp-premium-accent { background: var(--grad-accent); } .zp-premium-glow { box-shadow: var(--shadow-accent); } .zp-premium-border { border-color: var(--zp-stroke-2); } body[data-theme="premium_business"] .zp-card { background: #ffffff; border: 1px solid var(--zp-stroke); box-shadow: var(--shadow-card); border-radius: var(--radius-xl); transition: all var(--transition-base); overflow: hidden; } body[data-theme="premium_business"] .zp-card:hover, body[data-theme="premium_business"] .zp-card:focus-visible { transform: translateY(-4px); border-color: rgba(220, 38, 38, 0.3); box-shadow: 0 20px 25px rgba(0, 0, 0, 0.08), 0 10px 10px rgba(0, 0, 0, 0.04); } body[data-theme="premium_business"] .zp-card__img--placeholder { background: linear-gradient(135deg, rgba(220, 38, 38, 0.08) 0%, rgba(37, 99, 235, 0.06) 100%); } body[data-theme="premium_business"] .zp-card__glow { display: none; } body[data-theme="premium_business"] .zp-card__chip { background: #f1f5f9; border: 1px solid var(--zp-stroke); color: var(--zp-bone-2); font-size: 0.75rem; padding: 6px 10px; border-radius: var(--radius-sm); } body[data-theme="premium_business"] .zp-card__sub { color: var(--zp-muted); font-size: 0.875rem; } body[data-theme="premium_business"] .zp-card__p { color: var(--zp-muted); line-height: 1.7; font-size: 0.938rem; } body[data-theme="premium_business"] .zp-card__body { padding: 24px; } body[data-theme="premium_business"] .zp-footer { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); border-top: 1px solid var(--zp-stroke); margin-top: var(--space-10); } body[data-theme="premium_business"] .zp-footer__inner { padding: 64px 0 40px; } body[data-theme="premium_business"] .zp-footer__mark { background: transparent; box-shadow: none; border: none; } body[data-theme="premium_business"] .zp-footer__name { color: var(--zp-bone); font-weight: 700; } body[data-theme="premium_business"] .zp-footer__tag { color: var(--zp-muted); margin-top: 6px; } body[data-theme="premium_business"] .zp-footer__h { color: var(--zp-bone); font-weight: 700; font-size: 0.813rem; margin-bottom: 12px; } body[data-theme="premium_business"] .zp-footer__a { color: var(--zp-muted); padding: 6px 0; display: block; transition: all var(--transition-fast); } body[data-theme="premium_business"] .zp-footer__a:hover { color: var(--zp-crimson); transform: translateX(4px); } body[data-theme="premium_business"] .zp-footer__top { background: #f1f5f9; border: 1px solid var(--zp-stroke); color: var(--zp-bone-2); padding: 10px 18px; border-radius: var(--radius-md); } body[data-theme="premium_business"] .zp-footer__top:hover { background: var(--zp-crimson); border-color: var(--zp-crimson); color: #ffffff; transform: translateY(-2px); box-shadow: var(--shadow-elevated); } body[data-theme="premium_business"] .zp-footer__bar { background: #ffffff; border-top: 1px solid var(--zp-stroke); padding: 20px 0; } body[data-theme="premium_business"] .zp-footer__fine { color: var(--zp-muted-2); font-size: 0.875rem; } body[data-theme="premium_business"] .zp-btn--primary { background: var(--grad-button); color: #ffffff; box-shadow: 0 4px 14px rgba(220, 38, 38, 0.25); border: none; border-radius: var(--radius-lg); padding: 12px 24px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; } body[data-theme="premium_business"] .zp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35); filter: brightness(1.05); } body[data-theme="premium_business"] .zp-btn--ghost { background: #ffffff; color: var(--zp-bone-2); border: 1px solid var(--zp-stroke); border-radius: var(--radius-lg); padding: 12px 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; } body[data-theme="premium_business"] .zp-btn--ghost:hover { border-color: var(--zp-crimson); color: var(--zp-crimson); transform: translateY(-1px); box-shadow: var(--shadow-elevated); } body[data-theme="premium_business"] .zp-sectionHeader { margin-bottom: 48px; } body[data-theme="premium_business"] .zp-kicker { color: var(--zp-crimson); font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.75rem; display: block; margin-bottom: 12px; } body[data-theme="premium_business"] .zp-h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: var(--zp-bone); margin-bottom: 16px; } body[data-theme="premium_business"] .zp-sectionHeader__p { color: var(--zp-muted); font-size: 1.063rem; line-height: 1.8; max-width: 680px; } body[data-theme="premium_business"] .zp-sectionHeader__rule { background: var(--zp-crimson); height: 3px; width: 60px; margin-top: 20px; border-radius: 2px; } body[data-theme="premium_business"] .zp-stats__v { color: var(--zp-crimson); font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; } body[data-theme="premium_business"] .zp-stats__k { color: var(--zp-bone-2); font-size: 0.813rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; } body[data-theme="premium_business"] .zp-stats__d { color: var(--zp-muted); line-height: 1.6; font-size: 0.938rem; margin-top: 8px; } body[data-theme="premium_business"] .zp-acc__btn { color: var(--zp-bone); background: #ffffff; border: 1px solid var(--zp-stroke); padding: 20px 24px; border-radius: var(--radius-lg); font-weight: 600; font-size: 1rem; text-align: left; } body[data-theme="premium_business"] .zp-acc__btn:hover { background: #f8fafc; border-color: rgba(220, 38, 38, 0.3); } body[data-theme="premium_business"] .zp-acc__panel { background: #f8fafc; border-left: 3px solid var(--zp-crimson); margin-top: 8px; border-radius: 0 var(--radius-lg) var(--radius-lg) 0; } body[data-theme="premium_business"] .zp-acc__inner { padding: 20px 24px; } body[data-theme="premium_business"] .zp-acc__a { color: var(--zp-bone-2); line-height: 1.7; } body[data-theme="premium_business"] .zp-badge { background: rgba(220, 38, 38, 0.1); border: 1px solid rgba(220, 38, 38, 0.2); color: var(--zp-crimson); padding: 4px 10px; border-radius: var(--radius-sm); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; } body[data-theme="premium_business"] .zp-badge.is-founder { background: rgba(37, 99, 235, 0.1); border: 1px solid rgba(37, 99, 235, 0.2); color: var(--zp-blue); } body[data-theme="premium_business"] .zp-car__slide { border: 1px solid var(--zp-stroke); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); transition: all var(--transition-base); } body[data-theme="premium_business"] .zp-car__slide:hover { border-color: rgba(220, 38, 38, 0.3); box-shadow: 0 20px 25px rgba(0, 0, 0, 0.08); transform: translateY(-4px); } body[data-theme="premium_business"] .zp-car__dot { background: #e2e8f0; border: none; width: 10px; height: 10px; border-radius: 50%; } body[data-theme="premium_business"] .zp-car__dot.is-active { background: var(--zp-crimson); box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2); } body[data-theme="premium_business"] .zp-input, body[data-theme="premium_business"] .zp-textarea { background: #ffffff; border: 1px solid var(--zp-stroke); color: var(--zp-bone); border-radius: var(--radius-md); padding: 12px 16px; font-size: 1rem; } body[data-theme="premium_business"] .zp-input:focus, body[data-theme="premium_business"] .zp-textarea:focus { border-color: var(--zp-crimson); outline: none; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1); } body[data-theme="premium_business"] .zp-field__label { color: var(--zp-bone-2); font-weight: 600; font-size: 0.875rem; margin-bottom: 6px; } body[data-theme="premium_business"] .zp-alert { padding: 16px 20px; border-radius: var(--radius-md); border-left: 4px solid; background: #ffffff; box-shadow: var(--shadow-soft); } body[data-theme="premium_business"] .zp-alert.is-success { border-color: #10b981; background: #f0fdf4; } body[data-theme="premium_business"] .zp-alert.is-error { border-color: var(--zp-crimson); background: #fef2f2; } body[data-theme="premium_business"] { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.65; } body[data-theme="premium_business"] .zp-h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; margin: 0 0 16px 0; } body[data-theme="premium_business"] .zp-h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 14px 0; } body[data-theme="premium_business"] .zp-h3 { font-size: clamp(1.3rem, 2.5vw, 1.75rem); font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; margin: 0 0 10px 0; } body[data-theme="premium_business"] .zp-h4 { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; letter-spacing: -0.01em; line-height: 1.4; } body[data-theme="premium_business"] p { color: var(--zp-muted); font-size: 1rem; line-height: 1.75; margin: 0 0 16px 0; } body[data-theme="premium_business"] .zp-hero__p { font-size: 1.05rem; max-width: 58ch; } body[data-theme="premium_business"] .zp-sectionHeader__p { font-size: 1.05rem; max-width: 65ch; } body[data-theme="premium_business"] .zp-card__p { font-size: 0.98rem; line-height: 1.65; } body[data-theme="premium_business"] .zp-card__sub { font-size: 0.92rem; color: var(--zp-bone-2); } body[data-theme="premium_business"] .zp-footer__tag { font-size: 0.92rem; } body[data-theme="premium_business"] .zp-hero__note { font-size: 0.9rem; } body[data-theme="premium_business"] .zp-kicker { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; display: inline-block; padding: 6px 14px; background: rgba(220, 38, 38, 0.08); border-radius: var(--radius-sm); border: 1px solid rgba(220, 38, 38, 0.15); color: var(--zp-crimson-light); margin-bottom: 12px; } body[data-theme="premium_business"] .zp-card__chip { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; padding: 6px 10px; } body[data-theme="premium_business"] .zp-stats__k { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; } body[data-theme="premium_business"] .zp-footer__h { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; } body[data-theme="premium_business"] .zp-nav__link { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; } body[data-theme="premium_business"] .zp-btn { font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; } body[data-theme="premium_business"] .zp-section { padding: var(--space-9) 0; margin: 0; } body[data-theme="premium_business"] .zp-container { max-width: var(--container); padding: 0 24px; } @media (min-width: 768px) { body[data-theme="premium_business"] .zp-container { padding: 0 32px; } } @media (min-width: 1200px) { body[data-theme="premium_business"] .zp-container { padding: 0 40px; } } body[data-theme="premium_business"] .zp-stack { display: grid; gap: var(--space-7); } body[data-theme="premium_business"] .zp-grid { display: grid; gap: var(--space-6); } body[data-theme="premium_business"] .zp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } @media (max-width: 992px) { body[data-theme="premium_business"] .zp-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 680px) { body[data-theme="premium_business"] .zp-grid-3 { grid-template-columns: 1fr; } } body[data-theme="premium_business"] .zp-card__body { padding: 22px 22px 24px; } body[data-theme="premium_business"] .zp-card__meta { gap: 10px; margin-bottom: 14px; } body[data-theme="premium_business"] .zp-card__cta { margin-top: 18px; } body[data-theme="premium_business"] .zp-hero { padding: clamp(56px, 8vw, 96px) 0 56px; } body[data-theme="premium_business"] .zp-hero__inner { gap: clamp(24px, 4vw, 40px); } body[data-theme="premium_business"] .zp-hero__copy { gap: 14px; } body[data-theme="premium_business"] .zp-hero__cta { margin-top: 8px; gap: 16px; } body[data-theme="premium_business"] .zp-hero__tags { margin-top: 8px; gap: 10px; } body[data-theme="premium_business"] .zp-footer__inner { padding: 56px 0 42px; gap: 40px; } body[data-theme="premium_business"] .zp-footer__cols { gap: 20px; } body[data-theme="premium_business"] .zp-footer__col { gap: 12px; } body[data-theme="premium_business"] .zp-footer__bar { padding: 16px 0; } body[data-theme="premium_business"] .zp-nav__inner { height: 76px !important; } body[data-theme="premium_business"] .zp-nav__links { gap: 4px; padding: 8px; } body[data-theme="premium_business"] .zp-nav__link { padding: 10px 18px; } body[data-theme="premium_business"] .zp-acc__item { margin-bottom: 10px; } body[data-theme="premium_business"] .zp-acc__btn { padding: 16px 18px; } body[data-theme="premium_business"] .zp-acc__inner { padding: 16px 18px 18px; } body[data-theme="premium_business"] .zp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-5); } @media (max-width: 992px) { body[data-theme="premium_business"] .zp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 680px) { body[data-theme="premium_business"] .zp-stats { grid-template-columns: 1fr; } } body[data-theme="premium_business"] .zp-stats__item { display: grid; gap: 6px; } .zp-premium-balance { display: grid; gap: var(--space-6); align-items: start; } @media (min-width: 768px) { .zp-premium-balance { grid-template-columns: 1.2fr 1fr; } } .zp-premium-vstack { display: grid; gap: var(--space-5); } .zp-premium-hstack { display: flex; flex-wrap: wrap; gap: var(--space-4); align-items: center; } .zp-premium-center { text-align: center; justify-items: center; } @media (min-width: 768px) { .zp-premium-center-md { text-align: center; justify-items: center; } } .zp-text-primary { color: var(--zp-bone); } .zp-text-secondary { color: var(--zp-bone-2); } .zp-text-tertiary { color: var(--zp-muted); } .zp-text-accent { color: var(--zp-crimson-light); } .zp-text-gold { color: var(--zp-gold-light); } .zp-bg-surface { background: var(--grad-panel); } .zp-bg-surface-elevated { background: var(--zp-surface-elevated); } .zp-border-subtle { border: 1px solid var(--zp-stroke); } .zp-border-accent { border: 1px solid var(--zp-stroke-2); } @media (max-width: 768px) { body[data-theme="premium_business"] .zp-h1 { font-size: 2.2rem; line-height: 1.2; } body[data-theme="premium_business"] .zp-h2 { font-size: 1.8rem; line-height: 1.25; } body[data-theme="premium_business"] .zp-hero__p { font-size: 1rem; } body[data-theme="premium_business"] .zp-sectionHeader__p { font-size: 0.98rem; } } @media (max-width: 480px) { body[data-theme="premium_business"] .zp-h1 { font-size: 1.9rem; } body[data-theme="premium_business"] .zp-h2 { font-size: 1.6rem; } body[data-theme="premium_business"] .zp-h3 { font-size: 1.25rem; } } @media (prefers-reduced-motion: reduce) { body[data-theme="premium_business"] * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } } body[data-theme="premium_business"] a:focus-visible, body[data-theme="premium_business"] button:focus-visible { outline: 2px solid var(--zp-crimson); outline-offset: 3px; border-radius: var(--radius-xs); } body[data-theme="premium_business"] .zp-input:focus-visible, body[data-theme="premium_business"] .zp-textarea:focus-visible { outline: 2px solid var(--zp-crimson); outline-offset: 2px; border-color: var(--zp-crimson); } :root{ --zp-ink:#060808; --zp-ink-2:#0b120b; --zp-panel:#0e1110; --zp-panel-2:#101514; --zp-stroke:rgba(235,241,228,.10); --zp-stroke-2:rgba(199,255,0,.18); --zp-bone:#ebe9df; --zp-bone-2:#cfd3c8; --zp-muted:#99a29b; --zp-neon-lime:#c7ff00; --zp-acid:#93ff2a; --zp-gold-lime:#f0ff6b; --zp-blood:#d31e2d; --zp-scar:#ff3b4c; --zp-accent:var(--zp-gold-lime); --zp-accent-2:var(--zp-neon-lime); --zp-accent-ink:#0a0c0a; --radius-xs:10px; --radius-sm:14px; --radius-md:18px; --radius-lg:26px; --radius-xl:34px; --shadow-soft:0 18px 70px rgba(0,0,0,.55); --shadow-glow:0 0 0 1px rgba(199,255,0,.14),0 18px 70px rgba(0,0,0,.62); --shadow-neon:0 0 18px rgba(199,255,0,.16),0 0 40px rgba(147,255,42,.10); --grad-ambient:radial-gradient(1100px 600px at 12% 8%,rgba(199,255,0,.14),transparent 60%), radial-gradient(900px 520px at 82% 18%,rgba(211,30,45,.10),transparent 60%), radial-gradient(900px 700px at 55% 95%,rgba(147,255,42,.10),transparent 65%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); --grad-accent:linear-gradient(90deg,var(--zp-accent),var(--zp-accent-2)); --grad-sheen:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.10) 28%,rgba(255,255,255,.22) 46%,rgba(255,255,255,.08) 60%,transparent 78%); --noise:radial-gradient(circle at 1px 1px,rgba(255,255,255,.04) 1px,transparent 0); --container:1120px; --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:24px; --space-6:32px; --space-7:48px; --space-8:64px; --space-9:96px; --border-1:1px solid var(--zp-stroke); --border-2:1px solid var(--zp-stroke-2); } body[data-theme="gold"], body[data-accent="neon_gold"], body[data-theme="neon_noir"] { --zp-accent:var(--zp-gold-lime); --zp-accent-2:var(--zp-neon-lime); --zp-stroke-2:rgba(240,255,107,.20); } body[data-theme="purple"], body[data-accent="neon_purple"], body[data-theme="violet_terminal"] { --zp-accent:#a55cff; --zp-accent-2:#ff2bd6; --zp-stroke-2:rgba(165,92,255,.22); --shadow-neon:0 0 18px rgba(165,92,255,.20),0 0 44px rgba(255,43,214,.10); --grad-ambient:radial-gradient(1100px 600px at 12% 8%,rgba(165,92,255,.16),transparent 62%), radial-gradient(900px 520px at 82% 18%,rgba(211,30,45,.10),transparent 60%), radial-gradient(900px 700px at 55% 95%,rgba(255,43,214,.10),transparent 66%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); } body[data-theme="carbon_minimal"] { --zp-accent: #ffffff; --zp-accent-2: #cccccc; --zp-stroke-2: rgba(255,255,255,.15); --shadow-neon: 0 0 10px rgba(255,255,255,.1); --grad-ambient: linear-gradient(180deg, #050505, #0a0a0a); } body[data-theme="emerald_glow"] { --zp-accent: #00ff9d; --zp-accent-2: #00cc7a; --zp-stroke-2: rgba(0,255,157,.25); --shadow-neon: 0 0 20px rgba(0,255,157,.2), 0 0 40px rgba(0,204,122,.1); --grad-ambient: radial-gradient(1100px 600px at 12% 8%,rgba(0,255,157,.12),transparent 60%), radial-gradient(900px 520px at 82% 18%,rgba(0,204,122,.10),transparent 60%), linear-gradient(180deg,var(--zp-ink),var(--zp-ink-2)); } body[data-theme="mono_studio"] { --zp-accent: #e0e0e0; --zp-accent-2: #a0a0a0; --zp-ink: #111; --zp-ink-2: #1a1a1a; --zp-stroke-2: rgba(255,255,255,.1); --grad-ambient: linear-gradient(to bottom, #111, #222); } .zp-bgBlur, .zp-pageBackground { pointer-events: none !important; z-index: -1 !important; background: radial-gradient( circle at 30% 30%, rgba(120,255,120,0.18), transparent 65% ) !important; } :root { --zp-ink: #ffffff; --zp-ink-2: #f8fafc; --zp-panel: #ffffff; --zp-panel-2: #f1f5f9; --zp-surface: #e2e8f0; --zp-surface-elevated: #ffffff; --zp-stroke: rgba(148, 163, 184, 0.2); --zp-stroke-2: rgba(220, 38, 38, 0.3); --zp-stroke-subtle: rgba(148, 163, 184, 0.1); --zp-bone: #0f172a; --zp-bone-2: #334155; --zp-muted: #64748b; --zp-muted-2: #94a3b8; --zp-crimson: #dc2626; --zp-crimson-dark: #b91c1c; --zp-crimson-light: #ef4444; --zp-crimson-pale: #fecaca; --zp-blood: #991b1b; --zp-scar: #dc2626; --zp-blue: #2563eb; --zp-blue-light: #3b82f6; --zp-slate: #475569; --zp-accent: var(--zp-crimson); --zp-accent-2: var(--zp-crimson-light); --zp-accent-dark: var(--zp-blood); --zp-accent-ink: #fef2f2; --zp-text-primary: var(--zp-bone); --zp-text-secondary: var(--zp-bone-2); --zp-text-tertiary: var(--zp-muted); --radius-xs: 6px; --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 20px; --radius-2xl: 24px; --shadow-soft: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06); --shadow-elevated: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06); --shadow-glow: 0 0 0 1px rgba(220, 38, 38, 0.1), 0 4px 6px rgba(0, 0, 0, 0.07); --shadow-accent: 0 0 0 3px rgba(220, 38, 38, 0.1); --shadow-neon: 0 4px 14px rgba(220, 38, 38, 0.25); --shadow-card: 0 10px 15px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.03); --grad-ambient: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); --grad-panel: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); --grad-accent: linear-gradient(135deg, var(--zp-crimson) 0%, var(--zp-crimson-dark) 100%); --grad-hero: linear-gradient(135deg, rgba(220, 38, 38, 0.05) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(225deg, rgba(37, 99, 235, 0.05) 0%, rgba(255, 255, 255, 0) 50%); --grad-sheen: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 70%, transparent 100%); --grad-card: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); --grad-button: linear-gradient(135deg, var(--zp-crimson) 0%, var(--zp-crimson-light) 100%); --noise: none; --container: 1280px; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-7: 32px; --space-8: 40px; --space-9: 48px; --space-10: 64px; --border-1: 1px solid var(--zp-stroke); --border-2: 1px solid var(--zp-stroke-2); --border-subtle: 1px solid var(--zp-stroke-subtle); --transition-fast: 150ms ease; --transition-base: 200ms ease; --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1); --focus-ring: 0 0 0 2px #ffffff, 0 0 0 4px var(--zp-crimson); --focus-ring-subtle: 0 0 0 2px #ffffff, 0 0 0 4px rgba(220, 38, 38, 0.5); } body[data-theme="premium_business"], body[data-accent="deep_red"] { --zp-accent: var(--zp-crimson); --zp-accent-2: var(--zp-crimson-light); --zp-stroke-2: rgba(220, 38, 38, 0.25); --shadow-neon: 0 0 20px rgba(220, 38, 38, 0.22), 0 0 50px rgba(220, 38, 38, 0.12); --grad-ambient: radial-gradient(1400px 800px at 10% 5%, rgba(220, 38, 38, 0.10), transparent 60%), radial-gradient(1100px 650px at 88% 15%, rgba(217, 119, 6, 0.07), transparent 62%), radial-gradient(900px 600px at 50% 95%, rgba(220, 38, 38, 0.08), transparent 65%), linear-gradient(180deg, var(--zp-ink), var(--zp-ink-2)); } body[data-theme="crimson_elite"] { --zp-accent: #ef4444; --zp-accent-2: #dc2626; --zp-stroke-2: rgba(239, 68, 68, 0.28); --shadow-neon: 0 0 22px rgba(239, 68, 68, 0.24), 0 0 55px rgba(239, 68, 68, 0.14); --grad-ambient: radial-gradient(1500px 850px at 8% 8%, rgba(239, 68, 68, 0.12), transparent 58%), radial-gradient(1000px 600px at 90% 18%, rgba(220, 38, 38, 0.09), transparent 60%), linear-gradient(180deg, var(--zp-ink), var(--zp-ink-2)); } body[data-theme="burgundy_pro"] { --zp-accent: #991b1b; --zp-accent-2: #dc2626; --zp-panel: #15181e; --zp-panel-2: #1c2029; --zp-stroke-2: rgba(153, 27, 27, 0.30); --shadow-neon: 0 0 18px rgba(153, 27, 27, 0.26), 0 0 45px rgba(153, 27, 27, 0.14); --grad-ambient: radial-gradient(1300px 750px at 12% 10%, rgba(153, 27, 27, 0.11), transparent 62%), linear-gradient(180deg, var(--zp-ink), var(--zp-ink-2)); } .zp-nav { position: sticky; top: 0; left: 0; width: 100%; z-index: 120; background: rgba(255, 248, 241, 0.88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 20px 35px rgba(68, 34, 21, 0.1); border-bottom: 1px solid rgba(199, 120, 69, 0.25); } .zp-nav__topBar { border-bottom: 1px solid rgba(199, 120, 69, 0.25); } .zp-nav__metaInner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 10px 0 8px; color: var(--zp-muted); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; } .zp-nav__metaTag { color: var(--zp-bone-2); } .zp-nav__metaContact { display: inline-flex; align-items: center; gap: 12px; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: none; } .zp-nav__metaLink { color: var(--zp-bone-2); text-decoration: none; transition: color var(--transition-base); } .zp-nav__metaLink:hover { color: var(--zp-crimson); } .zp-nav__metaDivider { width: 1px; height: 12px; background: rgba(199, 120, 69, 0.35); display: inline-flex; } .zp-nav__metaLang { display: flex; align-items: center; } .zp-nav__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 18px 0; } .zp-nav__brand { display: flex; max-width: 290px; align-items: center; gap: 20px; text-decoration: none; color: var(--zp-bone); border-radius: 999px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 232, 203, 0.82)); border: 1px solid rgba(199, 120, 69, 0.35); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 18px 35px rgba(40, 12, 5, 0.16); } .zp-nav__mark { width: 175px; display: grid; place-items: center; } .zp-nav__mark img { width: 175px; height: auto; } .zp-nav__identity { display: flex; flex-direction: column; gap: 4px; line-height: 1; text-transform: uppercase; } .zp-nav__word { text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; font-size: 0.88rem; } .zp-nav__word--accent { color: var(--zp-crimson); } .zp-nav__tagline { font-size: 0.74rem; letter-spacing: 0.24em; color: rgba(43, 28, 22, 0.7); } .zp-nav__actions { display: flex; align-items: center; gap: 16px; } .zp-nav__actions .zp-btn, .zp-nav__actions .zp-theme-switch { border-radius: 999px; } .zp-nav__menuBar { background: rgba(255, 255, 255, 0.75); border-top: 1px solid rgba(199, 120, 69, 0.25); border-bottom: 1px solid rgba(199, 120, 69, 0.2); } .zp-nav__menuBar .zp-container { padding: 0 var(--space-6); padding-left: 0px; padding-right: 0px; } .zp-nav__core { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 18px 0; } .zp-nav__menuWrap { display: flex; justify-content: right; width: 100%; top: 30px; position: relative; } .zp-nav__links { display: flex; gap: 20px; padding: 0; border-radius: 0; background: transparent; border: none; box-shadow: none; width: max-content; } .zp-nav__link { position: relative; text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.18em; color: var(--zp-bone-2); padding: 12px 4px 18px; text-transform: uppercase; transition: color var(--transition-base); } .zp-nav__link::after { content: ''; position: absolute; left: 50%; bottom: 4px; width: 0; height: 3px; border-radius: 999px; background: linear-gradient(120deg, rgba(242, 92, 60, 0.9), rgba(247, 165, 69, 0.9)); transform: translateX(-50%); transition: width var(--transition-base); } .zp-nav__link:hover, .zp-nav__link.is-active { color: var(--zp-bone); } .zp-nav__link:hover::after, .zp-nav__link.is-active::after { width: 36px; } .zp-nav__indicator { display: none; } .zp-nav__hamburger { display: none; width: 46px; height: 46px; border: 1px solid rgba(199, 120, 69, 0.35); background: rgba(255, 255, 255, 0.85); color: var(--zp-bone); border-radius: 16px; box-shadow: 0 12px 25px rgba(40, 12, 5, 0.12); cursor: pointer; } .zp-nav__hamburgerBox { width: 20px; height: 16px; position: relative; } .zp-nav__hamburgerInner, .zp-nav__hamburgerInner::before, .zp-nav__hamburgerInner::after { position: absolute; left: 0; width: 20px; height: 2px; background: currentColor; content: ""; } .zp-nav__hamburgerInner { top: 50%; transform: translateY(-50%); } .zp-nav__hamburgerInner::before { top: -6px; } .zp-nav__hamburgerInner::after { bottom: -6px; } .zp-nav__leadLink { font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--zp-bone-2); text-decoration: none; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(199, 120, 69, 0.35); background: rgba(255, 255, 255, 0.7); transition: all var(--transition-base); } .zp-nav__leadLink:hover { color: var(--zp-bone); border-color: rgba(242, 92, 60, 0.8); box-shadow: 0 10px 18px rgba(40, 12, 5, 0.15); } @media (max-width: 1180px) { .zp-nav__links { gap: 6px; padding: 6px; } } @media (max-width: 1024px) { .zp-nav__metaInner { grid-template-columns: 1fr; text-align: center; gap: 8px; } .zp-nav__metaContact { justify-content: center; } .zp-nav__core { grid-template-columns: 1fr auto; } .zp-nav__links { display: none; } .zp-nav__hamburger { display: inline-flex; align-items: center; justify-content: center; } } @media (max-width: 640px) { .zp-nav__metaInner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 0; } .zp-nav__metaTag, .zp-nav__metaContact, .zp-nav__metaLang { display: inline-flex; align-items: center; gap: 8px; font-size: 0.68rem; } .zp-nav__metaContact { letter-spacing: 0.08em; } .zp-nav__metaDivider { height: 10px; } .zp-nav__core { grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 12px 0; margin-left: 16px; margin-right: 16px; } .zp-nav__brand { max-width: 180px; gap: 12px; padding: 10px 16px; } .zp-nav__mark { width: 120px; } .zp-nav__mark img { width: 120px; } .zp-nav__identity { gap: 2px; } .zp-nav__word { font-size: 0.72rem; letter-spacing: 0.18em; } .zp-nav__tagline { font-size: 0.6rem; letter-spacing: 0.18em; } .zp-nav__actions { justify-content: flex-end; justify-self: end; align-self: stretch; display: flex; align-items: center; } .zp-nav__hamburger { width: 48px; height: 56px; border-radius: 18px; margin-left: auto; } } .zp-mobile-nav { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 20000; overflow: hidden; visibility: hidden; pointer-events: none; font-family: var(--font-base, 'Sora', system-ui, sans-serif); contain: strict; } .zp-mobile-nav[data-state="open"], .zp-mobile-nav[data-state="closing"] { visibility: visible; pointer-events: auto; } .zp-mobile-nav__backdrop { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(7,5,3,0.85), rgba(22,11,12,0.65)); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transition: opacity 0.35s ease; z-index: 1; } .zp-mobile-nav[data-state="open"] .zp-mobile-nav__backdrop { opacity: 1; } .zp-mobile-nav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(95vw, 520px); max-width: 520px; height: 100%; background: linear-gradient(170deg, #fff6ee 0%, #ffe7d3 55%, #ffd3b1 120%); color: #2a1a14; z-index: 2; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.35, 1); display: flex; flex-direction: column; border-top-left-radius: 26px; border-bottom-left-radius: 26px; border-left: 1px solid rgba(199, 120, 69, 0.25); box-shadow: -30px 0 60px rgba(202, 120, 70, 0.25); overflow: hidden; } .zp-mobile-nav[data-state="open"] .zp-mobile-nav__panel { transform: translateX(0); } .zp-mobile-nav__hero { position: relative; padding: clamp(18px, 4.5vw, 24px); display: flex; flex-direction: column; gap: 10px; overflow: hidden; } .zp-mobile-nav__hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 0%, rgba(255, 191, 141, 0.55), transparent 60%), radial-gradient(circle at 80% 40%, rgba(255, 238, 225, 0.7), transparent 65%); opacity: 0.35; filter: blur(6px); z-index: 0; } .zp-mobile-nav__brand { display: flex; align-items: baseline; gap: 8px; font-size: 1.6rem; text-transform: uppercase; letter-spacing: 0.3em; font-weight: 800; position: relative; z-index: 1; } .zp-mobile-nav__brandMark { color: #d24a29; } .zp-mobile-nav__brandSub { color: rgba(87, 49, 34, 0.75); font-weight: 600; } .zp-mobile-nav__heroText { margin: 0; font-size: 0.78rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(77, 41, 27, 0.8); position: relative; z-index: 1; } .zp-mobile-nav__close { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.25); background: rgba(12, 5, 4, 0.55); color: #fff6ef; cursor: pointer; display: grid; place-items: center; z-index: 2; transition: transform 0.2s ease, border-color 0.2s ease; } .zp-mobile-nav__close:hover, .zp-mobile-nav__close:focus-visible { transform: scale(1.05); border-color: rgba(255,255,255,0.6); outline: none; } .zp-mobile-nav__closeIcon { width: 14px; height: 14px; position: relative; } .zp-mobile-nav__closeIcon::before, .zp-mobile-nav__closeIcon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 100%; height: 2px; background: currentColor; transform-origin: center; } .zp-mobile-nav__closeIcon::before { transform: translate(-50%, -50%) rotate(45deg); } .zp-mobile-nav__closeIcon::after { transform: translate(-50%, -50%) rotate(-45deg); } .zp-mobile-nav__body { flex: 1; overflow-y: auto; padding: clamp(22px, 5vw, 34px); display: flex; flex-direction: column; gap: 24px; } .zp-mobile-nav__pill { align-self: flex-start; padding: 6px 16px; border-radius: 999px; border: 1px solid rgba(199,120,69,0.35); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(76,35,22,0.8); background: rgba(255,255,255,0.6); } .zp-mobile-nav__grid { display: grid; grid-template-columns: 1fr; gap: 8px; } .zp-mobile-nav__card { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 16px; border: 1px solid rgba(199,120,69,0.18); background: rgba(255,255,255,0.85); color: #3a1f17; text-decoration: none; position: relative; overflow: hidden; transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease; } .zp-mobile-nav__card::after { content: ""; position: absolute; inset: -40% auto auto -40%; width: 140px; height: 140px; background: radial-gradient(circle, rgba(247, 165, 69, 0.25), transparent 60%); opacity: 0; transition: opacity 0.35s ease, transform 0.35s ease; } .zp-mobile-nav__card.is-active::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 20px; background: #d9472d; border-radius: 0 2px 2px 0; box-shadow: 0 0 12px rgba(217, 71, 45, 0.5); } .zp-mobile-nav__card:hover, .zp-mobile-nav__card:focus-visible { background: #fff4ed; border-color: rgba(199,120,69,0.45); transform: translateX(4px) scale(1.008); } .zp-mobile-nav__card:hover::after, .zp-mobile-nav__card:focus-visible::after, .zp-mobile-nav__card.is-active::after { opacity: 1; transform: translate(10px, -10px); } .zp-mobile-nav__cardIndex { font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.55); } .zp-mobile-nav__cardLabel { flex: 1; font-size: 0.9rem; letter-spacing: 0.12em; font-weight: 700; } .zp-mobile-nav__cardIcon { width: 32px; height: 32px; border-radius: 10px; background: rgba(18,10,6,0.08); border: 1px solid rgba(199,120,69,0.25); position: relative; } .zp-mobile-nav__cardIcon::before { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border-top: 2px solid rgba(199,120,69,0.9); border-right: 2px solid rgba(199,120,69,0.9); transform: translate(-50%, -50%) rotate(45deg); } .zp-mobile-nav__meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; } .zp-mobile-nav__metaCard { padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; flex-direction: column; gap: 6px; } .zp-mobile-nav__metaLabel { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.35em; color: rgba(255,255,255,0.55); } .zp-mobile-nav__metaCard a { color: #ffe7d1; text-decoration: none; font-size: 1rem; font-weight: 700; } .zp-mobile-nav__ctaRow { display: flex; flex-direction: column; gap: 12px; } .zp-mobile-nav__cta { display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; border-radius: 999px; border: none; text-decoration: none; background: linear-gradient(120deg, #d9472d, #f56b3e 50%, #ffa449 100%); color: #fff9f5; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.75rem; font-weight: 800; box-shadow: 0 18px 35px rgba(204, 90, 46, 0.28); transition: transform 0.25s ease, box-shadow 0.25s ease; } .zp-mobile-nav__cta:hover { transform: translateY(-3px); box-shadow: 0 24px 55px rgba(204, 90, 46, 0.32); } .zp-mobile-nav__cta--ghost { background: rgba(255,255,255,0.9); border: 1px solid rgba(199,120,69,0.35); color: #c94b2e; box-shadow: 0 10px 30px rgba(201,75,46,0.15); } .zp-mobile-nav__cta--ghost:hover { background: #fff4ed; border-color: rgba(199,120,69,0.6); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(201,75,46,0.2); } .zp-mobile-nav__footer { padding: 20px 28px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,0.08); text-align: center; background: rgba(12,5,4,0.5); } .zp-mobile-nav__tagline { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.4em; color: rgba(255,255,255,0.6); margin-bottom: 10px; } .zp-mobile-nav__footerBrand { font-size: 0.88rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.85); } .zp-mobile-nav__footerBrand span { color: #ffe3cf; font-weight: 700; } @media (max-width: 520px) { .zp-mobile-nav__panel { border-radius: 0; width: 100%; } .zp-mobile-nav__grid { grid-template-columns: 1fr; } .zp-mobile-nav__ctaRow { flex-direction: column; } } @media (prefers-reduced-motion: reduce) { .zp-mobile-nav__backdrop, .zp-mobile-nav__panel, .zp-mobile-nav__card, .zp-mobile-nav__cta { transition: none; } } .zp-footer { margin-top: var(--space-8); border-top: 1px solid rgba(47, 16, 21, 0.1); background: #ffffff; } .zp-footer__halo { background: linear-gradient(180deg, rgba(255, 240, 231, 0.55) 0%, rgba(255, 255, 255, 0) 50%), #ffffff; padding: var(--space-10) 0 var(--space-8); border-bottom: 1px solid rgba(47, 16, 21, 0.08); } .zp-footer__brandRow { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; margin-bottom: clamp(32px, 5vw, 72px); } .zp-footer__mark { width: clamp(140px, 18vw, 220px); display: grid; place-items: center; } .zp-footer__name { font-weight: 820; letter-spacing: -0.02em; font-size: clamp(1.5rem, 2.2vw, 2.1rem); color: #18070a; } .zp-footer__tag { color: #8a121d; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.85rem; } .zp-footer__intro { margin-top: 10px; max-width: 480px; color: rgba(32, 11, 5, 0.75); line-height: 1.55; } .zp-footer__columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: clamp(20px, 3vw, 32px); } .zp-footer__card { border: 1px solid rgba(47, 16, 21, 0.08); border-radius: 20px; padding: 22px; background: #fff; box-shadow: 0 15px 30px rgba(15, 3, 0, 0.05); display: flex; flex-direction: column; gap: 12px; } .zp-footer__cardTitle { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.24em; color: rgba(69, 23, 29, 0.8); } .zp-footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; } .zp-footer__link { text-decoration: none; color: #2d0f13; display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-weight: 520; transition: color 0.2s ease, transform 0.2s ease; position: relative; } .zp-footer__link::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #8a121d; transition: width 0.3s ease; } .zp-footer__link:hover { color: #8a121d; transform: translateX(2px); } .zp-footer__link:hover::after { width: 100%; } .zp-footer__dash { display: inline-block; width: 28px; height: 1px; background: rgba(138, 18, 29, 0.4); transform-origin: right; transition: transform 0.2s ease; } .zp-footer__link:hover .zp-footer__dash { transform: scaleX(1.3); } .zp-footer__top { border: 2px solid #8a121d; background: #ffffff; color: #8a121d; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 780; align-self: flex-start; } .zp-footer__top:hover { background: #8a121d; color: #ffffff; } .zp-footer__bar { border-top: 1px solid rgba(47, 16, 21, 0.08); padding: 14px 0; background: #faf6f7; } .zp-footer__barInner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; } .zp-footer__fine { color: #6b454a; font-size: 0.9rem; } .zp-footer__scrollTop { position: fixed; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); right: 24px; width: 58px; height: 58px; border-radius: 18px; border: 1px solid rgba(199, 120, 69, 0.35); background: linear-gradient(135deg, #fff7f0 0%, #ffe0cf 100%); color: #8a121d; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 18px 35px rgba(32, 11, 5, 0.25); z-index: 200; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; transform: translateY(6px); } .zp-footer__scrollTop:hover, .zp-footer__scrollTop:focus-visible { background: linear-gradient(135deg, #ffeadc 0%, #ffd0b4 100%); color: #5a070f; transform: translateY(0) scale(1.02); box-shadow: 0 24px 45px rgba(32, 11, 5, 0.35); outline: 2px solid rgba(199, 120, 69, 0.35); outline-offset: 3px; } .zp-footer__scrollIcon { display: flex; align-items: center; justify-content: center; font-size: 1.4rem; } .zp-footer__mark img { width: 100%; height: auto; max-width: unset; } @media (max-width: 860px) { .zp-footer__brandRow { grid-template-columns: 1fr; text-align: center; justify-items: center; } .zp-footer__intro { max-width: 100%; } } @media (max-width: 640px) { .zp-footer__columns { grid-template-columns: 1fr; } .zp-footer__halo { padding: var(--space-8) 0 var(--space-6); } .zp-footer__barInner { flex-direction: column; align-items: center; text-align: center; } } .zp-hero { position: relative; border-bottom: 1px solid rgba(199, 120, 69, 0.2); padding-bottom: 16px; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(255, 229, 210, 0.45), transparent 55%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.15), transparent 45%), linear-gradient(135deg, #150c09 0%, #1f1712 45%, #2b1a16 100%); } .zp-hero::before { content: ''; position: absolute; inset: -20% -5% auto -5%; height: 80%; background: radial-gradient(circle at 20% 40%, rgba(247, 165, 69, 0.35), transparent 60%), radial-gradient(circle at 80% 20%, rgba(201, 56, 43, 0.22), transparent 65%); opacity: 0.9; filter: blur(12px); animation: hero-glow 16s ease-in-out infinite alternate; pointer-events: none; } .zp-hero::after { content: ''; position: absolute; inset: auto -15% -25% -15%; height: 60%; background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 65%); opacity: 0.8; filter: blur(40px); animation: hero-glow 22s ease-in-out infinite reverse; pointer-events: none; } .zp-hero__bg { pointer-events: none; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 60%); opacity: 0.35; mix-blend-mode: screen; } .zp-hero__bg::before, .zp-hero__bg::after { content: ''; position: absolute; border-radius: 50%; filter: blur(12px); opacity: 0.55; animation: hero-orbit 20s ease-in-out infinite; } .zp-hero__bg::before { width: 260px; height: 260px; top: 20%; left: 5%; background: radial-gradient(circle, rgba(242, 92, 60, 0.4), transparent 70%); } .zp-hero__bg::after { width: 220px; height: 220px; bottom: 14%; right: 14%; background: radial-gradient(circle, rgba(247, 165, 69, 0.4), transparent 70%); animation-delay: 4s; } @keyframes hero-orbit { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-18px) scale(1.06); } } @keyframes hero-glow { 0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.65; } 50% { transform: translate3d(-2%, 2%, 0) scale(1.05); opacity: 0.9; } 100% { transform: translate3d(2%, -2%, 0) scale(1.02); opacity: 0.75; } } .zp-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.1fr); gap: clamp(32px, 4vw, 64px); align-items: start; width: min(var(--container), 100%); margin: clamp(16px, 4vw, 40px) auto ; } .zp-hero__copy { position: relative; display: grid; gap: 20px; grid-column: 2; padding: clamp(16px, 3vw, 28px); border-radius: 32px; isolation: isolate; } .zp-hero__copy::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(21, 12, 9, 0.92), rgba(22, 15, 12, 0.78)); box-shadow: 0 35px 90px rgba(5, 3, 1, 0.45); filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.35)); z-index: -1; } .zp-kicker { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--zp-crimson); display: inline-flex; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(199, 120, 69, 0.35); } .zp-kicker::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--zp-crimson-light); box-shadow: 0 0 12px rgba(247, 165, 69, 0.7); } .zp-h1 { margin: 0; font-size: clamp(1.1rem, 5.5vw, 3.4rem); line-height: 1.1; color: #fff6ef; letter-spacing: -0.03em; text-shadow: 0 8px 25px rgba(5, 5, 5, 0.55); } .zp-hero__p { margin: 0; color: rgba(255, 245, 234, 0.92); font-size: 1.22rem; line-height: 1.9; } .zp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; } .zp-hero__cta .zp-btn { border-radius: 999px; padding: 14px 30px; letter-spacing: 0.14em; } .zp-hero__cta .zp-btn--primary { background: linear-gradient(120deg, #c9382b, #f25c3c 55%, #f7a545 100%); border: none; color: #fff7f0; box-shadow: 0 24px 50px rgba(40, 12, 5, 0.25); transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease; } .zp-hero__cta .zp-btn--primary:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 26px 60px rgba(40, 12, 5, 0.35); background: linear-gradient(120deg, #ff6a4d, #ff8e5e 55%, #ffc36d 100%); } .zp-hero__cta .zp-btn--ghost { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.28); color: #fff6ef; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease; } .zp-hero__cta .zp-btn--ghost:hover { color: #180d09; background: rgba(255, 255, 255, 0.85); border-color: rgba(255, 255, 255, 0.95); transform: translateY(-2px); } .zp-hero__tags { display: inline-flex; gap: 14px; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 246, 235, 0.85); padding: 10px 18px; border-radius: 999px; background: rgba(12, 8, 6, 0.55); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 18px 30px rgba(6, 3, 1, 0.35); backdrop-filter: blur(12px); margin: 0 0 18px; } .zp-hero__tag { position: relative; padding-left: 16px; } .zp-hero__tag::before { content: ''; position: absolute; left: 4px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: rgba(247, 165, 69, 0.95); transform: translateY(-50%); } .zp-hero__poster { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 18px; max-width: 360px; width: 100%; grid-column: 1; padding-top: 6px; position: relative; } .zp-hero__poster::before { content: ''; position: absolute; inset: 24px 8px auto -32px; height: 70%; border-radius: 32px; background: radial-gradient(circle at 30% 30%, rgba(255, 235, 210, 0.25), transparent 65%), linear-gradient(140deg, rgba(7, 4, 3, 0.8), rgba(7, 4, 3, 0)); filter: blur(26px); opacity: 0.85; pointer-events: none; z-index: 0; } .zp-hero__frame { aspect-ratio: 5 / 5; border: 1px solid rgba(199, 120, 69, 0.3); background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.95), #ffe0bf 60%), linear-gradient(200deg, #fff4ea, #f7caa3); display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 32px; width: min(420px, 100%); max-width: 420px; box-shadow: 0 35px 80px rgba(6, 3, 1, 0.55), inset 0 0 18px rgba(255, 255, 255, 0.55); transition: transform 0.45s ease, box-shadow 0.45s ease; } .zp-hero__frame::before { content: ""; position: absolute; inset: 18px; border-radius: inherit; border: 1px dashed rgba(247, 165, 69, 0.45); opacity: 0.6; } .zp-hero__frame::after { content: ''; position: absolute; inset: -25% -20% -35% -20%; background: radial-gradient(circle at 50% 35%, rgba(255, 197, 145, 0.5), transparent 70%); z-index: -1; } .zp-hero__logo { height: auto; filter: drop-shadow(0 22px 45px rgba(68, 34, 21, 0.25)); margin: auto auto 36px; } .zp-hero__poster:hover .zp-hero__frame { transform: translateY(-6px) scale(1.02); box-shadow: 0 45px 90px rgba(5, 2, 0, 0.7), inset 0 0 24px rgba(255, 255, 255, 0.6); } .zp-hero__note { margin-top: -6px; text-align: left; color: rgba(255, 245, 234, 0.7); font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; } @media (max-width: 1080px) { .zp-hero__inner { grid-template-columns: 1fr; margin-top: clamp(16px, 5vw, 32px); } .zp-hero__poster { order: -1; align-items: center; text-align: center; gap: 20px; margin-left: auto; margin-right: auto; max-width: min(520px, 100%); } .zp-hero__copy { grid-column: 1; width: 100%; padding: clamp(20px, 5vw, 32px); margin-left: auto; margin-right: auto; max-width: min(520px, 100%); } .zp-hero__frame { margin-inline: auto; width: clamp(280px, 65vw, 400px); max-width: 100%; } } @media (max-width: 768px) { .zp-hero { padding: 70px 20px 60px; } .zp-hero__inner { gap: 28px; } .zp-hero__copy { text-align: center; justify-items: center; grid-column: 1; padding: clamp(20px, 6vw, 32px); margin-left: auto; margin-right: auto; } .zp-hero__cta { justify-content: center; flex-direction: column; width: 100%; } .zp-hero__tags { justify-content: center; } .zp-hero__frame { width: clamp(220px, 80vw, 340px); border-radius: 24px; max-width: 100%; } .zp-hero__poster::before { inset: 12px -10px auto -10px; height: 85%; } } @media (max-width: 520px) { .zp-hero { padding: 60px 16px 50px; } .zp-kicker { justify-content: center; font-size: 0.72rem; letter-spacing: 0.22em; } .zp-hero__cta .zp-btn { width: 100%; text-align: center; } .zp-hero__frame { width: clamp(200px, 90vw, 320px); } .zp-hero__note { text-align: center; } } @media (prefers-reduced-motion: reduce) { .zp-hero__frame { animation: none; } } .zp-btn{ position:relative; display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:0; padding:10px 18px; text-decoration:none; font-weight:760; letter-spacing:.2em; text-transform:uppercase; border:1px solid #1b0b10; cursor:pointer; font-size: 14px; user-select:none; transition:color .2s ease,background .2s ease,border-color .2s ease; -webkit-tap-highlight-color:transparent; } .zp-btn__label{position:relative;z-index:1} .zp-btn__fx{display:none} .zp-btn--primary{ background:#8a121d; color:#fff; border-color:#8a121d; } .zp-btn--primary:hover{ background:#5c0b14; border-color:#5c0b14; } .zp-btn--ghost{ background:transparent; color:#1b0b10; border-color:rgba(27,11,16,0.3); } .zp-btn--ghost:hover{ color:#8a121d; border-color:#8a121d; } @media (prefers-reduced-motion:reduce){ .zp-btn{transition:none} .zp-btn__fx{display:none} } .zp-tabs{display:grid;gap:18px} .zp-tabs__list{ position:relative; display:flex; gap:12px; flex-wrap:wrap; align-items:center; padding:0 0 8px; border-bottom:1px solid rgba(39,17,22,.15); } .zp-tabs__tab{ appearance:none; border:0; background:transparent; padding:8px 0; cursor:pointer; color:#6b454a; font-weight:720; letter-spacing:.22em; text-transform:uppercase; font-size:.72rem; transition:color .2s ease; border-bottom:2px solid transparent; } .zp-tabs__tab:hover{color:#8a121d} .zp-tabs__tab.is-active{color:#8a121d;border-bottom-color:#8a121d} .zp-tabs__indicator{display:none} .zp-tabs__panels{min-height:1px} .zp-tabs__panel{display:none} .zp-tabs__panel.is-active{display:block} .zp-card { position: relative; overflow: hidden; border-radius: 28px; border: 1px solid rgba(199, 120, 69, 0.24); background: radial-gradient(circle at 22% -5%, rgba(255, 255, 255, 0.9), transparent 58%), linear-gradient(175deg, rgba(255, 255, 255, 0.98), rgba(255, 235, 212, 0.95)); box-shadow: 0 30px 65px rgba(23, 8, 3, 0.18); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; outline: none; isolation: isolate; } .zp-card::before { content: ''; position: absolute; inset: -16px; border-radius: 32px; background: radial-gradient(circle at 40% 20%, rgba(255, 210, 170, 0.5), transparent 65%); filter: blur(28px); opacity: 0; transition: opacity .4s ease; z-index: -1; } .zp-card::after { content: ''; position: absolute; inset: 10px; border-radius: 20px; border: 1px dashed rgba(247, 165, 69, 0.35); opacity: 0; transition: opacity .25s ease; } .zp-card:hover, .zp-card:focus-visible { transform: translateY(-5px); border-color: rgba(199, 120, 69, 0.5); box-shadow: 0 45px 95px rgba(15, 4, 1, 0.28); } .zp-card:hover::after, .zp-card:focus-visible::after { opacity: 1; } .zp-card:hover::before, .zp-card:focus-visible::before { opacity: 1; } .zp-card__top{position:relative;} .zp-card__img{ width:100%; height:270px; object-fit:cover; filter:saturate(1.08) contrast(1.02); opacity:.92; margin-bottom: 0px !important; } .zp-card__img--placeholder{ height:270px; background: radial-gradient(circle at 20% 15%, rgba(242, 92, 60, 0.32), transparent 60%), linear-gradient(135deg, #fff7ef 0%, #ffe6cf 100%); } .zp-card__top .zp-card__img--placeholder{ height:220px; background: linear-gradient(135deg,#faf0f2 0%,#f3f3f6 100%); } .zp-grid-4 .zp-card__top .zp-card__img, .zp-grid-4 .zp-card__top .zp-card__img--placeholder{ height:220px; } .zp-card__glow{display:none} .zp-card__body{padding:24px 24px 26px;background:rgba(255,255,255,0.6);border-radius:0 0 24px 24px; height: 100%;} .zp-card__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px} .zp-card__chip{ font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:var(--zp-bone-2); padding:8px 16px; border-radius:999px; border:1px solid rgba(199, 120, 69, 0.35); background:rgba(255,255,255,.85); box-shadow:0 8px 16px rgba(40,12,5,.12); } .zp-card__titleRow{display:grid;gap:4px} .zp-card__sub{color:var(--zp-muted);font-size:.88rem;text-transform:uppercase;letter-spacing:.16em} .zp-card__p{margin:12px 0 0;color:var(--zp-muted);max-width:70ch;line-height:1.75} .zp-card__cta{margin-top:18px} @media (max-width:1024px){ .zp-card{ border-radius:24px; } } @media (max-width:900px){ .zp-grid-4{ grid-template-columns:1fr !important; gap:var(--space-5); } } @media (max-width:768px){ .zp-card{ border-radius:24px; margin-bottom:var(--space-4); box-shadow:0 20px 45px rgba(40,12,5,.12); } .zp-card__body{ padding:var(--space-5); } .zp-grid { width: 100% !important; } .zp-card__img, .zp-grid-4 .zp-card__top .zp-card__img{ height:220px; } } @media (max-width:520px){ .zp-card{ border-radius:28px; } .zp-card__body{ padding:var(--space-4); } .zp-card__img, .zp-grid-4 .zp-card__top .zp-card__img{ height:200px; } .zp-grid { width: 100% !important; } } @media (prefers-reduced-motion:reduce){ .zp-card{transition:none} } .zp-prices { width: 100%; padding: 0; background: transparent; } .zp-prices__header { max-width: 760px; margin: 0 auto 2.8rem; text-align: left; border-left: 6px solid rgba(138, 18, 29, 0.6); padding-left: 1.25rem; } .zp-prices__header .zp-muted { margin-top: 0.6rem; color: rgba(12, 16, 32, 0.72); } .zp-prices__grid { display: grid; gap: clamp(1.4rem, 3vw, 2.4rem); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .zp-priceCard { position: relative; border-radius: 32px; background: #fff8f3; border: 1px solid rgba(115, 34, 39, 0.15); box-shadow: 0 15px 35px rgba(26, 5, 0, 0.08), 0 4px 12px rgba(255, 255, 255, 0.35) inset; overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; } .zp-priceCard::before { content: ""; position: absolute; left: 24px; right: 24px; top: 20px; height: 5px; border-radius: 999px; background: linear-gradient(90deg, rgba(255, 198, 170, 0.45), rgba(138, 18, 29, 0.6)); } .zp-priceCard:hover { transform: translateY(-10px); box-shadow: 0 35px 70px rgba(26, 5, 0, 0.2), 0 6px 18px rgba(255, 179, 146, 0.45); border-color: rgba(115, 34, 39, 0.4); } .zp-priceCard__inner { position: relative; padding: 3.3rem 2.4rem 2.4rem; display: flex; flex-direction: column; gap: 1.4rem; height: 100%; background: #ffffff; border-radius: 24px; border: 1px solid rgba(138, 18, 29, 0.08); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 18px 28px rgba(22, 4, 0, 0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; } .zp-priceCard__inner:hover, .zp-priceCard__inner:focus-within { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 32px 48px rgba(22, 4, 0, 0.16); border-color: rgba(138, 18, 29, 0.22); } .zp-priceCard__badge { position: absolute; top: -1rem; right: 1.5rem; text-align: right; } .zp-priceCard__badge .zp-badge { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 0.45rem 1.4rem; letter-spacing: 0.2em; background: linear-gradient(120deg, #ffe7d7, #ffc1a3); color: #4b050c; border: 1px solid rgba(138, 18, 29, 0.35); box-shadow: 0 12px 22px rgba(54, 4, 0, 0.18); } .zp-priceCard__head h3 { color: #050914; } .zp-priceCard__head .zp-muted { margin-top: 0.35rem; color: rgba(14, 18, 33, 0.68); } .zp-priceCard__price { display: flex; align-items: baseline; gap: 0.5rem; color: #491116; } .zp-priceCard__amount { font-size: clamp(2.2rem, 3.2vw, 3rem); font-weight: 600; letter-spacing: -0.02em; } .zp-priceCard__period { font-size: 0.95rem; color: rgba(34, 22, 15, 0.815); text-transform: lowercase; } .zp-priceCard__features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; color: rgba(8, 12, 26, 0.8); font-size: 0.98rem; } .zp-priceCard__features li { display: flex; gap: 0.55rem; align-items: flex-start; } .zp-priceCard__features li::before { content: ""; width: 14px; height: 14px; margin-top: 0.25rem; border-radius: 50%; border: 2px solid rgba(138, 18, 29, 0.5); background: rgba(255, 255, 255, 0.9); } .zp-priceCard__cta { margin-top: auto; } .zp-priceCard__cta .zp-btn { width: 100%; justify-content: center; border-radius: 999px; letter-spacing: 0.12em; } .zp-priceCard__cta .zp-btn--primary { background: linear-gradient(90deg, #8a121d, #bb362f); border: none; } .zp-priceCard__cta .zp-btn--primary:hover, .zp-priceCard__cta .zp-btn--primary:focus-visible { background: linear-gradient(90deg, #b22222, #e14b3c); box-shadow: 0 12px 24px rgba(138, 18, 29, 0.35); } .zp-priceCard__cta .zp-btn--ghost { border: 1px solid rgba(138, 18, 29, 0.35); color: #8a121d; } .zp-priceCard__cta .zp-btn--ghost:hover, .zp-priceCard__cta .zp-btn--ghost:focus-visible { border-color: rgba(138, 18, 29, 0.6); color: #fff; background: rgba(138, 18, 29, 0.9); box-shadow: 0 10px 18px rgba(138, 18, 29, 0.25); } @media (max-width: 640px) { .zp-prices { padding: 0; } .zp-priceCard__inner { padding: 3rem 1.8rem 1.9rem; border-radius: 20px; } } .zp-badge{ display:inline-flex; align-items:center; gap:8px; padding:6px 14px; border-radius:0; border:1px solid rgba(39,17,22,.18); background:#fff; color:#1b0b10; letter-spacing:.2em; text-transform:uppercase; font-size:.7rem; font-weight:760; } .zp-badge.is-founder{ border-color:#b67a19; color:#b67a19; } .zp-badge.is-invite{ border-color:#1f4063; color:#1f4063; } .zp-badge.is-legendary{ border-color:#8a121d; color:#8a121d; } .zp-stats{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; } .zp-stats__item{ position:relative; padding:26px 26px 30px; border-radius:32px; background:linear-gradient(180deg,rgba(255,244,238,.9) 0%,#fff 80%); border:1px solid rgba(138,18,29,.15); box-shadow:0 30px 50px rgba(13,3,0,.08); overflow:hidden; transition:transform .25s ease, box-shadow .25s ease; } .zp-stats__item::before{ content:""; position:absolute; inset:18px 18px auto 18px; height:4px; border-radius:999px; background:linear-gradient(90deg,rgba(255,138,92,.15),rgba(138,18,29,.6)); } .zp-stats__item:hover{ transform:translateY(-6px); box-shadow:0 40px 60px rgba(13,3,0,.12); } .zp-stats__v{ margin-top:24px; font-weight:820; letter-spacing:-.02em; font-size:clamp(0.75rem,3.6vw,1.3rem); color:#701018; } .zp-stats__k{ margin-top:8px; letter-spacing:.32em; text-transform:uppercase; font-size:.72rem; color:rgba(86,32,36,.85); } .zp-stats__d{ margin-top:12px; color:#4d3338; font-size:.92rem; line-height:1.65; } @media (max-width:992px){.zp-stats{grid-template-columns:repeat(2,minmax(0,1fr));}} @media (max-width:680px){.zp-stats{grid-template-columns:1fr;}} .zp-acc{display:grid;gap:16px} .zp-acc__item{ border-radius:26px; border:1px solid rgba(138,18,29,.1); background:#fff; box-shadow:0 16px 32px rgba(20,6,0,.08); overflow:hidden; } .zp-acc__btn{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 24px; border:0; background:transparent; cursor:pointer; text-align:left; color:#2a0c0f; font-size:1rem; transition:background .2s ease, color .2s ease; } .zp-acc__btn:hover{ background:rgba(138,18,29,.05); } .zp-acc__q{font-weight:780;letter-spacing:.2em;font-size:.95rem;text-transform:uppercase;color:#12070a} .zp-acc__icon{ width:40px; height:40px; border-radius:14px; border:1px solid rgba(138,18,29,.25); background:#fff8f3; position:relative; flex:0 0 auto; display:flex; align-items:center; justify-content:center; color:#8a121d; font-family:"Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif; font-weight:900; font-size:0.9rem; transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease; transform:rotate(0deg); } .zp-acc__icon::before{ content:"\f5d7"; } .zp-acc__panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .4s cubic-bezier(.2,.8,.2,1), padding-bottom .4s ease, opacity .4s ease; padding:0 22px; opacity:0; visibility:hidden; } .zp-acc__inner{overflow:hidden} .zp-acc__a{ color:#4d3338; max-width:74ch; line-height:1.6; } .zp-acc__item.is-open{ border-color:rgba(138,18,29,.25); box-shadow:0 20px 42px rgba(20,6,0,.14); } .zp-acc__item.is-open .zp-acc__btn{ color:#8a121d; } .zp-acc__item.is-open .zp-acc__icon{ background:#8a121d; color:#fff; border-color:transparent; box-shadow:0 6px 14px rgba(138,18,29,.3); transform:rotate(90deg); } .zp-acc__item.is-open .zp-acc__panel{ grid-template-rows:1fr; padding-bottom:20px; opacity:1; visibility:visible; } @media (max-width:680px){ .zp-acc__btn{padding:17px 18px} .zp-acc__panel{padding:0 16px} .zp-acc__item.is-open .zp-acc__panel{padding-bottom:16px} .zp-acc__q{font-size:.85rem} } .zp-modal{ position:fixed; inset:0; z-index:100; display:non } .zp-modal.is-open{display:block} .zp-modal__backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.72); backdrop-filter:blur(10px); } .zp-modal__dialog{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:min(920px,calc(100% - 40px)); max-height:min(84vh,880px); border-radius:var(--radius-xl); border:1px solid rgba(235,241,228,.12); background:linear-gradient(180deg,rgba(16,21,20,.86),rgba(6,8,8,.94)); box-shadow:var(--shadow-soft),0 0 120px rgba(199,255,0,.08); overflow:hidden; } .zp-modal__head{ display:flex; align-items:center; justify-content:space-between; padding:14px 0px 12px; border-bottom:1px solid rgba(235,241,228,.08); } .zp-modal__title{font-weight:860;letter-spacing:.06em;text-transform:uppercase;font-size:.9rem;color:rgba(235,233,223,.86)} .zp-modal__close{ width:40px; height:40px; border-radius:999px; border:1px solid rgba(235,241,228,.12); background:rgba(6,8,8,.26); cursor:pointer; position:relative; } .zp-modal__close::before, .zp-modal__close::after{ content:""; position:absolute; inset:0; margin:auto; width:18px; height:2px; background:rgba(235,233,223,.84); transform:rotate(45deg); } .zp-modal__close::after{transform:rotate(-45deg)} .zp-modal__body{padding:14px} .zp-modal__media{ border-radius:var(--radius-lg); border:1px solid rgba(235,241,228,.10); background:rgba(16,21,20,.55); overflow:hidden; } .zp-modal__media img, .zp-modal__media video{ width:100%; height:auto; display:block; } .zp-toast{ position:fixed; right:16px; bottom:16px; z-index:120; width:min(440px,calc(100% - 32px)); border-radius:var(--radius-lg); border:1px solid rgba(235,241,228,.12); background:linear-gradient(180deg,rgba(16,21,20,.84),rgba(6,8,8,.92)); box-shadow:var(--shadow-soft),0 0 120px rgba(199,255,0,.06); padding:14px 14px; display:grid; gap:10px; transform:translateY(16px); opacity:0; transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s ease; } .zp-toast.is-in{transform:translateY(0);opacity:1} .zp-toast__row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start} .zp-toast__msg{margin:0;color:rgba(235,233,223,.82)} .zp-toast__title{font-weight:860;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;color:rgba(235,233,223,.72)} .zp-toast__x{ width:36px; height:36px; border-radius:999px; border:1px solid rgba(235,241,228,.12); background:rgba(6,8,8,.26); cursor:pointer; position:relative; flex:0 0 auto; } .zp-toast__x::before, .zp-toast__x::after{ content:""; position:absolute; inset:0; margin:auto; width:16px; height:2px; background:rgba(235,233,223,.84); transform:rotate(45deg); } .zp-toast__x::after{transform:rotate(-45deg)} .zp-toast[data-tone="warn"]{border-color:rgba(240,255,107,.18)} .zp-toast[data-tone="error"]{border-color:rgba(211,30,45,.24)} .zp-toast[data-tone="info"]{border-color:rgba(199,255,0,.18)} @media (prefers-reduced-motion:reduce){ .zp-toast{transition:none} } .zp-particles{ position:absolute; inset:0; overflow:hidden; contain:layout style paint; } .zp-particles::before{ content:""; position:absolute; inset:-20%; background: radial-gradient(1000px 480px at 14% 18%,rgba(240,255,107,.16),transparent 58%), radial-gradient(900px 520px at 84% 22%,rgba(199,255,0,.12),transparent 60%), radial-gradient(700px 540px at 60% 92%,rgba(211,30,45,.10),transparent 64%); filter:blur(2px); opacity:.95; animation:zp-float 6.4s ease-in-out infinite; } .zp-particles::after{ content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 12% 18%,rgba(255,255,255,.12) 0 1px,transparent 2px), radial-gradient(circle at 22% 64%,rgba(255,255,255,.10) 0 1px,transparent 2px), radial-gradient(circle at 48% 28%,rgba(255,255,255,.08) 0 1px,transparent 2px), radial-gradient(circle at 66% 46%,rgba(255,255,255,.10) 0 1px,transparent 2px), radial-gradient(circle at 82% 74%,rgba(255,255,255,.08) 0 1px,transparent 2px), radial-gradient(circle at 92% 24%,rgba(255,255,255,.10) 0 1px,transparent 2px); opacity:.28; mix-blend-mode:screen; animation:zp-grad-drift 18s ease-in-out infinite; } .zp-particles canvas{ position:absolute; inset:0; width:100%; height:100%; opacity:.55; filter:saturate(1.06); } @media (prefers-reduced-motion:reduce){ .zp-particles::before, .zp-particles::after{animation:none} .zp-particles canvas{display:none} } .zp-car{ display:grid; gap:var(--space-4); } .zp-car__viewport{ border:1px solid rgba(15,24,35,.15); background:linear-gradient(120deg,#fefefe,#f3f5f8); border-radius:0; padding:20px 18px; box-shadow:0 22px 60px rgba(15,23,42,.18); overflow:hidden; } .zp-car__track{ display:flex; gap:20px; padding-bottom:4px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; scroll-behavior:smooth; } .zp-car__track::-webkit-scrollbar{display:none} .zp-car__slide{ position:relative; flex:0 0 calc((100% - 40px) / 3); aspect-ratio:16/9; border:1px solid rgba(39,17,22,.14); border-radius:0; overflow:hidden; scroll-snap-align:start; background:linear-gradient(180deg,rgba(12,17,25,.92),rgba(18,22,33,.86)); box-shadow:0 18px 35px rgba(15,23,42,.32); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; } .zp-car__slide::after{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 15% 15%,rgba(134,18,31,.35),transparent 55%); mix-blend-mode:screen; opacity:.6; pointer-events:none; } .zp-car__slide img{ width:100%; height:100%; object-fit:cover; display:block; filter:grayscale(.1) contrast(1.1) saturate(.95); } .zp-car__slide:hover{ transform:translateY(-6px); border-color:#8a121d; box-shadow:0 26px 45px rgba(15,23,42,.32); } .zp-car__hint{display:none} .zp-car__ui{ display:flex; align-items:center; justify-content:space-between; gap:var(--space-4); padding:8px 4px 0; } .zp-car__btn{ width:60px; height:48px; border-radius:0; border:1px solid rgba(15,24,35,.25); background:#fff; color:#1f1a1d; cursor:pointer; position:relative; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; text-indent:-9999px; } .zp-car__btn:hover{border-color:#8a121d;box-shadow:0 12px 24px rgba(15,23,42,.18);transform:translateY(-2px);} .zp-car__btn:focus-visible{box-shadow:var(--focus-ring);outline:none;} .zp-car__btn::before{ content:""; position:absolute; inset:0; margin:auto; width:14px; height:14px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(135deg); } .zp-car__btn[data-car-next]::before{transform:rotate(-45deg);} .zp-car__dots{ display:flex; gap:10px; align-items:center; justify-content:center; flex:1; } .zp-car__dot{ width:22px; height:6px; border-radius:999px; border:1px solid rgba(15,24,35,.25); background:rgba(15,24,35,.08); transition:background .2s ease,border-color .2s ease; } .zp-car__dot.is-active{ background:#8a121d; border-color:#8a121d; box-shadow:0 4px 12px rgba(138,18,29,.35); } @media (max-width: 992px) { .zp-car__slide {flex: 0 0 calc((100% - 20px) / 2);} } @media (max-width: 640px) { .zp-car__viewport {padding:16px 14px;} .zp-car__slide {flex:0 0 100%;} .zp-car__btn {width:48px;height:44px;} } @media (prefers-reduced-motion:reduce){ .zp-car__track { scroll-behavior: auto; } .zp-car__slide, .zp-car__btn{transition:none} } .zp-sectionHeader { display: grid; gap: 16px; padding-left: 12px; padding-right: 12px; margin-top: var(--space-7); margin-bottom: var(--space-7); position: relative; } .zp-sectionHeader.is-center { justify-items: center; text-align: center; } .zp-sectionHeader .zp-kicker { font-size: 0.82rem; letter-spacing: 0.2em; color: var(--zp-crimson); text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 999px; background: rgba(242, 92, 60, 0.15); border: 1px solid rgba(242, 92, 60, 0.3); } .zp-sectionHeader .zp-h2 { margin: 0; color: var(--zp-bone); letter-spacing: -0.03em; } .zp-sectionHeader__p { margin: 0; color: var(--zp-muted); font-size: 1.08rem; max-width: 64ch; } .zp-sectionHeader__rule { height: 3px; width: 80px; background: linear-gradient(120deg, rgba(242, 92, 60, 0.95), rgba(247, 165, 69, 0.8)); margin-top: 12px; border-radius: 999px; } .zp-sectionHeader.is-center .zp-sectionHeader__rule { width: 110px; } .zp-ctaPanel{ padding:30px; display:flex; align-items:flex-start; justify-content:space-between; gap:24px; background:#fff; border:1px solid rgba(39,17,22,.12); box-shadow:0 14px 32px rgba(0,0,0,.08); } .zp-ctaPanel__copy{max-width:72ch} .zp-ctaPanel__copy .zp-muted{margin:12px 0 0;color:#6b454a} .zp-ctaPanel__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end} @media (max-width:860px){ .zp-ctaPanel{flex-direction:column;align-items:flex-start} .zp-ctaPanel__actions{justify-content:flex-start} } .zp-miniCta{ padding:24px 26px; display:flex; align-items:center; justify-content:space-between; gap:20px; background:#fff; border:1px solid rgba(39,17,22,.12); } .zp-miniCta__actions{display:flex;flex-wrap:wrap;gap:12px} @media (max-width:860px){ .zp-miniCta{flex-direction:column;align-items:flex-start} } .zp-pressBlock{padding:28px;display:grid;gap:18px;background:#fff;border:1px solid rgba(39,17,22,.12);box-shadow:0 14px 32px rgba(0,0,0,.08)} .zp-pressBlock__head{display:grid;gap:8px} .zp-pressLogos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px} .zp-pressLogo{border-radius:0;border:1px solid rgba(39,17,22,.12);background:#f9f6f6;padding:20px;display:grid;place-items:center;min-height:220px} .zp-pressLogo--dark{background:#fff} .zp-pressLogo img{max-width:260px;width:100%;height:auto;filter:drop-shadow(0 18px 40px rgba(0,0,0,.70))} .zp-pressActions{display:flex;flex-wrap:wrap;gap:12px} @media (max-width:860px){.zp-pressLogos{grid-template-columns:1fr}} .zp-swatches{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px} .zp-swatch{border-radius:var(--radius-lg);border:1px solid rgba(235,241,228,.10);background:rgba(16,21,20,.55);overflow:hidden} .zp-swatch::before{content:"";display:block;height:54px;background:var(--sw);border-bottom:1px solid rgba(235,241,228,.08)} .zp-swatch span{display:block;padding:10px 12px;color:rgba(235,233,223,.74);font-weight:760;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem} @media (max-width:860px){.zp-swatches{grid-template-columns:repeat(2,minmax(0,1fr))}} .zp-download{padding:22px 18px;display:grid;gap:10px} .zp-download p{margin:0} .zp-contactPanel{padding:28px;display:grid;gap:16px;background:#fff;border:1px solid rgba(39,17,22,.12);box-shadow:0 12px 30px rgba(0,0,0,.08)} .zp-contactPanel--enhanced{ background: linear-gradient(170deg, #fff6ee 0%, #ffe7d3 55%, #ffd3b1 120%); border: 1px solid rgba(199, 120, 69, 0.25); border-radius: 24px; box-shadow: 0 20px 45px rgba(202, 120, 70, 0.18); position: relative; overflow: hidden; } .zp-contactPanel--enhanced::before{ content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 10% 0%, rgba(255, 191, 141, 0.4), transparent 60%), radial-gradient(circle at 80% 40%, rgba(255, 238, 225, 0.5), transparent 65%); opacity: 0.3; filter: blur(8px); pointer-events: none; } .zp-contactPanel--enhanced > *{position:relative;z-index:1} .zp-contactPanel--enhanced .zp-h3{color:#2a1a14;margin-bottom:8px} .zp-contactPanel--enhanced .zp-muted{color:rgba(77,41,27,0.8)} .zp-contactPanel--enhanced .zp-form{margin-top:12px} .zp-contactPanel--enhanced .zp-field{gap:8px} .zp-contactPanel--enhanced .zp-field__label{color:rgba(76,35,22,0.9)} .zp-contactPanel--enhanced .zp-input, .zp-contactPanel--enhanced .zp-textarea{ background: rgba(255,255,255,0.85); border: 1px solid rgba(199,120,69,0.25); border-radius: 16px; padding: 14px 18px; color: #3a1f17; font-weight: 500; transition: all 0.25s ease; backdrop-filter: blur(6px); } .zp-contactPanel--enhanced .zp-input:focus, .zp-contactPanel--enhanced .zp-textarea:focus{ border-color: rgba(199,120,69,0.5); background: rgba(255,255,255,0.95); box-shadow: 0 0 0 4px rgba(247,165,69,0.15); outline: none; } .zp-contactPanel--enhanced .zp-form__actions{margin-top:20px} .zp-alert{padding:14px;border:1px solid rgba(27,11,16,.15);background:rgba(138,18,29,.05);color:#4d3338;margin:0} .zp-alert.is-success{border-color:#2f6243;background:rgba(47,98,67,.08);color:#2f6243} .zp-alert.is-error{border-color:#8a121d;background:rgba(138,18,29,.08);color:#8a121d} .zp-form{display:grid;gap:16px;margin-top:4px} .zp-field{display:grid;gap:6px} .zp-field__label{letter-spacing:.26em;text-transform:uppercase;font-size:.7rem;color:#6b454a;font-weight:760} .zp-input,.zp-textarea{width:100%;border-radius:0;border:1px solid rgba(39,17,22,.18);background:#fff;padding:12px;color:#1b0b10;outline:none} .zp-textarea{resize:vertical;min-height:140px} .zp-input:focus,.zp-textarea:focus{border-color:#8a121d;box-shadow:none} .zp-form__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px} .zp-hiddenSubmit{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden} .zp-errors{margin:0;padding:12px;border:1px solid #8a121d;background:rgba(138,18,29,.06);color:#8a121d;display:grid;gap:6px} .zp-block { display: flex; flex-direction: column; gap: var(--space-4); width: 100%; position: relative; box-sizing: border-box; margin-bottom: var(--space-6); } .zp-block--mediaRight { flex-direction: row; align-items: flex-start; } .zp-block--mediaLeft { flex-direction: row-reverse; align-items: flex-start; } .zp-block--mediaFull { flex-direction: column; } .zp-block--textOnly .zp-block__media { display: none; } .zp-block__media { position: relative; flex-shrink: 0; flex-grow: 0; margin: 0; padding: 0; } .zp-block__media img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: var(--radius-md); border: 1px solid var(--zp-stroke); } .zp-block__content { flex: 1; min-width: 0; word-wrap: break-word; padding: var(--space-5) var(--space-6) var(--space-5) 0; } .zp-block__content ul { list-style: none; margin: var(--space-4) 0 0; padding: 0; display: grid; gap: var(--space-3); } .zp-block__content li { position: relative; padding-left: calc(var(--space-4) + 12px); color: var(--zp-muted); line-height: 1.65; } .zp-block__content li::before { content: ''; position: absolute; left: 0; top: 0.7em; width: 10px; height: 2px; background: var(--zp-accent); border-radius: 999px; box-shadow: 0 0 8px rgba(0,0,0,.12); } .zp-block--mediaRight .zp-block__media, .zp-block--mediaLeft .zp-block__media { width: var(--block-media-width, 300px); flex-basis: var(--block-media-width, 300px); } @media (max-width: 768px) { .zp-block { } .zp-block--mediaRight, .zp-block--mediaLeft { flex-direction: column !important; } .zp-block--mediaRight .zp-block__media, .zp-block--mediaLeft .zp-block__media { width: 100% !important; flex-basis: auto !important; max-width: 100% !important; } .zp-block__content { padding: var(--space-5); margin-inline: auto; margin-top: var(--space-4); border-radius: var(--radius-lg); border: 1px solid var(--zp-stroke); background: rgba(255,255,255,0.9); box-shadow: var(--shadow-soft); max-width: 720px; width: 100%; } .zp-block__content ul { gap: var(--space-4); } } .zp-contactPanel p { margin: 0; color: #4d3338; line-height: 1.6; } .zp-contactPanel .zp-form__actions { justify-content: flex-start; gap: 12px; } .zp-contactPanel .zp-muted { color: #6b454a; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; } .zp-cookie-banner { position: fixed; z-index: 20001; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease; opacity: 0; pointer-events: none; background: #ffffff; border: 1px solid rgba(39, 17, 22, 0.15); border-radius: 0; box-shadow: 0 18px 50px rgba(0,0,0,0.12); padding: var(--space-5); max-height: 90vh; overflow-y: auto; } .zp-cookie-banner.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) !important; } .zp-cookie-trigger { position: fixed; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); left: 24px; z-index: 9990; position: fixed; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); right: 24px; width: 58px; height: 58px; border-radius: 18px; border: 1px solid rgba(199, 120, 69, 0.35); background: linear-gradient(135deg, #fff7f0 0%, #ffe0cf 100%); color: #8a121d; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 18px 35px rgba(32, 11, 5, 0.25); z-index: 200; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; transform: translateY(6px); } .zp-cookie-trigger:hover, .zp-cookie-trigger:focus-visible { background: linear-gradient(135deg, #ffeadc 0%, #ffd0b4 100%); color: #5a070f; transform: translateY(0) scale(1.02); box-shadow: 0 24px 45px rgba(32, 11, 5, 0.35); outline: 2px solid rgba(199, 120, 69, 0.35); outline-offset: 3px; } .zp-cookie-banner[data-position="bottom_left"] { bottom: var(--space-5); left: var(--space-5); right: auto; max-width: 550px; transform: translateY(20px); top: auto; } .zp-cookie-banner[data-position="bottom_right"] { bottom: var(--space-5); right: var(--space-5); left: auto; max-width: 420px; transform: translateY(20px); top: auto; } .zp-cookie-banner[data-position="bottom_full"] { bottom: 0; left: 0; right: 0; max-width: none; border-radius: 0; border-left: none; border-right: none; border-bottom: none; display: flex; align-items: center; justify-content: space-between; padding: var(--space-4) var(--container-padding, var(--space-5)); transform: translateY(100%); border-top: 1px solid rgba(39, 17, 22, 0.08); } .zp-cookie-banner[data-position="bottom_full"] .zp-cookie-content { flex: 1; padding-right: var(--space-5); } .zp-cookie-banner[data-position="bottom_full"] .zp-cookie-actions { flex-shrink: 0; } .zp-cookie-banner[data-position="top_full"] { top: 0; left: 0; right: 0; bottom: auto; max-width: none; border-radius: 0; border-left: none; border-right: none; border-top: none; display: flex; align-items: center; justify-content: space-between; padding: var(--space-4) var(--container-padding, var(--space-5)); transform: translateY(-100%); border-bottom: 1px solid rgba(39, 17, 22, 0.08); } .zp-cookie-banner[data-position="top_full"] .zp-cookie-content { flex: 1; padding-right: var(--space-5); } .zp-cookie-banner[data-position="top_full"] .zp-cookie-actions { flex-shrink: 0; } .zp-cookie-banner[data-position="center_modal"] { top: 50%; left: 50%; bottom: auto; right: auto; max-width: 500px; width: 90%; transform: translate(-50%, -40%) scale(0.95); } .zp-cookie-banner[data-position="center_modal"].is-visible { transform: translate(-50%, -50%) scale(1) !important; } .zp-cookie-banner[data-position="center_modal"]::before { content: ""; position: fixed; top: -50vh; left: -50vw; right: -50vw; bottom: -50vh; background: rgba(0,0,0,0.7); z-index: -1; backdrop-filter: blur(2px); } .zp-cookie-banner[data-style="neon"] { background: linear-gradient(135deg, #2d1f17 0%, #1a0e08 50%, #0f0704 100%); border: 2px solid rgba(255, 191, 141, 0.3); border-radius: 8px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1); padding: var(--space-5); position: fixed !important; overflow: hidden; } .zp-cookie-banner[data-style="neon"]::before { content: ''; position: absolute; inset: 0; background: linear-gradient(45deg, rgba(255, 191, 141, 0.1), transparent 40%), linear-gradient(-45deg, rgba(255, 238, 225, 0.05), transparent 60%); opacity: 0.6; filter: blur(4px); pointer-events: none; } .zp-cookie-banner[data-style="neon"] > * { position: relative; z-index: 1; } .zp-cookie-banner[data-style="neon"] .zp-cookie-title { color: #ffe7d1; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .zp-cookie-banner[data-style="neon"] .zp-cookie-text { color: rgba(255, 231, 209, 0.9); } .zp-cookie-banner[data-style="neon"] .zp-btn--primary { background: linear-gradient(135deg, #d9472d, #f56b3e); color: #fff9f5; border: 1px solid rgba(255, 191, 141, 0.3); border-radius: 6px; font-weight: 700; box-shadow: 0 4px 12px rgba(217, 71, 45, 0.3); padding: 10px 20px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; } .zp-cookie-banner[data-style="neon"] .zp-btn--ghost { color: #ffe7d1; border: 1px solid rgba(255, 191, 141, 0.4); background: rgba(255, 255, 255, 0.05); border-radius: 6px; font-weight: 600; padding: 10px 20px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; } .zp-cookie-banner[data-style="simple"] { background: #1a1a1a; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); padding: var(--space-5); position: fixed !important; overflow: hidden; } .zp-cookie-banner[data-style="simple"]::before { display: none; } .zp-cookie-banner[data-style="simple"] > * { position: relative; z-index: 1; } .zp-cookie-banner[data-style="simple"] .zp-cookie-title { color: #ffffff; font-weight: 700; } .zp-cookie-banner[data-style="simple"] .zp-cookie-text { color: rgba(255, 255, 255, 0.8); } .zp-cookie-banner[data-style="simple"] .zp-btn--primary { background: #d9472d; color: #ffffff; border: none; border-radius: 4px; font-weight: 600; box-shadow: 0 2px 8px rgba(217, 71, 45, 0.4); padding: 10px 20px; font-size: 0.8rem; } .zp-cookie-banner[data-style="simple"] .zp-btn--ghost { color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.1); border-radius: 4px; font-weight: 600; padding: 10px 20px; font-size: 0.8rem; } .zp-cookie-banner[data-style="brutal"] { background: #000000; border: 3px solid #ffffff; border-radius: 0; padding: var(--space-5); position: fixed !important; overflow: hidden; } .zp-cookie-banner[data-style="brutal"]::before { display: none; } .zp-cookie-banner[data-style="brutal"] > * { position: relative; z-index: 1; } .zp-cookie-banner[data-style="brutal"] .zp-cookie-title { font-family: monospace; text-transform: uppercase; color: #ffffff; font-weight: 900; } .zp-cookie-banner[data-style="brutal"] .zp-cookie-text { color: #cccccc; font-family: monospace; } .zp-cookie-banner[data-style="brutal"] .zp-btn { border-radius: 0; font-family: monospace; text-transform: uppercase; font-weight: 900; padding: 12px 24px; font-size: 0.8rem; } .zp-cookie-banner[data-style="brutal"] .zp-btn--primary { background: #ffffff; color: #000000; border: none; } .zp-cookie-banner[data-style="brutal"] .zp-btn--ghost { color: #ffffff; border: 2px solid #ffffff; background: transparent; } .zp-cookie-banner[data-style="glass"] { background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 12px; padding: var(--space-5); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); position: fixed !important; overflow: hidden; } .zp-cookie-banner[data-style="glass"]::before { display: none; } .zp-cookie-banner[data-style="glass"] > * { position: relative; z-index: 1; } .zp-cookie-banner[data-style="glass"] .zp-cookie-title { color: #ffffff; font-weight: 600; } .zp-cookie-banner[data-style="glass"] .zp-cookie-text { color: rgba(255, 255, 255, 0.9); } .zp-cookie-banner[data-style="glass"] .zp-btn--primary { background: rgba(217, 71, 45, 0.9); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; font-weight: 600; backdrop-filter: blur(10px); padding: 10px 20px; font-size: 0.8rem; } .zp-cookie-banner[data-style="glass"] .zp-btn--ghost { color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 8px; font-weight: 600; padding: 10px 20px; font-size: 0.8rem; } .zp-cookie-banner[data-style="terminal"] { background: #0a0a0a; border: 1px solid #333333; border-left: 4px solid #00ff00; padding: var(--space-5); border-radius: 4px; font-family: 'Courier New', monospace; position: fixed !important; overflow: hidden; } .zp-cookie-banner[data-style="terminal"]::before { display: none; } .zp-cookie-banner[data-style="terminal"] > * { position: relative; z-index: 1; } .zp-cookie-banner[data-style="terminal"] .zp-cookie-title::before { content: "> "; color: #00ff00; } .zp-cookie-banner[data-style="terminal"] .zp-cookie-title { color: #00ff00; font-weight: 700; } .zp-cookie-banner[data-style="terminal"] .zp-cookie-text { color: #cccccc; font-family: monospace; } .zp-cookie-banner[data-style="terminal"] .zp-btn--primary { background: #00ff00; color: #000000; border: 1px solid #00ff00; border-radius: 4px; font-weight: 700; padding: 10px 20px; font-size: 0.8rem; font-family: 'Courier New', monospace; text-transform: uppercase; } .zp-cookie-banner[data-style="terminal"] .zp-btn--ghost { color: #00ff00; border: 1px solid #00ff00; background: transparent; border-radius: 4px; font-weight: 700; padding: 10px 20px; font-size: 0.8rem; font-family: 'Courier New', monospace; text-transform: uppercase; } .zp-cookie-title { font-family: var(--font-display); font-size: 1.1rem; color: var(--zp-bone); margin-bottom: var(--space-2); } .zp-cookie-text { font-size: 0.9rem; color: rgba(255, 231, 209, 0.9); margin-bottom: var(--space-4); line-height: 1.5; } .zp-cookie-links { margin-top: var(--space-2); margin-bottom: var(--space-4); font-size: 0.8rem; } .zp-cookie-links a { color: rgba(255, 255, 255, 0.7); text-decoration: underline; margin-right: var(--space-3); transition: color 0.2s, text-decoration-color 0.2s; text-decoration-color: rgba(255, 255, 255, 0.4); text-underline-offset: 2px; } .zp-cookie-links a:hover { color: #ffe7d1; text-decoration-color: #ffe7d1; } .zp-cookie-actions { display: flex; gap: var(--space-2); flex-wrap: nowrap; align-items: center; } @media (max-width: 768px) { .zp-cookie-banner[data-position="bottom_full"], .zp-cookie-banner[data-position="top_full"] { flex-direction: column; align-items: flex-start; } .zp-cookie-banner[data-position="bottom_full"] .zp-cookie-content, .zp-cookie-banner[data-position="top_full"] .zp-cookie-content { padding-right: 0; margin-bottom: var(--space-3); } .zp-cookie-actions { flex-wrap: nowrap; gap: 8px; } .zp-cookie-actions .zp-btn { font-size: 0.75rem; padding: 8px 12px; white-space: nowrap; } } .zp-cookie-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); z-index: 10000; display: none; align-items: center; justify-content: center; padding: var(--space-4); } .zp-cookie-modal.is-visible { display: flex; } .zp-cookie-settings { background: linear-gradient(135deg, #2d1f17 0%, #1a0e08 50%, #0f0704 100%); border: 2px solid rgba(255, 191, 141, 0.3); border-radius: 12px; width: 100%; max-width: 700px; max-height: 90vh; overflow-y: auto; padding: var(--space-6); position: relative; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1); overflow: hidden; } .zp-cookie-settings::before { content: ''; position: absolute; inset: 0; background: linear-gradient(45deg, rgba(255, 191, 141, 0.1), transparent 40%), linear-gradient(-45deg, rgba(255, 238, 225, 0.05), transparent 60%); opacity: 0.4; filter: blur(6px); pointer-events: none; } .zp-cookie-settings > * { position: relative; z-index: 1; } .zp-cookie-row { display: flex; justify-content: space-between; align-items: flex-start; padding: var(--space-3) 0; border-bottom: 1px solid rgba(255, 191, 141, 0.2); } .zp-cookie-row:last-child { border-bottom: none; } .zp-cookie-label { font-weight: 600; color: #ffe7d1; display: block; margin-bottom: var(--space-1); } .zp-cookie-desc { font-size: 0.85rem; color: rgba(255, 231, 209, 0.8); max-width: 380px; } .zp-toggle { position: relative; display: inline-block; width: 44px; height: 24px; } .zp-toggle input { opacity: 0; width: 0; height: 0; } .zp-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 191, 141, 0.2); transition: .4s; border-radius: 24px; border: 1px solid rgba(255, 191, 141, 0.3); } .zp-slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 2px; background-color: #ffe7d1; transition: .4s; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } input:checked + .zp-slider { background-color: #d9472d; border-color: rgba(255, 191, 141, 0.5); } input:disabled + .zp-slider { opacity: 0.5; cursor: not-allowed; } input:checked + .zp-slider:before { transform: translateX(20px); background-color: #ffffff; } .zp-modal__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--space-4); padding-bottom: var(--space-3); border-bottom: 1px solid rgba(255, 191, 141, 0.2); } .zp-modal__title { font-size: 1.3rem; font-weight: 700; color: #ffe7d1; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .zp-modal__close { width: 36px; height: 36px; border: 1px solid rgba(255, 191, 141, 0.3); background: rgba(255, 255, 255, 0.05); border-radius: 8px; color: #ffe7d1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; position: relative; } .zp-modal__close:hover, .zp-modal__close:focus-visible { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 191, 141, 0.5); transform: scale(1.05); } .zp-modal__close::before, .zp-modal__close::after { content: ''; position: absolute; width: 16px; height: 2px; background: currentColor; transform-origin: center; } .zp-modal__close::before { transform: rotate(45deg); } .zp-modal__close::after { transform: rotate(-45deg); } .zp-modal__foot .zp-btn { padding: 10px 20px; font-size: 0.8rem; font-weight: 600; border-radius: 6px; text-transform: uppercase; letter-spacing: 0.5px; } .zp-modal__foot .zp-btn--primary { background: linear-gradient(135deg, #d9472d, #f56b3e); color: #ffffff; border: 1px solid rgba(255, 191, 141, 0.3); box-shadow: 0 4px 12px rgba(217, 71, 45, 0.3); } .zp-modal__foot .zp-btn--ghost { color: #ffe7d1; border: 1px solid rgba(255, 191, 141, 0.4); background: rgba(255, 255, 255, 0.05); } @media (max-width: 768px) { .zp-modal { max-width: 95vw; width: 95vw; } .zp-cookie-banner[data-position="bottom_left"] { bottom: var(--space-4); left: var(--space-4); right: var(--space-4); max-width: 100% !important; width: auto !important; transform: translateY(0); top: auto; } .zp-cookie-modal, .zp-cookie-settings { max-width: 95vw; width: 95vw; padding: 16px 16px 18px; } .zp-cookie-modal h2, .zp-cookie-settings h2 { font-size: 18px; margin-bottom: 10px; } .zp-cookie-modal p, .zp-cookie-settings p { font-size: 14px; line-height: 1.5; } .zp-cookie-actions { flex-direction: column; align-items: stretch; gap: 8px; } .zp-cookie-actions .zp-btn { width: 100%; justify-content: center; text-align: center; padding-inline: 12px; } }