.p1-page {
    font-family: 'Poppins', sans-serif;
}

.p1-hero-section {
    position: relative;
    width: 100%;
    padding: 80px 24px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(ellipse 55% 60% at 2% 30%, rgba(220, 180, 255, 0.28) 0%, transparent 70%),
        radial-gradient(ellipse 45% 50% at 98% 70%, rgba(180, 240, 230, 0.30) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 90% 10%, rgba(210, 190, 255, 0.18) 0%, transparent 60%),
        #f8f9ff;
}

.p1-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.p1-deco-lightning {
    left: 5%;
    top: 42%;
    width: 42px;
    height: 72px;
    opacity: 0.90;
}

.p1-deco-circle-teal {
    right: 8%;
    top: 40%;
    width: 16px;
    height: 16px;
    border: 2px solid #00D0A0;
    border-radius: 50%;
}

.p1-deco-dot-gold {
    right: 9%;
    top: 64%;
    width: 13px;
    height: 13px;
    background: #F5C518;
    border-radius: 50%;
    opacity: 0.70;
}

.p1-deco-squiggle {
    right: 3%;
    bottom: 18%;
    width: 90px;
    height: 55px;
    opacity: 0.55;
}

.p1-deco-pink-shard {
    left: 7%;
    top: 20%;
    width: 28px;
    height: 28px;
    background: rgba(255, 160, 180, 0.60);
    clip-path: polygon(50% 0%, 85% 38%, 100% 100%, 15% 80%, 0% 30%);
}

.p1-deco-teal-shard {
    left: 3%;
    bottom: 22%;
    width: 22px;
    height: 22px;
    background: rgba(0, 210, 180, 0.55);
    clip-path: polygon(50% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}

.p1-card-border {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 2px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(68, 132, 131, 0.20) 0%, rgba(0, 208, 117, 0.20) 100%);
    overflow: hidden;
}

.p1-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 55px 50px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.p1-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EBF8F2;
    color: #00D075;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 50px;
}

.p1-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 70px;
    color: #1B1B20;
    margin: 0;
    text-align: center;
    max-width: 1220px;
}

.p1-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    color: #6B7280;
    max-width: 700px;
    margin: 0;
    text-align: center;
}


.p1-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1220px;
}

.p1-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #00D075;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 50px;
    height: 65px;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
    white-space: nowrap;
}

.p1-btn-primary:hover,
.p1-btn-primary:focus {
    background: #00b864;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.p1-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: #00D075;
    border: 1.5px solid #00D075;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 50px;
    height: 65px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.p1-btn-outline:hover,
.p1-btn-outline:focus {
    background: #00D075;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.p1-btn-outline:hover .btn-icon,
.p1-btn-outline:focus .btn-icon {
    filter: brightness(0) invert(1);
}

.p1-stats-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1220px;
}

.p1-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    padding: 0 20px;
}

.p1-stat-value {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.65;
    color: #1B1B20;
}

.p1-stat-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    color: #6B7280;
}

.p1-stat-divider {
    width: 1px;
    align-self: stretch;
    background: #E5E7EB;
    flex-shrink: 0;
    min-height: 48px;
}

.p1-why-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 80px 24px 45px;
}

.p1-why-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.p1-why-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    text-align: center;
}

.p1-why-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
    margin: 0;
}

.p1-why-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #1B1B20;
    margin: 0;
    text-align: center;
    width: 100%;
}

.p1-why-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #1B1B20;
    opacity: 0.90;
    margin: 0;
    text-align: center;
    max-width: 740px;
}

.p1-why-cards {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.p1-why-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #E6EBEA;
    padding: 32px;
    gap: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.p1-why-card:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.p1-why-card--featured {
    border-color: #00D075;
}

.p1-why-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9FDF3; 
}

.p1-why-card:nth-child(1) .p1-why-card-icon {
    background: #EAF2FF; 
}

.p1-why-card:nth-child(2) .p1-why-card-icon {
    background: #E9FDF3; 
}

