/* Extracted from assets/css/vatax.css on 2026-06-25. Do not edit vatax.css for page-only styles; edit this file. */

.service-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 34px}


.service-flow-card{background:#fff;border:1px solid #d4e4e7;border-radius:26px;padding:26px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;transition:.25s}


.service-flow-card:before{content:"";position:absolute;inset:auto -60px -80px auto;width:170px;height:170px;border-radius:50%;background:rgba(0,90,92,.06)}


.service-flow-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}


.service-flow-card span{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#003638;color:#fff;font-weight:900;margin-bottom:18px}


.service-flow-card h3{font-size:23px;margin:0 0 10px;font-weight:900}


.service-flow-card p{color:#60777b;line-height:1.75;margin:0}


.services-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}


.service-card-pro{background:#fff;border:1px solid #d2e2e5;border-radius:30px;padding:30px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:18px;transition:.25s;position:relative;overflow:hidden}


.service-card-pro:after{content:"";position:absolute;top:-80px;left:-80px;width:190px;height:190px;border-radius:50%;background:rgba(223,155,34,.10);opacity:0;transition:.25s}


.service-card-pro:hover{transform:translateY(-8px);box-shadow:0 28px 62px rgba(4,35,37,.13);border-color:#b8d3d8}


.service-card-pro:hover:after{opacity:1}


.service-card-pro h2{font-size:30px;line-height:1.25;margin:0;font-weight:900;position:relative}


.service-card-pro p{color:#5e7478;line-height:1.8;font-size:17px;margin:0;position:relative}


.service-card-pro .btn{margin-top:auto;position:relative}


@media (max-width:1080px){
.services-showcase-grid{grid-template-columns:1fr}
}


@media (max-width:720px){
.services-showcase-grid{gap:18px}
.service-card-pro{padding:22px 16px;border-radius:24px}
.service-card-pro h2{font-size:25px}
}


.public-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}


.public-service-card{background:#fff;border:1px solid #d7e6e9;border-radius:30px;padding:28px;box-shadow:0 18px 40px rgba(0,47,50,.07);transition:.25s;display:flex;flex-direction:column;min-height:420px;position:relative;overflow:hidden}


.public-service-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--teal),var(--gold));opacity:.75}


.public-service-card:hover{transform:translateY(-8px);box-shadow:0 26px 58px rgba(0,47,50,.12)}


.public-service-card h3,.public-service-card h2{font-size:24px;line-height:1.3;margin:15px 0 12px;font-weight:1000}


.public-service-card small{color:var(--teal);font-weight:1000;letter-spacing:.08em}


.public-service-card p{color:#60777b;line-height:1.75}


.public-service-card ul{list-style:none;padding:0;margin:14px 0 22px;display:grid;gap:10px;flex:1}


.public-service-card li{display:flex;gap:8px;align-items:flex-start;color:#28454a;font-weight:800;line-height:1.45}


.public-service-card li svg{color:var(--teal);flex:0 0 auto}


.service-flow-card{background:#fff;border:1px solid #d7e6e9;border-radius:32px;padding:30px;box-shadow:0 18px 40px rgba(0,47,50,.07)}


.service-flow-card h3{font-size:27px;margin:0 0 18px;font-weight:1000}


.service-flow-card ol{counter-reset:item;list-style:none;padding:0;margin:0;display:grid;gap:14px}


.service-flow-card ol li{counter-increment:item;display:flex;gap:12px;align-items:flex-start;font-weight:850;color:#25464b}


.service-flow-card ol li:before{content:counter(item,decimal-leading-zero);display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:var(--gold);color:#111;font-weight:1000;flex:0 0 auto}


@media (max-width:720px){
.public-service-card,.service-rich-card,.service-flow-card{border-radius:24px;padding:22px}
}


.services-index-section{background:linear-gradient(180deg,var(--bg) 0%,#fff 100%)}


.feedback-cta-strip{background:#fff;padding:34px 0 72px}


.feedback-cta-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;background:linear-gradient(135deg,#00383a,#001819);color:#fff;border-radius:34px;padding:34px 38px;box-shadow:0 30px 80px rgba(0,47,50,.18);position:relative;overflow:hidden}


.feedback-cta-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(223,155,34,.20);inset-inline-end:-90px;bottom:-130px}


.feedback-cta-card>*{position:relative;z-index:1}


.feedback-cta-card .eyebrow{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.24);color:#fff}


.feedback-cta-card h2{font-size:clamp(27px,3.4vw,44px);line-height:1.2;margin:16px 0 10px;font-weight:1000;color:#fff}


.feedback-cta-card p{color:#d8eeee;line-height:1.85;font-size:18px;margin:0;max-width:880px}


.feedback-cta-card .btn{white-space:nowrap}


.service-suite-section{background:linear-gradient(180deg,var(--bg),#fff)}


.service-pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}


.service-chip-list{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:11px;flex:1}


.service-chip-list li{display:flex;align-items:flex-start;gap:9px;border:1px solid rgba(0,90,92,.10);background:#f7fbfc;border-radius:16px;padding:11px 13px;font-weight:850;color:#244448;line-height:1.45}


.resources-section{background:linear-gradient(180deg,#fff,var(--bg));padding-top:76px}


.resources-panel{background:#fff;border:1px solid #d7e6e9;border-radius:36px;padding:36px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr);gap:30px;align-items:center;box-shadow:0 24px 64px rgba(0,47,50,.08)}


.resources-copy h2{font-size:clamp(28px,3.6vw,48px);line-height:1.18;margin:16px 0 12px;font-weight:1000;color:#071617}


.resources-copy p{color:#60777b;line-height:1.85;font-size:18px;margin:0}


.authority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}


.authority-card{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;background:#f4fafb;border:1px solid rgba(0,90,92,.14);border-radius:22px;padding:16px;transition:.24s ease}


.authority-card:hover{background:#eaf6f7;transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,47,50,.10)}


.authority-card strong{width:64px;height:54px;border-radius:18px;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:1000;direction:ltr}


.authority-card span{font-weight:900;color:#233f43;line-height:1.35}


.authority-card .icon{color:var(--gold)}


.service-feedback-strip{padding-top:0;background:var(--bg)}


@media (max-width:1180px){
.method-flow-grid,.service-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


@media (max-width:900px){
.feedback-cta-card{grid-template-columns:1fr;text-align:start}
.feedback-cta-card .btn{width:100%}
}


@media (max-width:620px){
.authority-card{grid-template-columns:56px 1fr}
.authority-card .icon{display:none}
.authority-card strong{width:56px;height:50px}
}


:where(.public-service-grid,.service-pillar-grid,.tools-grid,.contact-cards-row,.team-grid-modern,.method-flow-grid,.about-section-grid,.authority-grid,.certificate-icon-grid,.partner-tier-grid,.admin-grid-2) > *{
  animation:vtxCardRise .72s ease both;
}


:where(.public-service-grid,.service-pillar-grid,.tools-grid,.contact-cards-row,.team-grid-modern,.method-flow-grid,.about-section-grid,.authority-grid,.certificate-icon-grid,.partner-tier-grid,.admin-grid-2) > *:nth-child(2){animation-delay:.08s}


:where(.public-service-grid,.service-pillar-grid,.tools-grid,.contact-cards-row,.team-grid-modern,.method-flow-grid,.about-section-grid,.authority-grid,.certificate-icon-grid,.partner-tier-grid,.admin-grid-2) > *:nth-child(3){animation-delay:.16s}


:where(.public-service-grid,.service-pillar-grid,.tools-grid,.contact-cards-row,.team-grid-modern,.method-flow-grid,.about-section-grid,.authority-grid,.certificate-icon-grid,.partner-tier-grid,.admin-grid-2) > *:nth-child(4){animation-delay:.24s}


:where(.public-service-grid,.service-pillar-grid,.tools-grid,.contact-cards-row,.team-grid-modern,.method-flow-grid,.about-section-grid,.authority-grid,.certificate-icon-grid,.partner-tier-grid,.admin-grid-2) > *:nth-child(n/**/+5){animation-delay:.30s}


.service-list-title{font-size:12px;font-weight:1000;color:var(--teal);margin:12px 0 7px}


.service-chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}


.service-chip-list span,.mini-chip{font-size:11px;font-weight:900;color:#284e54;background:rgba(8,56,70,.07);border:1px solid rgba(8,56,70,.1);padding:6px 8px;border-radius:999px}


.service-suite-section .service-list-title{font-size:10.5px!important;line-height:1.2!important;margin:7px 0 5px!important;}


.service-suite-section .service-chip-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:5px!important;
  margin:0 0 8px!important;
  padding:0!important;
  list-style:none!important;
  flex:0 0 auto!important;
}


.service-suite-section .service-chip-list-extra{grid-template-columns:repeat(2,minmax(0,1fr))!important;}


.service-suite-section .service-chip-list li{
  gap:5px!important;
  padding:6px 7px!important;
  border-radius:11px!important;
  font-size:10.7px!important;
  line-height:1.25!important;
  font-weight:850;
  align-items:flex-start!important;
}


@media (max-width:1180px){
.service-suite-section .service-pillar-grid{grid-template-columns:1fr!important;}
.service-suite-section .service-chip-list{grid-template-columns:1fr!important;}
}


.feedback-cta-strip{padding:26px 0 44px!important;}


.feedback-cta-card{grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important;border-radius:24px!important;padding:24px!important;}


.feedback-cta-card h2{font-size:clamp(22px,2.4vw,32px)!important;margin:8px 0 6px!important;}


.feedback-cta-card p{font-size:13.5px!important;line-height:1.6!important;}


@media (max-width:760px){
.feedback-cta-card{grid-template-columns:1fr!important;}
}


body:not(.admin-body) .service-flow-card,
body:not(.admin-body) .package-card,
body:not(.admin-body) .vtx-service-card,
body:not(.admin-body) .public-service-card{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease!important;
}


body:not(.admin-body) .service-flow-card:hover,
body:not(.admin-body) .package-card:hover,
body:not(.admin-body) .vtx-service-card:hover,
body:not(.admin-body) .public-service-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(242,140,0,.36)!important;
  box-shadow:0 20px 46px rgba(8,56,70,.10)!important;
}


/* Services page: make cards visibly larger and easier to scan */
.page-services-body .service-suite-section .service-pillar-grid{gap:30px!important;}


/* Better motion/visual hierarchy on the four product service pages */
.product-flow-section .service-rich-card,
.product-flow-section .service-flow-card,
.product-flow-section .package-card,
.product-flow-section .service-auto-card{
  position:relative!important;
  overflow:hidden!important;
}


.product-flow-section .service-rich-card::after,
.product-flow-section .service-flow-card::after,
.product-flow-section .package-card::after,
.product-flow-section .service-auto-card::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  border-radius:50%;
  inset:auto -80px -95px auto;
  background:rgba(0,90,92,.055);
  pointer-events:none;
  transition:transform .28s ease, background .28s ease;
}


.product-flow-section .service-rich-card:hover::after,
.product-flow-section .service-flow-card:hover::after,
.product-flow-section .package-card:hover::after,
.product-flow-section .service-auto-card:hover::after{transform:scale(1.2);background:rgba(223,155,34,.12);}


.product-flow-section .service-rich-card,
.product-flow-section .service-flow-card{border-radius:28px!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--vtx-cool-line)!important;box-shadow:var(--vtx-cool-shadow)!important;padding:30px!important;}


.product-flow-section .service-rich-card .check-list li,
.product-flow-section .service-flow-card .check-list li{background:#f6fbfc!important;border:1px solid rgba(8,56,70,.10)!important;border-radius:16px!important;padding:11px 13px!important;font-size:14px!important;}


.product-flow-section .service-flow-card h3{font-size:clamp(22px,2.3vw,34px)!important;margin:0 0 16px!important;color:#07363d!important;}


.product-flow-section .service-flow-card ol{display:grid!important;gap:11px!important;margin:0!important;padding:0!important;counter-reset:flowStep!important;list-style:none!important;}


.product-flow-section .service-flow-card ol li{position:relative!important;display:grid!important;grid-template-columns:42px 1fr!important;gap:10px!important;align-items:center!important;padding:11px!important;border-radius:16px!important;background:#f6fbfc!important;border:1px solid rgba(8,56,70,.10)!important;font-size:13.5px!important;font-weight:900;color:#244a50!important;}


.product-flow-section .service-flow-card ol li::before{counter-increment:flowStep;content:counter(flowStep, decimal-leading-zero);width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),#00858a);color:#fff;font-weight:1000;direction:ltr;}


@media (max-width:760px){
.product-flow-section .service-rich-card,.product-flow-section .service-flow-card,.product-flow-section .package-card{padding:22px!important;border-radius:24px!important;}
}


.service-chip-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}


.service-chip-list li,
.service-chip-list span,
.mini-chip{background:#f7fbfc!important;border:1px solid var(--vtx-line)!important;border-radius:14px!important;padding:9px 10px!important;font-size:12.5px!important;line-height:1.45!important;color:#243f43!important;}


.public-service-card,
.service-index-card-large,
.home-service-card-xl{
  min-height:0!important;
  height:100%!important;
  padding:26px!important;
  border-radius:28px!important;
  background:#fff!important;
  border:1px solid var(--vtx-line)!important;
  box-shadow:0 20px 52px rgba(8,56,70,.075)!important;
}


.public-service-card h2{font-size:clamp(20px,1.55vw,28px)!important;line-height:1.25!important;}


.public-service-card p{font-size:14px!important;line-height:1.75!important;}


.public-service-card li{font-size:13px!important;line-height:1.55!important;}


body:not(.admin-body) .service-rich-card .check-list li,
body:not(.admin-body) .service-detail-main .check-list li,
body:not(.admin-body) .service-flow-card .check-list li{
  background:#fff!important;
  border:1px solid var(--vtx-line)!important;
  color:#23454a!important;
  border-radius:16px!important;
  padding:12px 14px!important;
  font-size:14px!important;
}


body:not(.admin-body) .service-rich-card .check-list svg,
body:not(.admin-body) .service-flow-card .check-list svg{color:#083846!important;}


body:not(.admin-body) .service-flow-card{background:#fff!important;border:1px solid var(--vtx-line)!important;box-shadow:0 20px 52px rgba(8,56,70,.07)!important;border-radius:28px!important;}


body:not(.admin-body) .service-flow-card ol li:before{background:#083846!important;color:#fff!important;}


/* Resources section redesign */
.resources-section{background:#eef7f8!important;}


.resources-panel{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)!important;align-items:center!important;gap:36px!important;background:#fff!important;border:1px solid var(--vtx-line)!important;border-radius:36px!important;padding:clamp(30px,4vw,56px)!important;box-shadow:0 24px 70px rgba(8,56,70,.085)!important;}


.resources-copy h2{font-size:clamp(34px,3.9vw,62px)!important;line-height:1.08!important;color:#071617!important;}


.resources-copy p{font-size:16px!important;line-height:1.9!important;color:#5c767a!important;}


.authority-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}


.authority-card{background:#f7fbfc!important;border:1px solid var(--vtx-line)!important;border-radius:20px!important;padding:18px!important;min-height:82px!important;box-shadow:none!important;}


.authority-card strong{width:58px!important;height:48px!important;border-radius:16px!important;background:#083846!important;color:#fff!important;}


.authority-card span{font-size:14px!important;color:#24494e!important;}


@media (max-width:1180px){
.resources-panel{grid-template-columns:1fr!important;}
}


.page-services-body .service-pillar-card-visual,
.page-services-body .service-index-card-visual{
  overflow:hidden!important;
  position:relative!important;
}


.page-services-body .service-pillar-media,
.page-services-body .service-index-media{
  margin:-8px -8px 20px!important;
  height:190px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#eef7f8!important;
  border:1px solid rgba(8,56,70,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)!important;
}


.page-services-body .service-index-media{height:150px!important;margin:-6px -6px 18px!important;border-radius:22px!important;}


.page-services-body .service-pillar-media img,
.page-services-body .service-index-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transform:scale(1.02)!important;
  transition:transform .45s ease, filter .45s ease!important;
}


.page-services-body .service-pillar-card-visual:hover .service-pillar-media img,
.page-services-body .service-index-card-visual:hover .service-index-media img{
  transform:scale(1.07)!important;
  filter:saturate(1.08) contrast(1.03)!important;
}


.tax-news-hub-section{background:linear-gradient(180deg,#eef7f8,#fff)!important;}


.official-news-grid{position:relative!important;z-index:2!important;}


.official-news-card{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:14px!important;
  min-height:128px!important;
  padding:18px!important;
  background:#fff!important;
  border:1px solid rgba(8,56,70,.10)!important;
  box-shadow:0 16px 38px rgba(8,56,70,.075)!important;
  text-decoration:none!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease!important;
}


.official-news-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 58px rgba(8,56,70,.12)!important;border-color:rgba(242,140,0,.34)!important;}


.official-news-code{
  width:70px!important;
  height:70px!important;
  border-radius:22px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#083846,#002629)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(8,56,70,.18)!important;
}


.official-news-code strong{width:auto!important;height:auto!important;background:transparent!important;color:#fff!important;font-size:17px!important;line-height:1!important;}


.official-news-code .icon{width:20px!important;height:20px!important;color:var(--gold)!important;margin-top:4px!important;}


.official-news-copy{display:grid!important;gap:7px!important;}


.official-news-copy b{font-size:15px!important;color:#083846!important;line-height:1.35!important;}


.official-news-copy small{font-size:12.6px!important;line-height:1.65!important;color:#5d7478!important;}


.official-news-arrow{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#fff7e7!important;color:#b06f04!important;}


.official-news-arrow .icon{width:18px!important;height:18px!important;}


html[dir="rtl"] .official-news-arrow .icon{transform:none!important;}


@media (max-width:1180px){
.page-services-body .service-pillar-media{height:220px!important;}
.page-services-body .service-index-media{height:180px!important;}
}


@media (max-width:760px){
.page-services-body .service-pillar-media,.page-services-body .service-index-media{height:180px!important;margin:-4px -4px 16px!important;}
.official-news-card{grid-template-columns:58px minmax(0,1fr)!important;min-height:auto!important;}
.official-news-code{width:54px!important;height:54px!important;border-radius:18px!important;}
.official-news-arrow{display:none!important;}
}


/* ===== VATAX services page requested cleanup 2026-06-12 =====
   - Remove card images from services sections.
   - Keep the card identity while making points vertical without small boxed chips.
   - Rework official tax authorities area as a highlighted vertical hub instead of a square grid.
   - Improve consultation calendar text alignment. */
.page-services-body .service-pillar-media,
.page-services-body .service-index-media{
  display:none!important;
}


.page-services-body .service-suite-section{
  background:linear-gradient(180deg,#f5fbfc 0%,#ffffff 100%)!important;
}


.page-services-body .service-suite-section .service-pillar-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}


.page-services-body .service-suite-section .service-list-title{
  display:block!important;
  margin:14px 0 10px!important;
  color:#083846!important;
  font-size:12.8px!important;
  line-height:1.6!important;
  font-weight:1000;
}


.page-services-body .service-suite-section .service-chip-list,
.page-services-body .service-suite-section .service-chip-list-extra{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  gap:0!important;
  margin:0 0 14px!important;
  padding:0!important;
  list-style:none!important;
}


.page-services-body .service-suite-section .service-chip-list li,
.page-services-body .service-suite-section .service-chip-list span{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:8px 0!important;
  color:#284b50!important;
  font-size:13.3px!important;
  line-height:1.55!important;
  font-weight:850;
}


.page-services-body .service-suite-section .service-chip-list li + li,
.page-services-body .service-suite-section .service-chip-list span + span{
  border-top:1px solid rgba(8,56,70,.08)!important;
}


.page-services-body .tax-news-hub-section{
  background:linear-gradient(180deg,#eef7f8 0%,#ffffff 100%)!important;
}


.page-services-body .tax-news-hub-section .resources-copy h2{
  font-size:clamp(34px,3.7vw,58px)!important;
  line-height:1.12!important;
}


.page-services-body .tax-news-hub-section .official-news-grid{
  display:flex!important;
  flex-direction:column!important;
  grid-template-columns:none!important;
  gap:12px!important;
  padding:10px!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(8,56,70,.08)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)!important;
}


.page-services-body .tax-news-hub-section .official-news-card{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) 38px!important;
  align-items:center!important;
  gap:14px!important;
  min-height:auto!important;
  padding:15px 16px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f5fbfc 100%)!important;
  border:0!important;
  box-shadow:0 12px 28px rgba(8,56,70,.07), inset 0 0 0 1px rgba(8,56,70,.08)!important;
  text-decoration:none!important;
}


.page-services-body .tax-news-hub-section .official-news-card:hover{
  transform:translateX(-4px)!important;
  box-shadow:0 18px 40px rgba(8,56,70,.11), inset 0 0 0 1px rgba(242,140,0,.26)!important;
}


html[dir="ltr"] .page-services-body .tax-news-hub-section .official-news-card:hover{
  transform:translateX(4px)!important;
}


.page-services-body .tax-news-hub-section .official-news-code{
  width:58px!important;
  height:58px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#083846,#005e62)!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(8,56,70,.16)!important;
}


.page-services-body .tax-news-hub-section .official-news-code strong{
  font-size:14.5px!important;
  color:#fff!important;
}


.page-services-body .tax-news-hub-section .official-news-code .icon{
  display:none!important;
}


.page-services-body .tax-news-hub-section .official-news-copy b{
  display:block!important;
  font-size:15.2px!important;
  line-height:1.38!important;
  color:#083846!important;
}


.page-services-body .tax-news-hub-section .official-news-copy small{
  display:block!important;
  margin-top:4px!important;
  font-size:12.7px!important;
  line-height:1.68!important;
  color:#5d7478!important;
}


.page-services-body .tax-news-hub-section .official-news-arrow{
  width:38px!important;
  height:38px!important;
  border-radius:999px!important;
  background:#fff7e7!important;
  color:#b06f04!important;
}


@media (max-width:760px){
.page-services-body .tax-news-hub-section .official-news-grid{
    padding:8px!important;
  }
.page-services-body .tax-news-hub-section .official-news-card{
    grid-template-columns:54px minmax(0,1fr)!important;
    border-radius:20px!important;
  }
.page-services-body .tax-news-hub-section .official-news-code{
    width:50px!important;
    height:50px!important;
  }
.page-services-body .tax-news-hub-section .official-news-arrow{
    display:none!important;
  }
}


body.public-body:not(.admin-body) :where(.public-service-card,.service-pillar-card,.tool-card,.certificate-icon-card,.package-card) h2,
body.public-body:not(.admin-body) :where(.public-service-card,.service-pillar-card,.tool-card,.certificate-icon-card,.package-card) h3{
  font-size:clamp(20px,1.45vw,23px)!important;
  line-height:1.32!important;
  letter-spacing:-.01em!important;
}


body.public-body:not(.admin-body) .public-service-card li,
body.public-body:not(.admin-body) .service-pillar-card li{
  font-size:clamp(12px,.86vw,14px)!important;
  line-height:1.65!important;
}


.feedback-cta-strip .feedback-cta-card h2{font-size:clamp(2rem,4.2vw,4.3rem)!important;line-height:1.15!important}


.feedback-cta-strip .feedback-cta-card .btn{min-height:66px!important;font-size:1.02rem!important;padding-inline:28px!important}


@media (max-width:760px){
.feedback-cta-strip .feedback-cta-card h2{font-size:clamp(1.9rem,9vw,3.1rem)!important}
.feedback-cta-strip .feedback-cta-card{padding-inline:20px!important}
}


.feedback-cta-strip{padding:20px 0 38px!important;}


.feedback-cta-card{gap:16px!important;padding:22px 24px!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr) auto!important;}


.feedback-cta-card h2{font-size:clamp(20px,2.1vw,28px)!important;margin:8px 0 6px!important;max-width:860px!important;}


.feedback-cta-card p{font-size:14px!important;line-height:1.7!important;max-width:760px!important;}


.feedback-cta-card .btn{min-height:54px!important;padding-inline:22px!important;font-size:.96rem!important;box-shadow:0 16px 36px rgba(242,140,0,.22)!important;}


@media (max-width:980px){
.feedback-cta-card{grid-template-columns:1fr!important;}
.feedback-cta-card .btn{width:100%!important;justify-content:center!important;}
}


@media (max-width:760px){
.feedback-cta-card h2{font-size:clamp(18px,7vw,24px)!important;}
}


.feedback-cta-card h2{font-size:clamp(24px,3vw,42px)!important;line-height:1.25!important;}


/* ===== VATAX vv52 responsive leadership + hero compass + chatbot precision patch =====
   Scope: widened team cards using official Word content, removed feedback CTA strip,
   white AskVATAX text with gold T, responsive hero/tool cards without changing JS/API. */
/* Remove the feedback CTA strip requested from About and any duplicated public placement. */
.feedback-cta-strip{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}


/* Service and homepage cards: make the orange category readable and reduce oversized black headings. */
body.public-body:not(.admin-body) :where(.service-pillar-card,.home-pillar-grid .service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) small{
  display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;font-size:clamp(12px,1.05vw,15px)!important;line-height:1.25!important;font-weight:1000;color:#E88F00!important;letter-spacing:.025em!important;text-transform:uppercase!important;margin-bottom:10px!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.home-pillar-grid .service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) h2,
body.public-body:not(.admin-body) :where(.service-pillar-card,.home-pillar-grid .service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) h3{
  font-size:clamp(22px,2.05vw,34px)!important;line-height:1.22!important;letter-spacing:-.018em!important;margin:9px 0 12px!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.home-pillar-grid .service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) p{
  font-size:clamp(13.5px,1vw,15.5px)!important;line-height:1.72!important;
}


html[dir="rtl"] body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card) small{margin-inline-start:auto;margin-inline-end:0;}


html[dir="ltr"] body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card) small{margin-inline-start:0;margin-inline-end:auto;}


@media (max-width:760px){
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) h2,
  body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) h3{font-size:clamp(21px,6.2vw,30px)!important;}
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl) small{font-size:12px!important;}
}


/* Service cards: black headline first, gold category below it. */
body.public-body:not(.admin-body) :where(.service-pillar-card,.home-pillar-grid .service-pillar-card,.public-service-card,.service-index-card-large,.home-service-card-xl){
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:0!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) :where(.service-pillar-icon,.icon-box){
  order:1!important;
  align-self:flex-start!important;
  margin:0 0 16px!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) h2,
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) h3{
  order:2!important;
  font-size:24px!important;
  line-height:1.38!important;
  margin:0 0 8px!important;
  color:#071617!important;
  font-weight:1000;
  letter-spacing:0!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) small{
  order:3!important;
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 16px!important;
  color:var(--gold,#E8A11D)!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:1000;
  letter-spacing:0!important;
  text-transform:none!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) p{
  order:4!important;
  font-size:16px!important;
  line-height:1.85!important;
  color:#5d7478!important;
  margin:0 0 18px!important;
  max-width:none!important;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) :where(.service-list-title,.service-chip-list,ul){order:5!important;}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) :where(.service-card-actions,.btn,.more-link,a.btn){order:6!important;}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) .btn{margin-top:auto!important;}


@media (max-width:760px){
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) :where(h2,h3){font-size:24px!important;}
}


/* Card hierarchy retained with the requested lighter weight. */
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) :where(h2,h3){
  font-size:24px!important;
  line-height:1.38!important;
  font-weight:300;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card) small{
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:300;
}


body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card,.vtx-hero-tool-card) p,
body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card,.vtx-hero-tool-card) li{
  font-size:16px!important;
  line-height:1.85!important;
  font-weight:300;
}


body.public-body:not(.admin-body) :where(h3,h4,.eyebrow,.hero-badge,.dark-badge,.service-pillar-card small,.public-service-card small,.service-list-title,.check-list li strong){
  font-size:var(--vtx-final-subtitle-3)!important;
  line-height:1.55!important;
  font-weight:700;
}


html[dir="rtl"] body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card,.vtx-hero-tool-card,.hero-mini-service-card) :where(h2,h3,strong,p,small,li){
  text-align:right!important;
}


html[dir="ltr"] body.public-body:not(.admin-body) :where(.service-pillar-card,.public-service-card,.tool-card,.vtx-hero-tool-card,.hero-mini-service-card) :where(h2,h3,strong,p,small,li){
  text-align:left!important;
}


body.public-body:not(.admin-body) .public-service-card,
body.public-body:not(.admin-body) .service-pillar-card,
body.public-body:not(.admin-body) .tool-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}


body.public-body:not(.admin-body) .public-service-card p,
body.public-body:not(.admin-body) .service-pillar-card p{
  font-size:var(--vtx-final-body)!important;
  line-height:1.85!important;
  font-weight:400;
  color:var(--vtx-final-muted)!important;
}


body.public-body:not(.admin-body) .public-service-card li{
  font-size:var(--vtx-final-body)!important;
  line-height:1.75!important;
  font-weight:400;
}


body.public-body:not(.admin-body) :where(h3,h4,.eyebrow,.hero-badge,.dark-badge,.service-pillar-card small,.public-service-card small,.service-list-title,.check-list li strong){font-size:var(--vtx-final-subtitle-3)!important;line-height:1.55!important;font-weight:700;}

/* VATAX vv2-27 requested service helper title size */
html body.public-body.page-services-body:not(.admin-body) .tools-home-section .section-head .section-title,
html body.public-body.page-services-body:not(.admin-body) .tools-home-section h2.section-title{
  font-size:28px!important;
  line-height:1.35!important;
}



/* VATAX 2026-06-27 final service hierarchy and official sources cleanup. */
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card,
body.public-body.page-index-body:not(.admin-body) .service-pillar-card,
body.public-body.public-index-body:not(.admin-body) .service-pillar-card{
  border-color:rgba(7,57,68,.12)!important;
}
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card small,
body.public-body.page-index-body:not(.admin-body) .service-pillar-card small,
body.public-body.public-index-body:not(.admin-body) .service-pillar-card small{
  order:2!important;
  display:block!important;
  width:fit-content!important;
  max-width:100%!important;
  color:var(--gold,#E8A11D)!important;
  font-size:clamp(21px,2.05vw,28px)!important;
  line-height:1.35!important;
  font-weight:1000;
  text-transform:none!important;
  letter-spacing:0!important;
  margin:0 0 8px!important;
}
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card h2,
body.public-body.page-index-body:not(.admin-body) .service-pillar-card h2,
body.public-body.public-index-body:not(.admin-body) .service-pillar-card h2{
  order:3!important;
  color:#071617!important;
  font-size:clamp(17px,1.25vw,21px)!important;
  line-height:1.55!important;
  font-weight:750;
  margin:0 0 12px!important;
  letter-spacing:0!important;
}
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card p,
body.public-body.page-index-body:not(.admin-body) .service-pillar-card p,
body.public-body.public-index-body:not(.admin-body) .service-pillar-card p{
  order:4!important;
  font-size:clamp(13px,.98vw,15px)!important;
  line-height:1.8!important;
  color:#5d7478!important;
  font-weight:400;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .news-hub-tags,
body.public-body:not(.admin-body) .news-hub-tags{
  display:none!important;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .resources-copy h2{
  font-size:25px!important;
  line-height:1.45!important;
  font-weight:1000;
  margin-bottom:12px!important;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .resources-copy p{
  font-size:15px!important;
  line-height:1.9!important;
  color:#4e6a70!important;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .resources-panel{
  align-items:stretch!important;
  background:radial-gradient(circle at top right,rgba(232,161,29,.12),transparent 28%),linear-gradient(135deg,#ffffff,#f4fbfc)!important;
  border:1px solid rgba(7,57,68,.10)!important;
  box-shadow:0 22px 65px rgba(7,57,68,.08)!important;
}
html[dir="rtl"] body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .official-news-arrow .icon{transform:rotate(180deg)!important;}
html[dir="ltr"] body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .official-news-arrow .icon{transform:none!important;}
html[dir="rtl"] body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .official-news-card{text-align:right!important;direction:rtl!important;}
html[dir="ltr"] body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .official-news-card{text-align:left!important;direction:ltr!important;}

/* VATAX Compass final two-question disclaimer card. */
body.public-body.page-vatax-compass-body:not(.admin-body) .compass-disclaimer-box{
  margin:18px 0 20px!important;
  padding:18px 20px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff7e7,#fff)!important;
  border:1px solid rgba(232,161,29,.34)!important;
  box-shadow:0 16px 34px rgba(7,57,68,.07)!important;
}
body.public-body.page-vatax-compass-body:not(.admin-body) .compass-disclaimer-box strong{
  display:block!important;
  color:#8a5b00!important;
  font-size:17px!important;
  line-height:1.4!important;
  margin-bottom:6px!important;
}
body.public-body.page-vatax-compass-body:not(.admin-body) .compass-disclaimer-box p{
  margin:0!important;
  color:#405f66!important;
  font-size:14px!important;
  line-height:1.8!important;
}
body.public-body.page-vatax-compass-body:not(.admin-body) .compass-final-disclaimer-step .compass-question-block{
  background:#fff!important;
  border:1px solid rgba(7,57,68,.10)!important;
  border-radius:22px!important;
  padding:18px!important;
  margin-bottom:14px!important;
}


/* ===== VATAX follow-up fixes 2026-06-27: services hierarchy + official sources ===== */
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card > small{
  order:2!important;
  display:block!important;
  width:100%!important;
  margin:0 0 10px!important;
  color:#f28c00!important;
  font-size:clamp(22px,2vw,30px)!important;
  line-height:1.28!important;
  font-weight:1000;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card > h2{
  order:3!important;
  font-size:clamp(18px,1.35vw,24px)!important;
  line-height:1.55!important;
  font-weight:700;
  color:#071617!important;
  margin:0 0 14px!important;
}
body.public-body.page-services-body:not(.admin-body) .service-suite-section .service-pillar-card > p{
  order:4!important;
  font-size:14.5px!important;
  line-height:1.85!important;
  color:#5d7478!important;
  margin:0 0 18px!important;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .news-hub-tags{display:none!important;}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .news-hub-copy h2{
  font-size:25px!important;
  line-height:1.35!important;
  margin:8px 0 12px!important;
}
body.public-body.page-services-body:not(.admin-body) .tax-news-hub-section .news-hub-copy p{
  font-size:14.5px!important;
  line-height:1.9!important;
}
html[dir="rtl"] body.public-body.page-services-body:not(.admin-body) .official-news-arrow,
body.lang-ar.public-body.page-services-body:not(.admin-body) .official-news-arrow{
  justify-self:start!important;
  transform:scaleX(-1)!important;
}
html[dir="ltr"] body.public-body.page-services-body:not(.admin-body) .official-news-arrow,
body.lang-en.public-body.page-services-body:not(.admin-body) .official-news-arrow{
  justify-self:end!important;
  transform:none!important;
}
html[dir="rtl"] body.public-body.page-services-body:not(.admin-body) .official-news-card{grid-template-columns:auto minmax(0,1fr) 64px!important;direction:rtl!important;text-align:right!important;}
html[dir="ltr"] body.public-body.page-services-body:not(.admin-body) .official-news-card{grid-template-columns:64px minmax(0,1fr) auto!important;direction:ltr!important;text-align:left!important;}
