.section {
    padding: 96px 0;
}

.section-beige {
    background: var(--beige);
}

.section-white {
    background: #fff;
}

.hero {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 55px;
    align-items: center;
}

.text-hero-writing {
    --tw-text-opacity: 1;
    color: rgb(186 157 127 / var(--tw-text-opacity, 1));
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: var(--green-800);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

h1 {
    margin: 0 0 14px;
    color: var(--green-900);
    font-size: clamp(38px, 4.2vw, 48px);
    line-height: 1.15;
}

.hero-copy {
    color: var(--text-muted);
    max-width: 620px;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.hero-actions .btn {
    padding: 14px 24px;
    font-size: 1rem;
    line-height: 1.5rem;
}


.hero-actions .btn-outline:hover {
    color: #2d4f3d;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
    color: var(--text-muted);
    font-size: 15px;
}

.hero-tags .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.svg-icon {
    width: 16px;
}

.svg-icon-25 {
    width: 23px;
}

.icon-bg-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(47 88 65 / 0.15);
    width: 2rem;
    height: 2rem;
}

.icon-bg-primary-48 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(47 88 65 / var(--tw-bg-opacity, 1));
}

.bg-grey {
    background-color: rgb(47 88 65 / 0.15);
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(47 88 65 / var(--tw-text-opacity, 1));
}

.bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.bg-amber-100 {
    --tw-bg-opacity 1: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}

.border-white {
    border-color: white;
}

.hero-image {
    width: 100%;
    border-radius: 16px;
    border: 6px solid #fff;
    box-shadow: 0 14px 30px rgba(22, 39, 33, .14);
}

.features-heading,
.section-title {
    margin: 0 0 12px;
    color: var(--green-900);
    text-align: center;
    font-size: clamp(34px, 3.4vw, 36px);
}

.features-subtitle,
.section-title {
    text-align: center;
}