.p1-why-card:nth-child(3) .p1-why-card-icon {
    background: #FFF1EC;
}
.p1-why-card-icon svg {
    width: 45px;
    height: 45px;
}

.p1-why-card-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #00D075;
    margin: 0;
    width: 100%;
    text-align: center;
}

.p1-why-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #1B1B20;
    margin: 0;
    width: 100%;
    text-align: center;
}

.p1-why-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1B1B20;
    opacity: 0.80;
    margin: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 1280px) {
    .p1-why-cards {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .p1-heading {
        font-size: 42px;
        line-height: 56px;
    }

    .p1-why-heading {
        font-size: 34px;
    }

    .p1-why-subtitle {
        font-size: 18px;
    }

    .p1-why-card-price {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .p1-hero-section {
        padding: 50px 16px 70px;
    }

    .p1-card {
        padding: 40px 24px 32px;
        gap: 18px;
    }

    .p1-heading {
        font-size: 32px;
        line-height: 44px;
    }

    .p1-badge {
        font-size: 13px;
        padding: 7px 18px;
    }

    .p1-btn-row {
        gap: 16px;
    }

    .p1-btn-primary,
    .p1-btn-outline {
        padding: 0 32px;
        height: 54px;
        font-size: 13px;
    }

    .p1-stats-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .p1-stat {
        padding: 6px 0;
    }

    .p1-stat-divider {
        display: none;
    }

    .p1-deco-lightning,
    .p1-deco-squiggle,
    .p1-deco-pink-shard,
    .p1-deco-teal-shard {
        display: none;
    }

    .p1-why-section {
        padding: 60px 16px 70px;
    }

    .p1-why-heading {
        font-size: 28px;
    }

    .p1-why-subtitle {
        font-size: 16px;
    }

    .p1-why-cards {
        flex-direction: column;
        gap: 16px;
    }

    .p1-why-card {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .p1-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .p1-why-heading {
        font-size: 24px;
    }

    .p1-why-eyebrow {
        font-size: 16px;
    }
}

.p1-calc-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 45px 24px;
}

.p1-calc-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}


.p1-calc-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    width: 100%;
}

.p1-calc-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
    margin: 0;
}

.p1-calc-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #1B1B20;
    margin: 0;
    text-align: center;
}

.p1-calc-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #1B1B20;
    opacity: 0.90;
    margin: 0;
    text-align: center;
    max-width: 680px;
}

.p1-calc-card-border {
    width: 100%;
    padding: 4px;
    border-radius: 42px;
    background: linear-gradient(135deg, #4484B3 0%, #00D075 100%);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
}

.p1-calc-card {
    width: 100%;
    background: linear-gradient(135deg, rgba(68, 132, 179, 0.08) 0%, rgba(0, 208, 117, 0.08) 100%);
    border-radius: 39px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-sizing: border-box;
}

.p1-calc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.p1-calc-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.p1-calc-tab {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1.5px solid #D1D5DB;
    background: #ffffff;
    color: #6B7280;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    line-height: 1;
}

.p1-calc-tab:hover {
    border-color: #00D075;
    color: #00D075;
}

.p1-calc-tab--active {
    background: #00D075;
    color: #ffffff !important;
    border-color: #00D075;
}

.p1-calc-mode-toggle {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
    border: none;
    box-shadow: 0 0 0 1.5px #E5E7EB;
}

.p1-calc-mode {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #9CA3AF;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    line-height: 1;
}

.p1-calc-mode--active {
    background: #00D075;
    color: #ffffff;
    font-weight: 600;
}

.p1-calc-body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.p1-calc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.p1-calc-price-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
    display: block;
    margin: 0;
}

.p1-calc-input-row {
    display: flex;
    align-items: center;
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease;
}

.p1-calc-input-row:focus-within {
    border-color: #00D075;
}

.p1-calc-currency-symbol {
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1B1B20;
    background: #F9FAFB;
    border-right: 1.5px solid #E5E7EB;
    height: 54px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.p1-calc-price-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1B1B20;
    height: 54px;
    background: transparent;
    min-width: 0;
}

