*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--ink:#16151c;--mut:#5b6070;--line:#e9e7e1;--bg:#f4f3f0;--rad:18px;--rad-md:12px;--font:'Inter',system-ui,sans-serif;}
html{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.page{background:var(--bg);width:100%;margin:0;}

/* header identical to pricing */
.hd{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #eae7df;padding:15px max(24px,calc((100% - 1100px)/2));position:sticky;top:0;z-index:100}
.hd-l{display:flex;align-items:center;gap:10px}
.hd-logo{width:30px;height:30px;border-radius:9px;background:linear-gradient(140deg,#1a1a17,#3a3832);position:relative;flex:0 0 auto;box-shadow:0 4px 12px -3px rgba(26,26,23,.4)}
.hd-logo::before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:15px;height:3px;background:#fff;border-radius:2px;box-shadow:0 5px 0 rgba(255,255,255,.9),0 10px 0 #fff}
.hd-name{font-weight:700;font-size:18px;color:#16151c;line-height:1}
.hd-r{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500}
.hd-r .nl{color:#4a4843;padding:8px 12px;border-radius:8px;transition:background .15s}.hd-r .nl:hover{background:var(--bg)}
.hd-get{background:#16151c;color:#fff;font-weight:600;padding:9px 18px;border-radius:99px;font-size:14px}
.mega-w{position:relative}
.mega-t{display:flex;align-items:center;gap:5px;cursor:default;color:#4a4843;padding:8px 12px;border-radius:8px;transition:background .15s}.mega-w:hover .mega-t{background:var(--bg)}.mega-t .cv{font-size:10px;color:#a7a297}
.mega{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(6px);width:430px;background:#fff;border:1px solid #eae7df;border-radius:16px;padding:10px;box-shadow:0 30px 60px -28px rgba(26,26,23,.4);opacity:0;visibility:hidden;transition:.2s;z-index:40;display:grid;grid-template-columns:1fr 1fr;gap:4px}
.mega-w:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.mi{display:flex;gap:10px;padding:10px;border-radius:11px;transition:background .15s}.mi:hover{background:#f6f5f1}
.mi .mic{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex:0 0 auto;color:#fff}
.mi b{font-size:13.5px;font-weight:600;color:#1a1a17;display:block;line-height:1.3}.mi s{text-decoration:none;font-size:11.5px;color:#9b968b}
/* content */
.wrap{padding:18px;display:flex;flex-direction:column;gap:14px}
.card{background:#fff;border:0.5px solid var(--line);border-radius:var(--rad);overflow:hidden}
.card-p{padding:22px}
.eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#6b675e;margin-bottom:8px;display:block}
h1.pg{font-size:28px;font-weight:800;letter-spacing:-.025em;line-height:1.1;color:var(--ink)}
.sub{font-size:13.5px;color:var(--mut);line-height:1.6}
/* plugin grid */
.plugin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.pc{background:#fff;border:0.5px solid var(--line);border-radius:var(--rad-md);padding:18px;display:flex;flex-direction:column;gap:0;position:relative;transition:transform .15s,box-shadow .15s}
.pc:hover{transform:translateY(-2px);box-shadow:0 12px 28px -18px rgba(26,26,23,.25)}
.pc-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}
.pc-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;color:#fff;flex-shrink:0}
.pc-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:2px}
.pc-tagline{font-size:12px;color:var(--mut);line-height:1.4}
/* step badges */
.steps{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.step{display:flex;align-items:flex-start;gap:9px}
.step-n{width:20px;height:20px;border-radius:50%;background:#f4f3f0;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700;color:#6b675e;flex-shrink:0;margin-top:1px}
.step-t{font-size:12.5px;color:var(--mut);line-height:1.5}
.step-t b{color:var(--ink);font-weight:600}
.pc-divider{height:0.5px;background:var(--line);margin-bottom:14px}
.pc-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:5px}
.pc-price{font-size:24px;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1}
.pc-period{font-size:12px;color:var(--mut)}
.pc-note{font-size:11px;color:#9b968b;margin-bottom:13px}
.pc-btn-p{display:block;width:100%;padding:11px;border-radius:99px;font-size:13.5px;font-weight:700;text-align:center;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s}
.pc-btn-p:hover{opacity:.88}
.pc-btn-s{display:block;width:100%;padding:9px;border-radius:99px;font-size:13px;font-weight:600;text-align:center;cursor:pointer;border:1px solid var(--line);background:#fff;color:var(--ink);font-family:inherit;margin-top:7px;transition:background .15s}
.pc-btn-s:hover{background:var(--bg)}
/* contact card */
.contact-card{background:#16151c;border-radius:var(--rad-md);padding:20px;display:flex;flex-direction:column;gap:10px;border:none}
/* install steps bar */
.install-bar{display:flex;gap:0;background:#fff;border:0.5px solid var(--line);border-radius:var(--rad-md);overflow:hidden}
.ib-step{flex:1;padding:14px 16px;border-right:0.5px solid var(--line);display:flex;flex-direction:column;gap:5px}
.ib-step:last-child{border-right:none}
.ib-n{width:22px;height:22px;border-radius:50%;background:#f4f3f0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#6b675e;flex-shrink:0}
.ib-t{font-size:12px;font-weight:600;color:var(--ink)}
.ib-s{font-size:11.5px;color:var(--mut);line-height:1.5}
/* footer */
.ft{padding:20px 26px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:#8a8579;border-top:1px solid #e6e4dd}
.ft a{color:#4a4843;font-weight:500}
@media(max-width:720px){.plugin-grid{grid-template-columns:1fr 1fr}.install-bar{flex-direction:column}.ib-step{border-right:none;border-bottom:0.5px solid var(--line)}.ib-step:last-child{border-bottom:none}}
@media(max-width:480px){.plugin-grid{grid-template-columns:1fr}.hd-r .nl:not(:last-of-type){display:none}}
/* touch: tap-to-open mega menu (added by theme) */
.mega-w.open .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}

/* --- site layout (full-width page, centered content @ 1100px) --- */
.wrap{max-width:1100px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}
.fz-head,.fz-sub,.fz-pad{max-width:1100px;margin-left:auto;margin-right:auto}
.ft{padding-left:max(24px,calc((100% - 1100px)/2));padding-right:max(24px,calc((100% - 1100px)/2))}

/* ===== responsive header / mega-menu (real-device safe) ===== */
.hd-get{white-space:nowrap}
.hd-name{white-space:nowrap}
.mega{max-width:calc(100vw - 20px);box-sizing:border-box;top:calc(100% + 8px)}
@media(max-width:760px){
  /* header stays on ONE row at all widths */
  .hd{flex-wrap:nowrap;gap:6px}
  .hd-r{gap:2px;flex-wrap:nowrap}
  .hd-r .nl{padding:8px 8px}
  /* Anchor the dropdown to the HEADER bar (its sticky positioned ancestor),
     not to the small Plugins trigger — so it spans correctly and tracks the
     header at every scroll position. */
  .mega-w{position:static}
  .mega{position:absolute;top:100%;left:auto;right:10px;
        transform:translateY(6px);width:min(340px,calc(100vw - 20px));
        grid-template-columns:1fr;margin-top:2px}
  .mega-w:hover .mega,.mega-w.open .mega{transform:translateY(0)}
  /* re-create the hover bridge for the new offset */
  .mega::before{top:-12px;height:12px}
}
@media(max-width:520px){
  .hd{padding-left:14px !important;padding-right:14px !important;gap:4px}
  .hd-logo{width:26px;height:26px}
  .hd-name{font-size:16px}
  .hd-r .nl{display:none}
  .mega-t{padding:7px 9px}
  .hd-get{padding:8px 13px;font-size:13px}
  /* full-width dropdown under the bar, anchored to the header */
  .mega{left:10px;right:10px;width:auto;max-width:none;transform:translateY(6px)}
  .mega-w:hover .mega,.mega-w.open .mega{transform:translateY(0)}
}
