.style1 {
    padding-top: 20px;
    padding-bottom: 20px
}
.style2 {
    margin-left: 25px
}

.style3 {
    background-color: #fff;
    height: 100vh
}

html {
    overflow-x: clip;
    touch-action: pan-y;
}
body {
    overflow-x: hidden;
    max-width: 100%;
    touch-action: pan-y;
}


.glass-container {
    /* Shrink-wrap + flex friendly */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    /* Zero padding as requested */
    padding: 0;
    margin: 0;

    /* Very important for flex parents */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;

    position: relative;
    overflow: hidden;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    /* Base glass */
    background: linear-gradient(135deg, rgba(98, 1, 255, 0.45) 0%, rgba(60, 0, 160, 0.55) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    /* Purple border */
    border: 1px solid rgba(166, 128, 255, 0.6);

    /* Purple glow */
    -webkit-box-shadow:
        0 4px 24px rgba(60, 0, 160, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
            box-shadow:
        0 4px 24px rgba(60, 0, 160, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);

    -webkit-transition: 
        background 0.3s ease,
        -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.25s ease;

    transition: 
        background 0.3s ease,
        -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.25s ease;

    transition: 
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.25s ease;

    transition: 
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.25s ease,
        -webkit-box-shadow 0.3s ease,
        -webkit-transform 0.25s ease;

    width: 100%;
}

/* Shine / sweep light */
.glass-container::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -120%;
    background: -webkit-gradient(
        linear,
        left top, right top,
        from(transparent),
        color-stop(50%, rgba(255, 255, 255, 0.12)),
        to(transparent)
    );
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.12) 50%,
        transparent 100%
    );
    -webkit-transition: left 0.7s ease;
    transition: left 0.7s ease;
    pointer-events: none;
}

/* Hover states */
.glass-container:hover {
    background: linear-gradient(135deg, rgba(98, 1, 255, 0.6) 0%, rgba(60, 0, 160, 0.7) 100%);
    border-color: rgba(166, 128, 255, 0.8);
    -webkit-box-shadow:
        0 8px 36px rgba(60, 0, 160, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
            box-shadow:
        0 8px 36px rgba(60, 0, 160, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

.glass-container:hover::before {
    left: 120%;
}

/* Optional: very gentle click ripple (you can remove if too much) */
.glass-container::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.14) 0%,
        transparent 60%
    );
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.4s ease, transform 0.5s ease;
    transition: opacity 0.4s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    pointer-events: none;
}

.glass-container:active::after {
    opacity: 1;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
}

