/* youtranslations.com | Translation | Cosse-le-Vivien, Mayenne, France | 18th site
   FIRST Deep Plum #3A2561 + Warm Gold #D4A843 + Silk White #FEFCF8!
   FIRST Alegreya + Mulish fonts!
   FIRST Split centered-logo nav with services mega-dropdown!
   FIRST Left-text editorial hero + right plum panel!
   FIRST Vertical timeline process!
   FIRST Numbered case files portfolio!
   FIRST Table-row expandable FAQ!
   FIRST Why-We-Started narrative about page!
   FIRST Ruisseau/Loire/Chateau pricing (Loire theme)!
   FIRST .ytl-ledger builder panel!
   FIRST Civil Registry/NGO/Real Estate/HR/Energy/Creative Arts!
   FIRST LinkedIn+Twitter+TikTok social!
   FIRST Feather/Quill favicon! FIRST Cosse-le-Vivien Mayenne France!
   ytl- CSS prefix | YTL JS | EN/FR bilingual */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,700;0,800;1,400;1,700&family=Mulish:wght@300;400;500;600;700&display=swap');
:root {
  --ytl-silk:#FEFCF8; --ytl-card:#FFFFFF;
  --ytl-plum:#3A2561; --ytl-plum-l:#52357E; --ytl-plum-d:#261945;
  --ytl-gold:#D4A843; --ytl-gold-d:#B88C2A; --ytl-gold-l:#E8C866;
  --ytl-glow-g:rgba(212,168,67,.1); --ytl-glow-p:rgba(58,37,97,.07);
  --ytl-line:#EDE8DD; --ytl-stone:#7A7268; --ytl-mid:#4A453D;
  --ytl-max:1200px;
  --ytl-fh:'Alegreya',Georgia,serif;
  --ytl-fb:'Mulish',system-ui,sans-serif;
  --ytl-r:4px; --ytl-r2:12px; --ytl-r3:100px;
  --ytl-ease:all .22s cubic-bezier(.4,0,.2,1);
  --ytl-sh:0 2px 14px rgba(58,37,97,.08);
  --ytl-sh2:0 16px 48px rgba(58,37,97,.18);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--ytl-silk);color:var(--ytl-stone);font-family:var(--ytl-fb);font-size:.9rem;line-height:1.72;overflow-x:hidden;}
img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}button{font-family:inherit;cursor:pointer;border:none;background:none;}input,textarea,select{font-family:inherit;}address{font-style:normal;}h1,h2,h3{font-family:var(--ytl-fh);color:var(--ytl-plum);}p{font-size:.9rem;line-height:1.78;color:var(--ytl-stone);}

/* ═══ SPLIT CENTERED-LOGO NAV (FIRST with mega services dropdown!) ═══ */
.ytl-header{position:fixed;top:0;width:100%;z-index:500;background:rgba(254,252,248,.97);backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:border-color .22s,box-shadow .22s;}
.ytl-header.ytl-hd-scroll{border-color:var(--ytl-line);box-shadow:var(--ytl-sh);}
.ytl-hd-in{max-width:var(--ytl-max);margin:0 auto;padding:0 2rem;display:flex;align-items:center;height:64px;position:relative;}
/* Centered absolute logo */
.ytl-logo{position:absolute;left:50%;transform:translateX(-50%);font-family:var(--ytl-fh);font-size:1.5rem;font-weight:800;color:var(--ytl-plum);text-decoration:none;white-space:nowrap;letter-spacing:-.01em;}
.ytl-logo em{font-style:italic;color:var(--ytl-gold);}
/* Left nav group */
.ytl-nav-l{display:flex;align-items:center;gap:.05rem;flex:1;}
/* Right nav group */
.ytl-nav-r{display:flex;align-items:center;gap:.05rem;flex:1;justify-content:flex-end;}
/* Nav links (Mulish 1.05rem - bigger than body .9rem) */
.ytl-nlk{font-family:var(--ytl-fb);font-size:1.05rem;font-weight:600;color:var(--ytl-mid);padding:.22rem .5rem;text-decoration:none;border-radius:var(--ytl-r);transition:var(--ytl-ease);white-space:nowrap;position:relative;}
.ytl-nlk:hover,.ytl-nlk.ytl-nav-on{color:var(--ytl-plum);}
.ytl-nlk.ytl-nav-on::after{content:'';position:absolute;bottom:-2px;left:.5rem;right:.5rem;height:2px;background:var(--ytl-gold);border-radius:2px;}
/* CTA button */
.ytl-hd-cta{font-family:var(--ytl-fb);font-size:.88rem;font-weight:700;color:white;background:var(--ytl-plum);padding:.32rem 1rem;border-radius:var(--ytl-r3);margin-left:.3rem;transition:background .14s;text-decoration:none;white-space:nowrap;}
.ytl-hd-cta:hover{background:var(--ytl-plum-l);}
/* Lang switcher */
.ytl-ls-wrap{display:flex;align-items:center;gap:.1rem;margin-right:.3rem;}
.ytl-ls{font-family:var(--ytl-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--ytl-stone);cursor:pointer;padding:.05rem .2rem;border:none;background:none;transition:color .14s;}
.ytl-ls.ytl-ls-on,.ytl-ls:hover{color:var(--ytl-plum);}
/* Services MEGA-DROPDOWN (FIRST 2-col grid dropdown in split nav!) */
.ytl-svc-drop{position:relative;}
.ytl-sd-panel{position:absolute;top:calc(100% + .5rem);left:0;background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r2);box-shadow:var(--ytl-sh2);padding:1.2rem;min-width:520px;display:none;grid-template-columns:1fr 1fr;gap:.5rem;z-index:600;}
.ytl-svc-drop:hover .ytl-sd-panel,.ytl-sd-panel:hover{display:grid;}
.ytl-sd-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .6rem;border-radius:var(--ytl-r);text-decoration:none;transition:background .14s;}
.ytl-sd-item:hover{background:var(--ytl-glow-p);}
.ytl-sd-ico{width:28px;height:28px;background:var(--ytl-glow-g);border-radius:var(--ytl-r);display:flex;align-items:center;justify-content:center;color:var(--ytl-gold);flex-shrink:0;}
.ytl-sd-nm{font-family:var(--ytl-fb);font-size:.82rem;font-weight:700;color:var(--ytl-plum);display:block;}
.ytl-sd-pr{font-size:.66rem;color:var(--ytl-stone);display:block;}
/* Mobile burger */
.ytl-mob-btn{display:none;color:var(--ytl-plum);}
/* Mobile panel */
.ytl-mob-panel{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:340px;background:var(--ytl-plum-d);z-index:700;transform:translateX(100%);transition:transform .3s ease;padding:5rem 2rem 2rem;display:flex;flex-direction:column;}
.ytl-mob-panel.ytl-mp-open{transform:translateX(0);}
.ytl-mp-close{position:absolute;top:1.2rem;right:1.2rem;color:rgba(255,255,255,.35);}
.ytl-mp-nav{display:flex;flex-direction:column;gap:.1rem;margin-bottom:1rem;}
.ytl-mp-lk{font-family:var(--ytl-fh);font-size:1.4rem;font-weight:700;color:rgba(255,255,255,.5);padding:.25rem 0;text-decoration:none;transition:color .14s;}
.ytl-mp-lk:hover{color:white;}
.ytl-mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:699;opacity:0;pointer-events:none;transition:opacity .3s;}
.ytl-mob-overlay.ytl-ov-vis{opacity:1;pointer-events:auto;}

