   /* =========================================================
   ABOUT PAGE — PREMIUM SAAS / LUMINARY DESIGN
   ========================================================= */

/* ---------- Base rhythm ---------- */

.main {
    overflow: hidden;
}

.main .section {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px;
}

.main .section-center {
    text-align: center;
}

.main .section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.main .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(207 216 223 / 50%)
}

.main .section-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(2 255 0);
    box-shadow: 0 0 14px currentColor;
}

.main .section-title {
    margin: 0;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-size: 43px !important;
}



@media (max-width: 767px) {

    .main .section-title {
        font-size: 30px !important;
     
    }
}


.main .section-description {
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.75;
    opacity: .72;
}


.content-p{
  font-size: 15px; font-weight: 300; line-height: 1.7;
  color: #ffffffab; 
}

/* =========================================================
   HERO
   ========================================================= */

.main > .section:first-child {
    padding-top: 120px;
    padding-bottom: 85px;
    margin-bottom: -60px;
}

.main > .section:first-child::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 320px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
        ellipse,
        rgba(120, 100, 255, .14),
        transparent 68%
    );
    filter: blur(20px);
    pointer-events: none;
}

.main > .section:first-child .section-title {
    font-size: clamp(42px, 6vw, 56px);
    max-width: 900px;
}

.main > .section:first-child .section-description {
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 300;
    line-height: 1.7;
    color: var(--slate-light);
    max-width: 520px;
    margin: 28px auto 48px;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeUp 1.4s var(--silk-ease) 0.6s forwards;
}


/* =========================================================
   LUMINARY CARD
   ========================================================= */

.luminary-card-top {
    position: relative;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, .09); */
    border-radius: 24px;
    padding: 34px;
    /* background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .055),
            rgba(255, 255, 255, .018)
        );
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .10),
        inset 0 1px 0 rgba(255, 255, 255, .04); */
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
        margin-bottom: -100px;
}



.luminary-card-bottom {
    position: relative;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, .09); */
    border-radius: 24px;
    padding: 34px;
    /* background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .055),
            rgba(255, 255, 255, .018)
        ); */

        background-color: none;
    /* box-shadow:
        0 20px 60px rgba(0, 0, 0, .10),
        inset 0 1px 0 rgba(255, 255, 255, .04); */
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
        margin-top: -100px;
}




@media (max-width: 991px) {

    .luminary-card-top {
        margin-bottom: -60px;
    }

}


@media (max-width: 991px) {

    .luminary-card-bottom {
        margin-top: -60px;
    }

}





.luminary-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 24px;
    padding: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .055),
            rgba(255, 255, 255, .018)
        );
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .10),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.luminary-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -130px;
    right: -100px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(120, 100, 255, .12),
        transparent 70%
    );
    pointer-events: none;
}

.luminary-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .15);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .14),
        inset 0 1px 0 rgba(255, 255, 255, .06);
}

.luminary-card-content {
    position: relative;
    z-index: 1;
}

.luminary-card h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.luminary-card h3 {
    margin: 18px 0 10px;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -.015em;
}

.luminary-card p {
    margin: 0 0 16px;
    line-height: 1.75;
    opacity: .76;
    margin-top: 10px;
}

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


/* =========================================================
   CARD GRID
   ========================================================= */

.luminary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.luminary-grid .luminary-card {
    height: 100%;
}


/* Why Choose section — 4 cards */

.luminary-grid .luminary-card:nth-child(4) {
    grid-column: span 1;
}


/* =========================================================
   ICONS
   ========================================================= */

.luminary-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border-radius: 13px;

    border: 1px solid rgba(255, 255, 255, .10);

    background: linear-gradient(145deg, rgb(7 129 255 / 48%), rgb(253 23 223 / 0%));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 8px 25px rgba(0,0,0,.08);

    font-size: 17px;
}

.luminary-icon i {
    opacity: .9;
}


/* =========================================================
   NOTE / SMALL INFORMATION BOX
   ========================================================= */

.luminary-note {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgb(45 51 63);
    font-size: 13px;
    line-height: 1.7;
    opacity: .72;
}


/* =========================================================
   TECHNOLOGY STACK
   ========================================================= */

.tech-stack {
    padding: 30px;
}