.p1-calc-price-input::-webkit-outer-spin-button,
.p1-calc-price-input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    opacity: 1;
}

.p1-calc-slider-wrap {
    position: relative;
    padding-top: 30px;
}

.p1-calc-slider-label {
    position: absolute;
    top: -10px;
    left: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #00D075;
    white-space: nowrap;
    pointer-events: none;
    display: block;
    min-width: 52px;
    text-align: center;
    transform: translateX(-50%);
    transition: left 0.05s linear;
    background: #ffffff;
    border-radius: 50px;
    padding: 4px 10px;
    border: 1.5px solid #E5E7EB;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.p1-calc-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
    background: linear-gradient(to right, #00D075 9%, #E5E7EB 9%);
}

.p1-calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00D075;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #00D075;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.p1-calc-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 4px rgba(0, 208, 117, 0.25);
}

.p1-calc-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00D075;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #00D075;
    cursor: pointer;
}

.p1-calc-slider::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: transparent;
}

.p1-calc-note {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #6B7280;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
}

.p1-calc-note-highlight {
    color: #00D075;
    font-weight: 600;
    font-style: normal;
}

.p1-calc-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.p1-calc-results {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
}

.p1-calc-result {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    text-align: center;
    gap: 8px;
}

.p1-calc-result--attendee {
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-right: none;
    border-radius: 14px 0 0 14px;
}

.p1-calc-result--organizer {
    background: linear-gradient(135deg, #4484B3 0%, #00D075 100%);
    border-radius: 0 14px 14px 0;
}

.p1-calc-result-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.p1-calc-result--attendee .p1-calc-result-label {
    color: #6B7280;
}

.p1-calc-result--organizer .p1-calc-result-label {
    color: rgba(255, 255, 255, 0.85);
}

.p1-calc-result-value {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #1B1B20;
}

.p1-calc-result--organizer .p1-calc-result-value {
    color: #ffffff;
    font-size: 30px;
}

.p1-calc-breakdown {
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

.p1-calc-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #F3F4F6;
}

.p1-calc-breakdown-row:last-child {
    border-bottom: none;
}

.p1-calc-breakdown-row--total {
    background: #F9FAFB;
}

.p1-calc-breakdown-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
}

.p1-calc-breakdown-row--total .p1-calc-breakdown-label {
    font-weight: 600;
    color: #1B1B20;
}

.p1-calc-breakdown-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1B1B20;
    white-space: nowrap;
    margin-left: 12px;
}

@media (max-width: 992px) {
    .p1-calc-heading {
        font-size: 34px;
    }

    .p1-calc-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .p1-calc-section {
        padding: 60px 16px 70px;
    }

    .p1-calc-card {
        padding: 24px 20px;
        gap: 20px;
    }

    .p1-calc-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .p1-calc-body {
        flex-direction: column;
        gap: 24px;
    }

    .p1-calc-heading {
        font-size: 28px;
    }

    .p1-calc-subtitle {
        font-size: 16px;
    }

    .p1-calc-result-value {
        font-size: 24px;
    }

    .p1-calc-result--organizer .p1-calc-result-value {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .p1-calc-eyebrow {
        font-size: 16px;
    }

    .p1-calc-heading {
        font-size: 24px;
    }

    .p1-calc-subtitle {
        font-size: 15px;
    }

    .p1-calc-tabs {
        gap: 4px;
    }

    .p1-calc-tab {
        font-size: 12px;
        padding: 7px 12px;
    }

    .p1-calc-mode {
        font-size: 12px;
        padding: 8px 16px;
    }

    .p1-calc-price-input {
        font-size: 20px;
    }

    .p1-calc-result-value {
        font-size: 20px;
    }

    .p1-calc-result--organizer .p1-calc-result-value {
        font-size: 22px;
    }
}
.p1-tiers-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 45px 24px;
}

.p1-tiers-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.p1-tiers-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    width: 100%;
}