/* PAGE BANNER */
.ytl-pg-bnr{background:var(--ytl-plum-d);padding:7.5rem 2rem 3.5rem;position:relative;overflow:hidden;}
.ytl-pg-bnr::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ytl-gold),var(--ytl-gold-l),var(--ytl-gold));}
.ytl-pg-bnr-in{max-width:var(--ytl-max);margin:0 auto;}
.ytl-pg-chip{font-family:var(--ytl-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.36em;color:var(--ytl-gold-l);display:inline-block;margin-bottom:.6rem;}
.ytl-pg-bnr h1{font-family:var(--ytl-fh);font-size:clamp(2rem,5vw,4.5rem);font-weight:800;color:white;line-height:1.06;font-style:italic;}
.ytl-pg-sub{font-size:.88rem;color:rgba(255,255,255,.35);margin:.5rem 0 0;max-width:60ch;line-height:1.72;}

/* ═══ HERO: Plum full-bleed + lang ticker + testimonial card (REBUILT) ═══ */
.ytl-hero-wrap{display:flex;flex-direction:column;padding-top:65px;}
/* Language ticker strip at top */
.ytl-lang-ticker{background:var(--ytl-plum);overflow:hidden;padding:.55rem 0;position:relative;}
.ytl-lang-ticker::before{content:'';position:absolute;top:0;bottom:0;left:0;width:60px;background:linear-gradient(to right,var(--ytl-plum),transparent);z-index:1;}
.ytl-lang-ticker::after{content:'';position:absolute;top:0;bottom:0;right:0;width:60px;background:linear-gradient(to left,var(--ytl-plum),transparent);z-index:1;}
.ytl-lt-track{display:flex;width:max-content;gap:2.5rem;animation:ytlLangTick 30s linear infinite;}
@keyframes ytlLangTick{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.ytl-lt-item{font-family:var(--ytl-fb);font-size:.72rem;font-weight:600;color:rgba(255,255,255,.45);letter-spacing:.08em;white-space:nowrap;display:flex;align-items:center;gap:1rem;}
.ytl-lt-sep{width:3px;height:3px;border-radius:50%;background:var(--ytl-gold);opacity:.5;flex-shrink:0;}
/* Main hero split */
.ytl-hz-body{display:grid;grid-template-columns:1.35fr 1fr;min-height:520px;}
/* LEFT: Deep plum editorial panel */
.ytl-hz-l{background:var(--ytl-plum);padding:4rem 3rem 3.5rem;display:flex;flex-direction:column;justify-content:center;}
.ytl-hz-eyebrow{font-family:var(--ytl-fb);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:rgba(255,255,255,.3);display:flex;align-items:center;gap:8px;margin-bottom:1.2rem;}
.ytl-hz-eyebrow span{width:20px;height:1px;background:var(--ytl-gold);flex-shrink:0;}
/* Large italic Alegreya heading — white on plum */
.ytl-hz-h{font-family:var(--ytl-fh);font-size:clamp(2.4rem,4.5vw,4.2rem);font-weight:800;color:white;line-height:1.07;font-style:italic;margin:0 0 1rem;}
.ytl-hz-h em{font-style:normal;color:var(--ytl-gold);}
.ytl-hz-sub{font-family:var(--ytl-fb);font-size:clamp(0.82rem,1.4vw,0.92rem);color:rgba(255,255,255,.45);line-height:1.76;max-width:46ch;margin:0 0 2rem;}
.ytl-hz-acts{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem;}
/* Certification badges row */
.ytl-cert-row{display:flex;gap:.4rem;flex-wrap:wrap;}
.ytl-cert-badge{font-family:var(--ytl-fb);font-size:.7rem;font-weight:600;color:var(--ytl-gold);background:rgba(212,168,67,.12);border:1px solid rgba(212,168,67,.22);padding:.18rem .7rem;border-radius:var(--ytl-r3);}
/* RIGHT: Silk white panel with featured testimonial */
.ytl-hz-r{background:var(--ytl-silk);padding:3.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--ytl-line);}
.ytl-feat-testi{flex:1;display:flex;flex-direction:column;justify-content:center;}
.ytl-ft-mark{font-family:var(--ytl-fh);font-size:5rem;color:var(--ytl-gold);line-height:.7;display:block;margin-bottom:.5rem;opacity:.35;}
.ytl-ft-quote{font-family:var(--ytl-fh);font-size:clamp(0.92rem,1.6vw,1.05rem);font-style:italic;color:var(--ytl-plum);line-height:1.62;margin-bottom:1.2rem;}
.ytl-ft-who{font-family:var(--ytl-fb);font-size:.82rem;font-weight:700;color:var(--ytl-plum);display:block;}
.ytl-ft-role{font-family:var(--ytl-fb);font-size:.75rem;color:var(--ytl-stone);display:block;margin-bottom:.8rem;}
.ytl-ft-doc{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--ytl-fb);font-size:.7rem;font-weight:600;color:var(--ytl-gold-d);background:var(--ytl-glow-g);padding:.18rem .65rem;border-radius:var(--ytl-r3);}
/* Two mini stats inside right panel */
.ytl-hz-r-mini{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--ytl-line);border-radius:var(--ytl-r2);overflow:hidden;margin-top:1.5rem;}
.ytl-rms-cell{background:var(--ytl-silk);padding:.8rem 1rem;}
.ytl-rms-val{font-family:var(--ytl-fh);font-size:1.6rem;font-weight:800;font-style:italic;color:var(--ytl-plum);display:block;line-height:1;}
.ytl-rms-lbl{font-family:var(--ytl-fb);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--ytl-stone);display:block;margin-top:2px;}
/* Bottom stats bar — full width dark */
.ytl-hz-statsbar{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ytl-plum-d);}
.ytl-hsb-cell{padding:1.1rem 1.5rem;border-right:1px solid rgba(255,255,255,.06);text-align:center;}
.ytl-hsb-cell:last-child{border-right:none;}
.ytl-hsb-val{font-family:var(--ytl-fh);font-size:clamp(1.4rem,2.5vw,1.8rem);font-style:italic;font-weight:800;color:var(--ytl-gold-l);display:block;line-height:1.1;margin-bottom:2px;}
.ytl-hsb-lbl{font-family:var(--ytl-fb);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.25);display:block;}