.tech-stack-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-stack-group + .tech-stack-group {
    margin-top: 12px;
}

.tech-stack-group span {
    display: inline-flex;
    align-items: center;

    min-height: 38px;
    padding: 8px 14px;

    border-radius: 999px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.035);

    font-size: 13px;
    font-weight: 500;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.tech-stack-group span:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.065);
    border-color: rgba(255,255,255,.14);
}


/* =========================================================
   DEVELOPMENT TOOLS
   ========================================================= */

.tool-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 45px;
    row-gap: 0;
}

.tool-list > div {
    display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 17px 0;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.tool-list > div:nth-last-child(-n + 2) {
    border-bottom: none;
}

.tool-list strong {
    font-size: 14px;
    font-weight: 600;
}

.tool-list span {
    font-size: 12px;
    line-height: 1.5;
    opacity: .55;
}


/* =========================================================
   MISSION / COMMITMENT
   ========================================================= */

.main .luminary-grid:has(.section-tag) {
    align-items: stretch;
}


/* =========================================================
   WHO WE SERVE
   ========================================================= */

.audience-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;

    padding: 28px;
}

.audience-list span {
    display: inline-flex;
    align-items: center;

    padding: 11px 17px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;

    background: rgba(255,255,255,.025);

    font-size: 13px;
    font-weight: 500;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.audience-list span:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
}


/* =========================================================
   FEATURED CTA
   ========================================================= */

.luminary-card-featured {
    padding: 65px 45px;
    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(120,100,255,.13),
            transparent 48%
        ),
        linear-gradient(
            145deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.018)
        );
}

.luminary-card-featured::after {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: inherit;

    background:
        linear-gradient(
            135deg,
            transparent 35%,
            rgba(255,255,255,.025),
            transparent 65%
        );

    pointer-events: none;
}

.luminary-card-featured .section-title {
    max-width: 720px;
    margin: 0 auto;
}

.luminary-card-featured .section-description {
    margin-bottom: 28px;
}



/* =========================================================
   PREMIUM SAAS BUTTON
   ========================================================= */

.global-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 48px;
    padding: 0 22px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 13px;

    background: linear-gradient(135deg, rgb(0 123 249 / 81%), rgb(30 149 255 / 7%));

    color: inherit;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 8px 25px rgba(0, 0, 0, .12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}



@media (max-width: 767px) {

    .global-btn-primary {
        font-size: 10px;
    }
}

/* Soft light sweep */
.global-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, .16),
        transparent
    );

    transform: skewX(-20deg);
    transition: left .6s ease;
}

/* Arrow */
.global-btn-primary::after {
    content: "→";

    display: inline-flex;
    align-items: center;

    font-size: 16px;
    line-height: 1;

    transition: transform .3s ease;
}

.global-btn-primary:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 255, 255, .25);

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .17),
            rgba(255, 255, 255, .06)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 14px 35px rgba(0,0,0,.18),
        0 0 25px rgba(120,100,255,.10);
}

.global-btn-primary:hover::before {
    left: 140%;
}

.global-btn-primary:hover::after {
    transform: translateX(4px);
}

.global-btn-primary:active {
    transform: translateY(-1px);
}

/* Keyboard accessibility */
.global-btn-primary:focus-visible {
    outline: none;
    border-color: rgba(255,255,255,.35);
    box-shadow:
        0 0 0 3px rgba(255,255,255,.08),
        0 10px 30px rgba(0,0,0,.15);
}


/* =========================================================
   SECONDARY SAAS BUTTON
   ========================================================= */

.global-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;
    padding: 0 21px;

    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px;

    background: rgba(255,255,255,.025);

    color: inherit;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.global-btn-secondary::after {
    content: "↗";
    font-size: 14px;

    transition: transform .3s ease;
}

.global-btn-secondary:hover {
    transform: translateY(-2px);

    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.18);
}

.global-btn-secondary:hover::after {
    transform: translate(2px, -2px);
}


/* =========================================================
   BUTTON GROUP
   ========================================================= */

.saas-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 28px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .saas-button-group {
        width: 100%;
        gap: 10px;
    }

    .global-btn-primary,
    .global-btn-secondary {
        min-height: 46px;
        padding: 0 18px;
    }

}



/* =========================================================
   SECTION SEPARATION
   ========================================================= */

