:root { --dark-blue: #241B45; --blue: #7C3AED; --light-blue: #EDE9FE; --white: #FFFFFF; --light-gray: #F2EEFB; --dark-gray: #241B45; --mid-gray: #6B7280; --gold: #7C3AED; --gold-light: #F1ECFE; --green: #7C3AED; --green-light: #EDE9FE; --red-light: #FEE2E2; --red: #DC2626; --border: #E6E0F2; --shadow-sm: 0 1px 3px rgba(45,32,74,0.08), 0 1px 2px rgba(45,32,74,0.04); --shadow-md: 0 4px 16px rgba(45,32,74,0.10), 0 2px 6px rgba(45,32,74,0.06); --shadow-lg: 0 12px 40px rgba(45,32,74,0.13); --radius-sm: 6px; --radius-md: 12px; --radius-lg: 20px; --radius-xl: 28px; --navbar-height: 80px; /* fallback before JS runs */ }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-size: 16px; color: var(--dark-gray); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }

#forms,
#how-it-works,
#features,
#pricing,
#faq { scroll-margin-top: calc(var(--navbar-height) + 0px); }

img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: underline; }
    a:hover { text-decoration: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-alt { background: var(--light-gray); }
.section-blue { background: var(--light-blue); }
.section-dark { background: var(--dark-blue); }

.eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.eyebrow-white { color: rgba(36,27,69,0.65); }
#forms .eyebrow, #how-it-works .eyebrow { color: #5E17EB; }

.logo img { width: 93px; height: 53px; }

h1, h2, h3, h4 { color: var(--dark-blue); line-height: 1.2; }
h1 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(22px, 3vw, 36px); font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 18px; font-weight: 600; }
h4 { font-size: 15px; font-weight: 600; }

.section-intro { font-size: 17px; color: var(--mid-gray); max-width: 640px; margin-top: 12px; line-height: 1.7; }
.section-header { margin-bottom: 48px; }
.section-header-center { text-align: center; }
    .section-header-center .section-intro { margin: 12px auto 0; }


.navbar-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; padding-left: 16px; }
.navbar-actions .btn { padding: 5px 15px; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius-sm); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: all 0.18s ease; white-space: nowrap; text-decoration: none; }
.btn-primary { background: #5E17EB; color: var(--white); border-color: #5E17EB; }
    .btn-primary:hover { background: #4C12C4; border-color: #4C12C4; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(94,23,235,0.25); }
    .btn-primary-outline { color: #5E17EB; border-color: #5E17EB; }
    .btn-primary-outline:hover { background: #4C12C4; border-color: #4C12C4; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(94,23,235,0.25); color: var(--white); }
.btn-secondary { background: transparent; color: var(--dark-blue); border-color: var(--dark-blue); }
    .btn-secondary:hover { background: var(--dark-blue); color: var(--white); text-decoration: none; transform: translateY(-1px); }
.btn-white { background: #5B21B6; color: var(--white); border-color: #5B21B6; }
    .btn-white:hover { background: #4C1D95; border-color: #4C1D95; text-decoration: none; }
.btn-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
    .btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.8); text-decoration: none; }
.btn-lg { padding: 16px 36px; font-size: 16px; }

.navbar { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); padding: 0 24px; }
.navbar-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 73px; gap: 20px; }
.navbar-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; color: var(--dark-blue); text-decoration: none; }
    .navbar-logo svg { width: 32px; height: 32px; }
.navbar-cta { font-size: 14px; }
.navbar-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--white); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
    .navbar-toggle span { display: block; width: 18px; height: 2px; border-radius: 999px; background: var(--dark-blue); transition: transform 0.18s ease, opacity 0.18s ease; }
    .navbar.menu-open .navbar-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .navbar.menu-open .navbar-toggle span:nth-child(2) { opacity: 0; }
    .navbar.menu-open .navbar-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { background: var(--light-blue); padding: 80px 0; overflow: hidden; position: relative; }
    .hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr); gap: 42px; align-items: center; position: relative; }
.hero h1 { color: var(--dark-blue); margin-bottom: 20px; }
    .hero h1 span { color: var(--blue); }