/* SERVICE GRID */
.ytl-svc-section{background:var(--ytl-card);border-top:1px solid var(--ytl-line);border-bottom:1px solid var(--ytl-line);}
.ytl-svc-in{max-width:var(--ytl-max);margin:0 auto;padding:6rem 2rem;}
.ytl-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.ytl-svc-tile{background:var(--ytl-silk);border:1.5px solid var(--ytl-line);border-top:3px solid var(--ytl-gold);border-radius:var(--ytl-r2);padding:1.4rem;text-decoration:none;display:block;transition:var(--ytl-ease);position:relative;overflow:hidden;}
.ytl-svc-tile::after{content:'';position:absolute;inset:0;background:var(--ytl-plum);opacity:0;transition:opacity .28s;}
.ytl-svc-tile:hover::after{opacity:1;}
.ytl-svc-tile:hover{border-top-color:var(--ytl-gold-l);}
.ytl-st-inner{position:relative;z-index:1;}
.ytl-st-ico{width:32px;height:32px;background:var(--ytl-glow-g);border-radius:var(--ytl-r);display:flex;align-items:center;justify-content:center;color:var(--ytl-gold);margin-bottom:.6rem;transition:background .28s;}
.ytl-svc-tile:hover .ytl-st-ico{background:rgba(212,168,67,.2);}
.ytl-st-nm{font-family:var(--ytl-fh);font-size:.92rem;font-weight:700;color:var(--ytl-plum);display:block;margin-bottom:.2rem;transition:color .28s;}
.ytl-svc-tile:hover .ytl-st-nm{color:white;}
.ytl-st-pr{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--ytl-gold);background:var(--ytl-glow-g);padding:.04rem .28rem;border-radius:var(--ytl-r3);display:inline-block;margin-bottom:.35rem;transition:background .28s;}
.ytl-svc-tile:hover .ytl-st-pr{background:rgba(212,168,67,.2);color:var(--ytl-gold-l);}
.ytl-st-tag{font-size:.78rem;color:var(--ytl-stone);line-height:1.62;transition:color .28s;}
.ytl-svc-tile:hover .ytl-st-tag{color:rgba(255,255,255,.45);}

