.taxcsr-page {
    --csr-ink: #16131d;
    --csr-text: #5d5868;
    --csr-muted: #817b8e;
    --csr-line: #e8e4ed;
    --csr-soft: #f7f5fa;
    --csr-violet: #6c4cf1;
    --csr-violet-dark: #4a2cc8;
    --csr-violet-soft: #f0edff;
    --csr-mint: #5ed5b2;
    --csr-mint-dark: #16765f;
    --csr-night: #171321;
    --csr-night-soft: #241d32;
    background: #fff;
    color: var(--csr-ink);
    font-family: Samim, Tahoma, sans-serif;
    overflow: clip;
}

.taxcsr-page,
.taxcsr-page * {
    box-sizing: border-box;
}

.taxcsr-page button,
.taxcsr-page input,
.taxcsr-page select {
    font: inherit;
}

.taxcsr-page button,
.taxcsr-page a,
.taxcsr-page summary {
    -webkit-tap-highlight-color: transparent;
}

.taxcsr-page a {
    color: inherit;
    text-decoration: none;
}

.taxcsr-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.taxcsr-container {
    width: min(1240px, calc(100% - 64px));
    margin-inline: auto;
}

#about-csr,
#generator,
#security,
#questions,
#taxcsr-result {
    scroll-margin-top: 70px;
}

.taxcsr-subnav {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid rgba(232, 228, 237, .92);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
}

.taxcsr-subnav .taxcsr-container {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.taxcsr-subnav a {
    position: relative;
    color: #5c5665;
    font-size: 12px;
    font-weight: 700;
    transition: color .2s ease;
}

.taxcsr-subnav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 2px;
    border-radius: 99px;
    background: var(--csr-violet);
    transition: width .2s ease;
}

.taxcsr-subnav a:hover,
.taxcsr-subnav a:focus-visible {
    color: var(--csr-violet-dark);
}

.taxcsr-subnav a:hover::after,
.taxcsr-subnav a:focus-visible::after {
    width: 100%;
}

.taxcsr-hero {
    position: relative;
    min-height: 660px;
    padding: 82px 0 88px;
    display: grid;
    align-items: center;
    background:
        radial-gradient(circle at 76% 12%, rgba(108, 76, 241, .25), transparent 28%),
        radial-gradient(circle at 88% 90%, rgba(94, 213, 178, .13), transparent 26%),
        var(--csr-night);
    color: #fff;
}

.taxcsr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .32;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to left, #000, transparent 72%);
}

.taxcsr-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    align-items: center;
    gap: 86px;
}

.taxcsr-eyebrow,
.taxcsr-kicker {
    color: var(--csr-violet);
    font-size: 13px;
    font-family: Samim-Bold, Samim, sans-serif;
    font-weight: 700;
}

.taxcsr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #c6baff;
}

.taxcsr-eyebrow-dot {
    width: 9px;
    height: 9px;
    border: 2px solid var(--csr-mint);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(94, 213, 178, .1);
}

.taxcsr-hero h1 {
    max-width: 690px;
    margin: 0;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: clamp(40px, 4.6vw, 64px);
    line-height: 1.4;
    letter-spacing: -1.5px;
}

.taxcsr-hero h1 span {
    display: block;
    color: #bfaeff;
}

.taxcsr-lead {
    max-width: 680px;
    margin: 25px 0 0;
    color: #c9c3d3;
    font-size: 15px;
    line-height: 2.15;
}

.taxcsr-hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.taxcsr-button {
    min-height: 50px;
    padding: 11px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-family: Samim-Bold, Samim, sans-serif;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.taxcsr-button:hover {
    transform: translateY(-2px);
}

.taxcsr-button-primary {
    background: var(--csr-violet);
    color: #fff;
    box-shadow: 0 17px 35px rgba(108, 76, 241, .28);
}

.taxcsr-button-primary:hover {
    background: #7859f4;
    box-shadow: 0 20px 42px rgba(108, 76, 241, .38);
}

.taxcsr-button svg {
    width: 18px;
    height: 18px;
}

.taxcsr-hero-note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #d7d2de;
    font-size: 12px;
}

