.prf-page{font-family:'Inter',sans-serif;color:#0f172a;line-height:1.6;-webkit-font-smoothing:antialiased;box-sizing:border-box}.prf-page *,.prf-page *::before,.prf-page *::after{box-sizing:inherit;margin:0;padding:0}.prf-page{--prf-blue:#1d6fdb;--prf-blue-lt:#dbeafe;--prf-blue-dk:#1251a3;--prf-ink:#0f172a;--prf-ink-2:#334155;--prf-ink-3:#64748b;--prf-surface:#f8fafc;--prf-card:#ffffff;--prf-border:#e2e8f0;--prf-green:#16a34a;--prf-green-lt:#dcfce7;--prf-amber:#d97706;--prf-amber-lt:#fef3c7;--prf-purple:#7c3aed;--prf-purple-lt:#ede9fe;--prf-radius:14px;--prf-radius-lg:24px;--prf-shadow:0 1px 3px rgba(0, 0, 0, .06), 0 4px 16px rgba(0, 0, 0, .06);--prf-shadow-lg:0 8px 40px rgba(15, 23, 42, .12)}.prf-container{max-width:1140px;margin:0 auto;padding:0 24px}.prf-section-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--prf-blue);margin-bottom:14px}.prf-section-title{font-size:clamp(28px, 4vw, 44px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--prf-ink);margin-bottom:16px}.prf-section-desc{font-size:17px;color:var(--prf-ink-2);line-height:1.75;max-width:620px}.prf-btn{display:inline-flex;align-items:center;gap:8px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;padding:13px 26px;border-radius:var(--prf-radius);border:none;cursor:pointer;text-decoration:none;transition:all .18s ease;white-space:nowrap}.prf-btn-primary{background:var(--prf-blue);color:#fff;box-shadow:0 2px 8px rgb(29 111 219 / .35)}.prf-btn-primary:hover{background:var(--prf-blue-dk);transform:translateY(-1px);box-shadow:0 4px 16px rgb(29 111 219 / .4);color:#fff}.prf-btn-outline{background:#fff;color:var(--prf-ink);border:1.5px solid var(--prf-border)}.prf-btn-outline:hover{border-color:var(--prf-blue);color:var(--prf-blue)}.prf-btn-ghost{background:rgb(255 255 255 / .1);color:#fff;border:1.5px solid rgb(255 255 255 / .25)}.prf-btn-ghost:hover{background:rgb(255 255 255 / .2);color:#fff}.prf-btn-lg{font-size:17px;padding:16px 34px;border-radius:16px}.prf-btn-sm{font-size:13px;padding:9px 18px}.prf-btn-green{background:var(--prf-green);color:#fff;box-shadow:0 2px 8px rgb(22 163 74 / .3)}.prf-btn-green:hover{background:#15803d;transform:translateY(-1px);color:#fff}.prf-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 10px;border-radius:999px}.prf-badge-free{background:var(--prf-green-lt);color:var(--prf-green)}.prf-badge-blue{background:var(--prf-blue-lt);color:var(--prf-blue)}.prf-badge-amber{background:var(--prf-amber-lt);color:var(--prf-amber)}.prf-badge-purple{background:var(--prf-purple-lt);color:var(--prf-purple)}.prf-badge-essb{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.prf-hero{background:linear-gradient(155deg,#0f172a 0%,#1e3a6e 60%,#1d6fdb 100%);padding:80px 0 70px;position:relative;overflow:hidden}.prf-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 55% at 68% 50%,rgb(29 111 219 / .2) 0%,transparent 70%);pointer-events:none}.prf-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}.prf-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);color:#93c5fd;font-size:12px;font-weight:600;letter-spacing:.04em;padding:5px 14px;border-radius:999px;margin-bottom:22px}.prf-hero-headline{font-size:clamp(34px, 5vw, 58px);font-weight:900;line-height:1.08;letter-spacing:-.03em;color:#fff;margin-bottom:22px}.prf-hero-headline-accent{color:#60a5fa}.prf-hero-sub{font-size:17px;color:rgb(255 255 255 / .75);line-height:1.75;margin-bottom:32px;max-width:480px}.prf-hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:32px}.prf-hero-trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.prf-hero-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:rgb(255 255 255 / .55)}.prf-notif-stack{display:flex;flex-direction:column;gap:14px}.prf-notif-card{background:#fff;border-radius:16px;box-shadow:0 12px 40px rgb(0 0 0 / .22);padding:13px 15px;display:flex;align-items:center;gap:12px;position:relative;animation:prf-float-in .5s ease backwards}.prf-notif-card:nth-child(2){margin-left:28px;animation-delay:.12s}.prf-notif-card:nth-child(3){margin-left:14px;animation-delay:.24s}.prf-notif-card:nth-child(4){margin-left:22px;animation-delay:.36s}@keyframes prf-float-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.prf-notif-thumb{width:44px;height:44px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.prf-notif-thumb-blue{background:#dbeafe}.prf-notif-thumb-green{background:#dcfce7}.prf-notif-thumb-indigo{background:#ede9fe}.prf-notif-thumb-amber{background:#fef3c7}.prf-notif-body{flex:1;min-width:0}.prf-notif-line1{font-size:13px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prf-notif-line2{font-size:11px;color:#64748b;line-height:1.3}.prf-notif-meta{font-size:10px;color:#94a3b8;margin-top:3px}.prf-notif-verified{display:flex;align-items:center;gap:4px;font-size:10px;color:#94a3b8;margin-top:5px}.prf-notif-essb-note{position:absolute;top:-9px;right:10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:10px;font-weight:600;color:#475569;padding:2px 8px;white-space:nowrap}.prf-standalone{background:var(--prf-ink);padding:52px 0}.prf-standalone-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.prf-standalone-heading{font-size:clamp(22px, 3vw, 34px);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:14px}.prf-standalone-desc{font-size:15px;color:#94a3b8;line-height:1.75;margin-bottom:10px}.prf-standalone-desc strong{color:#e2e8f0}.prf-compat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prf-compat-item{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09);border-radius:12px;padding:14px}.prf-compat-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#4ade80;margin-bottom:5px}.prf-compat-header-neutral{color:#94a3b8}.prf-compat-icon{width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prf-compat-icon-green{background:rgb(74 222 128 / .12);color:#4ade80}.prf-compat-icon-muted{background:rgb(148 163 184 / .1);color:#94a3b8}.prf-compat-desc{font-size:11px;color:#64748b;line-height:1.5}.prf-essb-req-note{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:#60a5fa;margin-top:7px;padding-top:7px;border-top:1px solid rgb(255 255 255 / .06)}.prf-features{background:var(--prf-surface);padding:90px 0}.prf-features-intro{text-align:center;margin-bottom:68px}.prf-features-intro .prf-section-desc{margin:0 auto}.prf-feature-list-grid{display:flex;flex-direction:column;gap:88px}.prf-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.prf-feature-row-reverse{direction:rtl}.prf-feature-row-reverse>*{direction:ltr}.prf-feature-copy-label{display:block;margin-bottom:4px}.prf-feature-copy h3{font-size:clamp(22px, 3vw, 32px);font-weight:800;letter-spacing:-.02em;line-height:1.2;color:var(--prf-ink);margin-bottom:14px}.prf-feature-copy p{font-size:15px;color:var(--prf-ink-2);line-height:1.75;margin-bottom:18px}.prf-feature-check-list{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:18px}.prf-feature-check-list li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:var(--prf-ink-2)}.prf-check-icon{width:17px;height:17px;border-radius:50%;background:var(--prf-blue-lt);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}.prf-essb-callout{display:flex;align-items:flex-start;gap:10px;background:#f1f5f9;border-left:3px solid var(--prf-blue);border-radius:0 8px 8px 0;padding:10px 14px;font-size:13px;color:#334155;margin-top:4px}.prf-essb-callout strong{color:var(--prf-blue)}.prf-feature-graphic{border-radius:var(--prf-radius-lg);border:1px solid var(--prf-border);box-shadow:var(--prf-shadow-lg);overflow:hidden;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative}.prf-graphic-share{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);flex-direction:column;gap:16px;padding:28px}.prf-share-networks{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.prf-share-pill{display:flex;align-items:center;gap:6px;background:#fff;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:600;color:var(--prf-ink);box-shadow:0 2px 8px rgb(0 0 0 / .07);animation:prf-pulse 2.8s ease-in-out infinite}.prf-share-pill:nth-child(2){animation-delay:.5s}.prf-share-pill:nth-child(3){animation-delay:1s}.prf-share-pill:nth-child(4){animation-delay:1.5s}@keyframes prf-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04);box-shadow:0 4px 14px rgb(29 111 219 / .18)}}.prf-share-dot{width:9px;height:9px;border-radius:50%}.prf-share-count{font-weight:800;color:var(--prf-blue)}.prf-share-preview{background:#fff;border-radius:13px;box-shadow:0 4px 18px rgb(0 0 0 / .1);padding:11px 14px;display:flex;align-items:center;gap:11px;width:100%;max-width:290px}.prf-share-preview-thumb{width:38px;height:38px;border-radius:8px;background:#dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prf-graphic-activity{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);flex-direction:column;gap:9px;padding:26px;align-items:center}.prf-activity-stream{display:flex;flex-direction:column;gap:8px;width:100%}.prf-activity-item{background:#fff;border-radius:10px;padding:9px 13px;display:flex;align-items:center;gap:9px;box-shadow:0 1px 6px rgb(0 0 0 / .06);font-size:12px}.prf-activity-item:nth-child(1){animation:prf-activity-pulse 4s ease-in-out infinite}.prf-activity-item:nth-child(2){animation:prf-activity-pulse 4s ease-in-out 1s infinite}.prf-activity-item:nth-child(3){animation:prf-activity-pulse 4s ease-in-out 2s infinite}@keyframes prf-activity-pulse{0%,100%{opacity:1}50%{opacity:.72}}.prf-activity-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prf-activity-dot-blue{background:#3b82f6}.prf-activity-dot-indigo{background:#6366f1}.prf-activity-dot-sky{background:#0ea5e9}.prf-activity-who{font-weight:700;color:var(--prf-ink)}.prf-activity-what{color:var(--prf-ink-3)}.prf-activity-time{margin-left:auto;color:#94a3b8;font-size:10px}.prf-graphic-woo{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);flex-direction:column;gap:10px;padding:26px;align-items:center}.prf-woo-stream{display:flex;flex-direction:column;gap:9px;width:100%}.prf-woo-order{background:#fff;border-radius:11px;padding:11px 14px;display:flex;align-items:center;gap:11px;box-shadow:0 2px 8px rgb(0 0 0 / .07)}.prf-woo-order:nth-child(1){animation:prf-order-in 3.5s ease-in-out infinite}.prf-woo-order:nth-child(2){animation:prf-order-in 3.5s ease-in-out .7s infinite}.prf-woo-order:nth-child(3){animation:prf-order-in 3.5s ease-in-out 1.4s infinite}@keyframes prf-order-in{0%,80%,100%{transform:translateX(0);opacity:1}90%{transform:translateX(-6px);opacity:.8}}.prf-woo-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.prf-woo-avatar-blue{background:#1d6fdb}.prf-woo-avatar-purple{background:#7c3aed}.prf-woo-avatar-green{background:#16a34a}.prf-woo-order-name{font-size:12px;font-weight:700;color:var(--prf-ink)}.prf-woo-order-product{font-size:11px;color:var(--prf-ink-3)}.prf-woo-order-time{margin-left:auto;font-size:10px;color:#94a3b8}.prf-graphic-custom{background:linear-gradient(135deg,#fdf4ff 0%,#ede9fe 100%);flex-direction:column;gap:12px;padding:26px}.prf-custom-editor{background:#fff;border-radius:12px;box-shadow:0 3px 16px rgb(0 0 0 / .09);overflow:hidden;width:100%}.prf-custom-editor-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:9px 14px;font-size:11px;font-weight:700;color:#64748b;display:flex;align-items:center;gap:7px}.prf-custom-editor-body{padding:14px;display:flex;flex-direction:column;gap:9px}.prf-custom-field-label{font-size:10px;font-weight:600;color:#94a3b8;margin-bottom:3px}.prf-custom-field-value{background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:7px 11px;font-size:11px;color:var(--prf-ink);display:flex;align-items:center;gap:7px}.prf-custom-field-icon{width:22px;height:22px;border-radius:4px;background:#dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prf-custom-result{background:#fff;border-radius:11px;box-shadow:0 2px 10px rgb(0 0 0 / .09);padding:11px 13px;display:flex;align-items:center;gap:11px}.prf-custom-result-icon{width:40px;height:40px;border-radius:9px;background:var(--prf-blue-lt);display:flex;align-items:center;justify-content:center;flex-shrink:0}.prf-custom-result-text-1{font-size:12px;font-weight:700;color:var(--prf-ink)}.prf-custom-result-text-2{font-size:11px;color:var(--prf-ink-3)}.prf-stats-strip{background:#fff;border-top:1px solid var(--prf-border);border-bottom:1px solid var(--prf-border);padding:40px 0}.prf-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.prf-stat{text-align:center;padding:0 24px;border-right:1px solid var(--prf-border)}.prf-stat:last-child{border-right:none}.prf-stat-value{font-size:36px;font-weight:900;letter-spacing:-.03em;color:var(--prf-blue);display:block;margin-bottom:4px}.prf-stat-label{font-size:13px;color:var(--prf-ink-3);font-weight:500}.prf-howto{background:var(--prf-ink);padding:90px 0}.prf-howto-intro{text-align:center;margin-bottom:60px}.prf-howto-intro .prf-section-label{color:#60a5fa}.prf-howto-intro .prf-section-title{color:#fff}.prf-howto-intro .prf-section-desc{color:#94a3b8;margin:0 auto}.prf-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative}.prf-steps::before{content:'';position:absolute;top:30px;left:calc(16.666% + 24px);right:calc(16.666% + 24px);height:1px;background:rgb(255 255 255 / .1);z-index:0;display:none}.prf-step{background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:var(--prf-radius);padding:28px 24px;position:relative;z-index:1;text-align:center}.prf-step-num{width:44px;height:44px;border-radius:50%;background:var(--prf-blue);color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.prf-step h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:9px}.prf-step p{font-size:14px;color:#64748b;line-height:1.65}.prf-step-link{display:inline-flex;align-items:center;gap:5px;color:#60a5fa;font-size:13px;font-weight:600;text-decoration:none;margin-top:12px}.prf-step-link:hover{color:#93c5fd}.prf-editorial{background:#fff;padding:90px 0}.prf-editorial-inner{display:grid;grid-template-columns:2fr 1fr;gap:64px}.prf-editorial-content h2{font-size:clamp(24px, 3vw, 36px);font-weight:800;letter-spacing:-.02em;color:var(--prf-ink);margin-bottom:18px;line-height:1.2}.prf-editorial-content h3{font-size:19px;font-weight:700;color:var(--prf-ink);margin:28px 0 10px}.prf-editorial-content p{font-size:15px;color:var(--prf-ink-2);line-height:1.8;margin-bottom:14px}.prf-editorial-content strong{color:var(--prf-ink)}.prf-sidebar{display:flex;flex-direction:column;gap:16px}.prf-sidebar-card{background:var(--prf-surface);border:1px solid var(--prf-border);border-radius:var(--prf-radius);padding:20px}.prf-sidebar-card h4{font-size:14px;font-weight:700;color:var(--prf-ink);margin-bottom:10px;display:flex;align-items:center;gap:7px}.prf-sidebar-list{list-style:none;display:flex;flex-direction:column;gap:7px}.prf-sidebar-list li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:var(--prf-ink-2);line-height:1.5}.prf-sidebar-list-check{width:15px;height:15px;border-radius:50%;background:var(--prf-green-lt);flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}.prf-doc-link-card{background:var(--prf-blue);border-radius:var(--prf-radius);padding:20px;color:#fff;text-decoration:none;display:block;transition:background .18s}.prf-doc-link-card:hover{background:var(--prf-blue-dk)}.prf-doc-link-card h4{font-size:14px;font-weight:700;margin-bottom:7px;display:flex;align-items:center;gap:7px;color:#fff}.prf-doc-link-card p{font-size:13px;color:rgb(255 255 255 / .75);line-height:1.55}.prf-doc-link-arrow{margin-top:12px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:5px;color:#fff}.prf-doc-link-arrow:hover{color:#fff}.prf-upgrade{background:linear-gradient(155deg,#0f172a 0%,#1e3a6e 60%,#1d6fdb 100%);padding:90px 0;position:relative;overflow:hidden}.prf-upgrade::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 50%,rgb(29 111 219 / .25) 0%,transparent 70%);pointer-events:none}.prf-upgrade-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.prf-upgrade-label{color:#60a5fa;margin-bottom:14px;display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.prf-upgrade-headline{font-size:clamp(26px, 3.5vw, 42px);font-weight:900;letter-spacing:-.02em;line-height:1.1;color:#fff;margin-bottom:16px}.prf-upgrade-headline em{color:#60a5fa;font-style:normal}.prf-upgrade-sub{font-size:16px;color:rgb(255 255 255 / .72);line-height:1.7;margin-bottom:28px;max-width:440px}.prf-upgrade-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.prf-upgrade-price-note{font-size:13px;color:rgb(255 255 255 / .5);margin-top:14px}.prf-upgrade-price-note strong{color:rgb(255 255 255 / .75)}.prf-pro-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.prf-pro-benefit{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09);border-radius:12px;padding:18px 16px;transition:background .18s,border-color .18s,transform .18s}.prf-pro-benefit:hover{background:rgb(255 255 255 / .09);border-color:rgb(29 111 219 / .4);transform:translateY(-2px)}.prf-pro-benefit-icon{width:36px;height:36px;border-radius:9px;background:rgb(29 111 219 / .25);display:flex;align-items:center;justify-content:center;margin-bottom:11px}.prf-pro-benefit h5{font-size:13px;font-weight:700;color:#fff;margin-bottom:5px}.prf-pro-benefit p{font-size:12px;color:#fff;line-height:1.55}.prf-bottom-cta{background:#fff;padding:80px 0;text-align:center;border-top:1px solid var(--prf-border)}.prf-bottom-cta h2{font-size:clamp(24px, 3.5vw, 38px);font-weight:800;letter-spacing:-.02em;color:var(--prf-ink);margin-bottom:13px}.prf-bottom-cta p{font-size:16px;color:var(--prf-ink-3);margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.prf-bottom-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media (max-width:900px){.prf-hero-grid,.prf-standalone-inner,.prf-feature-row,.prf-editorial-inner,.prf-upgrade-inner{grid-template-columns:1fr}.prf-feature-row-reverse{direction:ltr}.prf-notif-card:nth-child(2),.prf-notif-card:nth-child(3),.prf-notif-card:nth-child(4){margin-left:0}.prf-stats-grid{grid-template-columns:1fr 1fr}.prf-stat{border-right:none;border-bottom:1px solid var(--prf-border);padding:16px}.prf-stat:nth-child(odd){border-right:1px solid var(--prf-border)}.prf-steps{grid-template-columns:1fr}.prf-steps::before{display:none}.prf-pro-benefits-grid{grid-template-columns:1fr}}@media (max-width:560px){.prf-compat-grid{grid-template-columns:1fr}.prf-stats-grid{grid-template-columns:1fr 1fr}}