/* PROCESS: Vertical timeline (FIRST!) */
.ytl-proc-section{padding:7rem 2rem;background:var(--ytl-silk);}
.ytl-proc-in{max-width:var(--ytl-max);margin:0 auto;}
.ytl-proc-tl{position:relative;margin-top:3rem;}
.ytl-proc-tl::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--ytl-line);transform:translateX(-50%);}
.ytl-proc-row{display:grid;grid-template-columns:1fr 48px 1fr;gap:0;margin-bottom:2.5rem;align-items:center;}
/* Odd rows: content left, empty right */
.ytl-proc-row:nth-child(even) .ytl-prc-content{grid-column:3;text-align:left;}
.ytl-proc-row:nth-child(even) .ytl-prc-empty{grid-column:1;}
.ytl-prc-content{padding:1.5rem;background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r2);text-align:right;}
.ytl-prc-empty{padding:1.5rem;}
.ytl-prc-dot{width:48px;height:48px;background:var(--ytl-plum);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--ytl-fh);font-size:.88rem;font-weight:800;color:var(--ytl-gold);z-index:1;position:relative;flex-shrink:0;}
.ytl-prc-num{font-family:var(--ytl-fh);font-size:.65rem;font-weight:800;color:var(--ytl-gold);display:block;margin-bottom:.3rem;}
.ytl-prc-nm{font-family:var(--ytl-fh);font-size:.92rem;font-weight:700;color:var(--ytl-plum);display:block;margin-bottom:.3rem;}
.ytl-prc-body{font-size:.8rem;color:var(--ytl-stone);line-height:1.65;}

/* CASES: Numbered case files (FIRST!) */
.ytl-cases-section{background:var(--ytl-plum-d);padding:7rem 2rem;}
.ytl-cases-in{max-width:var(--ytl-max);margin:0 auto;}
.ytl-case-files{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem;}
.ytl-cf{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-left:3px solid var(--ytl-gold);border-radius:var(--ytl-r2);overflow:hidden;display:grid;grid-template-columns:auto 1fr;transition:border-color .2s;}
.ytl-cf:hover{border-left-color:var(--ytl-gold-l);}
.ytl-cf-ref{background:var(--ytl-plum);padding:1.5rem;display:flex;align-items:center;justify-content:center;min-width:80px;}
.ytl-cf-ref-nm{font-family:var(--ytl-fh);font-size:.72rem;font-weight:800;color:var(--ytl-gold);writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);letter-spacing:.2em;}
.ytl-cf-body{padding:1.5rem;}
.ytl-cf-cat{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--ytl-gold-l);display:block;margin-bottom:.4rem;}
.ytl-cf-h{font-family:var(--ytl-fh);font-size:.95rem;font-weight:700;color:white;margin-bottom:.5rem;line-height:1.38;font-style:italic;}
.ytl-cf-p{font-size:.8rem;color:rgba(255,255,255,.35);line-height:1.65;margin-bottom:.7rem;}
.ytl-cf-tags{display:flex;gap:.3rem;flex-wrap:wrap;}
.ytl-cf-tag{font-family:var(--ytl-fb);font-size:.24rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.25);background:rgba(255,255,255,.05);padding:.06rem .35rem;border-radius:var(--ytl-r3);}

/* PRICING */
.ytl-price-section{padding:7rem 2rem;background:var(--ytl-card);border-top:1px solid var(--ytl-line);}
.ytl-price-in{max-width:var(--ytl-max);margin:0 auto;}
.ytl-price-h2{font-family:var(--ytl-fh);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;font-style:italic;color:var(--ytl-plum);margin-bottom:.3rem;}
.ytl-price-sub{font-size:.86rem;color:var(--ytl-stone);margin-bottom:2.5rem;}
.ytl-plan-trio{display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:2rem;align-items:center;}
.ytl-plan-cd{background:var(--ytl-silk);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r2);overflow:hidden;transition:var(--ytl-ease);}
.ytl-plan-cd:hover{box-shadow:var(--ytl-sh);}
.ytl-plan-cd.ytl-pl-feat{border-color:var(--ytl-gold);box-shadow:0 0 0 2px var(--ytl-gold);}
.ytl-pk-top{padding:1.2rem;border-bottom:1px solid var(--ytl-line);}
.ytl-plan-cd.ytl-pl-feat .ytl-pk-top{background:var(--ytl-plum);}
.ytl-pk-badge{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--ytl-stone);display:block;margin-bottom:.2rem;}
.ytl-plan-cd.ytl-pl-feat .ytl-pk-badge{color:rgba(255,255,255,.4);}
.ytl-pk-nm{font-family:var(--ytl-fh);font-size:1.7rem;font-weight:800;font-style:italic;color:var(--ytl-plum);}
.ytl-plan-cd.ytl-pl-feat .ytl-pk-nm{color:white;}
.ytl-pk-tl{font-size:.72rem;color:var(--ytl-stone);margin-top:.1rem;line-height:1.5;}
.ytl-plan-cd.ytl-pl-feat .ytl-pk-tl{color:rgba(255,255,255,.4);}
.ytl-pk-body{padding:1.2rem;}
.ytl-pk-pr{display:flex;align-items:baseline;gap:.2rem;margin-bottom:1rem;}
.ytl-pk-amt{font-family:var(--ytl-fh);font-size:2.4rem;font-weight:800;color:var(--ytl-plum);}
.ytl-pk-pp{font-size:.66rem;color:var(--ytl-stone);}
.ytl-pk-rows{display:flex;flex-direction:column;gap:.28rem;margin-bottom:1.2rem;}
.ytl-pk-rows li{display:flex;align-items:flex-start;gap:.35rem;font-size:.76rem;color:var(--ytl-stone);}
.ytl-pk-rows li svg{color:var(--ytl-gold);flex-shrink:0;margin-top:.1rem;}

