/* ============================================================
   email.html only — linked after host.css from that page.
   1.  Hero: the address card (.emc) — the part before @ changes,
       the settings rows, SPF / DKIM / DMARC light up one by one
   1b. Plan cards: order links per period + the small WhatsApp link;
       one height for the top row, the distinguishing number in bold
   2.  Sections: .em-sec / .em-in, on black or on a white sheet
   2b. Included in every plan: the bento (.em-bento), its large tile
       with the same mailbox in Webmail and on a phone (.esv), and the
       chips that point to the sections explaining the rest (.em-more)
   3.  Settings: a CSS-only switch — two radios drive the server
       name in the note and in the table (no JS: the CSP allows no
       inline script, and script.js belongs to the shell). The
       switch sticks on the left on wide screens; the table and the
       three definitions sit on the right.
   4.  Deliverability: SPF / DKIM / DMARC list, the message-header
       card (.emh, sticky beside the list), the spam score card (.ems)
   5.  The 300 / hour sheet: the big number and the field of dots
   6.  Guides: rows, the same pattern as .cm-guides on contul-meu
   7.  FAQ on two columns
   Everything reads the tokens, so it works on black and on .inv.
   Informational text never uses --w42 (3.95:1 on white and on
   black): it takes --w56. Decorative indices keep --w30.
   The reveals hang on the .in class script.js puts on [data-rv]
   and [data-stag].
   ============================================================ */

/* balanced headings: no single word left alone on the last line */
.shead h2,.em-h3{text-wrap:balance}

/* ---------- 1. HERO ---------- */
.em-hero h1{font-size:clamp(2.5rem,5.1vw,4.4rem)}
.em-nw{white-space:nowrap}              /* "site-ul" never splits at its hyphen */
.em-login{margin:22px 0 0;font-size:13.5px;line-height:1.6;color:var(--w56)}
.em-login .tlink{margin-left:4px;color:var(--w96)}

/* the hero grid may shrink below its content: the cards' title rows would otherwise set a min-content wider
   than a 375px screen (the base grid is 1fr = minmax(auto,1fr)) */
.em-hero .phero-in{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)}
.emc,.emh{min-width:0}
.emc .rack-t,.emh .rack-t{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.emc{position:relative;border-radius:var(--r-l);overflow:hidden}
.emc>*{position:relative;z-index:2}
.emc-addr{display:block;padding:clamp(30px,3.8vw,50px) 18px;text-align:center;border-bottom:1px solid var(--w05)}
.emc-l{display:block;margin-bottom:16px;font-family:var(--fd);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--w42)}
.emc-a{display:inline-flex;align-items:flex-start;font-family:var(--fm);font-size:clamp(1.12rem,2.35vw,1.95rem);
  line-height:1.3;letter-spacing:-.02em;white-space:nowrap;color:#fff}
.emc-a>span{display:block;height:1.3em}
/* the part before @: a column of names that slides one row at a time; the last row repeats the first,
   so the loop has no seam. Fixed width (the longest name, 9 characters) keeps the @ still. */
.emc-rot{width:9ch;overflow:hidden;text-align:right}
.emc-rot>span{display:block}
.emc-rot i{display:block;height:1.3em;font-style:normal}
.emc.in .emc-rot>span{animation:emRot 12s var(--e) 1.6s infinite}
@keyframes emRot{
  0%,19%{transform:translateY(0)}
  25%,44%{transform:translateY(-1.3em)}
  50%,69%{transform:translateY(-2.6em)}
  75%,94%{transform:translateY(-3.9em)}
  100%{transform:translateY(-5.2em)}}
.emc-at{color:var(--w42)}
.emc-dom{color:var(--w72)}

.emc-rows{padding:6px 20px}
.emc-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 16px;
  padding:13px 0;border-bottom:1px solid var(--w05)}
.emc-row:last-child{border-bottom:0}
.emc-k{font-size:13.5px;font-weight:500;color:var(--w72)}
.emc-v{font-family:var(--fm);font-size:12px;color:var(--w56);white-space:nowrap}
.emc-v b{font-weight:500;color:#fff}

.emc-auth{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;padding:15px 20px;border-top:1px solid var(--w05)}
.emc-auth-t{margin-right:auto;font-family:var(--fd);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--w42)}
.emc-chk{display:inline-flex;align-items:center;gap:8px;font-family:var(--fm);font-size:12px;color:var(--w30);
  transition:color .6s var(--e)}
