/* ==========================================================================
   Tasweek Online — design system
   Ink #0B1B2B · Teal #0F766E · Amber #F59E0B · Paper #FAF8F3
   ========================================================================== */
@font-face{font-family:"Plex Arabic";src:url(../fonts/plex-400.woff2) format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Plex Arabic";src:url(../fonts/plex-600.woff2) format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:"Plex Arabic";src:url(../fonts/plex-700.woff2) format("woff2");font-weight:700;font-display:swap}
@font-face{font-family:"Readex";src:url(../fonts/readex-600.woff2) format("woff2");font-weight:600;font-display:swap}
@font-face{font-family:"Readex";src:url(../fonts/readex-700.woff2) format("woff2");font-weight:700;font-display:swap}

:root{
	--ink:#0B1B2B;--ink-2:#1E2E3E;--text:#243447;--muted:#5B6B7B;
	--paper:#FAF8F3;--surface:#FFFFFF;--soft:#F2EFE7;--line:#E6E0D2;
	--teal:#0F766E;--teal-600:#0D9488;--teal-50:#E7F4F1;--amber:#F59E0B;--amber-50:#FEF6E4;
	--danger:#B42318;--ok:#067647;
	--radius:14px;--radius-lg:22px;--shadow:0 1px 2px rgba(11,27,43,.05),0 8px 24px -12px rgba(11,27,43,.14);
	--shadow-lg:0 2px 4px rgba(11,27,43,.05),0 24px 48px -20px rgba(11,27,43,.25);
	--f-body:"Plex Arabic",system-ui,-apple-system,"Segoe UI",Tahoma,sans-serif;
	--f-head:"Readex","Plex Arabic",system-ui,sans-serif;
	--w:1200px;--w-narrow:760px;--w-wide:1000px;--cat:var(--teal);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--paper);color:var(--text);font:400 17px/1.85 var(--f-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--teal);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--ink)}
h1,h2,h3,h4{font-family:var(--f-head);color:var(--ink);line-height:1.4;margin:0 0 .5em;font-weight:700;letter-spacing:0}
p{margin:0 0 1em}
button,input,select,textarea{font:inherit;color:inherit}
:focus-visible{outline:3px solid var(--amber);outline-offset:2px;border-radius:6px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.tw-skip{position:absolute;inset-inline-start:12px;top:-60px;background:var(--ink);color:#fff;padding:8px 14px;border-radius:8px;z-index:100}
.tw-skip:focus{top:12px}
.tw-container{width:100%;max-width:var(--w);margin-inline:auto;padding-inline:20px}
.tw-container--narrow{max-width:calc(var(--w-narrow) + 40px)}
.tw-container--wide{max-width:calc(var(--w-wide) + 40px)}
.tw-center{text-align:center}
.tw-i{flex:none}

/* Buttons */
.tw-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.72em 1.25em;border-radius:12px;border:1.5px solid transparent;font-family:var(--f-head);font-weight:600;font-size:15px;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .15s,background .15s,box-shadow .15s;white-space:nowrap}
.tw-btn:hover{transform:translateY(-1px)}
.tw-btn--primary{background:var(--teal);color:#fff;box-shadow:0 6px 16px -8px rgba(15,118,110,.7)}
.tw-btn--primary:hover{background:#0B5F58;color:#fff}
.tw-btn--ghost{border-color:var(--line);background:var(--surface);color:var(--ink)}
.tw-btn--ghost:hover{border-color:var(--teal);color:var(--teal)}
.tw-btn--light{background:#fff;color:var(--ink)}
.tw-btn--amber{background:var(--amber);color:var(--ink)}
.tw-btn--amber:hover{background:#FBBF24;color:var(--ink)}
.tw-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--f-head);font-weight:600;text-decoration:none}
.tw-iconbtn{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer}
.tw-iconbtn:hover{border-color:var(--teal);color:var(--teal)}

/* Header */
.tw-header{position:sticky;top:0;z-index:50;background:rgba(250,248,243,.88);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}
.admin-bar .tw-header{top:32px}
.tw-header__row{display:flex;align-items:center;gap:20px;min-height:72px}
.tw-logo{display:flex;flex:none}
.tw-logo__img{height:40px;width:auto}
.tw-nav{flex:1;display:flex;align-items:center}
.tw-menu{list-style:none;margin:0;padding:0;display:flex;gap:2px;align-items:center}
.tw-menu>li{position:relative}
.tw-menu a{display:block;padding:10px 12px;border-radius:10px;color:var(--ink);text-decoration:none;font-family:var(--f-head);font-weight:600;font-size:15px}
.tw-menu a:hover,.tw-menu .current-menu-item>a,.tw-menu .current-menu-ancestor>a{background:var(--teal-50);color:var(--teal)}
.tw-menu .sub-menu{list-style:none;margin:0;padding:8px;position:absolute;inset-inline-start:0;top:100%;min-width:250px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}
.tw-menu li:hover>.sub-menu,.tw-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.tw-menu .sub-menu a{font-weight:400;font-family:var(--f-body);font-size:15px}
.tw-menu .menu-item-has-children>a::after{content:"";display:inline-block;width:6px;height:6px;border:solid currentColor;border-width:0 0 1.5px 1.5px;transform:rotate(-45deg);margin-inline-start:8px;vertical-align:3px}
.tw-nav__cta{display:none}
.tw-header__tools{display:flex;gap:8px;align-items:center;margin-inline-start:auto}
.tw-burger{display:none}
.tw-search{border-top:1px solid var(--line);padding:14px 0;background:var(--paper)}
.tw-progress{position:absolute;inset-inline:0;bottom:-1px;height:3px;pointer-events:none}
.tw-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--amber),var(--teal));transform-origin:right}

/* Search form */
.tw-searchform{display:flex;gap:8px;background:var(--surface);border:1.5px solid var(--line);border-radius:16px;padding:6px;box-shadow:var(--shadow);max-width:620px}
.tw-searchform:focus-within{border-color:var(--teal)}
.tw-searchform input{flex:1;min-width:0;border:0;background:transparent;padding:10px 12px;font-size:16px;outline:0}
.tw-searchform .tw-btn{padding:.65em 1.1em}

