/* =========================================================
   07. Why Start With a Trial Task
   ========================================================= */

.trial-reason-section {
    position: relative;
    overflow: hidden;
    border: 1px solid #d7e4f5;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right,
            rgba(13, 110, 253, 0.05),
            transparent 25%),
        linear-gradient(180deg,
            #ffffff 0%,
            #fbfdff 100%);
}

/* =========================================================
   Left Content
   ========================================================= */

.trial-reason-content {
    max-width: 550px;
}

.trial-reason-kicker {
    color: #ff5a00;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}

.trial-reason-kicker-number {
    color: #126ee7;
    font-weight: 900;
}

.trial-reason-kicker-line {
    width: 1px;
    height: 17px;
    flex-shrink: 0;
    background: #ff5a00;
}

.trial-reason-kicker-line-light {
    background: #e5d7ce;
}

.trial-reason-title-line {
    width: 38px;
    height: 3px;
    display: block;
    border-radius: 20px;
    background: #126ee7;
}

.trial-reason-content h2 {
    color: #071333;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.trial-reason-content h2 span {
    color: #176ee0;
}

.trial-reason-intro {
    max-width: 470px;
    color: #34405c;
    font-size: 18px;
    line-height: 1.55;
}

.trial-reason-confidence {
    color: #071333;
}

.trial-reason-confidence-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff6500;
    border-radius: 50%;
    color: #ff6500;
    background: #fff7ef;
    font-size: 17px;
}

.trial-reason-confidence p {
    color: #26345d;
    font-size: 18px;
}

.trial-reason-confidence strong {
    color: #ff5a00;
}

/* =========================================================
   Left Benefit Rows
   ========================================================= */

.trial-reason-benefit {
    padding: 12px 0;
    border-bottom: 1px dashed #d7e0ed;
}

.trial-reason-benefit:last-of-type {
    border-bottom: 0;
}

.trial-reason-benefit-icon {
    width: 76px;
    min-width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 34px;
}

.trial-reason-benefit-blue {
    color: #176ee0;
    border-color: #ccdef9;
    background: #eef5ff;
}

.trial-reason-benefit-green {
    color: #1ba74d;
    border-color: #cae9d3;
    background: #eef9f1;
}

.trial-reason-benefit-purple {
    color: #7b37dc;
    border-color: #dfcff9;
    background: #f5efff;
}

.trial-reason-benefit-orange {
    color: #ff6500;
    border-color: #f7d5bd;
    background: #fff3eb;
}

.trial-reason-benefit-content {
    min-width: 0;
    padding-top: 7px;
}

.trial-reason-benefit-content h3 {
    color: #071333;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.trial-reason-benefit-content p {
    max-width: 390px;
    color: #34405c;
    font-size: 16px;
    line-height: 1.48;
}

/* =========================================================
   Buttons
   ========================================================= */