.emc-chk .led{width:6px;height:6px;opacity:.2;box-shadow:none;transition:opacity .6s var(--e),box-shadow .6s var(--e)}
.emc-chk .led::after{display:none}
.emc.in .emc-chk{color:#fff;transition-delay:calc(1.2s + var(--i,0) * .3s)}
.emc.in .emc-chk .led{opacity:1;box-shadow:var(--glow);transition-delay:calc(1.2s + var(--i,0) * .3s)}

/* ---------- 1b. PLAN CARDS (same as gazduire-web.css §1–2) ----------
   the 3 ani / 2 ani / 1 an / Lunar switch (host.css §12g) with the deal under it; one order button per card
   (data-comanda: script.js §12 writes its perioada=), the WhatsApp link underneath keeps data-wa. */
/* the fine print under the plans: three labelled facts, not a centred paragraph (the pattern of bulk.css .bk-terms) */
.em-terms{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.5fr) minmax(0,.8fr);gap:20px clamp(24px,3vw,52px);
  max-width:1120px;margin:clamp(34px,4vw,50px) auto 0;padding-top:24px;border-top:1px solid var(--w08)}
.em-terms dt{margin-bottom:8px;font-family:var(--fd);font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--w56)}
.em-terms dd{font-size:13px;line-height:1.62;color:var(--w56)}
.em-terms a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
@media (max-width:760px){.em-terms{grid-template-columns:1fr;gap:18px}}
.pl-acts{margin-top:auto;display:grid;gap:10px}
.pl-acts .pl-cta{margin-top:0}
.pl-wa{justify-self:center;display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:4px 6px;
  font-size:12.5px;line-height:1.3;color:var(--w56);text-decoration:underline;text-underline-offset:3px;
  text-decoration-color:var(--w18);transition:color var(--t1) var(--e),text-decoration-color var(--t1) var(--e)}
.pl-wa:hover,.pl-wa:focus-visible{color:var(--ink);text-decoration-color:currentColor}
.pl-wa svg{flex:none}
/* the featured card's badge is taller than the neighbours' one-line label, which pushed its name and price
   ~9px lower: one height for the top row keeps the three baselines on a line. Each card lists only what
   sets it apart (addresses, sites, disk); the number leads the line. */
#planuri .pl-top{min-height:30px}
#planuri .pl-feats{gap:14px}
#planuri .pl-feats b{font-weight:600;color:var(--w96)}

/* ---------- 2. SECTIONS ---------- */
.em-sec{padding:var(--sec) var(--pad)}
.em-in{max-width:var(--maxw);margin-inline:auto}
.em-sec code,.faq code,.pl-note code{font-family:var(--fm);font-size:.9em;letter-spacing:0}
.em-sec p b,.em-sec li b,.em-sec dd b{font-weight:600;color:var(--w96)}
.em-h3{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:300;line-height:1.08;letter-spacing:-.035em;margin-bottom:20px}
.em-p{font-size:15px;line-height:1.7;color:var(--w56);max-width:60ch}
.em-bul{display:grid;gap:10px;margin-top:22px}
.em-bul li{position:relative;padding-left:20px;font-size:14px;line-height:1.6;color:var(--w56)}
.em-bul li::before{content:"";position:absolute;left:0;top:.8em;width:10px;height:1px;background:var(--w42)}

/* ---------- 2b. INCLUDED IN EVERY PLAN (black): the bento ----------
   4 columns: the large tile takes two columns and two rows, four small tiles fill the rest. */
.em-bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.4vw,18px)}
.em-bento .fcard h3{margin-top:clamp(22px,2.6vw,34px)}
.em-sync{grid-column:1/3;grid-row:1/3;display:flex;flex-direction:column;gap:clamp(24px,2.8vw,36px)}
.em-bento .em-sync h3{margin:0 0 12px;font-size:clamp(1.35rem,1.9vw,1.75rem);font-weight:400;letter-spacing:-.03em;line-height:1.15}
.em-sync p{max-width:50ch;font-size:14px}