.p1-tiers-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
    margin: 0;
}

.p1-tiers-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #1B1B20;
    margin: 0;
    text-align: center;
}

.p1-tiers-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    padding-top: 20px;
}

.p1-tiers-card-wrap {
    position: relative;
}

.p1-tiers-card {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #ffffff;
    border-radius: 32px;
    border: 1px solid #E6EBEA;
    padding: 32px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.12);
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.p1-tiers-card:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
}

.p1-tiers-card--popular {
    border-color: #00D075;
}

.p1-tiers-popular-badge {
    position: absolute;
    top: 0;
    left: 26px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00D075;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    height: 36px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.p1-tiers-card-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p1-tiers-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #1B1B20;
    margin: 0;
}
.p1-tiers-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.p1-tiers-price-main {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
}

.p1-tiers-price-unit {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #49494d;
}

.p1-tiers-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #1B1B20;
    opacity: 0.90;
    margin: 0;
}

.p1-tiers-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.p1-tiers-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: #1B1B20;
    opacity: 0.80;
}

.p1-tiers-feature-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    display: block;
}

@media (max-width: 1280px) {
    .p1-tiers-cards {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .p1-tiers-heading {
        font-size: 34px;
    }

    .p1-tiers-price-main {
        font-size: 26px;
    }

    .p1-tiers-price-unit {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .p1-tiers-section {
        padding: 60px 16px 70px;
    }

    .p1-tiers-heading {
        font-size: 28px;
    }

    .p1-tiers-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p1-tiers-card {
        gap: 32px;
    }

    .p1-tiers-desc,
    .p1-tiers-feature {
        font-size: 15px;
    }
    .p1-calc-right{
        min-width: -webkit-fill-available;
    }
}

@media (max-width: 480px) {
    .p1-tiers-eyebrow {
        font-size: 16px;
    }

    .p1-tiers-heading {
        font-size: 24px;
    }

    .p1-tiers-price-main {
        font-size: 22px;
    }

    .p1-tiers-price-unit {
        font-size: 12px;
    }
}

.p1-feeopt-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 45px 24px;
}

.p1-feeopt-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.p1-feeopt-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    width: 100%;
}

.p1-feeopt-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
    margin: 0;
}

.p1-feeopt-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    color: #1B1B20;
    margin: 0;
}

.p1-feeopt-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: stretch;
}

.p1-feeopt-card-wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 16px; 
}

.p1-feeopt-popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00D075;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0 16px;
    border-radius: 50px;
    height: 32px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.p1-feeopt-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px solid #E5E7EB;
    padding: 32px 28px;
    gap: 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.p1-feeopt-card:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.p1-feeopt-card--popular {
    border-width: 2px;
}

.p1-feeopt-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #E9FFEC;
    color: #00D075;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.p1-feeopt-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #1B1B20;
    margin: 0;
}

.p1-feeopt-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    color: #6B7280;
    margin: 0;
}

.p1-feeopt-buyers {
    color: #2563EB;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 992px) {
    .p1-feeopt-heading {
        font-size: 34px;
    }

    .p1-feeopt-card-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .p1-feeopt-section {
        padding: 60px 16px 70px;
    }

    .p1-feeopt-inner {
        gap: 36px;
    }

    .p1-feeopt-heading {
        font-size: 28px;
    }

    .p1-feeopt-cards {
        flex-direction: column;
        gap: 32px;
    }

    .p1-feeopt-card {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .p1-feeopt-eyebrow {
        font-size: 16px;
    }

    .p1-feeopt-heading {
        font-size: 24px;
    }

    .p1-feeopt-card-title {
        font-size: 17px;
    }

    .p1-feeopt-card-desc {
        font-size: 14px;
    }
}

.p1-orgs-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 45px 24px;
}