/* Breadcrumbs & chips */
.tw-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px;padding:0;font-size:14px;color:var(--muted)}
.tw-crumbs li+li::before{content:"‹";margin-inline-end:6px;color:#A8A29E}
.tw-crumbs a{color:var(--muted);text-decoration:none}
.tw-crumbs a:hover{color:var(--teal)}
.tw-chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--f-head);font-weight:600;font-size:13px;color:var(--cat);background:color-mix(in srgb,var(--cat) 10%,#fff);padding:3px 10px;border-radius:999px;text-decoration:none}
.tw-chip--lg{font-size:14px;padding:5px 12px;margin-bottom:14px}

/* Hero (archives/pages) */
.tw-hero{padding:48px 0 36px;background:radial-gradient(900px 300px at 85% -40%,color-mix(in srgb,var(--cat) 14%,transparent),transparent),var(--paper);border-bottom:1px solid var(--line)}
.tw-hero--sm{padding:32px 0 28px}
.tw-hero__icon{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:16px;background:color-mix(in srgb,var(--cat) 12%,#fff);color:var(--cat);margin-bottom:12px}
.tw-hero__kicker{font-family:var(--f-head);font-weight:600;font-size:14px;color:var(--teal);margin:0 0 10px;letter-spacing:0}
.tw-hero__title{font-size:clamp(28px,4vw,42px);margin-bottom:10px}
.tw-hero__text{font-size:18px;color:var(--muted);max-width:720px}
.tw-hero__text p:last-child{margin:0}
.tw-hero__search{margin-top:18px}
.tw-center .tw-searchform{margin-inline:auto}
.tw-catnav{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.tw-catnav a{padding:7px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);text-decoration:none;font-size:14px}
.tw-catnav a:hover,.tw-catnav a[aria-current]{border-color:var(--teal);color:var(--teal);background:var(--teal-50)}

/* Home hero */
.tw-home-hero{padding:56px 0 28px;background:radial-gradient(700px 380px at 12% 10%,rgba(245,158,11,.10),transparent 70%),radial-gradient(800px 420px at 90% 0,rgba(15,118,110,.14),transparent 70%),var(--paper);border-bottom:1px solid var(--line);overflow:hidden}
.tw-home-hero__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}
.tw-home-hero__title{font-size:clamp(32px,5vw,56px);line-height:1.25;margin-bottom:16px}
.tw-home-hero__text{font-size:19px;color:var(--muted);max-width:600px;margin-bottom:24px}
.tw-home-hero__tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:16px;font-size:14px;color:var(--muted)}
.tw-home-hero__tags a{padding:4px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--ink);text-decoration:none}
.tw-home-hero__tags a:hover{border-color:var(--teal);color:var(--teal)}
.tw-orbit{position:relative;width:min(380px,100%);aspect-ratio:1;margin-inline:auto}
.tw-orbit::before,.tw-orbit::after{content:"";position:absolute;inset:8%;border:1.5px dashed rgba(15,118,110,.28);border-radius:50%}
.tw-orbit::after{inset:28%;border-style:solid;border-color:rgba(245,158,11,.25)}
.tw-orbit__core{position:absolute;inset:36%;display:grid;place-items:center;filter:drop-shadow(0 16px 24px rgba(15,118,110,.35))}
.tw-orbit__core img{width:100%;height:auto}
.tw-orbit__item{--a:calc(var(--i) * 60deg);position:absolute;top:50%;left:50%;width:58px;height:58px;margin:-29px;display:grid;place-items:center;border-radius:18px;background:#fff;color:var(--cat);box-shadow:var(--shadow);transform:rotate(var(--a)) translate(0,-172%) rotate(calc(-1 * var(--a)));animation:tw-float 6s ease-in-out infinite;animation-delay:calc(var(--i) * -1s)}
@keyframes tw-float{50%{margin-top:-37px}}
@media (prefers-reduced-motion:reduce){.tw-orbit__item{animation:none}html{scroll-behavior:auto}}
.tw-stats{list-style:none;margin:40px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tw-stats li{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column}
.tw-stats b{font-family:var(--f-head);font-size:24px;color:var(--teal);line-height:1.3}
.tw-stats span{font-size:14px;color:var(--muted);line-height:1.5}

/* Sections */
.tw-section{padding:56px 0}
.tw-section--soft{background:var(--soft)}
.tw-section--ink{background:var(--ink);color:#CBD5E1}
.tw-section--ink .tw-section__title{color:#fff}
.tw-section--ink .tw-section__sub{color:#94A3B8}
.tw-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;flex-wrap:wrap}
.tw-section__title{font-size:clamp(22px,3vw,30px);margin:0}
.tw-section__sub{margin:6px 0 0;color:var(--muted)}
.tw-section>.tw-container>.tw-section__title{margin-bottom:24px}

/* Grids & cards */
.tw-grid{display:grid;gap:22px}
.tw-grid--3{grid-template-columns:repeat(3,1fr)}
.tw-grid--2{grid-template-columns:repeat(2,1fr)}
.tw-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}
.tw-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--cat) 35%,var(--line))}
.tw-card__media{display:block;aspect-ratio:16/9;background:var(--soft);overflow:hidden}
.tw-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tw-card:hover .tw-card__media img{transform:scale(1.03)}
.tw-card__ph{display:grid;place-items:center;height:100%;color:var(--cat);background:color-mix(in srgb,var(--cat) 10%,#fff)}
.tw-card__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.tw-card__body .tw-chip{align-self:flex-start}
.tw-card__title{font-size:19px;line-height:1.5;margin:0}
.tw-card__title a{color:var(--ink);text-decoration:none;background:linear-gradient(currentColor,currentColor) 100% 100%/0 1.5px no-repeat;transition:background-size .3s}
.tw-card__title a:hover{background-size:100% 1.5px;color:var(--ink)}
.tw-card__ex{color:var(--muted);font-size:15.5px;line-height:1.75;margin:0}
.tw-card__meta{margin-top:auto;display:flex;align-items:center;gap:6px;font-size:13.5px;color:var(--muted)}
.tw-card--wide{flex-direction:row}
.tw-card--wide .tw-card__media{flex:0 0 44%;aspect-ratio:auto;min-height:220px}
.tw-card--wide .tw-card__title{font-size:20px}

/* Categories */
.tw-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tw-cat{display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);text-decoration:none;color:var(--text);transition:.2s;position:relative;overflow:hidden}
.tw-cat::after{content:"";position:absolute;inset-inline-end:-30px;top:-30px;width:110px;height:110px;border-radius:50%;background:color-mix(in srgb,var(--cat) 8%,transparent);transition:.3s}
.tw-cat:hover{border-color:var(--cat);transform:translateY(-2px);box-shadow:var(--shadow);color:var(--text)}
.tw-cat:hover::after{transform:scale(1.4)}
.tw-cat__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--cat) 12%,#fff);color:var(--cat);margin-bottom:6px}
.tw-cat strong{font-family:var(--f-head);color:var(--ink);font-size:17px}
.tw-cat small{color:var(--muted);font-size:14px;line-height:1.65}

