
:root{
  --tsd-navy:#001c45;
  --tsd-red:#d41118;
  --tsd-text:#17233b;
  --tsd-muted:#657185;
  --tsd-soft:#f6f8fb;
  --tsd-line:#e1e8f0;
}
.tesimpots-service-declarations-active .entry-title,
.tesimpots-service-declarations-active .page-header,
.tesimpots-service-declarations-active .entry-header,
.tesimpots-service-declarations-active .breadcrumbs,
.tesimpots-service-declarations-active .breadcrumb-wrap{display:none!important}
.tesimpots-service-declarations-active .site-main,
.tesimpots-service-declarations-active .content-area,
.tesimpots-service-declarations-active .entry-content{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important
}
.tsd-page{font-family:Inter,Arial,sans-serif;color:var(--tsd-text);background:#fff}
.tsd-page *{box-sizing:border-box}
.tsd-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.tsd-kicker{
  display:inline-block;margin-bottom:14px;color:var(--tsd-red);font-size:.78rem;
  font-weight:900;letter-spacing:.13em;text-transform:uppercase
}
.tsd-page h1,.tsd-page h2,.tsd-page h3{
  margin:0;color:var(--tsd-navy);line-height:1.05;letter-spacing:-.035em
}
.tsd-page h1{font-size:clamp(3rem,5.7vw,5.5rem);max-width:820px}
.tsd-page h2{font-size:clamp(2rem,3.5vw,3.45rem)}
.tsd-page h3{font-size:1.2rem}
.tsd-page p{margin:16px 0 0;color:var(--tsd-muted);font-size:1.05rem;line-height:1.72}

.tsd-hero{padding:110px 0 92px;border-bottom:1px solid var(--tsd-line);background:linear-gradient(180deg,#fff,#fbfcfe)}
.tsd-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;align-items:center}
.tsd-hero p{max-width:760px;font-size:1.16rem}
.tsd-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.tsd-primary,.tsd-secondary{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;
  border-radius:11px;text-decoration:none!important;font-weight:900
}
.tsd-primary{background:var(--tsd-red);color:#fff!important}
.tsd-secondary{border:1px solid var(--tsd-line);background:#fff;color:var(--tsd-navy)!important}
.tsd-trust-line{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.tsd-trust-line span{
  padding:8px 12px;border-radius:999px;background:var(--tsd-soft);color:var(--tsd-navy);
  font-size:.78rem;font-weight:800
}
.tsd-price-card{
  padding:34px;border:1px solid var(--tsd-line);border-radius:24px;background:#fff;
  box-shadow:0 22px 52px rgba(0,28,69,.09)
}
.tsd-price-label{display:block;color:var(--tsd-red);font-size:.77rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.tsd-price-card strong{display:block;margin-top:14px;color:var(--tsd-navy);font-size:3.25rem;letter-spacing:-.05em}
.tsd-price-card a{
  display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:26px;
  border-radius:10px;background:var(--tsd-navy);color:#fff!important;text-decoration:none!important;font-weight:900
}
.tsd-price-card small{display:block;margin-top:14px;color:var(--tsd-muted);line-height:1.5}

.tsd-benefits,.tsd-process,.tsd-resources,.tsd-faq{padding:86px 0}
.tsd-section-heading{max-width:800px;margin-bottom:38px}
.tsd-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tsd-benefit-grid article{
  padding:27px;border:1px solid var(--tsd-line);border-radius:20px;background:#fff;
  box-shadow:0 12px 30px rgba(0,28,69,.045)
}
.tsd-benefit-grid article>span{
  display:flex;align-items:center;justify-content:center;width:48px;height:48px;
  border-radius:14px;background:#fff0f1;color:var(--tsd-red)
}
.tsd-benefit-grid svg{width:25px;height:25px}
.tsd-benefit-grid h3{margin-top:22px}
.tsd-benefit-grid p{font-size:.91rem}

.tsd-who,.tsd-included{padding:86px 0;background:var(--tsd-soft)}
.tsd-two-column{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:start}
.tsd-check-grid,.tsd-included-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tsd-check-grid span,.tsd-included-list span{
  position:relative;padding:16px 16px 16px 48px;border:1px solid var(--tsd-line);
  border-radius:13px;background:#fff;color:var(--tsd-navy);font-weight:800
}
.tsd-check-grid span:before,.tsd-included-list span:before{
  content:"✓";position:absolute;left:16px;top:50%;transform:translateY(-50%);
  display:flex;align-items:center;justify-content:center;width:22px;height:22px;
  border-radius:50%;background:#e8f5ed;color:#17703a;font-size:.76rem;font-weight:900
}

.tsd-process{background:#fff}
.tsd-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tsd-process-grid article{
  display:flex;gap:18px;padding:28px;border:1px solid var(--tsd-line);border-radius:20px;background:#fff
}
.tsd-process-grid article>span{
  flex:0 0 46px;display:flex;align-items:center;justify-content:center;width:46px;height:46px;
  border-radius:14px;background:#fff0f1;color:var(--tsd-red)
}
.tsd-process-grid svg{width:24px;height:24px}
.tsd-process-grid small{color:var(--tsd-red);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tsd-process-grid h3{margin-top:5px}
.tsd-process-grid p{font-size:.91rem}

.tsd-resources{background:#fff}
.tsd-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tsd-resource-grid a{
  display:flex;flex-direction:column;min-height:230px;padding:28px;border:1px solid var(--tsd-line);
  border-radius:20px;background:#fff;color:inherit!important;text-decoration:none!important;
  box-shadow:0 12px 30px rgba(0,28,69,.045);transition:.2s
}
.tsd-resource-grid a:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,28,69,.085)}
.tsd-resource-grid span{color:var(--tsd-red);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.tsd-resource-grid strong{display:block;margin-top:18px;color:var(--tsd-navy);font-size:1.25rem;line-height:1.35}
.tsd-resource-grid em{margin-top:auto;color:var(--tsd-red);font-style:normal;font-weight:900}

.tsd-faq{background:var(--tsd-soft)}
.tsd-faq-list{display:grid;gap:13px}
.tsd-faq-list article{overflow:hidden;border:1px solid var(--tsd-line);border-radius:16px;background:#fff}
.tsd-faq-list button{
  display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;
  padding:24px 26px;border:0;background:#fff;text-align:left;cursor:pointer
}
.tsd-faq-list button strong{color:var(--tsd-navy);font-size:1.04rem}
.tsd-faq-list button span{position:relative;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:var(--tsd-soft)}
.tsd-faq-list button span:before,.tsd-faq-list button span:after{
  content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:var(--tsd-navy);transform:translate(-50%,-50%)
}
.tsd-faq-list button span:after{transform:translate(-50%,-50%) rotate(90deg)}
.tsd-faq-list article.is-open button span{background:var(--tsd-red)}
.tsd-faq-list article.is-open button span:before,.tsd-faq-list article.is-open button span:after{background:#fff}
.tsd-faq-list article.is-open button span:after{transform:translate(-50%,-50%) rotate(0)}
.tsd-faq-list article>div{padding:0 70px 24px 26px}

.tsd-cta{padding:86px 0;background:#fff}
.tsd-cta-card{
  display:grid;grid-template-columns:1fr .7fr;gap:55px;align-items:center;padding:54px;
  border-radius:24px;background:var(--tsd-navy);box-shadow:0 24px 54px rgba(0,28,69,.14)
}
.tsd-cta-card h2,.tsd-cta-card p{color:#fff}
.tsd-cta-card p{opacity:.78}
.tsd-cta-actions{display:grid;gap:12px}
.tsd-cta-actions a{
  display:flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;
  border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.06);
  color:#fff!important;text-decoration:none!important;font-weight:850
}
.tsd-cta-actions .tsd-primary{border-color:var(--tsd-red);background:var(--tsd-red)}

@media(max-width:1000px){
  .tsd-hero-grid,.tsd-two-column,.tsd-cta-card{grid-template-columns:1fr}
  .tsd-benefit-grid,.tsd-process-grid{grid-template-columns:repeat(2,1fr)}
  .tsd-resource-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .tsd-container{width:min(100% - 28px,1180px)}
  .tsd-hero{padding:80px 0 68px}
  .tsd-page h1{font-size:2.65rem}
  .tsd-page h2{font-size:2rem}
  .tsd-benefits,.tsd-process,.tsd-resources,.tsd-faq,.tsd-who,.tsd-included,.tsd-cta{padding:62px 0}
  .tsd-benefit-grid,.tsd-process-grid,.tsd-check-grid,.tsd-included-list{grid-template-columns:1fr}
  .tsd-price-card{padding:28px 22px}
  .tsd-price-card strong{font-size:2.8rem}
  .tsd-cta-card{padding:34px 24px}
}