/* the same mailbox in Webmail and on a phone: a message arrives in both at once (IMAP keeps them in step).
   Transform + opacity loop, started when the bento is revealed; without JS or with reduced motion it stays
   still, with the new message in place. Decorative (aria-hidden): the sender is the example address
   from the message-header card further down. */
.esv{position:relative;flex:1;min-height:280px;--rh:36px}
.esv-win{position:absolute;left:0;top:0;width:84%;border-radius:16px;overflow:hidden;
  border:1px solid var(--w08);background:linear-gradient(180deg,rgb(255 255 255/.055),rgb(255 255 255/.012));
  box-shadow:inset 0 1px 0 rgb(255 255 255/.08)}
.esv-bar{display:flex;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid var(--w05)}
.esv-dots{display:flex;flex:none;gap:5px}
.esv-dots i{width:7px;height:7px;border-radius:50%;background:var(--w12)}
.esv-url{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:var(--fm);font-size:10.5px;color:var(--w56)}
.esv-in{display:grid;grid-template-columns:104px minmax(0,1fr)}
.esv-side{display:grid;gap:4px;align-content:start;padding:12px 10px;border-right:1px solid var(--w05)}
.esv-side li{padding:7px 10px;border-radius:9px;font-size:11.5px;line-height:1.2;color:var(--w56)}
.esv-side li.on{background:var(--w05);color:#fff}
.esv-lw{height:calc(var(--rh) * 3);overflow:hidden}
.esv-in .esv-lw{height:calc(var(--rh) * 4);margin:6px 0 8px}
.esv-list li{position:relative;height:var(--rh);display:flex;align-items:center;gap:10px;padding:0 16px;
  border-bottom:1px solid var(--w05)}
.esv-list li>b,.esv-list li>span{display:block;min-width:0;border-radius:6px}
.esv-list li:not(.esv-new)>b{flex:none;width:26%;height:6px;background:var(--w12)}
.esv-list li:not(.esv-new)>span{width:44%;height:6px;background:var(--w05)}
.esv-list li:nth-child(3)>b{width:20%}
.esv-list li:nth-child(3)>span{width:54%}
.esv-list li:nth-child(4)>b{width:31%}
.esv-list li:nth-child(4)>span{width:36%}
.esv-list li:nth-child(5)>b{width:23%}
.esv-new>b{flex:none;max-width:52%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
  font-family:var(--fm);font-size:10.5px;font-weight:500;color:#fff}
.esv-new>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;color:var(--w72)}
.esv-new .led{flex:none;width:5px;height:5px}
.esv-new .led::after{display:none}

.esv-ph{position:absolute;right:0;top:15%;bottom:0;width:clamp(138px,34%,186px);padding:30px 10px 12px;
  border-radius:28px;border:1px solid var(--w18);background:#09090b;--rh:46px;
  box-shadow:inset 0 1px 0 rgb(255 255 255/.14),inset 0 0 0 4px rgb(255 255 255/.02),0 34px 60px -26px rgb(0 0 0/1)}
.esv-notch{position:absolute;top:10px;left:50%;width:44px;height:10px;margin-left:-22px;border-radius:10px;background:rgb(255 255 255/.08)}
.esv-ph-t{display:block;padding:0 6px 8px;font-size:13px;font-weight:600;letter-spacing:-.01em;color:#fff}
.esv-ph .esv-list li{flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:0 6px 0 16px}
.esv-ph .esv-list li:not(.esv-new)>b{width:58%}
.esv-ph .esv-list li:not(.esv-new)>span{width:84%}
.esv-ph .esv-new>b,.esv-ph .esv-new>span{max-width:100%}
.esv-ph .esv-new .led{position:absolute;left:5px;top:13px}
.esv-imap{position:absolute;left:0;bottom:2px;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;
  border-radius:var(--r-pill);border:1px solid var(--w12);background:rgb(255 255 255/.03);
  font-family:var(--fm);font-size:10.5px;color:var(--w72);white-space:nowrap}
.esv-imap .led{width:5px;height:5px}
.esv-imap .led::after{display:none}

.em-bento.in .esv-list{animation:esvIn 9s var(--e) 1.2s infinite backwards}
.em-bento.in .esv-ph .esv-list{animation-delay:1.45s}
.em-bento.in .esv-new .led{animation:esvLed 9s linear 1.2s infinite backwards}
.em-bento.in .esv-ph .esv-new .led{animation-delay:1.45s}
/* the new message slides in on top, stays, then the list fades out, resets under cover and fades back */
@keyframes esvIn{
  0%{transform:translate3d(0,calc(var(--rh) * -1),0);opacity:1}
  12%,88%{transform:translate3d(0,0,0);opacity:1}
  92%{transform:translate3d(0,0,0);opacity:0}
  93%{transform:translate3d(0,calc(var(--rh) * -1),0);opacity:0}
  100%{transform:translate3d(0,calc(var(--rh) * -1),0);opacity:1}}
@keyframes esvLed{0%,56%{opacity:1;box-shadow:var(--glow)}70%,100%{opacity:.35;box-shadow:none}}

/* the rest of "every plan" has its own section below: chips that jump there, 44px tall */
.em-more{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 20px;margin-top:clamp(28px,3.2vw,44px)}
.em-more-t{font-family:var(--fd);font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--w56)}
.em-more ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.em-more a{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 18px;border-radius:var(--r-pill);
  border:1px solid var(--w12);background:rgb(255 255 255/.035);box-shadow:inset 0 1px 0 rgb(255 255 255/.08);
  font-size:14px;color:var(--w96);transition:border-color var(--t1) var(--e),background-color var(--t1) var(--e)}
.em-more a svg{flex:none;color:var(--w56);transition:transform var(--t2) var(--e),color var(--t1) var(--e)}
.em-more a:hover,.em-more a:focus-visible{border-color:var(--w42);background-color:rgb(255 255 255/.07)}
.em-more a:hover svg,.em-more a:focus-visible svg{transform:translateY(3px);color:var(--ink)}

/* ---------- 3. SETTINGS (white sheet) ---------- */
.em-cfg{position:relative;display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.5fr);
  grid-template-areas:"ask tw" "ask dl";
  gap:clamp(30px,3.4vw,48px) clamp(30px,4.4vw,72px);align-items:start}