/* Services band (home) */
.tw-svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tw-svc{display:flex;flex-direction:column;gap:8px;padding:20px;border-radius:var(--radius-lg);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#CBD5E1;text-decoration:none;transition:.2s}
.tw-svc:hover{background:rgba(255,255,255,.08);border-color:rgba(94,234,212,.5);color:#E2E8F0;transform:translateY(-2px)}
.tw-svc__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:rgba(94,234,212,.12);color:#5EEAD4}
.tw-svc strong{font-family:var(--f-head);color:#fff;font-size:16.5px}
.tw-svc small{font-size:14px;line-height:1.7;color:#94A3B8}
.tw-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:36px;border-radius:28px;background:linear-gradient(135deg,var(--teal-50),var(--amber-50));border:1px solid var(--line)}
.tw-band h2{font-size:clamp(22px,3vw,30px)}
.tw-band p:last-child{margin:0;color:var(--muted)}

/* Article */
.tw-article__head{padding:36px 0 22px;background:radial-gradient(800px 260px at 80% -30%,color-mix(in srgb,var(--cat) 14%,transparent),transparent)}
.tw-article__title{font-size:clamp(28px,4.2vw,44px);line-height:1.35;margin-bottom:14px}
.tw-article__lead{font-size:19px;color:var(--muted);line-height:1.8}
.tw-article__meta{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted);margin-top:18px}
.tw-article__meta strong{color:var(--ink);font-family:var(--f-head)}
.tw-article__meta .tw-i{display:inline;vertical-align:-2px}
.tw-avatar img{width:40px;height:40px;border-radius:12px}
.tw-article__cover{margin-top:6px;margin-bottom:30px}
.tw-article__cover img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:16/9;object-fit:cover}
.tw-toc{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:4px 20px;margin:0 0 30px}
.tw-toc summary{cursor:pointer;display:flex;align-items:center;gap:8px;font-family:var(--f-head);font-weight:700;color:var(--ink);padding:12px 0;list-style:none}
.tw-toc summary::-webkit-details-marker{display:none}
.tw-toc summary::after{content:"";margin-inline-start:auto;width:8px;height:8px;border:solid var(--muted);border-width:0 0 2px 2px;transform:rotate(-45deg);transition:.2s}
.tw-toc[open] summary::after{transform:rotate(135deg)}
.tw-toc ol{margin:0 0 14px;padding-inline-start:22px;columns:2;column-gap:30px;font-size:15.5px;line-height:1.7}
.tw-toc li{margin:0 0 6px;break-inside:avoid}
.tw-toc a{color:var(--text);text-decoration:none}
.tw-toc a:hover,.tw-toc a.is-active{color:var(--teal)}

/* Prose */
.tw-prose{font-size:18px;line-height:2}
.tw-prose>*:first-child{margin-top:0}
.tw-prose h2{font-size:clamp(23px,2.8vw,28px);margin:1.9em 0 .6em;padding-top:.2em;position:relative}
.tw-prose h2::before{content:"";position:absolute;inset-inline-start:-18px;top:.55em;width:5px;height:1.05em;border-radius:4px;background:var(--cat)}
.tw-prose h3{font-size:21px;margin:1.6em 0 .5em}
.tw-prose p{margin:0 0 1.15em}
.tw-prose ul,.tw-prose ol{padding-inline-start:1.4em;margin:0 0 1.3em}
.tw-prose li{margin-bottom:.5em}
.tw-prose li::marker{color:var(--cat);font-weight:700}
.tw-prose strong{color:var(--ink)}
.tw-prose a{color:var(--teal);font-weight:600;text-decoration:underline;text-decoration-color:rgba(15,118,110,.35)}
.tw-prose a:hover{text-decoration-color:var(--teal)}
.tw-prose blockquote{margin:1.6em 0;padding:18px 22px;border-inline-start:4px solid var(--amber);background:var(--amber-50);border-radius:12px;font-size:17.5px}
.tw-prose blockquote p:last-child{margin:0}
.tw-soon-link{border-bottom:1px dashed #C9C2B1}
.tw-table{overflow-x:auto;margin:1.5em 0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);-webkit-overflow-scrolling:touch}
.tw-table table{width:100%;border-collapse:collapse;font-size:15.5px;line-height:1.7;min-width:560px}
.tw-table th,.tw-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:start;vertical-align:top}
.tw-table thead th{background:var(--ink);color:#fff;font-family:var(--f-head);font-weight:600}
.tw-table tbody tr:nth-child(even){background:#FBFAF6}
.tw-table tbody tr:last-child td{border-bottom:0}
.tw-tip,.tw-warning{margin:1.6em 0;padding:18px 20px 16px;border-radius:var(--radius);border:1px solid;font-size:17px;position:relative}
.tw-tip{background:var(--teal-50);border-color:rgba(15,118,110,.25)}
.tw-warning{background:#FEF3F2;border-color:#FECDCA}
.tw-tip p:last-child,.tw-warning p:last-child{margin:0}
.tw-tip strong{color:var(--teal)}
.tw-warning strong{color:var(--danger)}

/* FAQ */
.tw-faq{margin-top:2.4em}
.tw-faq details{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);margin-bottom:10px;padding:0 18px}
.tw-faq summary{cursor:pointer;list-style:none;padding:14px 0;font-family:var(--f-head);font-weight:600;color:var(--ink);display:flex;justify-content:space-between;gap:16px;font-size:17px;line-height:1.6}
.tw-faq summary::-webkit-details-marker{display:none}
.tw-faq summary::after{content:"+";font-size:22px;line-height:1;color:var(--teal);transition:.2s}
.tw-faq details[open] summary::after{transform:rotate(45deg)}
.tw-faq details p{margin:0 0 16px;color:var(--text);font-size:16.5px}

/* CTA box */
.tw-cta{display:flex;align-items:center;gap:20px;margin:40px 0 10px;padding:24px;border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in srgb,var(--cat) 10%,#fff),#fff 70%);border:1px solid color-mix(in srgb,var(--cat) 30%,var(--line))}
.tw-cta__icon{flex:none;display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:var(--cat);color:#fff}
.tw-cta__text{flex:1}
.tw-cta__kicker{font-size:13px;color:var(--cat);font-family:var(--f-head);font-weight:600;margin:0 0 2px}
.tw-cta h3{font-size:19px;margin:0 0 4px}
.tw-cta p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.7}

/* Article footer */
.tw-article__foot{margin:30px 0;padding-top:20px;border-top:1px solid var(--line)}
.tw-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.tw-tags a{font-size:14px;color:var(--muted);background:var(--soft);padding:4px 12px;border-radius:999px;text-decoration:none}
.tw-tags a:hover{color:var(--teal)}
.tw-share{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-family:var(--f-head);font-weight:600;color:var(--ink);font-size:15px}
.tw-share a,.tw-share button{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;position:relative}
.tw-share a:hover,.tw-share button:hover{color:var(--teal);border-color:var(--teal)}
.tw-share__ok{position:absolute;bottom:115%;background:var(--ink);color:#fff;font-size:12px;padding:3px 8px;border-radius:6px;white-space:nowrap;opacity:0;transition:.2s;pointer-events:none}
.tw-share button.is-copied .tw-share__ok{opacity:1}
.tw-authorbox{display:flex;gap:16px;align-items:flex-start;margin-top:24px;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg)}
.tw-authorbox img{border-radius:14px;flex:none}
.tw-authorbox strong{font-family:var(--f-head);color:var(--ink)}
.tw-authorbox p{margin:4px 0 0;color:var(--muted);font-size:15px;line-height:1.75}

/* Comments */
.tw-comments{margin:10px 0 60px}
.tw-comments__title{font-size:24px}
.tw-comment-list{list-style:none;padding:0;margin:0 0 30px}
.tw-comment-list .children{list-style:none;padding-inline-start:26px;border-inline-start:2px solid var(--line);margin-inline-start:8px}
.tw-comment article{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:12px}
.tw-comment header{display:flex;gap:10px;align-items:baseline;margin-bottom:6px}
.tw-comment header strong{font-family:var(--f-head);color:var(--ink)}
.tw-comment time{font-size:13px;color:var(--muted)}
.tw-comment__text p{margin:0 0 .6em;font-size:16px}
.tw-comment__wait{font-size:14px;color:#92400E;background:var(--amber-50);padding:4px 10px;border-radius:8px;display:inline-block}
.comment-reply-link{font-size:14px;font-weight:600;text-decoration:none}
.comment-respond{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}
.comment-reply-title{font-size:21px;margin:0 0 8px}
.comment-reply-title small{margin-inline-start:10px;font-size:14px}
.tw-note{font-size:14px;color:var(--muted)}
.comment-form{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.comment-form>p{margin:0 0 14px}
.comment-form .tw-note,.comment-form-comment,.form-submit,.comment-form .tw-hp{grid-column:1/-1}
.comment-form label,.tw-order label{display:block;font-family:var(--f-head);font-weight:600;font-size:14.5px;color:var(--ink);margin-bottom:6px}
.comment-form input,.comment-form textarea,.tw-order input,.tw-order select,.tw-order textarea{width:100%;padding:11px 14px;border:1.5px solid var(--line);border-radius:12px;background:var(--paper);font-size:16px;transition:border-color .15s}
.comment-form input:focus,.comment-form textarea:focus,.tw-order input:focus,.tw-order select:focus,.tw-order textarea:focus{outline:0;border-color:var(--teal);background:#fff}
.tw-hp{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip-path:inset(50%);white-space:nowrap;opacity:0}

/* Pager / empty */
.tw-pager ul{list-style:none;display:flex;gap:6px;justify-content:center;flex-wrap:wrap;padding:0;margin:40px 0 0}
.tw-pager a,.tw-pager span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);text-decoration:none;font-family:var(--f-head);font-weight:600}
.tw-pager .current{background:var(--teal);border-color:var(--teal);color:#fff}
.tw-pager a:hover{border-color:var(--teal);color:var(--teal)}
.tw-empty{text-align:center;padding:40px 0}
.tw-empty .tw-searchform{margin:20px auto 0}

/* Footer */
.tw-footer{background:var(--ink);color:#94A3B8;padding:56px 0 0;margin-top:0;font-size:15px}
.tw-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px}
.tw-footer__brand p{margin:16px 0;line-height:1.9}
.tw-footer__h{font-size:16px;color:#fff;margin-bottom:14px}
.tw-footer__list{list-style:none;margin:0;padding:0}
.tw-footer__list li{margin-bottom:8px}
.tw-footer a{color:#CBD5E1;text-decoration:none}
.tw-footer a:hover{color:#5EEAD4}
.tw-social{display:flex;gap:8px}
.tw-social a{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.06)}
.tw-footer__bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:18px;padding-bottom:18px;font-size:14px}
.tw-footer__bottom p{margin:0}
.tw-wa{position:fixed;inset-inline-start:18px;bottom:18px;z-index:40;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;box-shadow:0 10px 24px -8px rgba(37,211,102,.7);transition:transform .2s}
.tw-wa:hover{transform:scale(1.07);color:#fff}

/* ==========================================================================
   Landing pages (services / guest post / tools)
   ========================================================================== */
.tw-landing .tw-lp-hero{padding:64px 0 48px;background:radial-gradient(800px 400px at 90% -10%,rgba(15,118,110,.16),transparent 70%),radial-gradient(600px 360px at 5% 20%,rgba(245,158,11,.12),transparent 70%),var(--paper);border-bottom:1px solid var(--line)}
.tw-lp-hero h1{font-size:clamp(30px,4.6vw,52px);line-height:1.3;max-width:860px}
.tw-lp-hero .tw-lead{font-size:19px;color:var(--muted);max-width:720px}
.tw-lp-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.tw-lp-trust{display:flex;flex-wrap:wrap;gap:10px 24px;margin:26px 0 0;padding:0;list-style:none;font-size:15px;color:var(--text)}
.tw-lp-trust li{display:flex;align-items:center;gap:8px}
.tw-lp-trust li::before{content:"";width:18px;height:18px;border-radius:50%;background:var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;flex:none}
.tw-lp-nav{position:sticky;top:72px;z-index:30;background:rgba(250,248,243,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.admin-bar .tw-lp-nav{top:104px}
.tw-lp-nav .tw-container{display:flex;gap:6px;overflow-x:auto;padding-block:10px;scrollbar-width:none}
.tw-lp-nav a{flex:none;padding:7px 14px;border-radius:999px;font-size:14px;font-family:var(--f-head);font-weight:600;color:var(--ink);text-decoration:none;border:1px solid var(--line);background:var(--surface)}
.tw-lp-nav a:hover{border-color:var(--teal);color:var(--teal)}
.tw-lp-sec{padding:60px 0;scroll-margin-top:130px}
.tw-lp-sec:nth-of-type(even){background:var(--soft)}
.tw-lp-sec__head{display:grid;grid-template-columns:auto 1fr;gap:4px 18px;align-items:center;margin-bottom:28px;max-width:820px}
.tw-lp-sec__icon{grid-row:span 2;display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:var(--teal);color:#fff;font-size:28px}
.tw-lp-sec__head h2{font-size:clamp(24px,3.2vw,34px);margin:0}
.tw-lp-sec__head p{margin:0;color:var(--muted);font-size:17px}
.tw-lp-cols{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:start}
.tw-lp-list{list-style:none;padding:0;margin:0 0 18px}
.tw-lp-list li{position:relative;padding-inline-start:30px;margin-bottom:10px;line-height:1.8}
.tw-lp-list li::before{content:"";position:absolute;inset-inline-start:0;top:.45em;width:20px;height:20px;border-radius:7px;background:var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F766E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/13px no-repeat}
.tw-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tw-plans--2{grid-template-columns:repeat(2,1fr)}
.tw-plan{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-lg);padding:22px}
.tw-plan--pop{border-color:var(--teal);box-shadow:var(--shadow-lg)}
.tw-plan__badge{position:absolute;top:-12px;inset-inline-start:20px;background:var(--amber);color:var(--ink);font-family:var(--f-head);font-weight:700;font-size:12.5px;padding:3px 10px;border-radius:999px}
.tw-plan h3{font-size:18px;margin:0 0 4px}
.tw-plan__price{font-family:var(--f-head);font-weight:700;font-size:30px;color:var(--ink);margin:6px 0 2px;line-height:1.3}
.tw-plan__price small{font-size:14px;color:var(--muted);font-weight:600}
.tw-plan__meta{font-size:14px;color:var(--muted);margin-bottom:14px}
.tw-plan ul{list-style:none;padding:0;margin:0 0 18px;font-size:15.5px;flex:1}
.tw-plan li{padding:6px 0;border-bottom:1px dashed var(--line);padding-inline-start:24px;position:relative}
.tw-plan li::before{content:"✓";position:absolute;inset-inline-start:0;color:var(--teal);font-weight:700}
.tw-plan .tw-btn{width:100%}
.tw-steps{counter-reset:s;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;padding:0;margin:0}
.tw-steps li{counter-increment:s;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px;position:relative}
.tw-steps li::before{content:counter(s);display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ink);color:#fff;font-family:var(--f-head);font-weight:700;margin-bottom:10px}
.tw-steps strong{display:block;font-family:var(--f-head);color:var(--ink);margin-bottom:4px}
.tw-steps p{margin:0;font-size:15px;color:var(--muted);line-height:1.75}
.tw-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tw-feature{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}
.tw-feature h3{font-size:18px;margin:10px 0 6px}
.tw-feature p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.8}
.tw-feature__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--teal-50);color:var(--teal);font-size:22px}






.tw-disclosure{font-size:14px;color:var(--muted);background:var(--surface);border:1px dashed var(--line);border-radius:12px;padding:12px 16px;margin-top:22px}
.tw-landing .tw-faq{max-width:860px;margin:0}
.tw-order{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-lg);position:relative}
.tw-order__title{font-size:22px;margin:0 0 16px}
.tw-order__grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 14px}
.tw-order__grid label{margin-bottom:12px}
.tw-order__grid input,.tw-order__grid select,.tw-order__grid textarea{margin-top:6px;font-family:var(--f-body);font-weight:400}
.tw-order__full{grid-column:1/-1}
.tw-order .tw-btn{width:100%;padding:.9em;font-size:16px}
.tw-order__note{font-size:13.5px;color:var(--muted);margin:10px 0 0;text-align:center}
.tw-order__msg{padding:12px 16px;border-radius:12px;margin-bottom:16px;font-weight:600}
.tw-order__msg--ok{background:#ECFDF3;color:var(--ok);border:1px solid #ABEFC6}
.tw-order__msg--err{background:#FEF3F2;color:var(--danger);border:1px solid #FECDCA}
.tw-lp-final{padding:60px 0}
.tw-lp-final .tw-lp-cols{align-items:center}
.tw-prose .tw-order{margin-top:24px}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1100px){
	.tw-menu a{padding:10px 9px;font-size:14.5px}
	.tw-header__cta{display:none}
}
@media (max-width:980px){
	.tw-burger{display:grid}
	.tw-nav{position:fixed;inset:0 0 0 auto;width:min(340px,88vw);background:var(--surface);flex-direction:column;align-items:stretch;padding:86px 18px 24px;box-shadow:var(--shadow-lg);transform:translateX(105%);transition:transform .25s;z-index:60;overflow-y:auto}
	body.tw-nav-open .tw-nav{transform:none}
	body.tw-nav-open::after{content:"";position:fixed;inset:0;background:rgba(11,27,43,.45);z-index:55}
	body.tw-nav-open .tw-header{z-index:70}
	.tw-menu{flex-direction:column;align-items:stretch;gap:0}
	.tw-menu a{padding:12px;font-size:16px}
	.tw-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 14px 6px;min-width:0;background:transparent}
	.tw-menu .menu-item-has-children>a::after{display:none}
	.tw-nav__cta{display:flex;margin-top:14px}
	.tw-burger{position:relative;z-index:61}
	.tw-home-hero__grid{grid-template-columns:1fr}
	.tw-home-hero__art{display:none}
	.tw-grid--3,.tw-cats,.tw-svc-grid,.tw-plans,.tw-features{grid-template-columns:repeat(2,1fr)}
	.tw-steps{grid-template-columns:repeat(2,1fr)}
	.tw-stats{grid-template-columns:repeat(2,1fr)}
	.tw-footer__grid{grid-template-columns:1fr 1fr}
	.tw-footer__brand{grid-column:1/-1}
	.tw-lp-cols{grid-template-columns:1fr}
	.tw-card--wide{flex-direction:column}
	.tw-card--wide .tw-card__media{flex:none;aspect-ratio:16/9;min-height:0}
	.admin-bar .tw-header{top:46px}
}
@media (max-width:640px){
	body{font-size:16.5px}
	.tw-container{padding-inline:16px}
	.tw-header__row{min-height:64px;gap:10px}
	.tw-logo__img{height:34px}
	.tw-grid--3,.tw-grid--2,.tw-cats,.tw-svc-grid,.tw-plans,.tw-plans--2,.tw-features,.tw-steps{grid-template-columns:1fr}
	.tw-section,.tw-lp-sec{padding:40px 0}
	.tw-prose{font-size:17px;line-height:1.95}
	.tw-prose h2::before{display:none}
	.tw-toc ol{columns:1}
	.tw-cta{flex-direction:column;align-items:flex-start}
	.tw-cta .tw-btn{width:100%}
	.tw-band{flex-direction:column;align-items:flex-start;padding:24px}
	.tw-footer__grid{grid-template-columns:1fr}
	.tw-footer__bottom{flex-direction:column}
	.comment-form,.tw-order__grid{grid-template-columns:1fr}
	.tw-searchform .tw-btn span{display:none}
	.tw-lp-sec__head{grid-template-columns:1fr}
	.tw-lp-sec__icon{grid-row:auto}
	.tw-lp-nav{top:64px}
	.tw-wa{width:50px;height:50px;inset-inline-start:14px;bottom:14px}
}
@media print{.tw-header,.tw-footer,.tw-share,.tw-cta,.tw-wa,.tw-comments,.tw-toc{display:none!important}body{background:#fff}}
.tw-sponsored-note{font-size:14px;color:#92400E;background:var(--amber-50);border:1px solid #FDE68A;border-radius:10px;padding:8px 14px}
.tw-lp-text{max-width:820px}

/* ==========================================================================
   v1.1 — Forms, contact section, pricing, tools, promo bar
   ========================================================================== */
.tw-btn--lg{padding:.9em 1.5em;font-size:16px;border-radius:14px}
.tw-btn--block{width:100%}
.tw-btn--tool{background:var(--tool,var(--teal));color:#fff;box-shadow:0 8px 20px -10px var(--tool,var(--teal))}
.tw-btn--tool:hover{color:#fff;filter:brightness(1.08)}

/* Form fields */
.tw-form{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 30px 60px -30px rgba(11,27,43,.35);color:var(--text)}
.tw-form__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.tw-form__title{font-size:22px;margin:0}
.tw-form__eta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--teal);background:var(--teal-50);padding:5px 11px;border-radius:999px;font-family:var(--f-head)}
.tw-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.tw-field{margin-bottom:14px;min-width:0}
.tw-field--full{grid-column:1/-1}
.tw-field label{display:block;font-family:var(--f-head);font-weight:600;font-size:14px;color:var(--ink);margin-bottom:6px}
.tw-field label b{color:var(--danger);font-weight:600}
.tw-field label span{color:var(--muted);font-weight:400;font-family:var(--f-body)}
.tw-field input,.tw-field select,.tw-field textarea{display:block;width:100%;height:50px;padding:0 14px;border:1.5px solid var(--line);border-radius:12px;background:#FCFBF8;font:400 15.5px/1.5 var(--f-body);color:var(--ink);transition:border-color .15s,box-shadow .15s,background .15s;-webkit-appearance:none;appearance:none}
.tw-field textarea{height:auto;min-height:110px;padding:12px 14px;resize:vertical}
.tw-field select{padding-inline-end:40px;background:#FCFBF8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B6B7B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat left 14px center/18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.tw-field input::placeholder,.tw-field textarea::placeholder{color:#9AA5B1}
.tw-field input:focus,.tw-field select:focus,.tw-field textarea:focus{outline:0;border-color:var(--teal);background-color:#fff;box-shadow:0 0 0 4px rgba(15,118,110,.12)}
.tw-field .tw-file{height:auto;padding:12px;background:#fff;border-style:dashed}
.tw-form__note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:var(--muted);margin:12px 0 0;text-align:center;line-height:1.6}
.tw-form__msg{padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:15px;line-height:1.7}
.tw-form__msg--ok{background:#ECFDF3;color:var(--ok);border:1px solid #ABEFC6}
.tw-form__msg--err{background:#FEF3F2;color:var(--danger);border:1px solid #FECDCA}
.tw-form fieldset{border:0;padding:0;margin:0 0 10px}
.tw-form legend{display:flex;align-items:center;gap:10px;font-family:var(--f-head);font-weight:700;font-size:17px;color:var(--ink);margin-bottom:14px;padding:0}
.tw-form legend span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--ink);color:#fff;font-size:14px}
.tw-check{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.7;margin:4px 0 18px;cursor:pointer}
.tw-check input{margin-top:5px;width:18px;height:18px;accent-color:var(--teal);flex:none}

/* Contact section */
.tw-contact{padding:64px 0;scroll-margin-top:90px}
.tw-contact__panel{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;padding:44px;border-radius:32px;background:radial-gradient(600px 300px at 100% 0,rgba(94,234,212,.16),transparent 70%),radial-gradient(500px 300px at 0 100%,rgba(245,158,11,.14),transparent 70%),var(--ink);color:#CBD5E1;position:relative;overflow:hidden}
.tw-contact__kicker{display:inline-block;font-family:var(--f-head);font-weight:600;font-size:13.5px;color:#5EEAD4;background:rgba(94,234,212,.1);border:1px solid rgba(94,234,212,.25);padding:4px 12px;border-radius:999px;margin:0 0 14px}
.tw-contact__title{color:#fff;font-size:clamp(25px,3.2vw,36px);line-height:1.35;margin:0 0 12px}
.tw-contact__text{font-size:17px;color:#94A3B8;margin:0 0 24px}
.tw-contact__steps{list-style:none;counter-reset:c;padding:0;margin:0 0 26px;display:grid;gap:14px}
.tw-contact__steps li{counter-increment:c;display:grid;grid-template-columns:36px 1fr;column-gap:12px;align-items:start}
.tw-contact__steps li::before{content:counter(c);grid-row:span 2;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:#fff;font-family:var(--f-head);font-weight:700}
.tw-contact__steps b{color:#fff;font-family:var(--f-head);font-weight:600;font-size:15.5px}
.tw-contact__steps span{font-size:14.5px;color:#94A3B8;line-height:1.6}
.tw-contact__channels{display:grid;gap:10px}
.tw-channel{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#E2E8F0;text-decoration:none;transition:.2s}
a.tw-channel:hover{background:rgba(255,255,255,.09);border-color:rgba(94,234,212,.45);color:#fff}
.tw-channel__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(94,234,212,.12);color:#5EEAD4;flex:none}
.tw-channel--wa .tw-channel__icon{background:#25D366;color:#fff}
.tw-channel b{display:block;font-family:var(--f-head);font-weight:600;font-size:15px;color:#fff}
.tw-channel small{display:block;font-size:13px;color:#94A3B8}
.tw-contact__form .tw-form{box-shadow:0 30px 60px -20px rgba(0,0,0,.5);border-color:transparent}

/* Pricing: 4 tiers + compare */
.tw-plans--4{grid-template-columns:repeat(4,1fr)}
.tw-plan__was{font-size:13px;color:var(--muted);margin:0}
.tw-plan--best{border-color:var(--ink);background:linear-gradient(180deg,#0B1B2B,#132A3F);color:#CBD5E1}
.tw-plan--best h3,.tw-plan--best .tw-plan__price{color:#fff}
.tw-plan--best .tw-plan__price small,.tw-plan--best .tw-plan__meta{color:#94A3B8}
.tw-plan--best li{border-bottom-color:rgba(255,255,255,.1)}
.tw-plan--best li::before{color:#5EEAD4}
.tw-plan--best .tw-plan__badge{background:linear-gradient(90deg,#F59E0B,#FBBF24)}
.tw-plan--best .tw-btn{background:var(--amber);color:var(--ink)}
.tw-plan--best .tw-btn:hover{background:#FBBF24;color:var(--ink)}
.tw-plan__badge--save{background:var(--teal);color:#fff}
.tw-plan__diff{font-size:13px;font-weight:600;color:var(--teal);background:var(--teal-50);padding:3px 10px;border-radius:8px;display:inline-block;margin-bottom:10px}
.tw-plan--best .tw-plan__diff{background:rgba(94,234,212,.12);color:#5EEAD4}
.tw-compare{margin-top:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}
.tw-compare>summary{cursor:pointer;list-style:none;padding:14px 20px;font-family:var(--f-head);font-weight:600;color:var(--ink);display:flex;justify-content:space-between;align-items:center}
.tw-compare>summary::-webkit-details-marker{display:none}
.tw-compare>summary::after{content:"+";font-size:22px;color:var(--teal)}
.tw-compare[open]>summary::after{content:"−"}
.tw-compare .tw-table{margin:0;border:0;border-top:1px solid var(--line);border-radius:0}
.tw-compare th:last-child,.tw-compare td:last-child{background:rgba(245,158,11,.08)}
.tw-compare thead th:last-child{background:#1E3A52}
.tw-compare td{text-align:center}
.tw-compare td:first-child,.tw-compare th:first-child{text-align:start}
.tw-yes{color:var(--teal);font-weight:700}
.tw-no{color:#C2BBAA}

/* Tools grid */
.tw-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.tw-filter button{padding:8px 16px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-family:var(--f-head);font-weight:600;font-size:14px;cursor:pointer;color:var(--ink)}
.tw-filter button.is-on,.tw-filter button:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.tw-toolgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tw-toolcard{position:relative;display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;transition:.2s;border-top:4px solid var(--tool)}
.tw-toolcard:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.tw-toolcard[hidden]{display:none}
.tw-toolcard__top{display:flex;gap:12px;align-items:center}
.tw-toolcard h3{font-size:19px;margin:0}
.tw-toolcard h3 a{color:var(--ink);text-decoration:none}
.tw-toolcard__cat{font-size:13px;color:var(--muted)}
.tw-toolcard__badge{position:absolute;top:14px;inset-inline-end:14px;font-size:12px;font-family:var(--f-head);font-weight:700;background:var(--amber);color:var(--ink);padding:2px 10px;border-radius:999px}
.tw-toolcard p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.75;flex:1}
.tw-toolcard__ticks{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}
.tw-toolcard__ticks li{font-size:12.5px;background:var(--soft);padding:3px 10px;border-radius:999px;color:var(--text)}
.tw-toolcard__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tw-toolcard__actions .tw-btn{padding:.7em .6em;font-size:14px}
.tw-toolcard__actions .tw-btn--primary{background:var(--tool);box-shadow:none}
.tw-tlogo{display:grid;place-items:center;flex:none;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--line)}
.tw-tlogo img{width:100%;height:100%;object-fit:contain;padding:6px}
.tw-tlogo--letter{background:var(--tool,var(--teal));color:#fff;border:0;font-family:var(--f-head);font-weight:700;box-shadow:inset 0 -6px 12px rgba(0,0,0,.12)}

/* Tool landing page */
.tw-tool__hero{padding:40px 0 54px;background:radial-gradient(800px 380px at 85% -10%,color-mix(in srgb,var(--tool) 20%,transparent),transparent 70%),radial-gradient(600px 300px at 0 100%,rgba(245,158,11,.10),transparent 70%),var(--paper);border-bottom:1px solid var(--line)}
.tw-tool__herogrid{display:grid;grid-template-columns:1.3fr .9fr;gap:40px;align-items:center}
.tw-tool__brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.tw-tool__brand strong{display:block;font-family:var(--f-head);font-size:20px;color:var(--ink)}
.tw-tool__brand div>span{font-size:14px;color:var(--muted)}
.tw-tool__title{font-size:clamp(30px,4.4vw,50px);line-height:1.3;margin:0 0 14px}
.tw-tool__sub{font-size:18.5px;color:var(--muted);max-width:640px;margin-bottom:18px}
.tw-tool__badges{list-style:none;display:flex;flex-wrap:wrap;gap:8px 18px;padding:0;margin:0 0 24px}
.tw-tool__badges li{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--ink)}
.tw-tool__badges .tw-i{color:#fff;background:var(--tool);border-radius:50%;padding:3px;width:20px;height:20px}
.tw-tool__actions{display:flex;gap:10px;flex-wrap:wrap}
.tw-tool__card{background:var(--surface);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-lg)}
.tw-tool__cover img{width:100%;aspect-ratio:16/9;object-fit:cover}
.tw-tool__cardbody{padding:20px 22px 22px}
.tw-tool__cardkicker{font-size:13px;font-family:var(--f-head);font-weight:600;color:var(--tool);margin:0 0 4px}
.tw-tool__tagline{font-family:var(--f-head);font-weight:600;font-size:17px;color:var(--ink);line-height:1.6;margin:0 0 12px}
.tw-tool__mini{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:8px}
.tw-tool__mini li{display:flex;gap:8px;align-items:center;font-size:15px}
.tw-tool__mini .tw-i{color:var(--tool)}
.tw-tool__disc{font-size:12.5px;color:var(--muted);margin:10px 0 0;text-align:center;line-height:1.6}
.tw-tool__sec{padding:60px 0}
.tw-tool__sec--soft{background:var(--soft)}
.tw-tool__h{font-size:clamp(24px,3.2vw,34px);margin:0 0 26px}
.tw-tool__h--sm{font-size:22px;margin-bottom:14px}
.tw-tool__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tw-hl{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;position:relative;overflow:hidden}
.tw-hl::after{content:"";position:absolute;inset-inline-end:-24px;top:-24px;width:90px;height:90px;border-radius:50%;background:color-mix(in srgb,var(--tool) 10%,transparent)}
.tw-hl__n{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--tool);color:#fff;font-family:var(--f-head);font-weight:700;margin-bottom:12px}
.tw-hl h3{font-size:17.5px;margin:0 0 6px}
.tw-hl p{margin:0;font-size:15px;color:var(--muted);line-height:1.75}
.tw-tool__two{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.tw-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px}
.tw-panel--accent{background:linear-gradient(135deg,color-mix(in srgb,var(--tool) 10%,#fff),#fff);border-color:color-mix(in srgb,var(--tool) 30%,var(--line))}
.tw-panel p{color:var(--text)}
.tw-ticks{list-style:none;padding:0;margin:0}
.tw-ticks li{position:relative;padding-inline-start:32px;margin-bottom:12px;line-height:1.75}
.tw-ticks li::before{content:"";position:absolute;inset-inline-start:0;top:.3em;width:22px;height:22px;border-radius:7px;background:var(--tool) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/13px no-repeat}
.tw-tool__features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tw-feat{display:flex;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px}
.tw-feat__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--tool) 12%,#fff);color:var(--tool);flex:none}
.tw-feat h3{font-size:17px;margin:0 0 4px}
.tw-feat p{margin:0;font-size:15px;color:var(--muted);line-height:1.75}
.tw-videos{display:grid;gap:16px;margin-bottom:18px}
.tw-videos--one{max-width:860px;margin-inline:auto}
.tw-videos--multi{grid-template-columns:repeat(2,1fr)}
.tw-yt{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;padding:0;border-radius:var(--radius-lg);overflow:hidden;background:#000;cursor:pointer}
.tw-yt img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:.2s}
.tw-yt:hover img{opacity:1}
.tw-yt__play{position:absolute;top:50%;left:50%;width:74px;height:52px;margin:-26px 0 0 -37px;border-radius:14px;background:#FF0000;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.tw-yt__play::after{content:"";position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;border-style:solid;border-width:10px 0 10px 17px;border-color:transparent transparent transparent #fff}
.tw-yt iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.tw-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.tw-gallery__item{display:block;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#fff;aspect-ratio:4/3}
.tw-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.tw-gallery__item:hover img{transform:scale(1.04)}
.tw-proscons{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tw-pros,.tw-cons{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}
.tw-pros{border-top:4px solid #16A34A}
.tw-cons{border-top:4px solid #F59E0B}
.tw-pros h3,.tw-cons h3{font-size:19px;margin:0 0 12px}
.tw-pros ul,.tw-cons ul{list-style:none;padding:0;margin:0}
.tw-pros li,.tw-cons li{position:relative;padding-inline-start:28px;margin-bottom:10px;line-height:1.75}
.tw-pros li::before{content:"+";position:absolute;inset-inline-start:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#DCFCE7;color:#15803D;font-weight:700}
.tw-cons li::before{content:"!";position:absolute;inset-inline-start:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:var(--amber-50);color:#B45309;font-weight:700}
.tw-verdict{display:flex;gap:16px;margin-top:18px;padding:22px;border-radius:var(--radius-lg);background:var(--ink);color:#CBD5E1}
.tw-verdict__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--amber);color:var(--ink);flex:none}
.tw-verdict h3{color:#fff;font-size:18px;margin:0 0 4px}
.tw-verdict p{margin:0;line-height:1.85}
.tw-linkbtns{display:flex;gap:10px;flex-wrap:wrap}
.tw-tool__final{padding:20px 0 60px}
.tw-tool__finalbox{display:flex;align-items:center;gap:20px;padding:30px;border-radius:28px;background:linear-gradient(135deg,var(--tool),color-mix(in srgb,var(--tool) 60%,#0B1B2B));color:#fff}
.tw-tool__finalbox h2{color:#fff;font-size:clamp(22px,3vw,30px);margin:0 0 4px}
.tw-tool__finalbox p{margin:0;color:rgba(255,255,255,.85)}
.tw-tool__finalbox>div{flex:1}
.tw-tool__finalbox .tw-tlogo--letter{background:rgba(255,255,255,.18)}
.tw-stickycta{position:fixed;inset-inline:0;bottom:0;z-index:45;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -10px 30px -15px rgba(11,27,43,.3);transform:translateY(110%);transition:transform .25s}
.tw-stickycta.is-on{transform:none}
.tw-stickycta__row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-block:10px}
.tw-stickycta__name{display:flex;align-items:center;gap:10px;min-width:0}
.tw-stickycta__name strong{display:block;font-family:var(--f-head);color:var(--ink)}
.tw-stickycta__name small{display:block;font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}
.tw-header--slim .tw-header__row{min-height:64px;justify-content:space-between}
.tw-header__note{font-size:13.5px;color:var(--muted)}
.tw-footer--slim{padding:0}
.tw-footer--slim .tw-footer__bottom{margin-top:0;border:0}

/* Promo bar (sponsored posts) */
.tw-promobar{position:fixed;inset-inline:0;bottom:0;z-index:44;background:var(--ink);color:#E2E8F0;box-shadow:0 -10px 30px -12px rgba(0,0,0,.45)}
.tw-promobar[hidden]{display:none}
.tw-promobar__row{display:flex;align-items:center;gap:14px;padding-block:12px}
.tw-promobar__tag{font-size:11.5px;font-family:var(--f-head);font-weight:700;color:var(--ink);background:var(--amber);padding:2px 9px;border-radius:6px;flex:none}
.tw-promobar__text{margin:0;flex:1;font-size:15px;line-height:1.6}
.tw-promobar .tw-btn{flex:none;padding:.6em 1.1em}
.tw-promobar__x{background:transparent;border:0;color:#94A3B8;cursor:pointer;padding:6px;flex:none}
.tw-promobar__x:hover{color:#fff}
body.has-bottom-bar .tw-wa{bottom:86px}

/* Services + page intros */
.tw-lp-sub{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0 0;font-size:14px;color:var(--muted)}
.tw-pill{display:inline-flex;align-items:center;gap:6px;background:var(--amber-50);color:#92400E;border:1px solid #FDE68A;font-family:var(--f-head);font-weight:600;font-size:13.5px;padding:4px 12px;border-radius:999px}

@media (max-width:1100px){.tw-plans--4{grid-template-columns:repeat(2,1fr)}.tw-tool__highlights{grid-template-columns:repeat(2,1fr)}}
@media (max-width:980px){
	.tw-contact__panel{grid-template-columns:1fr;padding:28px}
	.tw-toolgrid,.tw-tool__features{grid-template-columns:repeat(2,1fr)}
	.tw-tool__herogrid,.tw-tool__two,.tw-proscons{grid-template-columns:1fr}
	.tw-videos--multi{grid-template-columns:1fr}
}
@media (max-width:640px){
	.tw-form{padding:20px;border-radius:20px}
	.tw-form__grid{grid-template-columns:1fr}
	.tw-contact{padding:40px 0}
	.tw-contact__panel{padding:22px 16px;border-radius:24px}
	.tw-plans--4,.tw-toolgrid,.tw-tool__features,.tw-tool__highlights{grid-template-columns:1fr}
	.tw-tool__finalbox{flex-direction:column;align-items:flex-start}
	.tw-tool__finalbox .tw-btn{width:100%}
	.tw-tool__sec{padding:40px 0}
	.tw-stickycta__name small{display:none}
	.tw-promobar__row{flex-wrap:wrap;gap:8px}
	.tw-promobar__text{flex:1 1 calc(100% - 40px);font-size:14px}
	.tw-promobar .tw-btn{flex:1}
}

/* ==========================================================================
   v1.2 — 3-plan pricing, mobile swipe, compare table
   ========================================================================== */
.tw-plans--3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px;align-items:stretch}
.tw-plans--3 .tw-plan{padding:26px 24px}
.tw-plans--3 .tw-plan--pop{transform:translateY(-8px);box-shadow:0 26px 50px -24px rgba(15,118,110,.45)}
.tw-plans--3 .tw-plan__price{font-size:36px}
.tw-swipe-hint{display:none}
.tw-plan ul{font-size:15px}
.tw-plan li{line-height:1.6}
.tw-compare .tw-table table{min-width:520px}
.tw-compare th small{font-weight:400;opacity:.8}
@media (max-width:900px){
	.tw-plans--3{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:14px 4px 18px;margin-inline:-16px;padding-inline:16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
	.tw-plans--3::-webkit-scrollbar{display:none}
	.tw-plans--3 .tw-plan{flex:0 0 min(84%,340px);scroll-snap-align:center}
	.tw-plans--3 .tw-plan--pop{transform:none}
	.tw-swipe-hint{display:flex;justify-content:center;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin:0 0 6px}
	.tw-swipe-hint::before{content:"";width:34px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--line),var(--teal))}
	.tw-compare td:first-child,.tw-compare th:first-child{position:sticky;inset-inline-start:0;background:#fff;z-index:1;min-width:150px;box-shadow:-6px 0 10px -8px rgba(0,0,0,.2)}
	.tw-compare thead th:first-child{background:var(--ink)}
	.tw-lp-sec__head{gap:10px}
	.tw-lp-nav{top:64px}
}
@media (max-width:640px){
	.tw-lp-hero{padding:40px 0 32px}
	.tw-lp-hero h1{font-size:28px}
	.tw-lp-hero .tw-lead{font-size:16.5px}
	.tw-lp-actions .tw-btn{flex:1 1 100%}
	.tw-lp-trust{gap:8px 16px;font-size:14px}
	.tw-lp-sec__head h2{font-size:23px}
	.tw-plans--3 .tw-plan__price{font-size:32px}
	.tw-compare>summary{padding:12px 16px}
	.tw-contact__title{font-size:24px}
}

/* ===== v1.3 Guest posts, contributors, samples ===== */
.tw-samplebar{background:#FEF3C7;border-bottom:1px solid #FCD34D;color:#78350F;font-size:14px;padding:10px 0;line-height:1.7}
.tw-samplebar strong{display:inline-block;background:#F59E0B;color:#fff;border-radius:6px;padding:1px 8px;margin-inline-end:8px;font-family:var(--f-head);font-size:12.5px}
.tw-samplebar a{color:#92400E;font-weight:700}
.tw-article--guest{--c:var(--cat)}
.tw-clogo{display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:16px;overflow:hidden;background:var(--surface);border:1px solid var(--line)}
.tw-clogo img{width:100%;height:100%;object-fit:cover}
.tw-clogo--letter{background:var(--c,var(--teal));border:0;color:#fff;font-family:var(--f-head);font-weight:700;line-height:1;box-shadow:0 8px 18px -10px var(--c,var(--teal))}
.tw-guestbadge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--c,var(--teal));background:color-mix(in srgb,var(--c,var(--teal)) 10%,#fff);border:1px solid color-mix(in srgb,var(--c,var(--teal)) 25%,#fff);border-radius:999px;padding:2px 10px;font-family:var(--f-head)}
.tw-btn--guest{background:var(--c,var(--teal));color:#fff;box-shadow:0 8px 20px -10px var(--c,var(--teal))}
.tw-btn--guest:hover{color:#fff;filter:brightness(1.08);transform:translateY(-1px)}
.tw-guesthead{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:18px 0 6px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-inline-start:4px solid var(--c);border-radius:var(--radius-lg)}
.tw-guesthead__who{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:0}
.tw-guesthead__who>span:last-child{display:flex;flex-direction:column;gap:3px;align-items:flex-start;min-width:0}
.tw-guesthead__who strong{font-family:var(--f-head);color:var(--ink);font-size:17px}
.tw-guesthead__who small{color:var(--muted);font-size:13.5px}
.tw-guestcard{margin-top:32px;padding:26px;border-radius:var(--radius-lg);background:linear-gradient(160deg,color-mix(in srgb,var(--c) 9%,#fff),var(--surface) 60%);border:1px solid color-mix(in srgb,var(--c) 22%,var(--line));position:relative;overflow:hidden}
.tw-guestcard::before{content:"";position:absolute;inset-block-start:0;inset-inline:0;height:4px;background:var(--c)}
.tw-guestcard__top{display:flex;gap:16px;align-items:center}
.tw-guestcard h2{margin:6px 0 2px;font-size:22px}
.tw-guestcard h2 a{color:var(--ink);text-decoration:none}
.tw-guestcard h2 a:hover{color:var(--c)}
.tw-guestcard__role{margin:0;color:var(--muted);font-size:14.5px}
.tw-guestcard__tag{margin:16px 0 6px;font-family:var(--f-head);font-weight:600;color:var(--ink);font-size:17px}
.tw-guestcard__bio{margin:0;color:var(--text);line-height:1.9;font-size:15.5px}
.tw-guestcard__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px}
.tw-guestcard__soc{display:inline-flex;gap:6px;margin-inline-start:auto}
.tw-guestcard__soc a{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--ink-2)}
.tw-guestcard__soc a:hover{color:var(--c);border-color:var(--c)}
.tw-guestnote{margin-top:18px;padding:12px 14px;border-radius:12px;background:var(--soft);color:var(--muted);font-size:13.5px;line-height:1.8}
.tw-profile{padding:44px 0 36px;background:linear-gradient(170deg,color-mix(in srgb,var(--c) 12%,#fff),var(--paper) 70%);border-bottom:1px solid var(--line)}
.tw-profile__row{display:flex;gap:24px;align-items:center}
.tw-profile__body{min-width:0}
.tw-profile h1{margin:8px 0 4px;font-size:clamp(26px,4vw,36px)}
.tw-profile__role{margin:0;color:var(--muted)}
.tw-profile__tag{margin:12px 0 4px;font-family:var(--f-head);font-weight:600;color:var(--ink);font-size:18px}
.tw-profile__bio{margin:0 0 16px;max-width:760px;line-height:1.9}
.tw-profile .tw-guestcard__actions{margin-top:8px}
.tw-samples{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}
.tw-sample{display:flex;flex-direction:column;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}
.tw-sample:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--c)}
.tw-sample__img{position:relative;aspect-ratio:16/9;background:var(--soft);overflow:hidden}
.tw-sample__img img{width:100%;height:100%;object-fit:cover;display:block}
.tw-sample__img .tw-guestbadge{position:absolute;inset-block-start:10px;inset-inline-start:10px;background:#fff}
.tw-sample__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px;flex:1}
.tw-sample__who{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted)}
.tw-sample__who strong{display:block;color:var(--ink);font-family:var(--f-head);font-size:15px}
.tw-sample__title{margin:0;font-size:17.5px;line-height:1.55;color:var(--ink)}
.tw-sample__more{margin-top:auto;color:var(--c);font-weight:700;font-size:14px}
@media (max-width:980px){.tw-samples{grid-template-columns:1fr 1fr}}
@media (max-width:640px){
	.tw-samples{grid-template-columns:1fr}
	.tw-guesthead{flex-direction:column;align-items:stretch}
	.tw-guesthead .tw-btn{width:100%}
	.tw-guestcard{padding:20px}
	.tw-guestcard__top{align-items:flex-start}
	.tw-guestcard__actions .tw-btn{flex:1 1 100%}
	.tw-guestcard__soc{margin-inline-start:0}
	.tw-profile__row{flex-direction:column;align-items:flex-start;gap:14px}
}
.tw-sample__who b{display:block;color:var(--ink);font-family:var(--f-head);font-size:15px}
.tw-sample__who small{display:block;font-size:12.5px}
.tw-sample__title{display:block;font-family:var(--f-head);font-weight:700}
.tw-lp-sec--soft{background:var(--soft)}
.tw-lp-note{margin:8px 0 0;color:var(--muted);font-size:13.5px;text-align:center}