.main .section + .section {
    padding-top: 58px;
}

.main .section:last-child {
    padding-bottom: 110px;
}




/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.reveal {
    will-change: transform, opacity;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .main .section {
        padding: 58px 20px;
    }

    .main > .section:first-child {
        padding-top: 100px;
        padding-bottom: 65px;
    }

    .luminary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tool-list {
        column-gap: 28px;
    }

    .luminary-card-featured {
        padding: 50px 30px;
    }
}


@media (max-width: 767px) {

    .main .section {
        padding: 45px 16px;
    }

    .main .section + .section {
        padding-top: 40px;
    }

    .main > .section:first-child {
        padding-top: 90px;
        padding-bottom: 48px;
    }

    .main > .section:first-child .section-title {
        font-size: clamp(36px, 11vw, 52px);
        line-height: 1.05;
    }

    .main .section-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .section-heading {
        margin-bottom: 26px;
    }

    .luminary-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .luminary-card {
        padding: 25px;
        border-radius: 20px;
    }

    .luminary-card h2 {
        font-size: 28px;
    }

    .luminary-card h3 {
        font-size: 18px;
    }

    .luminary-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .tech-stack {
        padding: 22px;
    }

    .tech-stack-group span {
        font-size: 12px;
        min-height: 35px;
        padding: 7px 12px;
    }

    .tool-list {
        grid-template-columns: 1fr;
    }

    .tool-list > div:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .tool-list > div:last-child {
        border-bottom: none;
    }

    .audience-list {
        padding: 22px;
        gap: 8px;
    }

    .audience-list span {
        font-size: 12px;
        padding: 9px 13px;
    }

    .luminary-card-featured {
        padding: 42px 24px;
    }

    .main .section:last-child {
        padding-bottom: 70px;
    }

}


/* =========================================================
   REDUCE MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .luminary-card,
    .luminary-icon,
    .tech-stack-group span,
    .audience-list span,
    .global-btn-primary {
        transition: none;
    }

    .luminary-card:hover,
    .tech-stack-group span:hover,
    .audience-list span:hover,
    .global-btn-primary:hover {
        transform: none;
    }
}


.important{
    font-size: 14px;
    color: #f95f01;
}




/* =========================================================
   PREMIUM PRIVACY POLICY
   ========================================================= */

.privacy-card {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 72px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow:
        0 20px 70px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
        margin-top: 70px;
}


/* =========================================================
   INTRO
   ========================================================= */

.privacy-intro {
    max-width: 760px;
    margin-bottom: 60px;
}

.privacy-intro p {
    margin: 18px 0 0;
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.72;
}

.privacy-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-label-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(49 255 0);
}

@media (max-width: 767px) {

.privacy-label{
    font-size:10px;
}
}



/* =========================================================
   POLICY SECTION
   ========================================================= */

.privacy-section {
    padding: 52px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.privacy-section-last {
    padding-bottom: 10px;
    margin-top: 100px;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.privacy-section-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.privacy-number {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    opacity: 0.65;
}

.privacy-section-heading h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.02em;
}


/* =========================================================
   CONTENT
   ========================================================= */

.privacy-content {
    max-width: 850px;
    margin-left: 60px;
}

.privacy-content p {
    margin: 0 0 18px;
    font-size: 0.98rem;
    line-height: 1.85;
    opacity: 0.72;
}

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


/* =========================================================
   TWO-COLUMN INFORMATION CARDS
   ========================================================= */

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.privacy-list-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.privacy-list-card h3 {
    margin: 0 0 18px;
    font-size: 0.9rem;
    font-weight: 600;
}


/* =========================================================
   LISTS
   ========================================================= */

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

.privacy-list li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 11px;
    font-size: 0.91rem;
    line-height: 1.6;
    opacity: 0.68;
}

.privacy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.65;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

.privacy-list-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 45px;
}


/* =========================================================
   SERVICES GRID
   ========================================================= */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.service-grid span {
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.018);
    font-size: 0.82rem;
    line-height: 1.4;
    opacity: 0.72;
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.service-grid span:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
}


/* =========================================================
   PRIVACY HIGHLIGHT
   ========================================================= */

.privacy-highlight {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 2px solid rgb(18 237 207);
    border-radius: 0 12px 12px 0;
    background: rgba(255, 255, 255, 0.025);
}