.em-ask{grid-area:ask}
/* the switch stays in view while the table and the definitions scroll past it */
@media (min-width:1101px){.em-ask{position:sticky;top:clamp(104px,15vh,150px)}}
.em-tw{grid-area:tw}
.em-dl{grid-area:dl}
/* the radios stay in the tab order (arrow keys switch them); their labels are the visible control */
.em-r{position:absolute;top:0;left:0;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}
.em-q{margin-bottom:14px;font-family:var(--fd);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--w56)}
.em-seg{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:5px;border-radius:18px;
  border:1px solid var(--w12);background:var(--w03)}
.em-seg label{position:relative;z-index:2;display:grid;gap:3px;padding:12px 14px;border-radius:13px;cursor:pointer;
  color:var(--w56);transition:color .45s var(--e)}
.em-seg label:hover{color:var(--ink)}
.em-seg b{font-size:14.5px;font-weight:600;letter-spacing:-.012em;line-height:1.25}
.em-seg small{font-size:11.5px;line-height:1.4}
.em-seg-i{position:absolute;z-index:1;top:5px;bottom:5px;left:5px;width:calc(50% - 5px);border-radius:13px;
  background:var(--ink);box-shadow:0 12px 26px -14px rgba(0,0,0,.55);transition:transform .55s var(--e)}
#emnsB:checked~.em-ask .em-seg-i{transform:translateX(100%)}
#emnsA:checked~.em-ask label[for="emnsA"],#emnsB:checked~.em-ask label[for="emnsB"]{color:var(--bg)}
#emnsA:focus-visible~.em-ask label[for="emnsA"],#emnsB:focus-visible~.em-ask label[for="emnsB"]{outline:2px solid var(--ink);outline-offset:3px}
.em-why{margin-top:18px;font-size:14px;line-height:1.65;color:var(--w56)}
.srv-b{display:none}
#emnsB:checked~* .srv-a{display:none}
#emnsB:checked~* .srv-b{display:inline}
.srv-a,.srv-b{animation:emSwap .5s var(--e)}
@keyframes emSwap{from{opacity:0;filter:blur(3px)}}

.em-tw{position:relative;min-width:0}
.em-t{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;line-height:1.45;font-variant-numeric:tabular-nums}
.em-t th,.em-t td{padding:16px 14px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--w08)}
.em-t thead th{padding-top:0;padding-bottom:14px;border-bottom:1px solid var(--w18);
  font-family:var(--fd);font-size:9.5px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--w56)}