.taxcsr-hero-note svg {
    width: 22px;
    height: 22px;
    color: var(--csr-mint);
}

.taxcsr-key-visual {
    position: relative;
    min-height: 500px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 45px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
}

.taxcsr-key-visual::before,
.taxcsr-key-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}

.taxcsr-key-visual::before {
    inset: -1px;
    border: 1px solid transparent;
    background: linear-gradient(140deg, rgba(255, 255, 255, .22), transparent 34%, rgba(94, 213, 178, .2)) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.taxcsr-key-visual::after {
    inset: auto 10% -35px;
    height: 60px;
    background: rgba(108, 76, 241, .23);
    filter: blur(38px);
}

.taxcsr-visual-topbar {
    height: 33px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #a69caf;
    font-size: 9px;
    letter-spacing: 1.4px;
}

.taxcsr-visual-topbar > span {
    display: flex;
    gap: 5px;
}

.taxcsr-visual-topbar i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #665f71;
}

.taxcsr-visual-topbar i:nth-child(1) { background: var(--csr-mint); }
.taxcsr-visual-topbar i:nth-child(2) { background: #d7b45e; }

.taxcsr-visual-lock {
    width: 94px;
    height: 94px;
    margin: 34px auto 15px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(191, 174, 255, .32);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(108, 76, 241, .3), rgba(108, 76, 241, .08));
    color: #c9bcff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .13), 0 20px 40px rgba(0, 0, 0, .18);
}

.taxcsr-visual-lock svg {
    width: 52px;
    height: 52px;
    stroke-width: 2;
}

.taxcsr-visual-title {
    text-align: center;
}

.taxcsr-visual-title span,
.taxcsr-visual-title strong {
    display: block;
}

.taxcsr-visual-title span {
    color: #d8d2df;
    font-size: 12px;
}

.taxcsr-visual-title strong {
    margin-top: 5px;
    color: var(--csr-mint);
    font-size: 11px;
    letter-spacing: .7px;
}

.taxcsr-visual-files {
    margin-top: 25px;
    display: grid;
    gap: 9px;
}

.taxcsr-visual-file {
    min-height: 67px;
    padding: 10px 13px;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 13px;
    background: rgba(12, 9, 18, .25);
}

.taxcsr-visual-file.is-private {
    border-color: rgba(94, 213, 178, .26);
    background: rgba(94, 213, 178, .07);
}

.taxcsr-visual-file .file-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    color: #c7becf;
    font-size: 10px;
    font-weight: 700;
}

.taxcsr-visual-file div {
    direction: ltr;
    text-align: left;
}

.taxcsr-visual-file strong,
.taxcsr-visual-file small {
    display: block;
}

.taxcsr-visual-file strong {
    color: #f5f2f7;
    font-size: 11px;
    letter-spacing: .2px;
}

.taxcsr-visual-file small {
    margin-top: 3px;
    direction: rtl;
    color: #8f8698;
    font-size: 9px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(94, 213, 178, .35);
    border-radius: 50%;
    background: var(--csr-mint);
    box-shadow: 0 0 0 4px rgba(94, 213, 178, .08);
}

.taxcsr-concepts {
    position: relative;
    z-index: 2;
    margin-top: -38px;
}

.taxcsr-concept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--csr-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(35, 25, 55, .09);
    overflow: hidden;
}

.taxcsr-concept-grid article {
    min-height: 175px;
    padding: 34px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.taxcsr-concept-grid article + article {
    border-right: 1px solid var(--csr-line);
}

.taxcsr-concept-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
}

.taxcsr-concept-icon svg {
    width: 25px;
    height: 25px;
}

.taxcsr-concept-icon.private {
    background: #e9faf5;
    color: var(--csr-mint-dark);
}

.taxcsr-concept-icon.public {
    background: var(--csr-violet-soft);
    color: var(--csr-violet-dark);
}

.taxcsr-concept-icon.csr {
    background: #fff4e7;
    color: #a65b13;
}

.taxcsr-concept-grid h2 {
    margin: 0 0 9px;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 17px;
}