.privacy-highlight strong {
    font-size: 0.88rem;
    font-weight: 600;
}

.privacy-highlight span {
    font-size: 0.84rem;
    line-height: 1.6;
    opacity: 0.65;
}


/* =========================================================
   IMPORTANT NOTICE
   ========================================================= */

.privacy-notice {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 17px;
    margin-top: 30px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.privacy-notice-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
    font-weight: 700;
}

.privacy-notice h3 {
    margin: 0 0 12px;
    font-size: 0.95rem;
    font-weight: 600;
}

.privacy-notice p {
    margin-bottom: 13px;
    font-size: 13px;
}

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


/* =========================================================
   CTA
   ========================================================= */

.privacy-cta {
    max-width: 850px;
    margin: 0 auto;
}

.privacy-cta .content-p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .privacy-card {
        padding: 42px 30px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 700px) {

    .privacy-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .privacy-intro {
        margin-bottom: 35px;
    }

    .privacy-section {
        padding: 38px 0;
    }

    .privacy-section-heading {
        align-items: flex-start;
        gap: 13px;
    }

    .privacy-number {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 0.65rem;
    }

    .privacy-content {
        margin-left: 0;
    }

    .privacy-grid {
        grid-template-columns: 1fr;
    }

    .privacy-list-columns {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .privacy-notice {
        grid-template-columns: 1fr;
    }

    .privacy-notice-icon {
        width: 36px;
        height: 36px;
    }

}


@media (max-width: 480px) {

    .privacy-card {
        padding: 25px 17px;
    }

    .privacy-section-heading h2 {
        font-size: 1.15rem;
    }

    .privacy-content p {
        font-size: 0.92rem;
        line-height: 1.75;
    }

}





/* =========================================================
   p-container-bottom
   ========================================================= */

.p-container-bottom {
   padding: 20px;
    width: 70%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .p-container-bottom {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .p-container-bottom {
        width: 100%;
    }
}




.last-updated{
    font-size: 13px;
}

.privacy-intro-p{
    font-size: 16px !important;
}


@media (max-width: 480px) {
    .privacy-intro-p {
       font-size: 14px !important;
    }
}







.custom-h2{
    margin-top: 15px;
}

.custom-space{
     margin-top: 25px;
}


.privacy-label-dot{
    color: green;
}




button.back-to-policies {
    margin-bottom: 25px;
    color: #ffffff;
    background: none;
    border: none;
    font-size: 13px;
    border: 1px solid #74787957;
    padding: 4px;
    padding-right: 9px;
    border-radius: 7px;
    font-weight: 100;
}


button.back-to-policies:hover {   
       color: #474c4d;
}


    a {
    text-decoration: none;
    color: dodgerblue;
}



    /* ═══════════════════════════════════════
   PREMIUM SAAS — FEATURE IMAGE
═══════════════════════════════════════ */

.premium-feature-image {
    width: min(100%, 1100px);
    margin: 56px auto 72px;
    position: relative;
}


/* IMAGE FRAME */
.premium-image-frame {
    width: 70%;
    margin: 0 auto;

    position: relative;
    overflow: hidden;

    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);

    background: #ffffff;

    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.03),
        0 12px 32px rgba(0, 0, 0, 0.07),
        0 30px 70px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}


/* MOBILE */
@media (max-width: 768px) {

    .premium-image-frame {
        width: 92%;
        border-radius: 20px;
    }

}

@media (max-width: 480px) {
    .premium-image-frame {
        width: 96%;
    }
}


/* IMAGE */

.premium-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 730;
    object-fit: fill;
    transition:
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}


/* PREMIUM HOVER */

.premium-image-frame:hover {
    transform: translateY(-4px);

    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 18px 42px rgba(0, 0, 0, 0.09),
        0 40px 90px rgba(0, 0, 0, 0.07);
}


.premium-image-frame:hover img {
    transform: scale(1.015);
    
}


/* MOBILE */

@media (max-width: 768px) {

    .premium-feature-image {
        margin: 40px auto 56px;
    }

    .premium-image-frame {
        border-radius: 18px;
    }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

    .premium-image-frame,
    .premium-image-frame img {
        transition: none;
    }

    .premium-image-frame:hover {
        transform: none;
    }

    .premium-image-frame:hover img {
        transform: none;
    }

}