.em-t tbody th{font-weight:500;color:var(--w72)}
.em-t tbody th small{display:block;margin-top:2px;font-size:12px;font-weight:400;color:var(--w56)}
.em-t td{color:var(--w96)}
.em-t code{font-size:13px;white-space:nowrap}
.em-port{font-family:var(--fd);font-weight:400;font-size:1.35rem;letter-spacing:-.01em}
.em-t tbody tr{transition:background var(--t1) var(--e)}
.em-t tbody tr:hover{background:var(--w03)}

/* the definitions: three short columns under the table */
.em-dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(18px,2.2vw,32px)}
.em-dl>div{padding-top:20px;border-top:1px solid var(--w18)}
.em-dl dt{margin-bottom:8px;font-family:var(--fd);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--w56)}
.em-dl dd{font-size:14px;line-height:1.62;color:var(--w72)}
.em-dl a{color:var(--ink);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}

/* ---------- 4. DELIVERABILITY (black) ---------- */
.em-deliv,.em-spam{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(40px,5vw,96px);align-items:center}
.em-deliv .shead{margin-bottom:clamp(30px,3.6vw,48px)}
/* the header card starts level with the title and stays in view while the three records scroll past */
@media (min-width:981px){
  .em-deliv{align-items:start}
  .em-vis{position:sticky;top:clamp(104px,15vh,150px)}
}
.em-auth{border-top:1px solid var(--w08)}
.em-auth li{display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid var(--w08)}
.em-auth li>b{padding-top:3px;font-family:var(--fd);font-weight:400;font-size:13px;letter-spacing:.16em;color:var(--ink)}
.em-auth h3{font-size:17px;font-weight:500;letter-spacing:-.018em;line-height:1.3;margin-bottom:6px}
.em-auth p{font-size:14px;line-height:1.62;color:var(--w56)}
.em-note{margin-top:24px;font-size:13.5px;line-height:1.65;color:var(--w56);max-width:62ch}

.emh{position:relative;border-radius:var(--r-l);overflow:hidden}
.emh>*{position:relative;z-index:2}
.emh-body{padding:20px 22px 22px;font-family:var(--fm);font-size:12.5px;line-height:1.75;color:var(--w72)}
.emh-l{display:flex;gap:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.emh-l span{flex:none;width:8ch;color:var(--w30)}
.emh-ar{margin-top:14px;padding-top:14px;border-top:1px dashed var(--w12);color:var(--w42)}
.emh-r{display:flex;flex-wrap:wrap;align-items:center;gap:2px 12px;padding:8px 0 8px 14px;
  opacity:.22;transform:translate3d(-8px,0,0);transition:opacity .7s var(--e),transform .7s var(--e)}
.emh-r b{font-weight:500;color:#fff}
.emh-r span{color:var(--w42);overflow-wrap:anywhere}
.emh-r .led{width:6px;height:6px}
.emh-r .led::after{display:none}
.emh.in .emh-r{opacity:1;transform:none;transition-delay:calc(.8s + var(--i,0) * .45s)}

.em-spam{margin-top:clamp(80px,9vw,140px);padding-top:clamp(60px,7vw,100px);border-top:1px solid var(--w08)}
.ems{position:relative;border-radius:var(--r-l);overflow:hidden;padding:clamp(22px,2.6vw,34px)}
.ems>*{position:relative;z-index:2}
.ems-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 16px;margin-bottom:44px;
  font-family:var(--fm);font-size:12px;color:var(--w42)}
.ems-top b{font-weight:500;color:#fff}
.ems-bar{position:relative;display:grid;grid-template-columns:1fr 1fr;height:12px;border-radius:12px;background:var(--w05)}
.ems-bar i{display:block;height:100%}
.ems-ok{border-radius:12px 0 0 12px;background:linear-gradient(90deg,var(--w05),var(--w30))}
.ems-bad{border-radius:0 12px 12px 0;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.62) 0 2px,transparent 2px 7px);
  clip-path:inset(0 100% 0 0);transition:clip-path 1.2s var(--e) 1.3s}