.taxcsr-concept-grid p {
    margin: 0;
    color: var(--csr-text);
    font-size: 12px;
    line-height: 2;
}

.taxcsr-generator-section {
    padding: 125px 0 110px;
    background:
        radial-gradient(circle at 8% 15%, rgba(108, 76, 241, .08), transparent 24%),
        #fff;
}

.taxcsr-section-heading {
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr);
    align-items: end;
    gap: 60px;
}

.taxcsr-section-heading h2,
.taxcsr-security-copy h2,
.taxcsr-faq-heading h2 {
    margin: 9px 0 0;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: clamp(29px, 3.5vw, 43px);
    line-height: 1.55;
    letter-spacing: -.6px;
}

.taxcsr-section-heading > p,
.taxcsr-faq-heading > p {
    margin: 0;
    color: var(--csr-text);
    font-size: 13px;
    line-height: 2.05;
}

.taxcsr-generator-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: stretch;
    border: 1px solid var(--csr-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 75px rgba(34, 24, 55, .08);
    overflow: hidden;
}

.taxcsr-form-panel {
    padding: 45px 48px 48px;
}

.taxcsr-form-step {
    display: flex;
    align-items: center;
    gap: 13px;
}

.taxcsr-form-step > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--csr-night);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.taxcsr-form-step strong,
.taxcsr-form-step small {
    display: block;
}

.taxcsr-form-step strong {
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 14px;
}

.taxcsr-form-step small {
    margin-top: 2px;
    color: var(--csr-muted);
    font-size: 10px;
}

.taxcsr-person-options {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.taxcsr-person-option {
    position: relative;
    min-height: 98px;
    padding: 16px 17px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--csr-line);
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.taxcsr-person-option:hover {
    border-color: #c9c0f6;
}

.taxcsr-person-option.is-selected {
    border-color: var(--csr-violet);
    background: #fbfaff;
    box-shadow: 0 0 0 3px rgba(108, 76, 241, .08);
}

.taxcsr-person-option > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.person-radio-mark {
    width: 19px;
    height: 19px;
    border: 1.5px solid #bbb5c3;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

.taxcsr-person-option.is-selected .person-radio-mark {
    border-color: var(--csr-violet);
    background: var(--csr-violet);
}

.person-option-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--csr-soft);
    color: #554f5e;
}

.taxcsr-person-option.is-selected .person-option-icon {
    background: var(--csr-violet-soft);
    color: var(--csr-violet-dark);
}

.person-option-icon svg {
    width: 23px;
    height: 23px;
}

.taxcsr-person-option strong,
.taxcsr-person-option small {
    display: block;
}

.taxcsr-person-option strong {
    font-size: 13px;
}

.taxcsr-person-option small {
    margin-top: 3px;
    color: var(--csr-muted);
    font-size: 10px;
}

.taxcsr-form-divider {
    height: 1px;
    margin: 36px 0;
    background: var(--csr-line);
}

.taxcsr-fields-grid {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 18px;
}

.taxcsr-field-wide {
    grid-column: 1 / -1;
}

.taxcsr-field label {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #37313f;
    font-size: 11px;
    font-family: Samim-Bold, Samim, sans-serif;
    font-weight: 700;
}

.taxcsr-field label em {
    color: #d64f58;
    font-style: normal;
}

.taxcsr-field label span {
    color: var(--csr-muted);
    font-size: 9px;
    font-family: Samim, sans-serif;
    font-weight: 400;
}