/* TESTIMONIALS: Masonry block quotes (FIRST!) */
.ytl-testi-section{background:var(--ytl-silk);padding:7rem 2rem;border-top:1px solid var(--ytl-line);}
.ytl-testi-in{max-width:var(--ytl-max);margin:0 auto;}
.ytl-tq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;margin-top:2.5rem;}
.ytl-tq-block{background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-left:4px solid var(--ytl-gold);border-radius:var(--ytl-r2);padding:1.8rem;}
.ytl-tq-block:nth-child(3){grid-column:1/-1;}
.ytl-tq-mark{font-family:var(--ytl-fh);font-size:4rem;font-weight:800;color:var(--ytl-glow-g);line-height:.7;display:block;margin-bottom:.3rem;color:var(--ytl-gold);opacity:.3;}
.ytl-tq-text{font-family:var(--ytl-fh);font-size:1.08rem;font-weight:500;font-style:italic;color:var(--ytl-plum);line-height:1.65;margin-bottom:.9rem;}
.ytl-tq-who{font-family:var(--ytl-fb);font-size:.8rem;font-weight:700;color:var(--ytl-mid);}
.ytl-tq-role{font-size:.72rem;color:var(--ytl-stone);}

/* ═══ FAQ: Table-row expandable (FIRST!) ═══ */
.ytl-faq-section{max-width:960px;margin:0 auto;padding:7rem 2rem;}
.ytl-faq-tbl{width:100%;border-collapse:collapse;margin-top:2.5rem;}
.ytl-faq-tbl thead tr th{font-family:var(--ytl-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--ytl-stone);padding:.6rem .8rem;border-bottom:2px solid var(--ytl-plum);text-align:left;}
.ytl-faq-tr{border-bottom:1px solid var(--ytl-line);cursor:pointer;transition:background .14s;}
.ytl-faq-tr:hover{background:var(--ytl-glow-p);}
.ytl-faq-tr.ytl-fq-open{background:var(--ytl-glow-g);}
.ytl-faq-tr td{padding:.75rem .8rem;font-size:.88rem;}
.ytl-fq-q-cell{color:var(--ytl-plum);font-family:var(--ytl-fh);font-weight:700;font-style:italic;}
.ytl-fq-cat-cell{color:var(--ytl-stone);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;}
.ytl-fq-arr-cell{color:var(--ytl-stone);text-align:right;width:32px;}
.ytl-fq-expand{border-bottom:1px solid var(--ytl-line);display:none;background:var(--ytl-glow-g);}
.ytl-fq-expand.ytl-fq-vis{display:table-row;}
.ytl-fq-expand td{padding:.7rem .8rem 1.1rem;font-size:.86rem;color:var(--ytl-mid);line-height:1.78;padding-left:2.2rem;}

/* CTA + CONTACT */
.ytl-cta-wrap{background:var(--ytl-plum);padding:7rem 2rem;}
.ytl-cta-in{max-width:var(--ytl-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.ytl-cta-h{font-family:var(--ytl-fh);font-size:clamp(2rem,4.5vw,4rem);font-weight:800;font-style:italic;color:white;line-height:1.06;margin-bottom:.6rem;}
.ytl-cta-sub{font-size:.9rem;color:rgba(255,255,255,.4);line-height:1.78;margin-bottom:1.5rem;}
.ytl-cta-form-box{background:var(--ytl-silk);border-radius:var(--ytl-r2);padding:2rem;}
.ytl-cta-form-box h3{font-family:var(--ytl-fh);font-size:1.2rem;font-weight:800;font-style:italic;color:var(--ytl-plum);margin-bottom:1rem;}

/* BUTTONS */
.ytl-btn-p{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--ytl-fb);font-size:.9rem;font-weight:700;color:white;background:var(--ytl-plum);padding:.45rem 1.3rem;border-radius:var(--ytl-r3);transition:var(--ytl-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.ytl-btn-p:hover{background:var(--ytl-plum-l);}
.ytl-btn-g{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--ytl-fb);font-size:.9rem;font-weight:700;color:var(--ytl-plum-d);background:var(--ytl-gold);padding:.45rem 1.3rem;border-radius:var(--ytl-r3);transition:var(--ytl-ease);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;}
.ytl-btn-g:hover{background:var(--ytl-gold-d);}
.ytl-btn-out-p{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--ytl-fb);font-size:.9rem;font-weight:700;color:var(--ytl-plum);background:transparent;padding:.43rem 1.3rem;border-radius:var(--ytl-r3);border:2px solid var(--ytl-plum);transition:var(--ytl-ease);text-decoration:none;white-space:nowrap;}
.ytl-btn-out-p:hover{background:var(--ytl-plum);color:white;}
.ytl-btn-out-w{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--ytl-fb);font-size:.9rem;font-weight:700;color:white;background:transparent;padding:.43rem 1.3rem;border-radius:var(--ytl-r3);border:2px solid rgba(255,255,255,.3);transition:var(--ytl-ease);text-decoration:none;white-space:nowrap;}
.ytl-btn-out-w:hover{border-color:white;background:rgba(255,255,255,.1);}