.p1-orgs-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #FBFDFF;
    border: 1px solid #4484B3;
    border-radius: 32px;
    padding: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.p1-orgs-eyebrow {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #00D075;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.p1-orgs-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.p1-orgs-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 28px;
    width: 170px;
    height: 100px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.p1-orgs-logo-box:hover {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.p1-orgs-logo {
    display: block;
    object-fit: contain;
    max-height: 64px;
    max-width: 120px;
    width: auto;
    height: auto;
}

@media (max-width: 992px) {
    .p1-orgs-inner {
        padding: 48px 40px;
    }

    .p1-orgs-logos {
        gap: 16px;
    }

    .p1-orgs-logo-box {
        width: 140px;
        height: 86px;
        padding: 16px 20px;
    }
}

@media (max-width: 768px) {
    .p1-orgs-section {
        padding: 40px 16px;
    }

    .p1-orgs-inner {
        padding: 40px 24px;
        border-radius: 20px;
        gap: 28px;
    }

    .p1-orgs-logos {
        gap: 14px;
    }

    .p1-orgs-logo-box {
        width: 120px;
        height: 76px;
        padding: 14px 16px;
        border-radius: 10px;
    }

    .p1-orgs-logo {
        max-height: 48px;
        max-width: 90px;
    }
}

@media (max-width: 480px) {
    .p1-orgs-logos {
        gap: 10px;
    }

    .p1-orgs-logo-box {
        width: 100px;
        height: 66px;
        padding: 10px 12px;
    }

    .p1-orgs-logo {
        max-height: 40px;
        max-width: 76px;
    }
}

.p1-trust-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 40px 24px;
    border-top: 1px solid #F0F2F5;
    border-bottom: 1px solid #F0F2F5;
}

.p1-trust-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.p1-trust-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #9CA3AF;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.p1-trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.p1-trust-badge-img {
    height: 110px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease, filter 0.2s ease;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.07));
}

.p1-trust-badge-img:hover {
    transform: scale(1.07) translateY(-2px);
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12));
}

@media (max-width: 768px) {
    .p1-trust-section {
        padding: 32px 16px;
    }

    .p1-trust-badges {
        gap: 18px;
    }

    .p1-trust-badge-img {
        height: 85px;
    }
}

@media (max-width: 480px) {
    .p1-trust-badge-img {
        height: 68px;
    }

    .p1-trust-badges {
        gap: 14px;
    }
}

.p1-payments-section {
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(ellipse 70% 80% at 50% 50%, rgba(0, 208, 117, 0.04) 0%, transparent 70%),
        #F8F9FF;
    padding: 56px 24px;
}

.p1-payments-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.p1-payments-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #9CA3AF;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.p1-payments-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.p1-payment-logo {
    height: 34px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.55;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.2s ease;
}

.p1-payment-logo:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.p1-payments-footnote {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #9CA3AF;
    margin: 0;
    text-align: center;
    font-style: italic;
}

@media (max-width: 768px) {
    .p1-payments-section {
        padding: 40px 16px;
    }

    .p1-payments-logos {
        gap: 22px;
    }

    .p1-payment-logo {
        height: 28px;
    }
}

@media (max-width: 480px) {
    .p1-payments-logos {
        gap: 16px;
    }

    .p1-payment-logo {
        height: 22px;
        max-width: 80px;
    }
}

.p1-faq-section {
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(ellipse 65% 70% at 0% 50%, rgba(0, 208, 117, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 55% 65% at 100% 50%, rgba(68, 132, 179, 0.06) 0%, transparent 58%),
        #f4fdf8;
    padding: 45px 24px;
}

.p1-faq-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.p1-faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    width: 100%;
}

.p1-faq-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00D075;
    margin: 0;
}

.p1-faq-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #1B1B20;
    margin: 0;
    text-align: center;
}

.p1-faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.p1-faq-item {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
}

.p1-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 22px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.45;
    color: #1B1B20;
    transition: color 0.2s ease;
}

.p1-faq-question:hover {
    color: #00D075;
}

.p1-faq-item--open .p1-faq-question {
    color: #1B1B20;
}

.p1-faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00D075;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.p1-faq-icon svg {
    width: 14px;
    height: 14px;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
}