.taxcsr-field input,
.taxcsr-field select {
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    border: 1px solid #ded9e5;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: var(--csr-ink);
    font-size: 12px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.taxcsr-field input::placeholder {
    color: #aaa4b1;
}

.taxcsr-field input[dir="ltr"] {
    text-align: left;
}

.taxcsr-field input:hover,
.taxcsr-field select:hover {
    border-color: #c9c2d2;
}

.taxcsr-field input:focus,
.taxcsr-field select:focus {
    border-color: var(--csr-violet);
    box-shadow: 0 0 0 4px rgba(108, 76, 241, .09);
}

.taxcsr-field input.invalid,
.taxcsr-field select.invalid {
    border-color: #d95a63;
    background: #fffafa;
    outline: none;
}

.taxcsr-field input.valid.modified,
.taxcsr-field select.valid.modified {
    outline: none;
}

.taxcsr-input-wrap {
    position: relative;
}

.taxcsr-input-wrap select {
    appearance: none;
    padding-left: 38px;
}

.taxcsr-input-wrap > svg {
    position: absolute;
    left: 13px;
    top: 50%;
    width: 17px;
    height: 17px;
    color: #8e8798;
    pointer-events: none;
    transform: translateY(-50%);
}

.taxcsr-field-help {
    margin-top: 7px;
    display: block;
    color: var(--csr-muted);
    font-size: 9px;
}

.taxcsr-field .validation-message {
    margin-top: 6px;
    color: #bd343e;
    font-size: 9px;
    line-height: 1.8;
}

.taxcsr-validation-summary {
    margin-top: 23px;
    padding: 12px 15px;
    display: none;
    border: 1px solid #f0c8cb;
    border-radius: 10px;
    background: #fff7f7;
    color: #a52e36;
    font-size: 10px;
}

.taxcsr-validation-summary:has(li) {
    display: block;
}

.taxcsr-validation-summary ul {
    margin: 0;
    padding-right: 18px;
}

.taxcsr-error {
    margin-top: 18px;
    padding: 12px 15px;
    border: 1px solid #f0c8cb;
    border-radius: 10px;
    background: #fff7f7;
    color: #a52e36;
    font-size: 11px;
}

.taxcsr-submit-row {
    margin-top: 34px;
    padding-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--csr-line);
}

.taxcsr-inline-security {
    display: flex;
    align-items: center;
    gap: 10px;
}

.taxcsr-inline-security svg {
    width: 28px;
    height: 28px;
    color: var(--csr-mint-dark);
}

.taxcsr-inline-security strong,
.taxcsr-inline-security small {
    display: block;
}

.taxcsr-inline-security strong {
    font-size: 10px;
}

.taxcsr-inline-security small {
    margin-top: 2px;
    color: var(--csr-muted);
    font-size: 9px;
}

.taxcsr-generate-button {
    min-width: 225px;
    min-height: 51px;
    padding: 11px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    background: var(--csr-violet);
    color: #fff;
    cursor: pointer;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 12px;
    box-shadow: 0 15px 30px rgba(108, 76, 241, .23);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.taxcsr-generate-button:hover:not(:disabled) {
    transform: translateY(-2px);
    background: var(--csr-violet-dark);
    box-shadow: 0 18px 36px rgba(108, 76, 241, .3);
}

.taxcsr-generate-button:disabled {
    cursor: wait;
    opacity: .75;
}

.taxcsr-generate-button svg {
    width: 21px;
    height: 21px;
}

.taxcsr-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: taxcsr-spin .7s linear infinite;
}

@keyframes taxcsr-spin {
    to { transform: rotate(360deg); }
}

.taxcsr-guide-panel {
    padding: 44px 31px;
    background:
        radial-gradient(circle at 100% 0, rgba(108, 76, 241, .22), transparent 30%),
        var(--csr-night);
    color: #fff;
}

.taxcsr-guide-index {
    display: inline-flex;
    padding: 6px 10px;
    border: 1px solid rgba(191, 174, 255, .24);
    border-radius: 99px;
    background: rgba(108, 76, 241, .13);
    color: #bfaeff;
    font-size: 9px;
}

.taxcsr-guide-panel h3 {
    margin: 17px 0 0;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 21px;
}

.taxcsr-guide-panel ol {
    margin: 31px 0 0;
    padding: 0;
    display: grid;
    gap: 25px;
    list-style: none;
}

.taxcsr-guide-panel li {
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: start;
    gap: 12px;
}

.taxcsr-guide-panel li > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .08);
    color: var(--csr-mint);
    font-size: 10px;
    font-weight: 700;
}

.taxcsr-guide-panel li strong {
    font-size: 11px;
}

.taxcsr-guide-panel li p {
    margin: 5px 0 0;
    color: #a9a1b2;
    font-size: 9px;
    line-height: 1.9;
}