.ems.in .ems-bad{clip-path:inset(0 0 0 0)}
.ems-mark{position:absolute;left:0;top:-11px;bottom:-11px;width:2px;margin-left:-1px;border-radius:2px;background:#fff;
  box-shadow:0 0 12px rgba(255,255,255,.6);transition:left 1.4s var(--e) .4s}
.ems.in .ems-mark{left:50%}
.ems-mark::before{content:"prag";position:absolute;bottom:calc(100% + 7px);left:50%;transform:translateX(-50%);
  font-family:var(--fd);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--w72)}
.ems-ticks{display:flex;justify-content:space-between;margin-top:16px;font-family:var(--fm);font-size:11px;color:var(--w30)}
.ems-legend{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px;margin-top:28px;padding-top:20px;border-top:1px solid var(--w05)}
.ems-legend div{font-size:13px;line-height:1.55;color:var(--w56)}
.ems-legend b{display:block;margin-bottom:4px;font-size:14px;font-weight:600;color:#fff}

/* ---------- 5. THE 300 / HOUR SHEET (white) ---------- */
.em-lim{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(44px,6vw,110px);align-items:center}
.em-lim .shead{margin-bottom:0}
.em-big{font-family:var(--fd);font-weight:400;font-size:clamp(6.5rem,17vw,15rem);line-height:.8;letter-spacing:-.06em;
  color:var(--ink);font-variant-numeric:tabular-nums}
.em-big-c{margin:20px 0 clamp(30px,3.6vw,46px);font-size:15px;color:var(--w56)}
/* 300 dots = 25 columns x 12 rows: 12 SVG lines with zero-length round dashes one unit apart (exact geometry —
   CSS background tiles and SVG pattern tiles both get snapped to whole pixels in WebKit and left half a column
   at the edge). The faint copy is the grid;
   the solid copy is wiped in from the left once the box is revealed: one hour of sending, filling up. */
.em-dots{position:relative;width:100%;max-width:560px;aspect-ratio:25/12;color:var(--ink)}
.em-dots svg{position:absolute;inset:0;display:block;width:100%;height:100%}
.em-dots>svg{opacity:.1}
.em-dots-f{position:absolute;inset:0;clip-path:inset(0 100% 0 0);transition:clip-path 2.8s cubic-bezier(.45,.05,.3,1) .4s}
.em-dots.in .em-dots-f{clip-path:inset(0 0 0 0)}
.em-axis{display:flex;justify-content:space-between;max-width:560px;margin-top:12px;font-family:var(--fm);font-size:11px;color:var(--w56)}
.em-dots-c{margin-top:16px;font-size:12.5px;color:var(--w56)}
.em-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vw,26px);margin-top:clamp(28px,3vw,40px)}
.em-col{padding:22px 22px 24px;border-radius:var(--r-m);border:1px solid var(--w08)}
.em-col h3{margin-bottom:14px;font-family:var(--fd);font-size:10px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--w56)}
.em-col ul{display:grid;gap:9px}
.em-col li{position:relative;padding-left:20px;font-size:14px;line-height:1.5;color:var(--w72)}
.em-col li::before{content:"+";position:absolute;left:0;top:0;font-family:var(--fm);color:var(--w42)}
.em-col.no{background:var(--w03)}
.em-col.no li::before{content:"\00D7"}
.em-col-f{margin-top:18px;padding-top:16px;border-top:1px solid var(--w08);font-size:13px;line-height:1.6;color:var(--w56)}

/* ---------- 6. GUIDES (black) ---------- */
.em-guides{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(24px,3.4vw,56px)}
.em-guides ul{border-top:1px solid var(--w08)}
.em-g{display:grid;grid-template-columns:auto minmax(0,1fr) auto;column-gap:18px;row-gap:4px;align-items:center;
  padding:20px 4px;border-bottom:1px solid var(--w08);transition:padding-left .5s var(--e)}