.trial-reason-btn {
    min-height: 52px;
    padding: 13px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.trial-reason-btn-orange {
    color: #ffffff;
    border: 1px solid #ff5a00;
    background: linear-gradient(135deg, #ff7200, #ff4d00);
    box-shadow: 0 12px 26px rgba(255, 90, 0, 0.2);
}

.trial-reason-btn-orange:hover {
    color: #ffffff;
}

.trial-reason-btn-outline {
    color: #075be8;
    border: 1px solid #075be8;
    background: #ffffff;
}

.trial-reason-btn-outline:hover {
    color: #075be8;
}

/* =========================================================
   Comparison Area
   ========================================================= */

/* .trial-reason-comparison {
    padding-top: 80px;
} */

.trial-reason-comparison {
  position: relative;
}

.trial-reason-compare-card {
    border: 1px solid #d7e3f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 40, 80, 0.07);
}

.trial-reason-without {
    min-height: 405px;
    padding: 26px 24px 18px;
}

.trial-reason-with {
    min-height: 465px;
    padding: 32px 28px 22px;
}

.trial-reason-status {
    margin-bottom: 26px;
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.trial-reason-status-red {
    color: #a72c22;
    background: #fff0ed;
    border: 1px solid #ffd6cf;
}

.trial-reason-status-red i {
    color: #ff6655;
}

.trial-reason-status-green {
    color: #16883d;
    background: #eef9f1;
    border: 1px solid #d3eedb;
}

.trial-reason-status-green i {
    color: #25a957;
}

.trial-reason-compare-card h3 {
    color: #071333;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.trial-reason-compare-list li {
    min-width: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #34405c;
    font-size: 14px;
    line-height: 1.35;
}

.trial-reason-compare-list li:last-child {
    margin-bottom: 0;
}

.trial-reason-compare-list li>i {
    width: 21px;
    min-width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
    background: #8e98ac;
    font-size: 10px;
}

.trial-reason-good-list li>i {
    color: #ffffff;
    background: #27a950;
    border-radius: 50%;
}

/* =========================================================
   Risk / Confidence Boxes
   ========================================================= */

.trial-reason-risk-box,
.trial-reason-confidence-box {
    padding: 16px;
    border-radius: 13px;
}

.trial-reason-risk-box {
    color: #071333;
    background:
        linear-gradient(135deg,
            #fff0ec,
            #fff6f3);
}

.trial-reason-confidence-box {
    color: #071333;
    background:
        linear-gradient(135deg,
            #eef9f1,
            #f5fbf6);
}

.trial-reason-risk-icon,
.trial-reason-smile-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
}

.trial-reason-risk-icon {
    color: #ff5f4c;
    background: #ffd9d1;
}

.trial-reason-smile-icon {
    color: #28a950;
    background: #dff5e6;
}

.trial-reason-risk-box strong,
.trial-reason-confidence-box strong {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

/* =========================================================
   Drupal Shield
   ========================================================= */

.trial-reason-drupal-shield {
    position: absolute;
    top: -22px;
    right: 18px;
    z-index: 3;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(145deg, #116cf3, #074ab7);
    clip-path:
        polygon(50% 0%,
            92% 14%,
            92% 58%,
            78% 80%,
            50% 100%,
            22% 80%,
            8% 58%,
            8% 14%);
    font-size: 42px;
    filter: drop-shadow(0 10px 16px rgba(14, 100, 225, 0.25));
}

/* =========================================================
   VS Badge
   ========================================================= */

.trial-reason-vs {

  z-index: 20;
  width: 62px;
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #9ac0ff;
  border-radius: 50%;

  color: #126ee7;
  background: #ffffff;

  font-size: 22px;
  line-height: 1;
  font-weight: 900;

  box-shadow: 0 10px 24px rgba(17, 40, 80, 0.08);

  transform: translate(-50%, -50%);
}

/* =========================================================
   Decorative Comparison Arrow
   ========================================================= */

.trial-reason-comparison-arrow {
    position: absolute;
    top: 22px;
    left: 36%;
    width: 210px;
    height: 80px;
    color: #176ee0;
    font-size: 17px;
    opacity: 0.8;
}

.trial-reason-comparison-arrow::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 185px;
    height: 65px;
    border-top: 2px dashed #176ee0;
    border-radius: 50%;
    transform: rotate(-8deg);
}

.trial-reason-comparison-arrow i {
    position: absolute;
    top: 11px;
    right: 8px;
    transform: rotate(20deg);
}

/* =========================================================
   Confidence Flow
   ========================================================= */

.trial-confidence-flow {
    padding: 20px 28px 25px;
    overflow: hidden;
    border: 1px solid #0b3169;
    border-radius: 17px;
    color: #ffffff;
    background:
        radial-gradient(circle at right,
            rgba(22, 112, 255, 0.14),
            transparent 30%),
        linear-gradient(135deg,
            #020b25 0%,
            #07295a 58%,
            #031a3d 100%);
    box-shadow: 0 14px 34px rgba(4, 26, 64, 0.13);
}

.trial-confidence-flow>h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.trial-confidence-flow-items {
    gap: 10px;
}

.trial-confidence-step {
    min-width: 90px;
}

.trial-confidence-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    font-size: 27px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.trial-confidence-blue {
    color: #126ee7;
}

.trial-confidence-green {
    color: #1aa34a;
}

.trial-confidence-purple {
    color: #7934df;
}

.trial-confidence-orange {
    color: #ff5a00;
}

.trial-confidence-step p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
}

.trial-confidence-connector {
    position: relative;
    width: 65px;
    height: 2px;
    margin-top: 34px;
    flex: 1;
    border-top: 1px dashed #8ba9d8;
}

.trial-confidence-connector::before,
.trial-confidence-connector::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8ba9d8;
}

.trial-confidence-connector::before {
    left: 0;
}

.trial-confidence-connector::after {
    right: 0;
}

.trial-confidence-final-arrow {
    margin-top: 26px;
    color: #ffffff;
    font-size: 25px;
}

/* =========================================================
   Bottom Statistics
   ========================================================= */

.trial-reason-stats {
    overflow: hidden;
    border: 1px solid #d7e3f2;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(17, 40, 80, 0.04);
}

.trial-reason-trust {
    min-height: 115px;
    padding: 18px 28px;
    border-right: 1px solid #d8e2ef;
}

.trial-reason-trust-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #126ee7;
    background: #eef5ff;
    font-size: 31px;
}

.trial-reason-trust h3 {
    color: #071333;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 900;
}

.trial-reason-trust p {
    color: #34405c;
    font-size: 12px;
    line-height: 1.5;
}

.trial-reason-stat {
    min-height: 115px;
    padding: 18px 20px;
    border-right: 1px solid #d8e2ef;
}

.trial-reason-stats .col-xl:last-child .trial-reason-stat {
    border-right: 0;
}

.trial-reason-stat>i {
    flex-shrink: 0;
    font-size: 35px;
}

.trial-reason-stat-blue {
    color: #126ee7;
}

.trial-reason-stat-green {
    color: #27a950;
}

.trial-reason-stat-purple {
    color: #7934df;
}

.trial-reason-stat-orange {
    color: #ff6500;
}

.trial-reason-stat strong {
    display: block;
    color: #071333;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
}

.trial-reason-stat span {
    display: block;
    margin-top: 5px;
    color: #34405c;
    font-size: 11px;
    line-height: 1.35;
}

/* =========================================================
   Secure Note
   ========================================================= */

.trial-reason-secure {
    color: #34405c;
}

.trial-reason-secure>i {
    color: #071333;
    font-size: 16px;
}

.trial-reason-secure p {
    color: #34405c;
    font-size: 14px;
}

.trial-reason-secure strong {
    color: #126ee7;
}

/* =========================================================
   Why Start With a Trial Task Responsive
   ========================================================= */

@media (max-width: 1399px) {

    .trial-reason-kicker {
        font-size: 14px;
    }

    .trial-reason-content h2 {
        font-size: 32px;
    }

    .trial-reason-intro {
        font-size: 15px;
    }

    .trial-reason-confidence p {
        font-size: 15px;
    }

    .trial-reason-benefit-icon {
        width: 66px;
        min-width: 66px;
        height: 66px;
        font-size: 29px;
    }

    .trial-reason-benefit-content h3 {
        font-size: 17px;
    }

    .trial-reason-benefit-content p {
        font-size: 14px;
    }

    .trial-reason-btn {
        font-size: 14px;
    }

    .trial-reason-compare-card h3 {
        font-size: 17px;
    }

    .trial-reason-without {
        min-height: 380px;
    }

    .trial-reason-with {
        min-height: 430px;
    }

    .trial-confidence-flow>h3 {
        font-size: 17px;
    }

    .trial-reason-stat strong {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {

    .trial-reason-content {
        max-width: 100%;
    }

    .trial-reason-intro,
    .trial-reason-benefit-content p {
        max-width: 100%;
    }

    .trial-reason-comparison {
        max-width: 850px;
        margin: 0 auto;
    }

    .trial-reason-trust {
        border-right: 0;
        border-bottom: 1px solid #d8e2ef;
    }
}

@media (max-width: 991px) {

    .trial-reason-comparison {
        padding-top: 30px;
    }

    .trial-reason-without,
    .trial-reason-with {
        min-height: 0;
    }

    .trial-reason-comparison-arrow {
        display: none !important;
    }

    .trial-confidence-flow-items {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 20px;
    }

    .trial-confidence-connector,
    .trial-confidence-final-arrow {
        display: none;
    }

    .trial-reason-stat {
        border-bottom: 1px solid #d8e2ef;
    }
}

@media (max-width: 767px) {

    .trial-reason-kicker {
        gap: 9px !important;
        font-size: 12px;
    }

    .trial-reason-kicker-line-light {
        display: none;
    }

    .trial-reason-content h2 {
        font-size: 22px;
    }

    .trial-reason-intro {
        font-size: 16px;
    }

    .trial-reason-confidence p {
        font-size: 14px;
    }

    .trial-reason-benefit {
        gap: 16px !important;
    }

    .trial-reason-benefit-icon {
        width: 58px;
        min-width: 58px;
        height: 58px;
        font-size: 25px;
    }

    .trial-reason-benefit-content h3 {
        font-size: 18px;
    }

    .trial-reason-benefit-content p {
        font-size: 14px;
    }

    .trial-reason-actions {
        flex-direction: column;
    }

    .trial-reason-btn {
        width: 100%;
        min-width: 0;
        padding: 13px 16px;
        font-size: 14px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .trial-reason-comparison {
        padding-top: 15px;
    }

    .trial-reason-compare-card {
        padding: 24px 18px;
    }

    .trial-reason-compare-card h3 {
        font-size: 18px;
    }

    .trial-reason-compare-list li {
        font-size: 14px;
    }

    .trial-reason-drupal-shield {
        width: 72px;
        height: 72px;
        font-size: 34px;
    }

    .trial-confidence-flow {
        padding: 20px 16px;
    }

    .trial-confidence-flow>h3 {
        font-size: 18px;
    }

    .trial-reason-trust {
        padding: 18px;
    }

    .trial-reason-stat {
        min-height: 100px;
    }

    .trial-reason-secure {
        text-align: center;
    }

    .trial-reason-secure p {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {

    .trial-reason-benefit {
        align-items: flex-start !important;
    }

    .trial-reason-confidence {
        align-items: flex-start !important;
    }

    .trial-reason-trust {
        flex-direction: column;
        text-align: center;
    }

    .trial-reason-stat {
        border-right: 0;
    }

    .trial-confidence-step {
        width: calc(50% - 10px);
    }
}