.taxcsr-guide-warning {
    margin-top: 32px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid rgba(238, 194, 99, .2);
    border-radius: 12px;
    background: rgba(238, 194, 99, .07);
}

.taxcsr-guide-warning svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #e6bd62;
}

.taxcsr-guide-warning p {
    margin: 0;
    color: #c0b7c8;
    font-size: 9px;
    line-height: 1.85;
}

.taxcsr-guide-warning strong {
    color: #f0d99f;
}

.taxcsr-guide-specs {
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.taxcsr-guide-specs span {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 9px;
}

.taxcsr-guide-specs b {
    color: #938a9d;
    font-weight: 400;
}

.taxcsr-guide-specs strong {
    direction: ltr;
    color: #d7d1dc;
    font-size: 9px;
}

.taxcsr-result-section {
    padding: 86px 0;
    background: #eeecff;
}

.taxcsr-success-head {
    padding: 30px 34px;
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(108, 76, 241, .15);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(73, 52, 153, .08);
}

.taxcsr-success-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: #e7f9f3;
    color: var(--csr-mint-dark);
}

.taxcsr-success-icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 2.4;
}

.taxcsr-success-head > div > span {
    color: var(--csr-mint-dark);
    font-size: 10px;
    font-weight: 700;
}

.taxcsr-success-head h2 {
    margin: 3px 0 0;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 23px;
}

.taxcsr-success-head p {
    margin: 5px 0 0;
    color: var(--csr-text);
    font-size: 10px;
}

.taxcsr-download-all {
    min-height: 48px;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--csr-violet);
    border-radius: 11px;
    background: var(--csr-violet);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}

.taxcsr-download-all svg {
    width: 20px;
    height: 20px;
}

.taxcsr-result-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.taxcsr-result-card {
    min-height: 125px;
    padding: 20px;
    display: grid;
    grid-template-columns: 47px 1fr auto;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(108, 76, 241, .12);
    border-radius: 17px;
    background: #fff;
}

.taxcsr-result-card.is-sensitive {
    border-color: rgba(207, 142, 51, .24);
    background: #fffdfa;
}

.taxcsr-file-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--csr-violet-soft);
    color: var(--csr-violet-dark);
}

.is-sensitive .taxcsr-file-icon {
    background: #fff1dc;
    color: #a66017;
}

.taxcsr-file-icon svg {
    width: 24px;
    height: 24px;
}

.taxcsr-file-copy span,
.taxcsr-file-copy h3,
.taxcsr-file-copy code {
    display: block;
}

.taxcsr-file-copy span {
    color: var(--csr-mint-dark);
    font-size: 8px;
    font-weight: 700;
}

.is-sensitive .taxcsr-file-copy span {
    color: #a66017;
}

.taxcsr-file-copy h3 {
    margin: 3px 0 0;
    font-size: 13px;
}

.taxcsr-file-copy code {
    margin-top: 5px;
    color: var(--csr-muted);
    font-size: 8px;
    text-align: right;
    overflow-wrap: anywhere;
}

.taxcsr-result-card > button {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid var(--csr-line);
    border-radius: 10px;
    background: #fff;
    color: var(--csr-violet);
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.taxcsr-result-card > button:hover {
    border-color: var(--csr-violet);
    background: var(--csr-violet);
    color: #fff;
}

.taxcsr-result-card > button svg {
    width: 19px;
    height: 19px;
}

.taxcsr-fingerprint {
    margin-top: 14px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px dashed rgba(108, 76, 241, .24);
    border-radius: 13px;
    background: rgba(255, 255, 255, .62);
}

.taxcsr-fingerprint span,
.taxcsr-fingerprint code {
    display: block;
}

.taxcsr-fingerprint span {
    color: var(--csr-text);
    font-size: 9px;
}

.taxcsr-fingerprint code {
    margin-top: 5px;
    color: var(--csr-violet-dark);
    font-size: 9px;
    overflow-wrap: anywhere;
}

.taxcsr-fingerprint small {
    flex: 0 0 auto;
    color: var(--csr-muted);
    font-size: 9px;
}

.taxcsr-security-section {
    padding: 120px 0;
    background: var(--csr-night);
    color: #fff;
}

.taxcsr-security-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
    align-items: center;
    gap: 95px;
}