/* SERVICE PAGE */
.ytl-svcpg-wrap{max-width:var(--ytl-max);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:3fr 2fr;gap:3rem;align-items:start;}
.ytl-svcpg-body h2{font-family:var(--ytl-fh);font-size:1rem;font-weight:800;font-style:italic;color:var(--ytl-plum);margin:2rem 0 .4rem;}
.ytl-svcpg-body p{font-size:.88rem;color:var(--ytl-stone);line-height:1.82;margin-bottom:.8rem;}
.ytl-del-r{display:flex;align-items:flex-start;gap:.4rem;font-size:.86rem;color:var(--ytl-mid);margin-bottom:.28rem;}
.ytl-del-r svg{color:var(--ytl-gold);flex-shrink:0;margin-top:.1rem;}
.ytl-svc-pbox{background:var(--ytl-plum-d);border-radius:var(--ytl-r2);overflow:hidden;position:sticky;top:5.5rem;}
.ytl-spb-top{background:var(--ytl-gold);padding:.65rem 1.2rem;}
.ytl-spb-ttl{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--ytl-plum-d);}
.ytl-spb-bd{padding:1rem 1.2rem;}
.ytl-spb-from{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.25);display:block;}
.ytl-spb-pr{font-family:var(--ytl-fh);font-size:2.6rem;font-weight:800;font-style:italic;color:white;display:block;line-height:1;}
.ytl-spb-ot{font-size:.7rem;color:rgba(255,255,255,.3);display:block;margin-bottom:.8rem;}
.ytl-spb-ln{display:flex;align-items:flex-start;gap:.35rem;font-size:.76rem;color:rgba(255,255,255,.3);margin-bottom:.22rem;}
.ytl-spb-ln svg{color:var(--ytl-gold-l);flex-shrink:0;margin-top:.08rem;}
.ytl-spb-btn{display:flex;width:100%;justify-content:center;align-items:center;gap:.4rem;font-family:var(--ytl-fb);font-size:.88rem;font-weight:700;color:var(--ytl-plum-d);background:var(--ytl-gold);padding:.5rem;border-radius:var(--ytl-r);border:none;cursor:pointer;transition:background .14s;margin-top:.9rem;text-decoration:none;}
.ytl-spb-btn:hover{background:var(--ytl-gold-d);}

/* BUILDER .ytl-ledger (FIRST!) */
.ytl-build-wrap{max-width:var(--ytl-max);margin:0 auto;padding:4rem 2rem 7rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:start;}
.ytl-bld-sec{margin-bottom:2rem;}
.ytl-bld-lbl{display:block;font-family:var(--ytl-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--ytl-stone);margin-bottom:.55rem;}
.ytl-plan-opt{background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r);padding:.7rem 1rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;user-select:none;transition:var(--ytl-ease);margin-bottom:.35rem;}
.ytl-plan-opt.ytl-po-on{border-color:var(--ytl-gold);background:var(--ytl-glow-g);}
.ytl-po-radio{width:16px;height:16px;border:2px solid var(--ytl-line);border-radius:50%;flex-shrink:0;transition:var(--ytl-ease);}
.ytl-plan-opt.ytl-po-on .ytl-po-radio{background:var(--ytl-gold);border-color:var(--ytl-gold);}
.ytl-po-nm{font-family:var(--ytl-fh);font-size:.88rem;font-weight:700;font-style:italic;color:var(--ytl-stone);flex:1;}
.ytl-plan-opt.ytl-po-on .ytl-po-nm{color:var(--ytl-plum);}
.ytl-po-pr{font-size:.86rem;font-weight:700;color:var(--ytl-mid);}
.ytl-addon-opt{background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r);padding:.55rem 1rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none;transition:var(--ytl-ease);margin-bottom:.3rem;}
.ytl-addon-opt.ytl-ao-on{border-color:var(--ytl-gold);background:var(--ytl-glow-g);}
.ytl-ao-chk{width:14px;height:14px;border:2px solid var(--ytl-line);border-radius:3px;flex-shrink:0;transition:var(--ytl-ease);}
.ytl-addon-opt.ytl-ao-on .ytl-ao-chk{background:var(--ytl-gold);border-color:var(--ytl-gold);}
.ytl-ao-nm{font-size:.82rem;color:var(--ytl-stone);flex:1;}
.ytl-addon-opt.ytl-ao-on .ytl-ao-nm{color:var(--ytl-plum);font-weight:600;}
.ytl-ao-pr{font-size:.76rem;color:var(--ytl-stone);}
.ytl-hrs-panel{background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r);padding:1rem;}
.ytl-hrs-rng{-webkit-appearance:none;width:100%;height:3px;background:var(--ytl-line);border-radius:2px;cursor:pointer;}
.ytl-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--ytl-gold);cursor:pointer;}
/* .ytl-ledger (FIRST "ledger" naming!) */
.ytl-ledger{background:var(--ytl-plum-d);border-radius:var(--ytl-r2);overflow:hidden;position:sticky;top:5.5rem;}
.ytl-ledger-hd{background:rgba(255,255,255,.04);padding:.6rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.06);}
.ytl-ledger-ttl{font-family:var(--ytl-fb);font-size:.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.2);}
.ytl-ledger-bd{padding:.5rem 1.2rem;min-height:80px;}
.ytl-ledger-ln{display:flex;justify-content:space-between;font-size:.76rem;color:rgba(255,255,255,.25);margin-bottom:.22rem;}
.ytl-ledger-v{font-size:.88rem;color:rgba(255,255,255,.75);}
.ytl-ledger-sep{border:none;border-top:1px solid rgba(255,255,255,.06);margin:.25rem 1.2rem;}
.ytl-ledger-total{display:flex;justify-content:space-between;align-items:flex-end;padding:.2rem 1.2rem .4rem;}
.ytl-ledger-tl{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.2);}
.ytl-ledger-tv{font-family:var(--ytl-fh);font-size:2.6rem;font-weight:800;font-style:italic;color:var(--ytl-gold-l);}
.ytl-ledger-ft{padding:.6rem 1.2rem;border-top:1px solid rgba(255,255,255,.06);}
.ytl-ledger-go{display:block;width:100%;background:var(--ytl-gold);color:var(--ytl-plum-d);font-family:var(--ytl-fb);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.5rem;border-radius:var(--ytl-r);border:none;cursor:pointer;transition:background .14s;}
.ytl-ledger-go:hover:not(:disabled){background:var(--ytl-gold-d);}
.ytl-ledger-go:disabled{opacity:.2;cursor:not-allowed;}