.features-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.section-subtitle {
    margin: 0 0 34px;
    color: var(--text-muted);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.section-link-wrap {
    margin: 24px 0 0;
    text-align: center;
}

.section-link {
    display: inline-block;
    color: var(--green-900);
    font-weight: 500;
}

.section-link:focus {
    outline: 2px solid #2F5841;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.section-link:hover {
    text-decoration: underline;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.feature-card .icon-bg-primary-48 {
    margin-bottom: 15px;
}

.feature-card h3 {
    margin: 0 0 8px;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.feature-card p {
    margin: 0;
    color: var(--text-muted);
}



.opportunity-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.opportunity-item-free-trial {
    background: #fff;
    border-radius: 10px;
    padding: 65px 20px;
    margin-bottom: 20px;
}

.opportunity-item-free-trial .txt-bold {
    font-size: 1.25rem;
    font-weight: 500;
}

.opportunity-item-column:first-child {
    flex: 1;
}

.opportunity-item h3 {
    margin: 0 0 8px;
    color: var(--green-900);
}

.opportunity-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 16px;
    color: #030303;
    font-size: 14px;
    font-weight: 500;
}

.opportunity-meta div {
    display: flex;
    flex-direction: column;
    width: 23%;
}

.opportunity-item-column .btn {
    padding: 8px 15px;
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
}

.opportunity-item-column a.btn {
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
}

.opportunity-item-column.action-btns {
    display: flex;
    gap: 5px;
}

.opportunity-inline-login-message {
    margin: 8px 0 0;
    color: #2f5841;
    font-weight: 600;
    font-size: 13px;
}

.opportunity-inline-login-message-global {
    margin: -10px 0 12px;
}

.opportunity-locked {
    text-align: center;
    background: #f9faf9;
}

.btn-controls,
.filetr-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    border-width: 1px;
}

.border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-l-4 {
    border-width: 4px;
    border-left: 4px solid rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

.steps article h3 {
    color: rgb(47 88 65);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.steps article p {
    color: rgb(75 85 99);
}

.section-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step-dot {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgb(47 88 65 / var(--tw-bg-opacity, 1));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 24px;
}

.section-testimonial .section-title {
    text-align: center;
}

.testimonial-heart {
    margin: 0 0 14px;
    text-align: center;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
    font-size: 1.75rem;
}

.quote-box {
    max-width: 740px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid var(--border);
    border-left: 5px solid #9cd2b3;
    border-radius: 12px;
    background: #fff;
}

.quote-box p {
    margin: 0;
    color: #485a54;
    font-style: italic;
}

.quote-box footer {
    margin-top: 14px;
    color: var(--green-900);
    font-weight: 600;
}

.testimonial-page {
    margin: 12px 0 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.plan-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 22px;
}

.plan-card.recommended {
    position: relative;
    background: var(--green-900);
    color: #fff;
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 999px;
    background: #f0be3b;
    font-size: 12px;
    font-weight: 700;
}

.plan-billing {
    margin: 6px 0 0;
    font-size: 14px;
}

.plan-card.recommended .plan-billing {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.plan-caption {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 650;
    text-align: left;
}

.plan-card.recommended .plan-caption {
    color: #d8e6dd;
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.plan-price {
    margin: 8px 0 14px;
    font-size: 40px;
    font-weight: 800;
}

.plan-card ul {
    margin: 20px 0 20px;
    padding-left: 0px;
}

.plan-card li {
    margin-bottom: 8px;
    list-style-type: none;
    display: flex;
    gap: 10px;
}

.pricing-note {
    margin: 20px 0 6px;
    text-align: center;
    color: var(--text-muted);
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 15px;
}

.section.cta p, .feature-cta p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(255 255 255 / 0.9);
}

.cta {
    background: var(--green-900);
    color: #fff;
    text-align: center;
}

.btn-start-trial {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
}

.btn-start-trial:focus,
.btn-start-trial:focus-visible,
.btn-start-trial:hover {
    outline: 2px solid #2F5841;
    outline-offset: 2px;
}

.cta .section-title{
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.cta-actions .btn:hover,
.section-pricing .btn-outline:hover {
    background: #fff;
}

.cta-actions .btn-outline:hover {
    background: transparent;
}

.section-pricing .btn {
    width: 100%;
    text-align: center;
}

/**Testimonial Carousel**/
.carousel {
    max-width: 800px;
    width: 100%;
    /*background-color: #ffffff;*/

    margin: 0 auto;
}

.carousel-header {
    padding: 2rem 2.5rem 0.8rem 2.5rem;
}

.carousel-header h2 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1a1e2b;
    margin: 0;
    line-height: 1.2;
    border-bottom: 2px solid #e2e6f0;
    padding-bottom: 1.2rem;
}

.carousel-slide {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background-color: #ffffff;
    border-radius: 20px;
    /*box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.2), 0 8px 16px -6px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    transition: all 0.2s ease;
    min-height: 225px;
    display: flex;
    flex-direction: column;
}

.quate-left,
.quate-right {
    font-family: "initial", -apple-system, BlinkMacSystemFont;
    font-size: 3.5rem;
    color: #a9aab0;
    line-height: 5px;
    display: inline-flex;
    align-items: flex-end;
    vertical-align: bottom;
}

/*
.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
*/

.testimonial-text {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #42444a;
    margin: 0.5rem 0 0 0;
    quotes: "" " " "" "'" "'";
    position: relative;
}


.testimonial-text strong,
.testimonial-text b {
    font-weight: 620;
    color: #0b0e14;
    background: linear-gradient(to right, #f8faff, #ffffff);
    padding: 0 0.1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 0.75rem;
    padding-top: 1.5rem;
}

.author-avatar {
    background: #d9e0ee;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f3a5c;
    font-size: 1.8rem;
    font-weight: 400;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.author-avatar i {
    font-size: 20px;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #181e2c;
    letter-spacing: -0.01em;
}

.author-title {
    font-size: .85rem;
    color: #5d687f;
    font-weight: 430;
    margin-top: 2px;
}

/* carousel footer with counter, dots, arrows */
.carousel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 1.2rem 2.5rem 2rem 2.5rem;
    /*border-top: 1px solid #edf0f7;*/
    flex-wrap: wrap;
    gap: 1rem;
}

.counter {
    font-size: 1.1rem;
    font-weight: 500;
    color: #6b728c;
    background: #f1f4fc;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* dot navigation container */
.dot-navigation {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #cdd6e8;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.dot.active {
    background-color: #1e2b4f;
    transform: scale(1.3);
    box-shadow: 0 2px 6px rgba(20, 40, 80, 0.3);
    border-color: #ffffff;
    width: 25px;
    border-radius: 10px;
    height: 10px;
}

.dot:hover {
    background-color: #98a6c2;
}

.nav-arrows {
    display: flex;
    gap: 1.5rem;
}

.arrow {
    background: #ffffff;
    border: 1.5px solid #d7deed;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f3f6b;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.05);
}

.arrow:hover {
    background-color: #f5f8ff;
    border-color: #b2c1e0;
    color: #0e1e42;
    transform: scale(1.02);
}

.arrow:active {
    background-color: #e9eef9;
    transform: scale(0.98);
}

@media (max-width: 600px) {
    .carousel-header {
        padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    }

    .carousel-slide {
        padding: 0.2rem 1.5rem 1rem 1.5rem;
    }

    .testimonial-text {
        font-size: 1.45rem;
    }

    .carousel-footer {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .counter {
        order: 1;
    }

    .dot-navigation {
        order: 2;
        width: 100%;
    }

    .nav-arrows {
        order: 3;
    }
}

/* slides data */
.testimonial-item {
    display: none;
}

.testimonial-item.active {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonial-item.active .testimonial-text {
    margin-left: 0.8rem;
}

/**Testimonial end**/

/***FAQs Accordion Section**/
/* main card � subtle, airy, with quiet border */
.literistic-accordion {
    max-width: 800px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03), 0 3px 8px rgba(0, 0, 0, 0.02);
    padding: 2rem 2rem 2.25rem 2rem;
    border: 1px solid #eae9e5;
    margin: 0 auto;
}

/* small header label � "faq / help" muted, but present */
.accordion-label {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8b8a86;
    margin-bottom: 1.25rem;
    font-weight: 450;
    border-bottom: 1px solid #efeeea;
    padding-bottom: 0.75rem;
    display: none;
}

/* each accordion item */
.accordion-item {
    border-bottom: 1px solid #efeeea;
    /*padding: 1rem 0;*/
    border-radius: 0.8rem;
    margin-bottom: 10px;
}

.accordion-item:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-duration: 150ms;
}

.accordion-item:first-of-type {
    padding-top: 0;
}

.accordion-item:last-of-type {
    /*border-bottom: none;
        padding-bottom: 0;*/
    margin-bottom: 0px;
}

/* button styling � clean, large hit area, no decorative cruft */
.accordion-button {
    background: none;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: 460;
    line-height: 1.4;
    cursor: pointer;
    transition: color 0.2s ease;
    font-family: inherit;
    border-radius: 0.8rem;
}

.accordion-button:hover {
    color: #3b3b3b;
}

/*.accordion-button:focus-visible {
    outline: 2px solid #c0b9a8;
    outline-offset: 4px;
    border-radius: 4px;
}*/
.accordion-button[aria-expanded="true"] .icon {
    transform: rotate(180deg)
}

/* arrow indicator � using Unicode symbols for simplicity, clean and recognizable */
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: #7f7d78;
    margin-left: 1rem;
    transition: transform 0.2s ease;
    line-height: 1;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* panel � hidden by default (handled by JS inline style) */
.accordion-panel {
    display: none;
    padding: 1.5rem 1rem;
    color: #3f3f3d;
    font-size: 1rem;
    line-height: 1.6;
}

.accordion-panel p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.accordion-panel p:first-child {
    margin-top: 0;
}

.accordion-panel p:last-child {
    margin-bottom: 0;
}

/* decorative detail: an imagined "list" subtle hint � two small dots (homage to monthly list) */
.dot-hint {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 12px;
}

.dot-hint span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #c9c5bc;
    border-radius: 50%;
}

/* preferences / cancellation styling � simple text with no extraneous formatting */
.pref-note {
    background-color: #f9f8f5;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    margin: 0.75rem 0 0.25rem 0;
    font-size: 0.95rem;
    border-left: 3px solid #dbd7cd;
    color: #2c2c2a;
}

hr {
    border: none;
    border-top: 1px dashed #dbd9d2;
    margin: 1.25rem 0 0.75rem 0;
}

/* extra micro detail � simulate the "first list" mention */
.list-highlight {
    font-weight: 430;
    background: #f2f0ea;
    padding: 0.1rem 0.3rem;
    border-radius: 6px;
    color: #2e2e2b;
}

/* keep everything legible on small screens */
@media (max-width: 500px) {
    .literistic-accordion {
        padding: 1.5rem;
    }

    .accordion-button {
        font-size: 1.05rem;
    }
}

/**Accordion ends**/


@media (max-width: 900px) {

    .hero,
    .features-grid,
    .steps,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .plan-badge {
        top: 12px;
    }
}