.taxcsr-security-copy .taxcsr-kicker {
    color: var(--csr-mint);
}

.taxcsr-security-copy h2 {
    color: #fff;
}

.taxcsr-security-copy p {
    margin: 22px 0 0;
    color: #aea6b7;
    font-size: 13px;
    line-height: 2.15;
}

.taxcsr-security-points {
    display: grid;
}

.taxcsr-security-points article {
    min-height: 118px;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    gap: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.taxcsr-security-points article:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.taxcsr-security-points article > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(94, 213, 178, .26);
    border-radius: 15px;
    background: rgba(94, 213, 178, .07);
    color: var(--csr-mint);
    font-size: 11px;
    font-weight: 700;
}

.taxcsr-security-points strong {
    font-size: 13px;
}

.taxcsr-security-points p {
    margin: 6px 0 0;
    color: #9d95a6;
    font-size: 11px;
    line-height: 1.95;
}

.taxcsr-faq-section {
    padding: 120px 0 130px;
    background: #fff;
}

.taxcsr-faq-grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 90px;
}

.taxcsr-faq-heading {
    position: sticky;
    top: 90px;
}

.taxcsr-faq-heading p {
    margin-top: 15px;
}

.taxcsr-faq-list {
    border-top: 1px solid var(--csr-line);
}

.taxcsr-faq-list details {
    border-bottom: 1px solid var(--csr-line);
}

.taxcsr-faq-list summary {
    min-height: 80px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    font-family: Samim-Bold, Samim, sans-serif;
    font-size: 14px;
}

.taxcsr-faq-list summary::-webkit-details-marker {
    display: none;
}

.taxcsr-faq-list summary span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--csr-line);
    border-radius: 8px;
    color: var(--csr-violet);
    font-size: 18px;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.taxcsr-faq-list details[open] summary span {
    background: var(--csr-violet);
    color: #fff;
    transform: rotate(45deg);
}

.taxcsr-faq-list details p {
    max-width: 700px;
    margin: -4px 0 25px;
    color: var(--csr-text);
    font-size: 12px;
    line-height: 2.05;
}

.taxcsr-page .amisa-footer {
    padding: 30px 0;
    background: #100d16;
    color: #aaa2b2;
}

.taxcsr-page .amisa-footer .amisa-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.taxcsr-page .amisa-footer a {
    color: #d8d2de;
}

@media (max-width: 1120px) {
    .taxcsr-hero-grid {
        gap: 50px;
    }

    .taxcsr-generator-shell {
        grid-template-columns: minmax(0, 1fr) 285px;
    }

    .taxcsr-form-panel {
        padding-inline: 34px;
    }

    .taxcsr-guide-panel {
        padding-inline: 25px;
    }

    .taxcsr-success-head {
        grid-template-columns: 58px 1fr;
    }

    .taxcsr-download-all {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 900px) {
    .taxcsr-container {
        width: min(100% - 40px, 1240px);
    }

    .taxcsr-hero {
        padding: 66px 0 90px;
    }

    .taxcsr-hero-grid,
    .taxcsr-section-heading,
    .taxcsr-security-grid,
    .taxcsr-faq-grid {
        grid-template-columns: 1fr;
    }

    .taxcsr-hero-grid {
        gap: 58px;
    }

    .taxcsr-hero-copy {
        max-width: 720px;
    }

    .taxcsr-key-visual {
        width: min(100%, 520px);
        margin-inline: auto;
    }

    .taxcsr-concept-grid {
        grid-template-columns: 1fr;
    }

    .taxcsr-concept-grid article {
        min-height: auto;
    }

    .taxcsr-concept-grid article + article {
        border-top: 1px solid var(--csr-line);
        border-right: 0;
    }

    .taxcsr-section-heading,
    .taxcsr-security-grid,
    .taxcsr-faq-grid {
        gap: 28px;
    }

    .taxcsr-generator-shell {
        grid-template-columns: 1fr;
    }

    .taxcsr-guide-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 28px;
    }

    .taxcsr-guide-panel h3,
    .taxcsr-guide-panel ol {
        grid-column: 1;
    }

    .taxcsr-guide-warning,
    .taxcsr-guide-specs {
        grid-column: 2;
    }

    .taxcsr-guide-warning {
        grid-row: 1 / 3;
        margin-top: 0;
    }

    .taxcsr-guide-specs {
        margin-top: 0;
    }

    .taxcsr-result-grid {
        grid-template-columns: 1fr;
    }

    .taxcsr-security-grid {
        gap: 55px;
    }

    .taxcsr-faq-heading {
        position: static;
    }
}