.p1-faq-icon-minus {
    display: none;
}

.p1-faq-item--open .p1-faq-icon-plus {
    display: none;
}

.p1-faq-item--open .p1-faq-icon-minus {
    display: block;
}

.p1-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.38s ease, opacity 0.25s ease, padding 0.25s ease;
    padding: 0 24px 0 24px;
}

.p1-faq-item--open .p1-faq-answer {
    max-height: 1000px;
    opacity: 1;
    padding: 0 24px 22px 24px;
}

.p1-faq-answer p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
    color: #6B7280;
    margin: 0;
}

.p1-faq-answer a {
    color: #00D075;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.p1-faq-answer a:hover {
    color: #00b864;
}

@media (max-width: 1100px) {
    .p1-faq-heading {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .p1-faq-heading {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .p1-faq-section {
        padding: 60px 16px 70px;
    }

    .p1-faq-heading {
        font-size: 28px;
    }

    .p1-faq-question {
        font-size: 15px;
        padding: 18px 18px;
    }

    .p1-faq-item--open .p1-faq-answer {
        padding: 0 18px 18px;
    }
}

@media (max-width: 480px) {
    .p1-faq-eyebrow {
        font-size: 16px;
    }

    .p1-faq-heading {
        font-size: 24px;
    }

    .p1-faq-question {
        font-size: 14px;
        padding: 16px 16px;
    }

    .p1-faq-item--open .p1-faq-answer {
        padding: 0 16px 16px;
    }
}

.footer .container-fluid{
    margin-top: 25px !important;
}
.p1-cta-section {
    font-family: 'Inter', 'Poppins', sans-serif;
    background:
        radial-gradient(ellipse 65% 70% at 0% 50%, rgba(0, 208, 117, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 55% 65% at 100% 50%, rgba(68, 132, 179, 0.06) 0%, transparent 58%),
        #f4fdf8;
    padding: 45px 24px;
}

.p1-cta-card {
    max-width: 1320px;
    margin: 0 auto;
    background: linear-gradient(135deg, #02CF77 0%, #579AC5 100%);
    border-radius: 30px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    text-align: center;
}

.p1-cta-heading {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.p1-cta-subtitle {
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    max-width: 640px;
}
.p1-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    color: #00D075;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 50px;
    height: 65px;
    border: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.p1-cta-btn-primary:hover,
.p1-cta-btn-primary:focus {
    background: #f0fdf7;
    color: #00b864;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1100px) {
    .p1-cta-card {
        padding: 50px 40px;
    }
}

@media (max-width: 992px) {
    .p1-cta-section {
        padding: 48px 16px 60px;
    }

    .p1-cta-heading {
        font-size: 34px;
    }

    .p1-cta-card {
        padding: 45px 32px;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .p1-cta-card {
        padding: 40px 24px;
        gap: 24px;
        border-radius: 20px;
    }

    .p1-cta-heading {
        font-size: 28px;
    }

    .p1-cta-subtitle {
        font-size: 16px;
    }

    .p1-cta-btn-primary {
        height: 56px;
        font-size: 15px;
        padding: 15px 40px;
    }
}

@media (max-width: 480px) {
    .p1-cta-card {
        padding: 32px 20px;
        border-radius: 16px;
    }

    .p1-cta-heading {
        font-size: 24px;
    }

    .p1-cta-subtitle {
        font-size: 15px;
    }

    .p1-cta-btn-primary {
        width: 100%;
        padding: 15px 24px;
        font-size: 14px;
    }
}
.btn-custom1
 {
    color: #00d075;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 60px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    display: flex;
    @media (max-width: 576px) {
        padding: 15px 40px;
        font-size: 15px;
    }
}

.footer{
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
@media (max-width: 575px) {
    .p1-btn-outline,
    .p1-btn-primary {
        width: 100%;
    }
    .p1-faq-section, .p1-why-section, .p1-tiers-section, .p1-feeopt-section, .p1-orgs-section{
        padding: 20px 25px;
    }
}