figcaption.visually-hidden {
    margin-top: 50px;
    font-size: 14px;
    color: #a9b1ae;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
   
}




/* ═══════════════════════════════════════
   PREMIUM SAAS — TECHNOLOGY LIST
═══════════════════════════════════════ */

.technology-list {
    width: 100%;
    max-width: 920px;
    margin: 48px auto 0;
}


/* ═══════════════════════════════════════
   TECHNOLOGY ITEM
═══════════════════════════════════════ */

.technology-item {
    display: grid;

    grid-template-columns: 64px minmax(0, 1fr);

    gap: 28px;

    padding: 30px 0;

    border-top: 1px solid rgba(0, 0, 0, 0.09);

    transition:
        padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease;
}


.technology-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}


/* ═══════════════════════════════════════
   NUMBER
═══════════════════════════════════════ */

.technology-number {
    padding-top: 5px;

    font-family: monospace;

    font-size: 0.65rem;

    font-weight: 600;

    letter-spacing: 0.1em;

    opacity: 0.35;
}


/* ═══════════════════════════════════════
   CONTENT
═══════════════════════════════════════ */

.technology-info {
    display: grid;

    grid-template-columns:
        minmax(170px, 0.7fr)
        minmax(0, 1.3fr);

    gap: 40px;

    align-items: start;

    min-width: 0;
}


.technology-info h3 {
    margin: 0;

    font-size: 1.15rem;

    line-height: 1.3;

    letter-spacing: -0.03em;

    font-weight: 600;

    overflow-wrap: break-word;
}


.technology-info p {
    max-width: 460px;

    margin: 0;

    font-size: 0.88rem;

    line-height: 1.75;

    opacity: 0.58;

    overflow-wrap: break-word;
}


/* ═══════════════════════════════════════
   DESKTOP HOVER
═══════════════════════════════════════ */

@media (hover: hover) {

    .technology-item:hover {
        padding-left: 8px;

        border-color: rgba(0, 0, 0, 0.16);
    }

    .technology-item:hover .technology-number {
        opacity: 0.6;
    }

    .technology-item:hover .technology-info h3 {
        opacity: 0.85;
    }

}


/* ═══════════════════════════════════════
   TABLET
═══════════════════════════════════════ */

@media (max-width: 900px) {

    .technology-list {
        margin-top: 40px;
    }

    .technology-item {
        grid-template-columns: 50px minmax(0, 1fr);

        gap: 22px;

        padding: 28px 0;
    }

    .technology-info {
        grid-template-columns:
            minmax(150px, 0.75fr)
            minmax(0, 1.25fr);

        gap: 28px;
    }

    .technology-info h3 {
        font-size: 1.1rem;
    }

    .technology-info p {
        font-size: 0.86rem;
    }

}


/* ═══════════════════════════════════════
   MOBILE
═══════════════════════════════════════ */

@media (max-width: 680px) {

    .technology-list {
        margin-top: 34px;
    }

    .technology-item {
        grid-template-columns: 38px minmax(0, 1fr);

        gap: 16px;

        padding: 24px 0;
    }

    .technology-number {
        padding-top: 3px;

        font-size: 0.6rem;
    }

    .technology-info {
        grid-template-columns: 1fr;

        gap: 7px;
    }

    .technology-info h3 {
        font-size: 1.04rem;

        line-height: 1.35;
    }

    .technology-info p {
        max-width: none;

        font-size: 0.84rem;

        line-height: 1.7;
    }

}


/* ═══════════════════════════════════════
   SMALL MOBILE
═══════════════════════════════════════ */

@media (max-width: 420px) {

    .technology-item {
        grid-template-columns: 32px minmax(0, 1fr);

        gap: 13px;

        padding: 22px 0;
    }

    .technology-info h3 {
        font-size: 1rem;
    }

    .technology-info p {
        font-size: 0.82rem;

        line-height: 1.65;
    }

}


.digital-profile{
    color: #00e5ff
}

/* ═══════════════════════════════════════
   TECHNOLOGY LIST END
═══════════════════════════════════════ */



.global-content-image {
    border-radius: 24px;
    display: block;
    width: 100%;
    height: auto;
}