.em-g-n{grid-column:1;grid-row:1/3;align-self:start;padding-top:5px;font-family:var(--fd);font-size:10px;letter-spacing:.2em;color:var(--w30)}
.em-g-t{grid-column:2;font-size:16.5px;font-weight:500;letter-spacing:-.015em;line-height:1.35;color:var(--w96);transition:color var(--t1) var(--e)}
.em-g-d{grid-column:2;font-size:13.5px;line-height:1.55;color:var(--w56)}
.em-g svg{grid-column:3;grid-row:1/3;color:var(--w56);transition:transform var(--t2) var(--e),color var(--t1) var(--e)}
.em-g:hover,.em-g:focus-visible{padding-left:14px}
.em-g:hover .em-g-t,.em-g:focus-visible .em-g-t{color:var(--ink)}
.em-g:hover svg,.em-g:focus-visible svg{transform:translateX(5px);color:var(--ink)}
.em-gfoot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 28px;margin-top:34px}
.em-gfoot p{font-size:13.5px;line-height:1.6;color:var(--w56)}
.em-gfoot p a{color:var(--w96);text-decoration:underline;text-underline-offset:3px}

/* ---------- 7. FAQ (white sheet): the title on the left, the questions on the right ---------- */
.em-faq .faq-in{max-width:var(--maxw);display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  column-gap:clamp(36px,6vw,110px);align-items:start}
.em-faq .shead{grid-row:1/3;margin-bottom:0}
.em-faq .fq-list,.em-faq .faq-more{grid-column:2}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1100px){
  .em-cfg{grid-template-columns:minmax(0,1fr);grid-template-areas:"ask" "tw" "dl";grid-template-rows:auto}
  .em-ask{max-width:560px}
  .em-bento{grid-template-columns:repeat(2,minmax(0,1fr))}
  .em-sync{grid-column:1/-1;grid-row:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center}
}
@media (max-width:980px){
  .em-hero .phero-in{grid-template-columns:minmax(0,1fr)}
  .em-deliv,.em-spam,.em-lim{grid-template-columns:minmax(0,1fr)}
  .em-faq .faq-in{grid-template-columns:minmax(0,1fr)}
  .em-faq .shead{grid-row:auto;margin-bottom:clamp(40px,6vw,64px)}
  .em-faq .fq-list,.em-faq .faq-more{grid-column:auto}
}
@media (max-width:860px){
  .em-guides{grid-template-columns:1fr}
  .em-guides ul+ul{border-top:0}
}
@media (max-width:760px){
  .em-sync{display:flex;align-items:stretch}    /* centred flex items would shrink the illustration to 0 */
}
/* the settings table becomes one card per row: label on top, then server | port | security */
@media (max-width:700px){
  .em-t thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .em-t,.em-t tbody{display:block}
  .em-t tr{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px 18px;padding:16px 0;border-bottom:1px solid var(--w08)}
  .em-t th,.em-t td{padding:0;border:0}
  .em-t tbody th{grid-column:1/-1}
  .em-t td::before{content:attr(data-l);display:block;margin-bottom:4px;font-family:var(--fd);font-size:9px;
    letter-spacing:.2em;text-transform:uppercase;color:var(--w56)}
  .em-t tbody tr:hover{background:none}
  .em-t tbody tr:last-child{border-bottom:0}
  .em-port{font-size:1.15rem}
}
@media (max-width:560px){
  .em-dl,.em-cols,.ems-legend{grid-template-columns:1fr}
  .em-dl>div{padding:18px 0 4px;border-top:1px solid var(--w08)}
  .em-auth li{grid-template-columns:1fr;gap:8px}
  .em-seg label{padding:11px 11px}
  .em-seg small{font-size:11px}
  .em-g{column-gap:14px}
  .emh-r span{flex-basis:100%;padding-left:18px}
  .em-bento{grid-template-columns:minmax(0,1fr)}
  .esv{min-height:250px;--rh:34px}
  .esv-in{grid-template-columns:minmax(0,1fr)}
  .esv-side{display:none}
  .esv-win{width:90%}
  .esv-ph{width:46%;--rh:42px}
  .esv-list li{padding:0 12px}
  .em-more,.em-more ul{justify-content:flex-start}
}

@media (prefers-reduced-motion:reduce){
  .emc.in .emc-rot>span,.srv-a,.srv-b,.esv-list,.esv-new .led{animation:none!important}
  .emc-chk,.emc-chk .led,.emh-r,.em-dots-f,.ems-mark,.ems-bad,.em-seg-i,.em-g,.em-g svg,.em-more a svg{transition:none!important}
  .emh-r{opacity:1;transform:none}
  .em-dots-f,.ems-bad{clip-path:none}
  .ems-mark{left:50%}
  .em-g:hover,.em-g:focus-visible{padding-left:4px}
  .em-more a:hover svg{transform:none}
}