.hero-sub { font-size: 18px; color: rgba(36,27,69,0.75); line-height: 1.65; margin-bottom: 36px; max-width: 550px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }

.hero-visual { position: relative; align-self: flex-start; justify-self: end; width: 100%; max-width: 500px; margin-top: 28px; z-index: 1; }
.hero-dashboard { background: var(--white); border-radius: var(--radius-lg) var(--radius-lg) 0 0; box-shadow: var(--shadow-lg); overflow: hidden; transform: perspective(1000px) rotateY(-3deg) rotateX(2deg); transition: transform 0.4s ease; position: relative; z-index: 1; }
    .hero-dashboard:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg); }
.dash-topbar { background: var(--light-gray); border-bottom: 1px solid var(--border); padding: 10px 16px; display: flex; align-items: center; gap: 8px; }
.dot-red, .dot-yellow, .dot-green { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #EF4444; }
.dot-yellow { background: #5E17EB; }
.dot-green { background: #22C55E; }
.url-bar { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 4px 10px; font-size: 11px; color: var(--mid-gray); margin-left: 8px; }
.dash-body { padding: 20px; }
.dash-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dash-title { font-size: 14px; font-weight: 700; color: var(--dark-blue); }
.dash-badge { background: var(--green-light); color: var(--green); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.dash-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.dash-field { background: var(--light-gray); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 8px 10px; }
    .dash-field label { font-size: 10px; color: var(--mid-gray); display: block; margin-bottom: 2px; }
    .dash-field span { font-size: 12px; font-weight: 600; color: var(--dark-blue); }
.dash-divider { height: 1px; background: var(--border); margin: 12px 0; }
.dash-status-row { display: flex; gap: 8px; margin-bottom: 14px; }
.status-chip { display: flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
    .status-chip.accepted { background: var(--green-light); color: var(--green); }
    .status-chip.pending { background: #E8F0FC; color: #14213D; }
    .status-chip.tin-ok { background: var(--light-blue); color: var(--blue); }
.dash-progress-label { font-size: 11px; color: var(--mid-gray); margin-bottom: 5px; }
.dash-progress-bar { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.dash-progress-fill { height: 100%; background: linear-gradient(90deg, var(--blue), var(--dark-blue)); border-radius: 3px; width: 78%; }
.dash-btn-row { display: flex; gap: 8px; margin-top: 14px; }
.dash-btn { flex: 1; text-align: center; padding: 8px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 600; cursor: pointer; }
.dash-btn-filled { background: var(--dark-blue); color: white; }
.dash-btn-outline { background: var(--light-blue); color: var(--dark-blue); border: 1px solid var(--blue); }

.forms-footer p { margin-bottom: 14px; }

/* TRUST STRIP SECTION */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 36px 0; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-strip-item { display: flex; align-items: flex-start; gap: 12px; }
.trust-strip-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .trust-strip-icon svg { color: var(--dark-blue); }
.trust-strip-title { font-size: 14px; font-weight: 700; color: var(--dark-blue); margin-bottom: 2px; }
.trust-strip-desc { font-size: 12.5px; color: var(--mid-gray); line-height: 1.45; }

.forms-featured { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 24px 20px; text-align: center; transition: all 0.2s; position: relative; overflow: hidden; }
    .form-card::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius-md); border: 2px solid #5E17EB; opacity: 0; transition: opacity 0.2s; z-index: -1; }
    .form-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
        .form-card:hover::after { opacity: 1; }
.form-badge { display: inline-block; color: #5E17EB; font-size: 16px; font-weight: 600; border-radius: var(--radius-sm); letter-spacing: -0.01em; margin-bottom: 10px; }
.form-card h3 { font-size: 14px; margin-bottom: 8px; }  
.form-card p { font-size: 13px; color: var(--mid-gray); line-height: 1.55; margin-bottom: 16px; }
.form-link { font-size: 13px; font-weight: 600; color: #5E17EB; display: inline-flex; align-items: center; gap: 4px; }
    .form-link:hover { color: var(--dark-blue); }
.forms-secondary { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 24px 28px; }
    .forms-secondary h4 { font-size: 14px; color: var(--dark-blue); margin-bottom: 16px; }
.forms-grid-small { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.form-chip { display: flex; flex-direction: column; gap: 3px; padding: 10px 12px; background: var(--light-gray); border-radius: var(--radius-sm); border: 1px solid var(--border); transition: background 0.15s; position: relative; }
.forms-grid-small-icon { position: absolute; right: 10px; top: 20px; }
.form-chip:hover { background: #E8F0FC; border-color: #5E17EB; }
.form-chip-num { font-size: 12px; font-weight: 700; color: var(--dark-blue); }
.form-chip-desc { font-size: 11px; color: var(--mid-gray); }
.forms-footer { margin-top: 28px; text-align: center; }

.steps-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.steps-list { display: flex; flex-direction: column; gap: 0; }
.step-item { display: flex; gap: 20px; position: relative; padding-bottom: 36px; }
    .step-item:last-child { padding-bottom: 0; }
    .step-item:not(:last-child)::after { content: ''; position: absolute; left: 19px; top: 44px; bottom: 0; width: 2px; background: linear-gradient(to bottom, #5E17EB, #E8F0FC); }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: #8759e1; color: var(--white); font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; box-shadow: 0 0 0 4px #E8F0FC; }
.step-content h3 { font-size: 17px; margin-bottom: 8px; padding-top: 8px; }
.step-content p { font-size: 14px; color: var(--mid-gray); line-height: 1.65; }
.step-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.step-tag { color: #5E17EB; font-size: 11px; font-weight: 600; padding: 3px 9px 3px 0px; border-radius: 20px; }

.steps-visual { position: relative; }
.steps-ui-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--border); }
.steps-ui-topbar { background: var(--dark-blue); padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; }
.steps-ui-topbar-title { color: var(--white); font-size: 13px; font-weight: 600; }
.steps-ui-progress { display: flex; gap: 4px; }
.prog-step { height: 4px; border-radius: 2px; flex: 1; background: rgba(255,255,255,0.2); }
    .prog-step.active { background: var(--gold); }
    .prog-step.done { background: rgba(255,255,255,0.6); }
.steps-ui-body { padding: 20px; }
.steps-ui-row { display: flex; gap: 10px; margin-bottom: 10px; }
.steps-ui-field { flex: 1; background: var(--light-gray); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 10px 12px; }
    .steps-ui-field .lbl { font-size: 10px; color: var(--mid-gray); margin-bottom: 3px; }
    .steps-ui-field .val { font-size: 13px; font-weight: 600; color: var(--dark-blue); }
.steps-ui-validation { background: var(--green-light); border: 1px solid #C4B5FD; border-radius: var(--radius-sm); padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--green); margin: 12px 0; }
.steps-ui-ack { background: var(--light-blue); border: 1px solid #D9C6FA; border-radius: var(--radius-sm); padding: 12px 14px; text-align: center; }
    .steps-ui-ack .ack-label { font-size: 11px; color: var(--mid-gray); margin-bottom: 4px; }
    .steps-ui-ack .ack-status { font-size: 16px; font-weight: 800; color: var(--green); }
    .steps-ui-ack .ack-id { font-size: 11px; color: var(--mid-gray); margin-top: 2px; }
.steps-ui-actions { display: flex; gap: 8px; margin-top: 14px; }
.steps-ui-btn { flex: 1; padding: 9px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 600; text-align: center; cursor: pointer; }
.sui-primary { background: var(--dark-blue); color: white; }
.sui-secondary { background: var(--light-blue); color: var(--dark-blue); }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; transition: all 0.2s; }
    .feature-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--blue); }
.feature-icon { width: 48px; height: 48px; border-radius: var(--radius-sm); background: var(--light-blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
    .feature-icon svg { color: var(--dark-blue); }
.feature-card h3 { font-size: 16px; margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--mid-gray); line-height: 1.65; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 32px; }
.pricing-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.pricing-card-header { padding: 20px 24px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--border); }
.pricing-card-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-blue { background: var(--light-blue); }
.icon-orange { background: #E8F0FC; }
.icon-purple { background: #F1EAFD; }
.pricing-card-title { font-size: 16px; font-weight: 700; color: var(--dark-blue); }
.pricing-card-sub { font-size: 12px; color: var(--mid-gray); margin-top: 2px; }
.pricing-table { width: 100%; border-collapse: collapse; }
    .pricing-table tr:last-child td { border-bottom: none; }
    .pricing-table td { padding: 11px 24px; font-size: 14px; border-bottom: 1px solid var(--border); }
        .pricing-table td:first-child { color: var(--mid-gray); }
        .pricing-table td:last-child { font-weight: 700; color: var(--dark-blue); text-align: right; }
    .pricing-table .free-tag { background: var(--green-light); color: var(--green); font-weight: 700; font-size: 12px; padding: 2px 10px; border-radius: 20px; }
    .pricing-table .off-tag { background: var(--gold-light); color: #14213D; font-weight: 700; font-size: 11px; padding: 2px 8px; border-radius: 20px; display: flex; align-items: center; justify-content: center; width: fit-content; margin-left: auto; }
    .pricing-table .old-price { text-decoration: line-through; color: var(--mid-gray); font-weight: 400; font-size: 12px; margin-right: 4px; }
.pricing-includes { background: var(--light-blue); border-radius: var(--radius-md); padding: 24px 28px; border: 1px solid #D9C6FA; }
.includes-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; list-style: none; }
    .includes-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--dark-gray); }
        .includes-list li svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.pricing-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; flex-wrap: wrap; gap: 12px; }

.cta-section { background: linear-gradient(135deg, #14213D 0%, #5E17EB 100%); padding: 40px 0; position: relative; overflow: hidden; }
    .cta-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.04); }
    .cta-section::after { content: ''; position: absolute; bottom: -100px; left: -60px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.03); }
.cta-inner { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.cta-content h2 { color: var(--white); margin-bottom: 16px; }
.cta-content p { color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.7; margin-bottom: 10px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cta-right { }
.cta-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; }
    .cta-checklist li { display: flex; align-items: flex-start; gap: 6px; color: #000; font-weight: 500; font-size: 13px; }
        .cta-checklist li svg { color: #F4F6FC; flex-shrink: 0; margin-top: 2px; }
.deadline-strip { max-width: 1120px; margin: 32px auto 0; padding: 0 24px; position: relative; z-index: 1; }
.footer-cta-section { background: var(--light-gray); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 58px; display: flex; align-items: center; justify-content: space-around; gap: 24px; flex-wrap: wrap; }
.deadline-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 500; }
    .deadline-item svg { color: #F4F6FC; }
.deadline-sep { color: rgba(255,255,255,0.3); }

.footer { background: var(--dark-blue); padding: 28px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); }
    .footer p { font-size: 13px; color: rgba(255,255,255,0.5); }
    .footer a { color: rgba(255,255,255,0.65); }
        .footer a:hover { color: white; }


.content-actions { display: flex; justify-content: center; margin-top: 28px; gap: 12px; }

.partners-section { padding: 76px 0 88px; }

    .partners-section .section-header { margin: 0 auto 54px; text-align: center; }

.partners-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; color: #26714f; font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }

    .partners-eyebrow::before,
    .partners-eyebrow::after,
    .integrations-label::before,
    .integrations-label::after { content: ""; height: 1px; background: #cfe3da; }

    .partners-eyebrow::before,
    .partners-eyebrow::after { width: 28px; }

.partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-bottom: 58px; }

.partner-card { display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 6px; min-height: 138px; padding: 30px 34px; background: #f8fafc; border: 1px solid #e3e8ef; border-radius: 16px; box-shadow: 0 2px 8px rgba(20, 33, 61, 0.04); }

.partner-logo-pill { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 18px; background: #08090b; color: #ffffff; border-radius: 8px; font-weight: 800; white-space: nowrap; }

.sage-word { color: #00d483; font-weight: 800; }

.karbon-mark { color: #f6c400; font-size: 20px; line-height: 1; }

.partner-card p { color: #53627a; font-size: 16px; line-height: 1.65; margin: 0; }

.partner-card strong { color: #14213d; font-weight: 800; }

.integrations-label { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; color: #53627a; font-size: 13px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; margin-bottom: 36px; }

.integration-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }

.integration-chip { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 26px; background: #ffffff; border: 1px solid #e3e8ef; border-radius: 10px; color: #14213d; font-size: 16px; font-weight: 800; box-shadow: 0 2px 8px rgba(20, 33, 61, 0.04); }

.integration-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; font-size: 11px; font-weight: 900; line-height: 1; }

.icon-csv { background: #eaf7f0; color: #26714f; }

.icon-xero { background: #16b7d8; color: #ffffff; }

.icon-zoho { background: #eaf7f0; color: #26714f; }

.icon-qb { background: #2ca01c; color: #ffffff; }

.icon-fb { background: #1683d8; color: #ffffff; }

/* Polished integrations layout */
#integrations.partners-section { padding: 76px 0 88px; }

#integrations .section-header {margin: 0 auto 56px; text-align: center; }

#integrations .partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1070px; margin: 0 auto 64px; border: 0; }

#integrations .partner-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 128px; padding: 24px 28px; background: #f8fafc; border: 1px solid #e3e8ef; border-radius: 16px; box-shadow: 0 10px 24px rgba(20, 33, 61, 0.06); }

    #integrations .partner-card:last-child { border-right: 1px solid #e3e8ef; }

#integrations .partner-card-head { display: flex; align-items: center; gap: 20px; margin-bottom: 12px; flex-wrap: wrap; }

#integrations .partner-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 176px; min-height: 48px; gap: 12px; padding: 0 16px; margin-bottom: 0; background: #08090b; color: #ffffff; border-radius: 8px; font-size: 15px; font-weight: 800; line-height: 1; white-space: nowrap; }

#integrations .partner-title { color: #071a3d; font-size: 16px; font-weight: 800; line-height: 1.35; margin-bottom: 0; }

#integrations .partner-card p { color: #3f4f70; font-size: 16px; line-height: 1.6; margin: 0; }

#integrations .integrations-label { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; color: #3f4f70; font-size: 13px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; text-align: center; margin: 0 0 36px; }

    #integrations .integrations-label::before,
    #integrations .integrations-label::after { content: ""; height: 1px; background: #cfe3da; }

#integrations .integration-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 100%; margin: 0 auto; border: 0; }

#integrations .integration-chip { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 26px; background: #ffffff; border: 1px solid #e3e8ef; border-radius: 10px; box-shadow: 0 5px 16px rgba(20, 33, 61, 0.06); color: #071a3d; font-size: 16px; font-weight: 800; }

    #integrations .integration-chip:last-child { border-right: 1px solid #e3e8ef; }

#integrations .integration-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; font-size: 11px; font-weight: 900; line-height: 1; }

.testimonial-stars {
    color: #F5A623; /* Golden yellow */
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    line-height: 1;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }

    to { opacity: 1; transform: translateY(0); }
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

.hero-visual { position: relative; align-self: flex-start; margin-top: 28px; z-index: 1; }
.hero-dashboard { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; transform: perspective(1000px) rotateY(-3deg) rotateX(2deg); transition: transform 0.4s ease; position: relative; z-index: 1; }
    .hero-dashboard:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg); }

/* DASHBOARD 2.0 — 1099 filing dashboard card */
.dash2-body { padding: 22px; }
.dash2-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
    .dash2-header h4 { font-size: 16px; font-weight: 800; color: var(--dark-blue); }
.dash2-dots { display: flex; gap: 4px; }
    .dash2-dots span { width: 5px; height: 5px; border-radius: 50%; background: #C4B5FD; }

.dash2-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.dash2-stat { background: var(--light-gray); border-radius: var(--radius-sm); padding: 10px 8px; }
.dash2-stat-label { font-size: 10px; color: var(--mid-gray); margin-bottom: 6px; line-height: 1.3; }
.dash2-stat-value { font-size: 17px; font-weight: 800; color: var(--dark-blue); margin-bottom: 4px; }
.dash2-stat-change { font-size: 10px; font-weight: 700; color: #16A34A; }

.dash2-progress-card { background: var(--light-blue); border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 12px; }
.dash2-progress-header { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 700; color: var(--dark-blue); margin-bottom: 10px; }
.dash2-progress-track { height: 7px; background: var(--white); border-radius: 4px; overflow: hidden; margin-bottom: 10px; }
.dash2-progress-bar { height: 100%; background: var(--blue); border-radius: 4px; }
.dash2-progress-steps { display: flex; justify-content: space-between; font-size: 10px; font-weight: 600; color: var(--blue); }

.dash2-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dash2-donut-card { background: var(--light-gray); border-radius: var(--radius-sm); padding: 12px; display: flex; align-items: center; gap: 10px; }
.dash2-donut { width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--blue); }
.dash2-donut-hole { width: 32px; height: 32px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; color: var(--dark-blue); }
.dash2-donut-legend { display: flex; flex-direction: column; gap: 5px; font-size: 10px; color: var(--dark-blue); font-weight: 600; }
    .dash2-donut-legend div { display: flex; align-items: center; gap: 6px; }
    .dash2-donut-legend .dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.dash2-recipients-card { background: var(--light-gray); border-radius: var(--radius-sm); padding: 12px; display: flex; flex-direction: column; justify-content: center; }
.dash-topbar { background: var(--light-gray); border-bottom: 1px solid var(--border); padding: 10px 16px; display: flex; align-items: center; gap: 8px; }
.dot-red, .dot-yellow, .dot-green { width: 10px; height: 10px; border-radius: 50%; }
.dot-red { background: #EF4444; }
.dot-yellow { background: #7C3AED; }
.dot-green { background: #22C55E; }
.url-bar { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 4px 10px; font-size: 11px; color: var(--mid-gray); margin-left: 8px; }
.dash-body { padding: 20px; }
.dash-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dash-title { font-size: 14px; font-weight: 700; color: var(--dark-blue); }
.dash-badge { background: var(--green-light); color: var(--green); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.dash-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.dash-field { background: var(--light-gray); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 8px 10px; }
    .dash-field label { font-size: 10px; color: var(--mid-gray); display: block; margin-bottom: 2px; }
    .dash-field span { font-size: 12px; font-weight: 600; color: var(--dark-blue); }
.dash-divider { height: 1px; background: var(--border); margin: 12px 0; }
.dash-status-row { display: flex; gap: 8px; margin-bottom: 14px; }
.status-chip { display: flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
    .status-chip.accepted { background: var(--green-light); color: var(--green); }
    .status-chip.pending { background: #F1ECFE; color: #241B45; }
    .status-chip.tin-ok { background: var(--light-blue); color: var(--blue); }
.dash-progress-label { font-size: 11px; color: var(--mid-gray); margin-bottom: 5px; }
.dash-progress-bar { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.dash-progress-fill { height: 100%; background: var(--blue); border-radius: 3px; width: 78%; }
.dash-btn-row { display: flex; gap: 8px; margin-top: 14px; }
.dash-btn { flex: 1; text-align: center; padding: 8px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 600; cursor: pointer; }
.dash-btn-filled { background: var(--dark-blue); color: white; }
.dash-btn-outline { background: var(--light-blue); color: var(--dark-blue); border: 1px solid var(--blue); }

.float-badge { position: absolute; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--dark-blue); white-space: nowrap; animation: floatBadge 3s ease-in-out infinite; z-index: 2; }
    .float-badge:nth-child(2) { animation-delay: 1s; }
    .float-badge:nth-child(3) { animation-delay: 2s; }
.float-badge-accepted { top: -20px; right: -20px; }
.float-badge-forms { bottom: 80px; left: -40px; }
.float-badge svg { width: 18px; height: 18px; }

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.sc-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; align-items: start; }
.sc-card-tall { grid-column: 1; grid-row: 1 / 3; align-self: center; }
.sc-card-r1 { grid-column: 2; grid-row: 1; }
.sc-card-r2 { grid-column: 2; grid-row: 2; }

.sc-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; }
.sc-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.sc-card-head-left { display: flex; align-items: flex-start; gap: 12px; }
.sc-num { width: 32px; height: 32px; border-radius: 50%; background: #8759e1; color: var(--white); font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-card-head h4 { font-size: 16px; font-weight: 800; color: var(--dark-blue); margin-bottom: 4px; }
.sc-card-head p { font-size: 12.5px; color: var(--mid-gray); line-height: 1.5; }
.sc-check { width: 24px; height: 24px; border-radius: 50%; background: #8759e1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.sc-form-panel { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.sc-form-topbar { background: #8759e1; padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
    .sc-form-topbar .bar { flex: 1; height: 6px; background: rgba(255,255,255,0.35); border-radius: 3px; }
    .sc-form-topbar .dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.6); }
.sc-form-body { padding: 12px 16px; background: var(--white); }
.sc-form-title { font-size: 13px; font-weight: 800; color: var(--dark-blue); margin-bottom: 10px; }
.sc-form-row { display: flex; flex-direction: column; gap: 4px; margin-bottom: 8px; }
    .sc-form-row:last-child { margin-bottom: 0; }
    .sc-form-row label { font-size: 11px; font-weight: 700; color: #8759e1; }
    .sc-form-row .field { width: 100%; height: 10px; background: var(--light-blue); border-radius: 4px; }

.sc-icon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sc-icon-tile { border: 1px solid var(--border); background: var(--light-gray); border-radius: var(--radius-sm); padding: 16px 10px; text-align: center; }
    .sc-icon-tile svg { margin-bottom: 8px; }
    .sc-icon-tile span { font-size: 12px; font-weight: 700; color: var(--dark-blue); display: block; }

.sc-secure-body { padding: 16px; background: var(--white); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sc-secure-recipients { display: flex; flex-direction: column; gap: 6px; }
.sc-secure-avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--light-blue); }
.sc-secure-lock { width: 60px; height: 54px; background: #8759e1; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-secure-lines { flex: 1; display: flex; flex-direction: column; gap: 8px; }
    .sc-secure-lines .line { height: 8px; background: var(--light-gray); border-radius: 4px; }
        .sc-secure-lines .line:nth-child(2) { width: 70%; }

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (max-width: 900px) {
    .hero { padding: 60px 0; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .hero-content { text-align: center; }
    .trust-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .forms-featured { grid-template-columns: repeat(2, 1fr); }
    .forms-grid-small { grid-template-columns: repeat(2, 1fr); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; }
    .steps-wrapper { grid-template-columns: 1fr; }
    .cta-inner { grid-template-columns: 1fr; }
    .includes-list { grid-template-columns: 1fr; }

    .hero-sub { max-width: 100%; }
    .hero-actions { justify-content: center; }
    .banner-list .cta-checklist { justify-content: center; }
}

@media (max-width: 600px) {
    .section { padding: 56px 0; }
    .trust-strip-grid { grid-template-columns: 1fr; }
    .forms-featured { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}
/* NAV TABS */
.nav-tabs-bar { background: var(--white);  position: sticky; z-index: 99; overflow-x: auto; scrollbar-width: none; }
    .nav-tabs-bar::-webkit-scrollbar { display: none; }
.nav-tabs-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; gap: 0; align-items: center; white-space: nowrap; }
.nav-tab { display: inline-flex; align-items: center; padding: 9px 16px; font-size: 14px; font-weight: 600; color: var(--mid-gray); text-decoration: none; border-radius: 999px; transition: color 0.16s ease, background 0.16s ease; white-space: nowrap; }
    .nav-tab svg { opacity: 0.6; transition: opacity 0.16s; }
    .nav-tab:hover { color: var(--dark-blue); background: var(--light-gray); text-decoration: none; }
    .nav-tab.active { color: #5E17EB; background: var(--light-gray); text-decoration: none; }
        .nav-tab:hover svg { opacity: 1; }
    
        .nav-tab.active svg { opacity: 1; }

@media (max-width: 600px) {
    .nav-tab { padding: 12px 13px; font-size: 13px; }
}

@media (max-width: 1200px) {
    .navbar { padding: 0 18px; }
    .navbar-inner { min-height: 64px; height: auto; flex-wrap: wrap; row-gap: 0; }
    .navbar-toggle { display: inline-flex; margin-left: auto; }
    .nav-tabs-bar { display: none; position: static; order: 3; width: 100%; margin: 0 -18px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: visible; }
    .navbar.menu-open .nav-tabs-bar { display: block; }
    .nav-tabs-inner { padding: 10px 18px; max-width: none; flex-direction: column; align-items: stretch; white-space: normal; }
    .nav-tab { width: 100%; padding: 8px 8px; border-bottom: 1px solid var(--border); display: inline-flex; align-items: center; padding: 9px 16px; font-size: 14px; font-weight: 600; color: var(--mid-gray); text-decoration: none; border-radius: 0; transition: color 0.16s ease, background 0.16s ease; white-space: nowrap; }
    .nav-tab.active { border-bottom-color: var(--border); }
    .nav-tab:last-of-type { border-bottom: 0; }
    .navbar-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin: 14px 0 0;
        padding: 0;
    }
    .btn { padding: 8px 14px; }
    .navbar.menu-open .navbar-cta { display: inline-flex; }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar.menu-open .navbar-cta { display: inline-flex; width: fit-content; }
}

    /* TESTIMONIALS */
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }

    .testimonial-card { display: flex; flex-direction: column; background: #FFFFFF; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px; box-shadow: var(--shadow-sm); }

    .testimonial-text { flex: 1; font-size: 15px; color: var(--mid-gray); line-height: 1.7; margin-bottom: 22px; }

    .testimonial-author { color: var(--dark-blue); font-size: 15px; font-weight: 700; margin-bottom: 3px; }

    .testimonial-role { color: var(--mid-gray); font-size: 13.5px; line-height: 1.45; }

    @media (max-width: 900px) {
        .testimonials-grid { grid-template-columns: 1fr; }
    }


    @media (max-width: 980px) {
        .partner-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 640px) {
        .partners-section { padding: 56px 0 64px; }

        .partner-card { grid-template-columns: 1fr; padding: 24px; }

        .partner-logo-pill { width: 100%; }

        .integrations-label { grid-template-columns: 1fr; text-align: center; }

            .integrations-label::before,
            .integrations-label::after { display: none; }

        .integration-chip { width: 100%; max-width: 280px; }

        #integrations .partner-grid,
        #integrations .integration-list { grid-template-columns: 1fr; }

        #integrations .partner-grid { display: grid; gap: 18px; }

        #integrations .partner-icon { min-width: 100%; }

        #integrations .integrations-label { grid-template-columns: 1fr; }

            #integrations .integrations-label::before,
            #integrations .integrations-label::after { display: none; }

        #integrations .integration-chip { width: 100%; max-width: 280px; }
    }

    @media (max-width: 767px) {
        .section { padding: 35px 0 !important; }
        .forms-featured { grid-template-columns: 1fr; }
        .steps-visual { display: none; }
        .cta-section { padding: 35px 0; }
        #integrations .partner-card{align-items: center;}
        .steps-caption{text-align: center;}
        .how-it-works-section .section-header{text-align: center;}
    }

    .banner-list .cta-checklist { display: flex; flex-direction: row; gap: 10px; list-style: none; padding: 0; margin: 0; }

    @media (max-width: 767px) {
        .banner-list .cta-checklist { flex-direction: column; }
        .cta-checklist li { justify-content: center; }
        .footer-cta-section{padding: 28px;}
        #integrations .partner-card p{text-align: center;}
    }

    .info-card { border: 1px solid #a7c2f0; border-bottom: 5px solid #598de5; }
    .nav-tabs-inner a { margin-right: 15px; }
    .how-it-works-section { background: #edf1fa; }
    .mb-7px { margin-bottom: 7px; }
    .section-cta { padding: 0px 0px 80px; }
    .forms-grid-small a { text-decoration: none; }