@media (max-width: 680px) {
    .taxcsr-container {
        width: min(100% - 28px, 1240px);
    }

    .taxcsr-subnav {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .taxcsr-subnav::-webkit-scrollbar {
        display: none;
    }

    .taxcsr-subnav .taxcsr-container {
        width: max-content;
        min-width: 100%;
        padding-inline: 15px;
        justify-content: flex-start;
        gap: 24px;
    }

    .taxcsr-hero {
        min-height: auto;
        padding: 52px 0 78px;
    }

    .taxcsr-hero::before {
        background-size: 40px 40px;
    }

    .taxcsr-hero h1 {
        font-size: 35px;
        line-height: 1.5;
        letter-spacing: -.7px;
    }

    .taxcsr-lead {
        font-size: 13px;
    }

    .taxcsr-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .taxcsr-button {
        width: 100%;
    }

    .taxcsr-hero-note {
        justify-content: center;
    }

    .taxcsr-key-visual {
        min-height: 480px;
        padding: 15px;
        border-radius: 20px;
    }

    .taxcsr-concepts {
        margin-top: -28px;
    }

    .taxcsr-concept-grid article {
        padding: 26px 22px;
    }

    .taxcsr-generator-section,
    .taxcsr-security-section,
    .taxcsr-faq-section {
        padding-block: 78px;
    }

    .taxcsr-section-heading {
        margin-bottom: 28px;
    }

    .taxcsr-section-heading h2,
    .taxcsr-security-copy h2,
    .taxcsr-faq-heading h2 {
        font-size: 29px;
    }

    .taxcsr-form-panel {
        padding: 29px 20px 24px;
    }

    .taxcsr-person-options,
    .taxcsr-fields-grid {
        grid-template-columns: 1fr;
    }

    .taxcsr-field-wide {
        grid-column: auto;
    }

    .taxcsr-person-option {
        min-height: 88px;
    }

    .taxcsr-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .taxcsr-generate-button {
        width: 100%;
    }

    .taxcsr-guide-panel {
        padding: 33px 23px;
        display: block;
    }

    .taxcsr-guide-warning,
    .taxcsr-guide-specs {
        margin-top: 26px;
    }

    .taxcsr-success-head {
        padding: 24px 20px;
        grid-template-columns: 50px 1fr;
    }

    .taxcsr-success-icon {
        width: 50px;
        height: 50px;
    }

    .taxcsr-success-head h2 {
        font-size: 19px;
    }

    .taxcsr-success-head p {
        grid-column: 1 / -1;
    }

    .taxcsr-download-all {
        width: 100%;
        grid-column: 1 / -1;
        justify-content: center;
    }

    .taxcsr-result-card {
        grid-template-columns: 43px 1fr auto;
        padding: 17px;
    }

    .taxcsr-fingerprint {
        align-items: flex-start;
        flex-direction: column;
    }

    .taxcsr-security-grid {
        grid-template-columns: 1fr;
    }

    .taxcsr-security-points article {
        grid-template-columns: 46px 1fr;
    }

    .taxcsr-security-points article > span {
        width: 46px;
        height: 46px;
    }

    .taxcsr-faq-list summary {
        min-height: 72px;
        font-size: 12px;
    }

    .taxcsr-page .amisa-footer .amisa-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .taxcsr-page *,
    .taxcsr-page *::before,
    .taxcsr-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
