body.active-light-mode {
    background: #fff !important;
}

.common-heading-style {
    color: #0A0D12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
}

.common-paragraph-style {
    color: #606060;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.common-padding {
    padding: 70px 0;
}

/* Hero */
.alt-hub-hero,
.alt-compare-hero {
    padding: 150px 0 0;
}

.alt-hub-hero-card {
    background: linear-gradient(135.17deg, #ff4330 3.41%, #ffa567 107.85%);
    border-radius: 20px;
    color: #fff;
    margin: 0 auto;
    max-width: 1240px;
    padding: 70px 50px;
    text-align: center;
}

.alt-compare-hero-card {
    background: linear-gradient(133.25deg, #ff4330 3.41%, #ffa567 107.85%);
    border-radius: 20px;
    color: #fff;
    padding: 70px 50px;
    text-align: center;
}

.alt-hub-title,
.alt-compare-title {
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 auto 30px;
    max-width: 900px;
}

.alt-hub-intro,
.alt-compare-intro {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto;

}
.alt-hub-intro{
    max-width: 840px;
    width: 100%;
}
.alt-compare-intro{
    max-width: 900px;
    width: 100%;
}
.alt-hub-intro p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.alt-hub-intro p,
.alt-compare-intro {
    margin-bottom: 0;
}

.alt-hub-intro p + p {
    margin-top: 1rem;
}

.alt-verified-badge {
    display: inline-block;
    margin: 0 auto 30px;
    padding: 15px;
    text-align: left;
    border-radius: 20px;
    background: linear-gradient(148deg, rgba(213, 234, 255, 0.10) 1.06%, rgba(229, 227, 248, 0.10) 13.91%, rgba(255, 216, 236, 0.10) 36.26%, rgba(255, 247, 226, 0.10) 75.74%, rgba(216, 255, 233, 0.10) 100%), rgba(255, 255, 255, 0.10);
}

.alt-verified-badge p {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    gap: 10px;
    line-height: 1.5;
    margin: 0;
}
.alt-verified-badge p svg{
    flex-shrink: 0;
}

.alt-verified-badge p + p {
    margin-top: 5px;
}

.alt-logo-showcase {
    margin-top: 50px;
}

.alt-logo-showcase-frame {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    max-width: 920px;
    padding: 10px;
    width: 100%;
}

.alt-compare-hero-card .alt-logo-row {
    gap: 20px;
}

.alt-compare-hero-card .alt-logo-row .alt-logo-box-outer {
    flex: 1 1 0;
    max-width: none;
}

.alt-logo-row {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    position: relative;
}

.alt-logo-stack {
    display: grid;
    gap: 15px;
    position: relative;
    width: 100%;
}

.alt-logo-box {
    align-items: center;
    background: linear-gradient(180deg, #FFF 50%, #F8F9FA 100%);
    border: 1px solid #f3f3f1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 60px;
}

.alt-logo-box-outer {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 18.557px 0 rgba(0, 0, 0, 0.05);
    padding: 5px;
    width: 100%;
}

.alt-logo-text {
    color: #0a0d12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.alt-vs-badge {
    left: 50%;
    position: absolute;
    top: 59%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.alt-vs-badge-lg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

/* Hub cards */
.alt-competitor-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alt-competitor-card {
    background: #fff;
    border: 3px solid #efefef;
    border-radius: 30px;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-decoration: none !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.alt-competitor-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.alt-competitor-card-inner {
    background: #fff4f0;
    border-radius: 30px;
    min-height: 190px;
    padding: 20px 20px 33px;
    position: relative;
}

.alt-card-link-text {
    align-items: center;
    color: #fb5343;
    display: flex;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: normal;
}

.alt-card-link-text svg {
    color: #fb5343;
}
.alt-hub-method{
    background-color: #FFF2ED;
}
/* How comparisons work */
.alt-method-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    max-width: 900px;
}

.alt-method-item {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    display: flex;
    gap: 30px;
    padding: 30px 20px;
}

.alt-method-item-icon {
    flex-shrink: 0;
    height: 50px;
    width: 50px;
}

.alt-method-item-icon img {
    display: block;
    height: 50px;
    width: 50px;
}

.alt-method-item p {
    color: #606060;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    max-width: 600px;
    width: 100%;
}
.alt-method-item p span{
    font-weight: 700;
    color: #0A0D12;
}

/* Hub CTA */
.alt-hub-cta-card {
    align-items: center;
    background: linear-gradient(145.17deg, #ff4330 3.41%, #ffa567 107.85%);
    border-radius: 20px;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px;
}

.alt-hub-cta-visual {
    flex-shrink: 0;
    max-width: 352px;
    width: 100%;
}

.alt-hub-cta-visual img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.alt-hub-cta-copy {
    color: #fff;
    max-width: 600px;
}

.alt-hub-cta-copy h2 {
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.alt-hub-cta-copy p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.alt-logo-box img {
    display: block;
    height: 100%;
    max-height: 24px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.alt-hub-cta-card--embedded {
    margin-top: 50px;
}

.alt-competitor-benefits-grid--copy-only {
    grid-template-columns: 1fr;
}

.alt-competitor-mockup img {
    border-radius: 16px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.alt-hub-cta-btn {
    background: #302633;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    min-width: 100px;
    padding: 13px 15px;
    text-align: center;
    text-decoration: none !important;
}
.alt-hub-cta-btn:hover{
    color: #fff !important;
}

/* Comparison tables */
.alt-section-heading {
    margin: 0 auto 50px;
    max-width: 850px;
}

.alt-section-heading .common-heading-style {
    font-size: 32px;
}

.alt-table-wrap {
    margin: 0 auto;
    max-width: 1000px;
}

.alt-comparison-table {
    background: #fff;
    border: 1px solid #dce2ef;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px;
}

.alt-comparison-header,
.alt-comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.alt-comparison-header .alt-col {
    padding: 40px 30px;
}

.alt-col {
    align-items: center;
    border-bottom: 1px solid #e7e7e9;
    color: #0a0d12;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 16.8px;
    padding: 20px 30px;
    text-align: center;
}

.alt-col-feature {
    color: #0a0d12;
    font-weight: 500;
    justify-content: flex-start;
    text-align: left;
}

.alt-col-goread {
    background: #fff2ed;
    color: #0a0d12;
    font-weight: 500;
}

.alt-col-competitor {
    color: #757575;
    font-weight: 500;
}

.alt-comparison-header .alt-col-feature {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.alt-comparison-header .alt-col-goread {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.alt-comparison-row:last-child .alt-col-goread {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.alt-comparison-row.dark-row .alt-col{
    background-color: #16161B;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.alt-comparison-row.gray-row .alt-col{
    background-color: #DBDBDB;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #0A0D12;
}
.alt-comparison-row.gray-row .alt-col span{
    padding-right: 10px;
}

.alt-comparison-row:last-child .alt-col {
    border-bottom: none;
}

.alt-competitor-label {
    color: #0a0d12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.alt-comparison-header .alt-col-competitor img {
    display: block;
    height: 24px;
    margin: 0 auto;
    max-width: 140px;
    object-fit: contain;
    width: auto;
}

.active-light-mode .alt-what-is {
    background-color: #FFF9F6;
}

/* What is / why sections */
.alt-what-is-inner,
.alt-why-inner {
    margin: 0 auto;
    max-width: 900px;
}

.alt-what-is-screenshot {
    margin-top: 50px;
}

.alt-what-is-screenshot-frame {
    background: linear-gradient(148deg, rgba(213, 234, 255, 0.20) 1.06%, rgba(255, 216, 236, 0.20) 36.26%, rgba(255, 247, 226, 0.20) 75.74%, rgba(216, 255, 233, 0.20) 100%), rgba(255, 255, 255, 0.20);
    border-radius: 20px;
    box-shadow: 5px 10px 50px 10px rgba(56, 81, 100, 0.08);
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 20px;
}

.alt-what-is-screenshot-frame img {
    border-radius: 12px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

/* Competitor benefits */
.alt-competitor-benefits-grid {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(280px, 400px) 1fr;
    margin: 0 auto;
    max-width: 1150px;
}
.alt-competitor-mockup img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.alt-competitor-benefits-copy .common-paragraph-style {
    color: #606060;
    line-height: 24px;
    margin-bottom: 30px;
}
.alt-competitor-benefits-copy .common-heading-style {
    text-align: left;
}

.alt-competitor-benefits-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.alt-competitor-benefits-list li {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 0C11.6414 0 15 3.35859 15 7.5C15 11.6414 11.6414 15 7.5 15C3.35859 15 0 11.6414 0 7.5C0 3.35859 3.35859 0 7.5 0ZM5.94253 9.93606L4.10635 8.09835C3.79353 7.78535 3.79346 7.27492 4.10635 6.96197C4.4193 6.64909 4.932 6.65105 5.24267 6.96197L6.53717 8.25749L9.75744 5.03721C10.0704 4.72426 10.5809 4.72426 10.8938 5.03721C11.2067 5.3501 11.2063 5.86102 10.8938 6.17353L7.10441 9.96289C6.79191 10.2754 6.28098 10.2758 5.96809 9.96289C5.9593 9.9541 5.95082 9.94517 5.94253 9.93606Z" fill="%2300BA00"/></svg>') no-repeat left 4px;
    color: #606060;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    padding-left: 30px;
    text-align: left;
}
.alt-competitor-benefits-list li span{
    font-weight: 600;
    color: #0A0D12;
}
.active-dark-mode .alt-competitor-benefits-list li span{
    color: #fff;
}


.alt-competitor-benefits-caveat {
    color: #757575;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: left;
}
.alt-why-goread {
    padding: 100px 0;
}
.active-light-mode .alt-why-goread {
    background-color: #FFF2ED;
}
.alt-why-goread .common-heading-style,
.alt-benefits .common-heading-style,
.alt-competitor-benefits-copy .common-heading-style,
.alt-get-started-icon,
.alt-benefit-icon{
    margin-bottom: 20px;
}

.alt-benefit-icon img {
    display: block;
    height: 40px;
    width: 40px;
}

.alt-why-list {
    list-style: none;
    margin: 30px auto;
    max-width: 650px;
    padding: 0;
    text-align: left;
}

.alt-why-list li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 0C11.6414 0 15 3.35859 15 7.5C15 11.6414 11.6414 15 7.5 15C3.35859 15 0 11.6414 0 7.5C0 3.35859 3.35859 0 7.5 0ZM5.94253 9.93606L4.10635 8.09835C3.79353 7.78535 3.79346 7.27492 4.10635 6.96197C4.4193 6.64909 4.932 6.65105 5.24267 6.96197L6.53717 8.25749L9.75744 5.03721C10.0704 4.72426 10.5809 4.72426 10.8938 5.03721C11.2067 5.3501 11.2063 5.86102 10.8938 6.17353L7.10441 9.96289C6.79191 10.2754 6.28098 10.2758 5.96809 9.96289C5.9593 9.9541 5.95082 9.94517 5.94253 9.93606Z' fill='%2300BA00'/%3E%3C/svg%3E") no-repeat left 4px;
    color: #757575;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 30px;
}
.alt-why-list li span{
    font-weight: 500;
    color: #0A0D12;
}

.alt-why-closing {
    margin-top: 24px;
}

.alt-cta-btn {
    background: linear-gradient(146.45deg, #ffa567 0%, #ff4330 100%);
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 24px;
    min-width: 200px;
    padding: 15px;
    text-decoration: none !important;
}
.alt-cta-btn:hover{
    color: #fff !important;
}

.alt-who-pick-card {
    background: linear-gradient(141.37deg, #ff4330 3.41%, #ffa567 107.85%);
    border-radius: 20px;
    color: #fff;
    margin: 50px auto 0;
    max-width: 1000px;
    padding: 50px 30px;
    text-align: center;
}

.alt-who-pick-card h3 {
    color: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.alt-who-pick-card p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 862px;
}

.alt-who-pick-logo {
    margin: 0 auto 50px;
    max-width: 300px;
}
.alt-benefits{
    padding: 100px 0;
}
.heading-wrap{
    margin-bottom: 50px;
}

.row-divider{
    border-top: 1px solid #BCBAC3;
    margin: 50px 0;
}
.why-choose-card{
    border-right: 1px solid #BCBAC3;
    padding: 0 38px;
    height: 100%;
}
.why-choose-card h3{
    margin-bottom: 0;
}
#buzzvoice-card .voice-card{
    margin-bottom: 30px;
}
#buzzvoice-card .why-choose-card{
    border-radius: 10px;
    border: 1px solid #BCBAC3;
    padding: 20px;
}
#stormlikes-benefit-card .row{
    max-width: 900px;
    margin: 0 auto;
}
#stormlikes-benefit-card .row-divider{
    max-width: 900px;
    margin: 50px auto;
}
.alt-benefits .row > .col-lg-4:last-child .why-choose-card,
.alt-benefits .row > .col-lg-6:last-child .why-choose-card {
    border-right: none;
}
.why-choose-card h3{
    padding: 30px 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #0A0D12;
}
.active-dark-mode .why-choose-card h3{
    color: #fff;
}
.why-choose-card p{
    color: #757575;
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 400;
}



.alt-benefits-grid {
    display: grid;
    gap: 50px 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
}

.alt-benefits-grid--divided {
    gap: 0;
    overflow: hidden;
}

.alt-benefits-grid--divided .alt-benefit-card {
    border-bottom: 1px solid #e7e7e9;
    border-right: 1px solid #e7e7e9;
    padding: 40px 30px;
}

.alt-benefits-grid--divided .alt-benefit-card:nth-child(3n) {
    border-right: none;
}

.alt-benefits-grid--divided .alt-benefit-card:nth-last-child(-n + 3) {
    border-bottom: none;
}

.alt-benefit-card {
    border-top: none;
    padding-top: 0;
}

.alt-benefit-card h3 {
    color: #0a0d12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.alt-benefit-card p {
    color: #757575;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.alt-more-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    margin-top: 30px;
}

.alt-more-links a {
    color: #fb5343;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.alt-more-links a:hover {
    text-decoration: underline;
}

.alt-back-hub {
    color: #0a0d12;
    font-weight: 600;
    text-decoration: underline;
}

/* Get started */
.alt-get-started {
    padding: 100px 0;
}
.active-light-mode .alt-get-started{
    background: linear-gradient(180deg, #FFF9F6 0%, #FFF 100%);
}
.alt-get-started .common-heading-style {
    margin-bottom: 40px;
}

.alt-get-started-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1150px;
}

.alt-get-started-card {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
}

.alt-get-started-icon img {
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}

.alt-get-started-step {
    color: #fb5343;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.alt-get-started-card h3 {
    color: #0a0d12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.alt-get-started-card p {
    color: #757575;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.alt-get-started .font-bricolage {
    font-family: "Bricolage Grotesque", sans-serif;
}

.alt-get-started .custom-image-style {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.alt-get-started .package-card-wrap {
    background: rgba(253, 124, 51, 0.08);
    border-radius: 23.3616px;
    box-shadow: 0 2.33616px 28.0339px -17.5212px rgba(0, 0, 0, 0.25), inset 0 0 0 1.16808px rgba(19, 104, 223, 0.2);
    padding: 10px;
}

.alt-get-started .package-card-wrap .package-card-innerDiv {
    border-radius: 14.0169px;
    padding: 12px 18px;
}

.alt-get-started .package-card-wrap .package-card-innerDiv .card-main-imgWrap {
    background: rgba(253, 124, 51, 0.11);
    border-radius: 30px 30px 0 0;
    display: flex;
    height: 258px;
    padding: 12px 7px;
    width: auto;
}

.alt-get-started .package-card-wrap .card-content-wrap {
    padding-top: 30px;
}

.alt-get-started .package-card-wrap .steps-wrap {
    background: #fff;
    border: 1.16808px solid #FD7C33;
    border-radius: 23.3616px;
    color: #2E2E2E;
    font-size: 12.8255px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 8px 24px;
    width: fit-content;
    z-index: 1;
}

.alt-get-started .package-card-wrap .steps-wrap::after {
    background: #FD7C33;
    bottom: 0;
    content: '';
    filter: blur(15px);
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.alt-get-started .package-card-wrap .card-heading {
    background: linear-gradient(109.13deg, #FFA567 0%, #FF4330 100%);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alt-get-started .package-card-wrap .card-content-wrap p {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* GoreAd services */
.bg-gradient-all-services{

    position: relative;
    z-index: -1;
}
.active-light-mode .bg-gradient-all-services{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(180deg, #FFF9F7 0%, #FFF 100%);
}
.alt-goread-services .common-heading-style {
    margin-bottom: 50px;
}

.alt-services-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1150px;
}

.alt-service-card {
    background: #fff;
    border: 3px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20.5px;
    padding: 30px 20px;
    text-decoration: none !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
}
.purple-gradient-border{
    background-image: linear-gradient(#fff, #fff), linear-gradient(64deg, #4B25EA 0%, #BD18E6 30%, #FB590E 100%);
}
.green-gradient-border{
    background-image: linear-gradient(#fff, #fff), linear-gradient(64deg, #67C4CE 0%, #E62A58 100%);
}
.red-border{
    border: 3px solid #F52B27;
}
.blue-border{
    border: 3px solid #9146FF;
}
.alt-service-card::after{
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
}
.purple-gradient-border::after{
    background: linear-gradient(76deg, #4B25EA 2.2%, #BD18E6 45.47%, #FB590E 98.86%);
}
.green-gradient-border::after{
    background: linear-gradient(127deg, #67C4CE 14.48%, #E62A58 85.53%);
}
.red-border::after{
    background: #F52B27;
}
.blue-border::after{
    background: #9146FF;
}

.alt-service-card-top {
    align-items: center;
    color: #0a0d12;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    line-height: 1.2;
}
.alt-service-card-top span{
    color: #0A0D12;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.alt-service-card-link {
    align-items: center;
    color: #fb5343;
    display: flex;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: normal;
}

/* FAQ section on alternatives pages */
.alt-faqs-section {
    padding: 70px 0;
}
.active-light-mode .alt-faqs-section {
    background: linear-gradient(180deg, #FFF 0%, #FFF9F6 100%);
}
.alt-faqs-section .head-title {
    color: #0a0d12;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}
.alt-faqs-section.eeat-faqs-wrapper .accordion__item{
    margin-bottom: 20px;
}

/* Dark mode */
.active-dark-mode .alt-hub-hero-card,
.active-dark-mode .alt-compare-hero-card,
.active-dark-mode .alt-hub-cta-card,
.active-dark-mode .alt-who-pick-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.active-dark-mode .alt-competitor-card,
.active-dark-mode .alt-comparison-table,
.active-dark-mode .alt-method-item,
.active-dark-mode .alt-get-started-card,
.active-dark-mode .alt-service-card,
.active-dark-mode .alt-what-is-screenshot-frame {
    background: #151518;
    border-color: rgba(255, 255, 255, 0.1);
}

.active-dark-mode .alt-competitor-mockup {
    background: rgba(255, 67, 48, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.active-dark-mode .alt-competitor-card-inner {
    background: rgba(255, 67, 48, 0.12);
}

.active-dark-mode .common-heading-style,
.active-dark-mode .alt-card-link-text,
.active-dark-mode .alt-col-feature,
.active-dark-mode .alt-method-item strong,
.active-dark-mode .alt-benefit-card h3,
.active-dark-mode .alt-why-list li,
.active-dark-mode .alt-competitor-label,
.active-dark-mode .alt-competitor-benefits-list li,
.active-dark-mode .alt-get-started-card h3,
.active-dark-mode .alt-service-card-top,
.active-dark-mode .alt-faqs-section .head-title,
.active-dark-mode .alt-method-item p span,
.active-dark-mode .alt-service-card-top span {
    color: #fff;
}

.active-dark-mode .alt-hub-method .common-heading-style {
    color: #0A0D12 !important;
}
.active-dark-mode .common-paragraph-style,
.active-dark-mode .alt-col-competitor,
.active-dark-mode .alt-method-item p,
.active-dark-mode .alt-benefit-card p {
    color: rgba(255, 255, 255, 0.72);
}

.active-dark-mode .alt-col-goread {
    background: rgba(255, 67, 48, 0.12);
    color: #fff;
}

/* twicsy page css */
.alt-quick-verdict{
    padding: 100px 0;
}

@media (max-width: 991px) {
    .alt-hub-title,
    .alt-compare-title {
        font-size: 36px;
    }

    .alt-benefits .why-choose-card {
        border-right: none;
        margin-bottom: 50px;
    }
    .row-divider{
        display: none;
    }

    .alt-competitor-grid,
    .alt-benefits-grid,
    .alt-get-started-grid,
    .alt-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alt-benefits-grid--divided .alt-benefit-card:nth-child(3n) {
        border-right: 1px solid #e7e7e9;
    }

    .alt-benefits-grid--divided .alt-benefit-card:nth-child(2n) {
        border-right: none;
    }

    .alt-benefits-grid--divided .alt-benefit-card:nth-last-child(-n + 3) {
        border-bottom: 1px solid #e7e7e9;
    }

    .alt-benefits-grid--divided .alt-benefit-card:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .alt-get-started .package-card-wrap .package-card-innerDiv .card-main-imgWrap {
        justify-content: center;
    }

    .alt-competitor-benefits-grid {
        grid-template-columns: 1fr;
    }

    .alt-competitor-benefits-copy .common-heading-style {
        text-align: center;
    }

    .alt-hub-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 50px 10px;
    }
    .alt-hub-cta-copy{
        order: 1;
    }
    .alt-hub-cta-visual{
        order: 2;
    }
    .alt-hub-cta-btn{
        width: 100%;
    }

    /* Comparison tables: stacked mobile layout */
    .alt-table-wrap .alt-comparison-table {
        padding: 10px;
    }

    .alt-table-wrap .alt-comparison-header,
    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) {
        grid-template-areas:
            "feature feature"
            "goread competitor";
        grid-template-columns: 1fr 1fr;
    }

    .alt-table-wrap .alt-comparison-header .alt-col,
    .alt-table-wrap .alt-comparison-row .alt-col {
        font-size: 13px;
        line-height: 1.4;
        min-width: 0;
        word-break: break-word;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-feature,
    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-feature {
        grid-area: feature;
        justify-content: center;
        text-align: center;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-feature {
        border-bottom: none;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        padding: 8px 12px 20px;
        text-transform: none;
    }

    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-feature {
        border-bottom: 1px solid #DCE2EF;
        border-top: 1px solid #DCE2EF;
        color: #0a0d12;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1.3;
        padding: 5px 10px;
        text-transform: uppercase;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-goread,
    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-goread {
        grid-area: goread;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-competitor,
    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-competitor {
        grid-area: competitor;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-goread {
        border-top-left-radius: 14px;
        border-top-right-radius: 0;
        border-right: 1px solid #DCE2EF;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-competitor {
        border-top-right-radius: 14px;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-goread,
    .alt-table-wrap .alt-comparison-header .alt-col-competitor {
        border: none;
        padding: 20px 30px;
    }

    .alt-table-wrap .alt-comparison-header .alt-col-competitor img,
    .alt-table-wrap .alt-comparison-header .alt-col-goread img {
        height: 30px;
        width: 100%;
    }

    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-goread,
    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-competitor {
        border-bottom: none;
        font-size: 13px;
        padding: 18px 10px;
    }

    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-goread {
        color: #0a0d12;
        font-weight: 500;
        border-right: 1px solid #DCE2EF;
    }

    .alt-table-wrap .alt-comparison-row:not(.dark-row):not(.gray-row) .alt-col-competitor {
        background: #fff;
        color: #757575;
        font-weight: 500;
    }

    .alt-table-wrap .alt-comparison-row.dark-row,
    .alt-table-wrap .alt-comparison-row.gray-row {
        display: grid;
        grid-template-areas: "feature";
        grid-template-columns: 1fr;
    }

    .alt-table-wrap .alt-comparison-row.dark-row .alt-col-goread,
    .alt-table-wrap .alt-comparison-row.dark-row .alt-col-competitor,
    .alt-table-wrap .alt-comparison-row.gray-row .alt-col-goread,
    .alt-table-wrap .alt-comparison-row.gray-row .alt-col-competitor {
        display: none;
    }

    .alt-table-wrap .alt-comparison-row.dark-row .alt-col-feature {
        background-color: #16161B;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        justify-content: center;
        line-height: 1.2;
        padding: 12px 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .alt-table-wrap .alt-comparison-row.gray-row .alt-col-feature {
        align-items: center;
        background-color: #DBDBDB;
        border: none;
        color: #0A0D12;
        display: flex;
        font-size: 14px;
        font-weight: 600;
        gap: 8px;
        justify-content: center;
        line-height: 1.2;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .alt-table-wrap .alt-comparison-row.gray-row .alt-col-feature span {
        display: inline-flex;
        flex-shrink: 0;
        line-height: 0;
    }

    .alt-table-wrap .alt-comparison-row.gray-row .alt-col-feature svg {
        height: 20px;
        width: 20px;
    }

    .alt-table-wrap .alt-comparison-row:last-child .alt-col-goread {
        border-bottom: none;
        border-bottom-left-radius: 14px;
    }

    .alt-table-wrap .alt-comparison-row:last-child .alt-col-competitor {
        border-bottom: none;
        border-bottom-right-radius: 14px;
    }

    .alt-table-wrap .alt-comparison-row:last-child:not(.dark-row):not(.gray-row) .alt-col-feature {
        border-bottom: 1px solid #DCE2EF;
    }
    .alt-competitor-benefits-visual {
        order: 2;
    }
    .alt-competitor-benefits-copy {
        order: 1;
    }
    .alt-competitor-benefits{
        padding: 0 0 50px;
    }
    .choose-card-svg{
        text-align: center;
    }
    .heading-wrap {
        margin-bottom: 30px;
    }
    .why-choose-card h3{
        margin-bottom: 0;
        text-align: center;
    }
    .why-choose-card p{
        text-align: center;
        margin-bottom: 0;
    }
    .alt-faqs-section, .alt-goread-services {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .alt-hub-hero,
    .alt-compare-hero {
        padding-top: 120px;
    }

    .alt-hub-hero-card,
    .alt-compare-hero-card {
        padding: 50px 10px;
    }

    .alt-hub-title,
    .alt-compare-title {
        font-size: 40px;
        line-height: 48px;
    }

    .alt-hub-intro p,
    .alt-compare-intro p {
        font-size: 16px;
        line-height: 24px;
    }
    .common-padding{
        padding: 50px 0;
    }
    .alt-method-section .common-heading-style,
    .alt-hub-cta-copy h2,
    .alt-goread-services .common-heading-style{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .alt-goread-services .common-heading-style{
        margin-bottom: 30px;
    }

    .alt-competitor-grid,
    .alt-benefits-grid,
    .alt-get-started-grid,
    .alt-services-grid {
        grid-template-columns: 1fr;
    }
    .alt-services-grid{
        margin: 0 20px;
    }

    .alt-benefits-grid--divided .alt-benefit-card {
        border-right: none !important;
    }

    .alt-benefits-grid--divided .alt-benefit-card:not(:last-child) {
        border-bottom: 1px solid #e7e7e9;
    }

    .alt-get-started .package-card-wrap .card-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .alt-get-started .package-card-wrap .card-content-wrap p {
        font-size: 16px;
        line-height: 28px;
    }

    .alt-logo-row {
        flex-direction: column;
    }

    .alt-compare-hero-card .alt-logo-row .alt-logo-box {
        height: 52px;
        padding: 8px;
    }

    .alt-compare-hero-card .alt-logo-row .alt-logo-box img {
        max-height: 22px;
        width: auto;
    }

    .alt-vs-badge {
        position: absolute;
    }

    .alt-method-item {
        gap: 20px;
        align-items: flex-start;
    }

    .alt-who-pick-card h3 {
        font-size: 28px;
    }

    .alt-who-pick-card p {
        font-size: 16px;
    }

    .alt-quick-verdict h2{
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .alt-quick-verdict p{
        font-size: 14px;
        line-height: 21px;
    }
    .common-heading-style{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .common-paragraph-style{
        font-size: 14px;
        line-height: 21px;
    }

}

.alt-verified-badge.glass {
    background:
        linear-gradient(
            148deg,
            rgba(213, 234, 255, 0.10) 0%,
            rgba(229, 227, 248, 0.10) 13%,
            rgba(255, 216, 236, 0.10) 36%,
            rgba(255, 247, 226, 0.10) 75%,
            rgba(216, 255, 233, 0.10) 100%
        ),
        rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    border: none;
    box-shadow: none;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.alt-verified-badge.glass > * {
    position: relative;
    z-index: 1;
}

.alt-verified-badge.glass::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