/* CHECKOUT + FORMS + LEGAL */
.ytl-co-wrap{max-width:760px;margin:0 auto;padding:3rem 2rem 7rem;}
.ytl-co-sum{border:2px solid var(--ytl-gold);border-radius:var(--ytl-r2);overflow:hidden;margin-bottom:2rem;}
.ytl-cs-top{background:var(--ytl-gold);padding:.6rem 1.2rem;}
.ytl-cs-top span{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--ytl-plum-d);}
.ytl-cs-bd{padding:.5rem 1.2rem;}
.ytl-cs-ln{display:flex;justify-content:space-between;font-size:.82rem;color:var(--ytl-stone);padding:.26rem 0;border-bottom:1px solid var(--ytl-line);}
.ytl-cs-total{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0 .1rem;}
.ytl-cs-total span:last-child{font-family:var(--ytl-fh);font-size:2rem;font-weight:800;font-style:italic;color:var(--ytl-plum);}
.ytl-fg{margin-bottom:.65rem;}
.ytl-fl{display:block;font-family:var(--ytl-fb);font-size:.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--ytl-stone);margin-bottom:.2rem;}
.ytl-fi{width:100%;background:var(--ytl-card);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r);padding:.6rem .9rem;color:var(--ytl-plum);font-size:.9rem;transition:border-color .14s;}
.ytl-fi:focus{outline:none;border-color:var(--ytl-gold);box-shadow:0 0 0 3px var(--ytl-glow-g);}
.ytl-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--ytl-stone);margin:1rem 0;line-height:1.6;}
.ytl-agree input{margin-top:.14rem;accent-color:var(--ytl-gold);}
.ytl-agree a{color:var(--ytl-gold-d);}
.ytl-legal-pg{max-width:800px;margin:0 auto;padding:4rem 2rem 7rem;}
.ytl-legal-eff{display:inline-block;font-size:.72rem;color:var(--ytl-stone);background:var(--ytl-card);border:1px solid var(--ytl-line);padding:.18rem .65rem;border-radius:var(--ytl-r3);margin-bottom:1.5rem;}
.ytl-legal-pg h2{font-family:var(--ytl-fh);font-size:1rem;font-weight:800;font-style:italic;color:var(--ytl-plum);margin:2.5rem 0 .45rem;}
.ytl-legal-pg p,.ytl-legal-pg li{font-size:.88rem;color:var(--ytl-stone);line-height:1.78;margin-bottom:.85rem;}
.ytl-legal-pg ul{padding-left:1.4rem;margin:.5rem 0;}
.ytl-legal-pg li{list-style:disc;}
.ytl-legal-pg a{color:var(--ytl-gold-d);}

/* ABOUT: Why-We-Started narrative (FIRST!) */
.ytl-about-pg{max-width:var(--ytl-max);margin:0 auto;padding:4rem 2rem 7rem;}
.ytl-ab-pull{font-family:var(--ytl-fh);font-size:clamp(1.8rem,4vw,3rem);font-weight:800;font-style:italic;color:var(--ytl-plum);border-left:4px solid var(--ytl-gold);padding-left:1.5rem;margin-bottom:3rem;line-height:1.26;}
.ytl-ab-story{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;}
.ytl-ab-p{font-size:.92rem;color:var(--ytl-stone);line-height:1.82;margin-bottom:.8rem;}
.ytl-ab-section-h{font-family:var(--ytl-fh);font-size:1.3rem;font-weight:800;font-style:italic;color:var(--ytl-plum);margin-bottom:.6rem;}
.ytl-ab-vals{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;}
.ytl-abv-row{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--ytl-card);border:1px solid var(--ytl-line);border-radius:var(--ytl-r2);}
.ytl-abv-num{font-family:var(--ytl-fh);font-size:2rem;font-weight:800;font-style:italic;color:var(--ytl-gold);flex-shrink:0;line-height:1;width:40px;}
.ytl-abv-h{font-family:var(--ytl-fh);font-size:.92rem;font-weight:700;color:var(--ytl-plum);margin-bottom:.15rem;}
.ytl-abv-p{font-size:.78rem;color:var(--ytl-stone);line-height:1.65;}