/* Protect children from pseudo-elements */
.glass-container > * {
    position: relative;
    z-index: 2;
}
.style4 {
    margin-left: 15px;
    margin-right: 20px
}
.style5 {
    letter-spacing: 0.1em;
    margin: 8px 15px;
    font-size: 14px;
    color: #474a4d
}
.style6 {
    margin-right: 15px
}
.style7 {
    border-top-style: none;
    border-bottom: 0.2px solid;
    border-color: #e9ecef;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding: 20px}
.style8 {}
.style9 {
    border: 0.5px solid #dee2e6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px}
.style10 {
    margin: 8px 10px;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #474a4d
}
.style11 {
    margin-left: 5px;
    margin-right: 5px
}
.style12 {}
.style13 {
    height: 400px
}
.style14 {
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    margin-right: 15px
}
.style15 {
    margin-left: 15px
}
.style16 {
    margin-top: 35px
}
.style10:hover {
    color: #e7d5ff
}
.style17 {
    margin-top: 30px}
.style18 {
    width: 90%
}
.style19 {
    margin-top: 70px
}
.style20 {
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center
}
.style21 {
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.1em
}
.style22 {
    
}
.style23 {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
.style24 {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 40px
}
.style25 {
    width: 40%;
    margin-left: 15px;
    margin-right: 15px
}
.style26 {
    background-color: #fff
}
.style27 {
    background-color: #fff
}
.style28 {
    width: 70%
}
.style29 {
    width: 50%
}
.style30 {
    margin-bottom: 15px
}

.style31 {
    background-color: rgba(166,128,255,0.1);
    border: 1px solid rgba(166,128,255,0.25);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}
.style32 {
    color: #474a4d;
    font-size: 12px;
    margin: 6px 15px;
    letter-spacing: 0.1em;
}
.style33 {
    color: #474a4d;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 0px;
    text-align: center
}
.style34 {
    font-weight: bold;
    background: linear-gradient(135deg, #a680ff 0%, #6201ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 56px;
  margin-bottom: 0px;
  text-align: center;
}
.style35 {
    padding-left: 3px;
    padding-right: 3px;
    background: linear-gradient(135deg, rgba(166,128,255,0.95) 0%, rgba(138,86,255,0.9) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.style36 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 10px 15px
}
.style37 {
    color: #474a4d;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 70%;
    text-align: center
}
.style38 {
    margin-left: 10px
}
.style39 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px
}
.style40 {
    color: #474a4d;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px
}
.style41 {
    margin-left: 10px;
    margin-right: 10px
}
.style42 {
    margin-right: 8px
}
.style43 {
    margin-top: 100px
}
.style44 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(135deg, #a680ff 0%, #6201ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
    
}


.style45 {
    font-weight: bold;
    background: linear-gradient(135deg, #a680ff 0%, #6201ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 56px;
}

.style46 {
    color: #474a4d;
    font-weight: bold;
    font-size: 56px
}

.style47 {
}

.style48 {
    margin-bottom: 15px
}

.style49 {
    margin-bottom: 15px;
    width: 32.7%;
    background: #FCFCFD;
    border: 1px solid rgba(66,82,94,0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.style50 {
    margin-top: 20px;
    margin-left: 20px;
    width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(166,128,255,0.12), rgba(138,86,255,0.08));
  border: 1px solid rgba(166,128,255,0.18);
}

.style51 {
    margin: 15px 20px 8px
}

.style52 {
    color: #474a4d;
    margin-bottom: 0px;
    font-weight: bold;
}

.style53 {
}

.style54 {
    color: #474a4d;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 8px;
    margin-bottom: 0px
}

.style55 {
    border: 1px solid rgba(27, 38, 46, 0.14);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.style56 {
    color: #474a4d;
    letter-spacing: 0.2em;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px
}

.style57 {
    margin-top: 8px
}

.style58 {
    height: 100%
}

.trial-container{
padding: 90px 0; background: linear-gradient(135deg, #1a1a2e 0%, #2d1561 50%, #1a1a2e 100%); position: relative; overflow: hidden; width: 100%; 
}

.trial-container-glow1 { position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(166,128,255,0.25) 0%, transparent 65%); pointer-events: none; }
.trial-container-glow2 { position: absolute; bottom: -80px; right: -80px; width: 350px; height: 350px; background: radial-gradient(circle, rgba(98,1,255,0.2) 0%, transparent 65%); pointer-events: none; }
.style59 {
    letter-spacing: 0.1em;
    color: #fff
}

.style60 {
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 56px;
    text-align: center
}

.style61 {
    color: #fff;
    font-weight: bold;
    font-size: 56px
}

.style62 {
    width: 50%;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff
}

.style63 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px
}

.style64 {
    letter-spacing: 0.1em;
    margin: 15px 20px;
    color: #fff
}

.style65 {
    margin-top: 25px;
    width: 100%
}

.style66 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #fff
}

.style67 {
    margin-left: 15px;
    margin-right: 15px
}

.style68 {
 width: 100%; 
 background: #0f0f1a;
border-top: 1px solid rgba(255,255,255,0.06);
padding: 40px; 
}

.style69 {
    margin-bottom: 0px;
    color: #6c757d;
    font-size: 14px;
    letter-spacing: 0.1em
}

.style70 {
    color: #6c757d;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.style70:hover { color: #a680ff; }

.style71 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
}

.style72 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.style73 {
    width: 40%
}

.style74 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

.style75 {
    width: 70%
}

.style76 {
    width: 100%;
    margin-top: 100px
}

.style77 {
    margin-top: 50px;
    width: 80%
}

.style78 {
    width: 50%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.style79 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px
}

.style80 {
    margin-bottom: 100px
}

.style81 {
    margin-bottom: 50px}

/* ── Terms & Conditions page ── */

.tc-hero {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(66,82,94,0.08);
    margin-bottom: 20px;
}

.tc-hero-title-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tc-hero-sub {
    width: 65%;
    text-align: left;
    margin-bottom: 0;
}

.tc-meta-row {
    margin-top: 24px;
}

.tc-section {
    gap: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(66,82,94,0.07);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.tc-label {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.tc-num {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.2em;
}

.tc-title {
    color: #474a4d;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.4;
}

.tc-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    gap: 0;
}

.tc-p {
    color: #474a4d;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-bottom: 14px;
}

.tc-p:last-child {
    margin-bottom: 0;
}

.tc-ul {
    padding-left: 18px;
    margin-bottom: 14px;
    margin-top: 4px;
}

.tc-ul li {
    color: #474a4d;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 8px;
}

.tc-callout {
    background: rgba(166,128,255,0.06);
    border: 1px solid rgba(166,128,255,0.18);
    border-left: 3px solid #a680ff;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 0;
}

.tc-callout .tc-p {
    margin-bottom: 0;
}

.tc-table-wrap {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 4px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(66,82,94,0.1);
}

.tc-table {
    width: 100%;
    border-collapse: collapse;
}

.tc-table thead {
    background: rgba(166,128,255,0.07);
}

.tc-table th {
    padding: 12px 20px;
    font-weight: bold;
    color: #474a4d;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid rgba(66,82,94,0.1);
    letter-spacing: 0.05em;
}

.tc-table td {
    padding: 12px 20px;
    color: #474a4d;
    font-size: 14px;
    border-bottom: 1px solid rgba(66,82,94,0.06);
    letter-spacing: 0.05em;
}

.tc-table tbody tr:last-child td {
    border-bottom: none;
}

.tc-contact {
    padding: 24px 28px;
    background: rgba(166,128,255,0.05);
    border: 1px solid rgba(166,128,255,0.15);
    border-radius: 14px;
    margin-top: 4px;
    gap: 0;
}

.tc-link {
    color: #6201ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tc-link:hover {
    color: #a680ff;
}

.style82 {
    margin-bottom: 15px
}

.style83 {}

/* ── Feature Showcase ── */
.feat-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}

.feat-header {
    margin-bottom: 70px;
}

.feat-row {
    width: 88%;
    gap: 80px;
    margin-bottom: 100px;
}

.feat-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.feat-img-wrap {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 24px 60px rgba(60,0,160,0.1);
            box-shadow: 0 24px 60px rgba(60,0,160,0.1);
}

.feat-img {
    border-radius: 20px;
    display: block;
}

.feat-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}

.feat-icon {
    margin-bottom: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.feat-title {
    color: #474a4d;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.feat-desc {
    color: #474a4d;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.85;
    margin-bottom: 24px;
}

.feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feat-list li {
    color: #474a4d;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.feat-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background-image: url('/assets/images/newicons/checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.style84 {
    width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(166,128,255,0.12), rgba(138,86,255,0.08));
  border: 1px solid rgba(166,128,255,0.18);
  margin-bottom: 15px;
}

/* ══════════════════════════════════════
   Animations
   ══════════════════════════════════════ */
.anim-up {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.65s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.65s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1),
                        transform 0.65s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.65s cubic-bezier(0.4,0,0.2,1),
                        transform 0.65s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.65s cubic-bezier(0.4,0,0.2,1);
}
.anim-left {
    opacity: 0;
    -webkit-transform: translateX(-44px);
            transform: translateX(-44px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        transform 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.anim-right {
    opacity: 0;
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        transform 0.7s cubic-bezier(0.4,0,0.2,1);
            transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                        transform 0.7s cubic-bezier(0.4,0,0.2,1),
                        -webkit-transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.anim-up.in-view,
.anim-left.in-view,
.anim-right.in-view {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* ══════════════════════════════════════
   Responsive
   ══════════════════════════════════════ */

.style3 {
    height: auto;
    min-height: 100vh;
}

/* ── Tablet (≤ 1024px) ── */
@media (max-width: 1024px) {
    .style33, .style34, .style45, .style46 { font-size: 42px; }
    .style60, .style61                     { font-size: 42px; }
    .feat-row   { gap: 48px; }
    .feat-title { font-size: 24px; }
    .style82    { padding: 20px; }
}

/* ══════════════════════════════════════
   Mobile hamburger menu
   ══════════════════════════════════════ */

/* Hamburger button — hidden on desktop */
.mob-hamburger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: 12px;
}
.mob-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #474a4d;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* Overlay */
.mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1100;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
}
.mob-overlay.open {
    display: block;
    opacity: 1;
}

/* Slide-in menu */
.mob-menu {
    position: fixed;
    top: 0;
    left: calc(100vw - 220px);
    width: 220px;
    height: 100%;
    background: #fff;
    z-index: 1200;
    visibility: hidden;
    -webkit-transform: translateX(220px);
            transform: translateX(220px);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4,0,0.2,1);
            transition: -webkit-transform 0.35s cubic-bezier(0.4,0,0.2,1);
            transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
            transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), -webkit-transform 0.35s cubic-bezier(0.4,0,0.2,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-shadow: -8px 0 40px rgba(0,0,0,0.1);
            box-shadow: -8px 0 40px rgba(0,0,0,0.1);
    overflow-y: auto;
}
.mob-menu.open {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.mob-menu-header {
    margin-bottom: 40px;
}
.mob-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: relative;
    padding: 0;
}
.mob-close span {
    display: block;
    width: 20px;
    height: 2px;
    background: #474a4d;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 4px;
}
.mob-close span:first-child { -webkit-transform: rotate(45deg);  transform: rotate(45deg); }
.mob-close span:last-child  { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.mob-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.mob-link {
    font-size: 16px;
    font-weight: 500;
    color: #474a4d;
    letter-spacing: 0.05em;
    padding: 14px 0;
    border-bottom: 1px solid rgba(66,82,94,0.08);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.2s;
            transition: color 0.2s;
}
.mob-link:hover { color: #6201ff; }
.mob-link-dim   { opacity: 0.35; cursor: default; }
.mob-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 28px;
}
.mob-signin {
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #474a4d;
    letter-spacing: 0.05em;
    border: 1px solid rgba(66,82,94,0.18);
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: border-color 0.2s;
            transition: border-color 0.2s;
}
.mob-signin:hover { border-color: #a680ff; color: #6201ff; }
.mob-trial {
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(166,128,255,0.95), rgba(138,86,255,0.9));
    border: 1px solid rgba(166,128,255,0.5);
    -webkit-box-shadow: 0 4px 16px rgba(166,128,255,0.3);
            box-shadow: 0 4px 16px rgba(166,128,255,0.3);
}

/* ── Mobile (≤ 768px) ── */
@media (max-width: 768px) {
    .mob-hamburger { display: -webkit-box; display: -ms-flexbox; display: flex; }
    .style8 { display: none !important; }

    .style33, .style34, .style45, .style46 { font-size: 30px; }
    .style60, .style61                     { font-size: 28px; }
    .style37  { width: 100%; font-size: 14px; }
    .tc-hero-sub { width: 100%; }

    .style9  { display: none !important; }
    .style7  { padding: 12px; }
    .style2  { width: 140px; }

    .style74 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .style75 { width: 100%; }
    .style73 { width: 80%; }
    .style39 { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 6px; }

    .style53 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .style49 { width: 100%; }

    .style81 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .style82 { width: 100%; }
    .style86 { display: none; }

    .style88 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
    .style89 { width: 100%; }

    .feat-row,
    .feat-row-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; gap: 28px; margin-bottom: 60px; }
    .feat-img-wrap    { width: 100%; }
    .feat-section     { padding-top: 60px; }

    .style62  { width: 90%; }
    .style65  { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }

    .style68 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 20px;
    }
    .style68 .d-flex.flex-column { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .tc-section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px; }
    .tc-label   { width: 100%; }
    .tc-third-party-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .tc-third-party     { width: 100%; }
}

/* ── Small mobile (≤ 480px) ── */
@media (max-width: 480px) {
    .style33, .style34, .style45, .style46 { font-size: 26px; }
    .style60, .style61                     { font-size: 24px; }
    .style73 { width: 100%; }
    .feat-title { font-size: 20px; }
}

/* ══════════════════════════════════════
   Pricing Section
   ══════════════════════════════════════ */
/* ══════════════════════════════════════
   Testimonials — new design
   ══════════════════════════════════════ */
.testi-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}
.testi-grid {
    width: 90%;
    gap: 24px;
}
.testi-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 36px;
    background: #FCFCFD;
    border: 1px solid rgba(66,82,94,0.1);
    border-radius: 20px;
    position: relative;
}
.testi-card-dark {
    background: linear-gradient(160deg, #1a1a2e 0%, #2d1561 100%);
    border-color: rgba(166,128,255,0.2);
}
.testi-quote {
    font-size: 72px;
    line-height: 0.6;
    font-family: Georgia, serif;
    color: rgba(166,128,255,0.25);
    margin-bottom: 20px;
    margin-top: 10px;
}
.testi-quote-light {
    color: rgba(255,255,255,0.15);
}
.testi-text {
    font-size: 14px;
    color: #474a4d;
    letter-spacing: 0.04em;
    line-height: 1.85;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 28px;
}
.testi-text-light { color: rgba(255,255,255,0.8); }
.testi-author { gap: 14px; margin-top: auto; }
.testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(166,128,255,0.2), rgba(98,1,255,0.15));
    border: 1px solid rgba(166,128,255,0.25);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.testi-avatar-light {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}
.testi-initial {
    font-weight: 700;
    font-size: 16px;
    color: #6201ff;
    margin: 0;
}
.testi-initial-dark { color: #fff; }
.testi-name {
    font-weight: 600;
    font-size: 14px;
    color: #474a4d;
    margin-bottom: 4px;
    letter-spacing: 0.04em;
}
.testi-name-light { color: #fff; }
.testi-stars { gap: 3px; }
.testi-stars i { font-size: 11px; color: #a680ff; }
.testi-stars-light i { color: rgba(166,128,255,0.8); }

@media (max-width: 768px) {
    .testi-section { padding-left: 20px; padding-right: 20px; }
    .testi-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
    .testi-card { padding: 24px; }
}

.pricing-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* Toggle */
.pricing-toggle {
    gap: 14px;
    margin-bottom: 50px;
    cursor: pointer;
}
.pricing-toggle-label {
    font-size: 14px;
    color: #474a4d;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.pricing-toggle-active {
    font-weight: 600;
    color: #1a1a2e;
}
.pricing-save-badge {
    font-size: 11px;
    background: linear-gradient(135deg, rgba(166,128,255,0.15), rgba(138,86,255,0.1));
    border: 1px solid rgba(166,128,255,0.25);
    color: #6201ff;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.05em;
}
.pricing-toggle-switch {
    width: 44px;
    height: 24px;
    background: rgba(66,82,94,0.12);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
            transition: background 0.3s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.pricing-toggle-switch.active {
    background: linear-gradient(135deg, #a680ff, #6201ff);
}
.pricing-toggle-knob {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: left 0.3s ease;
            transition: left 0.3s ease;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.15);
            box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.pricing-toggle-switch.active .pricing-toggle-knob {
    left: 23px;
}

/* Cards */
.pricing-cards {
    gap: 24px;
    width: 70%;
}
.pricing-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 36px;
    background: #FCFCFD;
    border: 1px solid rgba(66,82,94,0.1);
    border-radius: 20px;
    position: relative;
}
.pricing-card-pro {
    background: linear-gradient(160deg, #1a1a2e 0%, #2d1561 100%);
    border-color: rgba(166,128,255,0.3);
    -webkit-box-shadow: 0 20px 60px rgba(60,0,160,0.25);
            box-shadow: 0 20px 60px rgba(60,0,160,0.25);
}

/* Popular badge */
.pricing-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: linear-gradient(135deg, #a680ff, #6201ff);
    border-radius: 20px;
    padding: 4px 16px;
}
.pricing-popular-text {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
    white-space: nowrap;
}

/* Plan name */
.pricing-plan-name {
    font-size: 14px;
    font-weight: 700;
    color: #474a4d;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.pricing-plan-name-pro { color: rgba(255,255,255,0.7); }

/* Price */
.pricing-price-row { gap: 4px; margin-bottom: 4px; }
.pricing-price {
    font-size: 52px;
    font-weight: 500;
    color: #1a1a2e;
    line-height: 1;
    margin: 0;
}
.pricing-price-pro { color: #fff; }
.pricing-per {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}
.pricing-per-pro { color: rgba(255,255,255,0.5); }
.pricing-billed {
    font-size: 12px;
    color: #a680ff;
    letter-spacing: 0.05em;
    min-height: 18px;
    margin-bottom: 24px;
}
.pricing-billed-pro { color: rgba(166,128,255,0.8); }

/* Divider */
.pricing-divider {
    width: 100%;
    height: 1px;
    background: rgba(66,82,94,0.1);
    margin-bottom: 24px;
}
.pricing-divider-pro { background: rgba(255,255,255,0.08); }

/* Features list */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.pricing-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #474a4d;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 12px;
}
.pricing-features-pro li { color: rgba(255,255,255,0.85); }

/* CTA */
.pricing-cta-wrap { width: 100%; margin-top: auto; }
.pricing-cta-outline {
    width: 100%;
    padding: 12px 0;
    border-radius: 12px;
    border: 1px solid rgba(66,82,94,0.2);
    -webkit-transition: border-color 0.2s, background 0.2s;
            transition: border-color 0.2s, background 0.2s;
}
.pricing-cta-outline:hover {
    border-color: #a680ff;
    background: rgba(166,128,255,0.05);
}
.pricing-cta-text-outline {
    font-size: 14px;
    color: #474a4d;
    letter-spacing: 0.08em;
    margin: 0;
}
.pricing-trial-note {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-cards { width: 90%; }
}
@media (max-width: 768px) {
    .pricing-section { padding-left: 20px; padding-right: 20px; }
    .pricing-section > .d-flex.align-items-center { flex-wrap: wrap; justify-content: center; }
    .pricing-cards { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; }
    .pricing-card  { width: 100%; }
    .pricing-price { font-size: 40px; }
}

/* ══════════════════════════════════════
   Hero — CSS keyframe animations (on page load)
   ══════════════════════════════════════ */
@-webkit-keyframes tfx-fade-up {
    from { opacity: 0; -webkit-transform: translateY(28px); transform: translateY(28px); }
    to   { opacity: 1; -webkit-transform: translateY(0);    transform: translateY(0); }
}
@keyframes tfx-fade-up {
    from { opacity: 0; -webkit-transform: translateY(28px); transform: translateY(28px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.style22 > .style30:first-child > .style30 {
    -webkit-animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.05s both;
            animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.05s both;
}
.style22 > .style30:first-child .style74 {
    -webkit-animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.18s both;
            animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.18s both;
}
.style22 > .style30:first-child .style75 {
    -webkit-animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.3s both;
            animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.3s both;
}
.style22 > .style30:first-child .style73 {
    -webkit-animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.42s both;
            animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.42s both;
}
.style22 > .style30:first-child .style39 {
    -webkit-animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.54s both;
            animation: tfx-fade-up 0.6s cubic-bezier(0.4,0,0.2,1) 0.54s both;
}
.style22 > .style30:last-child {
    -webkit-animation: tfx-fade-up 0.7s cubic-bezier(0.4,0,0.2,1) 0.4s both;
            animation: tfx-fade-up 0.7s cubic-bezier(0.4,0,0.2,1) 0.4s both;
}


/* ══════════════════════════════════════
   Cookie Banner
   ══════════════════════════════════════ */
.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 680px;
    background: #1a1a2e;
    border: 1px solid rgba(166,128,255,0.2);
    border-radius: 16px;
    padding: 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 8px 40px rgba(0,0,0,0.25);
            box-shadow: 0 8px 40px rgba(0,0,0,0.25);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.cookie-banner.hidden {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    pointer-events: none;
}
.cookie-text {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin: 0;
    line-height: 1.5;
}
.cookie-text a {
    color: #a680ff;
    text-decoration: underline;
}
.cookie-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 22px;
    background: linear-gradient(135deg, #a680ff, #6201ff);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.cookie-btn:hover { opacity: 0.85; }
@media (max-width: 600px) {
    .cookie-banner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; bottom: 16px; }
    .cookie-btn { width: 100%; text-align: center; }
}
