*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --lime: #D8F95F; --black: #000; --white: #fff; --dark-bg: #1A1A1A;
    --card-dark: #2A2A2A; --beige: #F0EBDF; --muted: #999; --peach: #FDDCB5;
    --green-badge: #4ADE80; --pink-badge: #F472B6; --teal-badge: #2DD4BF; --orange-badge: #FB923C;
}
a:hover {color: #000; text-decoration: none; outline: none;}
body { font-family: "Overused-medium"; background: var(--black); color: #fff; overflow-x: hidden; }
p {font-family: "Overused-regular"; font-size: 18px; font-weight: 400; color: #fff; margin: 0;}
.section-title{text-align: center; font-family: "Radwave"; font-size: 48px; font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 50px;}
section .header {margin-bottom: 60px;}
.btn-trial { display: inline-block; background: var(--lime); color: var(--black); padding: 10px 24px; border-radius: 50px; font-size: 16px; font-weight: 500; text-decoration: none; cursor: pointer; transition: transform 0.2s; }
.btn-trial:hover { transform: translateY(-1px);}

.hero { position: relative; top: -90px; overflow: hidden; border-radius: 15px; margin: 0 15px; min-height: 100vh;}
.hero-bg { position: absolute; inset: 0;  z-index: 0;}
.hero-bg img {width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.hero-content {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 150px 0px 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.hero-tagline {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}
.hero-heading {
    font-size: clamp(36px, 6vw, 76px);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.05;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Radwave"; 
}
.hero-heading .highlight {
    color: var(--lime); 
}
.hero-description {
    font-size: clamp(15px, 2.5vw, 18px);
    line-height: 1.2;
    color: #ffffff;
    max-width: 580px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(to bottom, #084252 0%, #000000 100%);
    padding: 14px 36px;
    border-radius: 50px;
}
.hero-badge.ginesys {
    background: linear-gradient(to bottom, #313D2A 0%, #000000 100%);
}
.hero-badge.shopify {
    background: linear-gradient(to bottom, #0A2925 0%, #000000 100%);
}
.hero-badge.gofrugal {
    background: linear-gradient(to bottom, #263646 0%, #000000 100%);
}

.platform-overview {
    position: relative;
    background-color: #F2EFE3; 
    padding: 80px 100px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin: -130px 15px 0;
    box-sizing: border-box;
    z-index: 1;
}
.platform-overview .section-title {
    color: #000000;
}
.platform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.platform-card {
    background: linear-gradient(to bottom, #252525 0%, #131313 100%);
    border-radius: 30px;
    padding: 50px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.platform-card .brand-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.brand-description {
    color: #FFFFFF; 
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 440px;
    min-height: 110px;
}
.screenshot-frame {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 10; /* Keeps a consistent ratio for both images */
}
.screenshot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.comparison-section {
    background-color: #222F2F;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 30px;
    max-width: 1300px;
    margin: 0 auto;
}
.comparison-card {
    background-color: #000000;
    border-radius: 30px;
    padding: 50px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.comparison-card .brand-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.comparison-card.card-commmerce {
    background-color: var(--lime);
    color: #000000;
    box-shadow: -14px 14px 0px #000000;
}
.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    font-size: 18px;
    font-family: 'Overused-regular';
    font-weight: 500;
    line-height: 1;
}
.feature-item .star-icon {
    margin-top: 3px;
} 
.feature-item p {
    text-align: left;
}
.card-commmerce p {
    color: #000000;
}


.selection-section {
    width: 100%;
    background-color: #000000;
    padding: 100px 65px;
}
.selection-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
}
.left-col {
    flex: 1;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.main-heading {
    font-family: 'Radwave';
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px;
}
.desc-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
.right-col {
    flex: 1.5;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}
.choice-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.choice-heading {
    font-family: 'Overused-medium';
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}
.choice-heading h3 {
    margin-bottom: 0px;
}
.choose-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.choose-brand .brand-logo {
    height: 28px; 
    object-fit: contain;
    display: inline-block;
    margin-bottom: 0px;
}
.choose-brand .brand-logo.tally {
    height: 35px;
}
.choice-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.choice-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}
.choice-item .star-icon {
    margin-top: 3px;
}


.table-section {
    width: 100%;
    background-color: #000000;
    padding: 100px 65px;
}
.comparison-table-wrapper {
    background: #141414;
    border-radius: 20px;
    max-width: 1200px;
    /*min-width: 800px; */
    padding: 10px;
    margin: 0 auto;
}
.comparison-table {
    background-color: #1F1F1F;
    border-radius: 16px;
    overflow-x: auto;
    width: 100%;
    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    border-bottom: none;
}
.table-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5px; 
    z-index: 999;
    
    /* The gradient does the fading work */
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%,         /* Fully transparent at start */
        rgba(255, 255, 255, 0.35) 5%,      /* Fully visible by 5% */
        rgba(255, 255, 255, 0.35) 95%,     /* Stays visible until 95% */
        rgba(255, 255, 255, 0) 100%        /* Fades to transparent at end */
    );
}
.table-row:first-child::after {
    border-bottom: 0.5px solid #5E5E5E;
}
.table-row:last-child::after {
    background: unset;
}
.table-cell {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}
.table-cell p {
    font-family: 'Overused-medium';
    font-weight: 500;
    font-size: 16px;
}
.sticky-col {
    position: sticky;
    left: 0;
    justify-content: flex-start;
    text-align: left;
    z-index: 10;
}
.table-head .sticky-col {
    font-size: 24px;
    font-weight: 500;
}
.commmerce-col {
    background-color: #F8F5EA;
    font-weight: 600;
    color: #000000;
    border-bottom: 0.5px solid #5E5E5E;
}
.tally-col {
    background-color: #0B5D74;
}
.ginesys-col {
    background-color: #2E3927;
}
.shopify-col {
    background-color: #13443C;
}
.gofrugal-col {
    background-color: #2E4963;
}

.commmerce-col p {
    color: #000000;
}
.table-head .table-cell {
    font-weight: 500;
    color: #fff;
    padding: 30px 20px;
}
.check img { width: 18px; height: auto; }
.warning img { width: 15px; height: auto; }
.cross img { width: 15px; height: auto; }
.table-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    font-size: 14px;
    color: #ccc;
}
.table-legend .opt {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-family: 'Overused-regular';
    font-size: 16px;
}
.table-section .discover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 60px;
}
.discover h3 {
    font-family: 'Radwave';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}


@media (max-width: 768px) {
    p {font-size: 14px;}
    .btn-trial {padding: 12px 24px;}
    .section-title {font-size: 22px; margin-bottom: 30px;}
    .hero {top: 0px; height: 100vh; position: relative;}
    .hero-bg img { object-position: center;}
    .hero-content {max-width: 300px; padding-bottom: 50px; justify-content: space-evenly;}
    .hero-heading {margin-bottom: 0px;}
    .hero-description {text-align: center; margin-bottom: 10px;}
    .hero-badge {display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 10px 25px; margin-top: 10px;}
    .hero-badge img {max-width: 120px; height: auto;}
    .platform-overview {padding: 50px 15px; margin: 0; border-top-right-radius: 35px; border-top-left-radius: 35px; }
    .platform-grid {grid-template-columns: 1fr; gap: 24px; }
    .platform-card {padding: 40px 20px;}
    .brand-description {min-height: auto; margin-bottom: 30px; }
    .selection-container {flex-direction: column; gap: 40px; }
    .comparison-section {padding: 50px 15px;}
    .comparison-grid {grid-template-columns: 1fr; gap: 40px; padding: 0px;}
    .comparison-table-wrapper {min-width: 300px; }
    .comparison-card {padding: 30px 20px 20px 20px;}
    .sticky-col {z-index: 99; background-color: #1F1F1F; }
    .table-section {padding: 50px 15px;}
    .table-row {grid-template-columns: 200px 140px 140px 140px; }
    .table-cell {padding: 15px 10px;}
    .table-head .table-cell {padding: 20px 10px; }
    .table-head .sticky-col {font-size: 20px;}
    .table-cell p {font-size: 14px;}
    .table-cell img { width: 100% }
    .table-cell .tally-img { width: 50% }
    .table-section .discover {padding: 40px 0;}
    .discover h3 {font-size: 18px;}
    .selection-section {padding: 50px 15px;}
    .left-col {max-width: 300px; margin: 0 auto;}
    .main-heading {font-size: 22px; text-align: center; margin-bottom: 20px;}
    .desc-text {text-align: center; font-size: 16px;}
    .choice-heading {font-size: 16px;}
    .choose-brand span {font-size: 22px;}
    .right-col {padding: 0 10px; gap: 30px;}
    .choice-list {gap: 8px;}
    .choice-item {gap: 10px;}
    .choice-item .star-icon {margin-top: 0px;}
    .choose-brand .brand-logo {height: 16px;}
    .choose-brand .brand-logo.shopify {height: 26px;}
    .choose-brand .brand-logo.tally {height: 30px;}
    .choose-brand .brand-logo.ginesys {height: 14px;}
}