/* FOOTER (LinkedIn+Twitter+TikTok FIRST!) */
.ytl-footer{background:var(--ytl-plum-d);}
.ytl-footer-in{max-width:var(--ytl-max);margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem;border-bottom:1px solid rgba(255,255,255,.06);}
/* Alegreya 2rem logo (bigger!) */
.ytl-ftr-brand{font-family:var(--ytl-fh);font-size:2rem;font-weight:800;font-style:italic;color:white;display:block;margin-bottom:.4rem;text-decoration:none;}
.ytl-ftr-brand em{font-style:italic;color:var(--ytl-gold-l);}
.ytl-ftr-tag{font-size:.7rem;color:rgba(255,255,255,.2);line-height:1.65;margin-bottom:.7rem;}
/* LinkedIn+Twitter+TikTok (FIRST this trio in 18-site series!) */
.ytl-ftr-socs{display:flex;gap:.4rem;margin-bottom:.7rem;}
.ytl-ftr-soc{width:30px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:var(--ytl-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.25);transition:var(--ytl-ease);text-decoration:none;}
.ytl-ftr-soc:hover{border-color:var(--ytl-gold-l);color:var(--ytl-gold-l);}
.ytl-ftr-col-h{font-family:var(--ytl-fb);font-size:.26rem;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(255,255,255,.16);margin-bottom:.65rem;}
.ytl-ftr-nav{display:flex;flex-direction:column;gap:.2rem;}
.ytl-ftr-nav a{font-size:.7rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;}
.ytl-ftr-nav a:hover{color:var(--ytl-gold-l);}
.ytl-ftr-ct a{display:flex;align-items:flex-start;gap:.3rem;font-size:.68rem;color:rgba(255,255,255,.2);transition:color .14s;text-decoration:none;margin-bottom:.22rem;}
.ytl-ftr-ct a:hover{color:var(--ytl-gold-l);}
.ytl-footer-base{max-width:var(--ytl-max);margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.ytl-ftr-copy{font-size:.6rem;color:rgba(255,255,255,.12);}
.ytl-ftr-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.ytl-ftr-legal a{font-size:.6rem;color:rgba(255,255,255,.12);transition:color .14s;text-decoration:none;}
.ytl-ftr-legal a:hover{color:var(--ytl-gold-l);}

/* COOKIE + CHAT */
.ytl-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--ytl-plum-d);border-top:2px solid var(--ytl-gold);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.ytl-ck-bar p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.ytl-ck-bar a{color:var(--ytl-gold-l);}
.ytl-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.ytl-ck-yes{background:var(--ytl-gold);color:var(--ytl-plum-d);font-family:var(--ytl-fb);font-size:.88rem;font-weight:700;padding:.28rem .85rem;border-radius:var(--ytl-r3);cursor:pointer;border:none;}
.ytl-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--ytl-fb);font-size:.82rem;padding:.26rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--ytl-r3);cursor:pointer;}
.ytl-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--ytl-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--ytl-sh2);transition:var(--ytl-ease);color:var(--ytl-plum);}
.ytl-chat-fab:hover{background:var(--ytl-gold-d);transform:scale(1.07);}
.ytl-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r2);box-shadow:var(--ytl-sh2);opacity:0;pointer-events:none;transform:translateY(10px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.ytl-chatpop.ytl-cp-vis{opacity:1;pointer-events:auto;transform:none;}
.ytl-chat-hd{background:var(--ytl-plum);padding:.8rem 1.1rem;}
.ytl-chat-nm{font-family:var(--ytl-fh);font-size:1rem;font-weight:800;font-style:italic;color:white;}
.ytl-chat-nm em{font-style:italic;color:var(--ytl-gold-l);}
.ytl-chat-bd{padding:.8rem 1rem;}
.ytl-chat-inp{width:100%;background:var(--ytl-silk);border:1.5px solid var(--ytl-line);border-radius:var(--ytl-r);padding:.5rem .8rem;font-size:.84rem;color:var(--ytl-plum);margin-bottom:.35rem;resize:none;transition:border-color .14s;}
.ytl-chat-inp:focus{outline:none;border-color:var(--ytl-gold);}
.ytl-chat-send{width:100%;background:var(--ytl-plum);color:white;font-family:var(--ytl-fb);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--ytl-r);border:none;cursor:pointer;transition:background .14s;}
.ytl-chat-send:hover{background:var(--ytl-plum-l);}
.ytl-chat-done{display:none;text-align:center;padding:.9rem;}
/* MISC */
.ytl-reveal{opacity:0;transform:translateY(12px);transition:opacity .4s,transform .4s;}
.ytl-reveal.ytl-in{opacity:1;transform:none;}
.ytl-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;flex-direction:column;gap:1.5rem;}
.ytl-sec-hd h2{font-family:var(--ytl-fh);font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;font-style:italic;color:var(--ytl-plum);}
.ytl-sec-hd-w h2{color:white;}
.ytl-sec-sub{font-size:.86rem;color:var(--ytl-stone);margin-top:.35rem;max-width:58ch;}
.ytl-sec-hd-w .ytl-sec-sub{color:rgba(255,255,255,.35);}
/* RESPONSIVE */
@media(max-width:960px){
  .ytl-logo{position:static;transform:none;}
  .ytl-nav-l,.ytl-nav-r{display:none;}
  .ytl-mob-btn{display:flex;}
  .ytl-hd-in{justify-content:space-between;}
  .ytl-hz-body{grid-template-columns:1fr;}
  .ytl-hz-r{display:none;}
  .ytl-hz-l{padding:3rem 2rem 2.5rem;}
  .ytl-hz-statsbar{grid-template-columns:repeat(2,1fr);}
  .ytl-svc-grid{grid-template-columns:repeat(2,1fr);}
  .ytl-proc-tl::before{left:24px;}
  .ytl-proc-row{grid-template-columns:48px 1fr;}
  .ytl-proc-row:nth-child(even) .ytl-prc-content{grid-column:2;text-align:left;}
  .ytl-proc-row:nth-child(even) .ytl-prc-empty{display:none;}
  .ytl-prc-content{text-align:left;}
  .ytl-plan-trio,.ytl-tq-grid,.ytl-cta-in{grid-template-columns:1fr;}
  .ytl-footer-in{grid-template-columns:1fr 1fr 1fr;}
  .ytl-svcpg-wrap,.ytl-build-wrap,.ytl-ab-story{grid-template-columns:1fr;}
  .ytl-faq-tbl thead th:last-child{display:none;}
}
@media(max-width:600px){
  .ytl-svc-grid{grid-template-columns:1fr;}
  .ytl-footer-in{grid-template-columns:1fr 1fr;}
  .ytl-tq-block:nth-child(3){grid-column:1;}
}
