/* =========================================================
   FAZASAZ
   SSL & WEB SECURITY PRODUCT PAGE
========================================================= */


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

.security-hero {
    position: relative;
    overflow: hidden;

    padding: 160px 0 100px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(37, 99, 235, .15),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 75%,
            rgba(16, 185, 129, .14),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #eef6ff 0%,
            #eaf9f5 100%
        );
}


.security-grid {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(37, 99, 235, .045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(37, 99, 235, .045) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    mask-image:
        linear-gradient(
            to bottom,
            black,
            transparent
        );
}


.security-orb {
    position: absolute;

    border-radius: 50%;

    filter: blur(15px);

    pointer-events: none;
}


.orb-one {
    width: 420px;
    height: 420px;

    top: -170px;
    right: -120px;

    background:
        rgba(37, 99, 235, .16);
}


.orb-two {
    width: 320px;
    height: 320px;

    bottom: -150px;
    left: 5%;

    background:
        rgba(16, 185, 129, .14);
}


.security-hero-content {
    position: relative;

    display: grid;

    grid-template-columns:
        1fr 1.05fr;

    gap: 70px;

    align-items: center;
}


/* =========================================================
   PRODUCT LABEL
========================================================= */

.product-label {
    display: flex;

    align-items: center;

    gap: 10px;

    width: fit-content;

    padding:
        8px 16px;

    border:
        1px solid
        rgba(37, 99, 235, .15);

    border-radius: 100px;

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

    color:
        #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    box-shadow:
        0 10px 30px
        rgba(37, 99, 235, .08);
}


.label-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #10b981
        );

    font-size: 14px;
}


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

.security-hero h1 {
    margin:
        25px 0 20px;

    max-width: 650px;

    color:
        #0b2850;

    font-size:
        clamp(
            38px,
            5vw,
            65px
        );

    line-height: 1.3;
}


.security-hero h1 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #10b981
        );

    -webkit-background-clip:
        text;

    background-clip:
        text;

    color:
        transparent;
}


.hero-description {
    max-width: 620px;

    color:
        #56708f;

    font-size: 17px;

    line-height: 2;
}


.hero-actions {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}


.primary-button,
.secondary-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height: 54px;

    padding:
        0 25px;

    border-radius: 14px;

    font-weight: 700;

    text-decoration: none;

    transition:
        .3s ease;
}


.primary-button {
    color:
        white;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #0ea5a4
        );

    box-shadow:
        0 15px 35px
        rgba(37, 99, 235, .25);
}


.primary-button:hover {
    transform:
        translateY(-4px);

    box-shadow:
        0 20px 45px
        rgba(37, 99, 235, .35);
}


.secondary-button {
    border:
        1px solid
        rgba(37, 99, 235, .15);

    color:
        #174678;

    background:
        rgba(255, 255, 255, .8);
}


.secondary-button:hover {
    transform:
        translateY(-3px);

    background:
        white;
}


.hero-mini-features {
    display: flex;

    flex-wrap: wrap;

    gap:
        12px 20px;

    margin-top: 30px;

    color:
        #466887;

    font-size: 14px;
}


.hero-mini-features div {
    display: flex;

    align-items: center;

    gap: 7px;
}


.hero-mini-features span {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    color:
        #059669;

    background:
        rgba(16, 185, 129, .12);

    font-size: 12px;

    font-weight: 900;
}


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

.security-hero-visual {
    position: relative;
}


.security-window {
    position: relative;

    overflow: hidden;

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

    border-radius: 25px;

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

    box-shadow:
        0 35px 80px
        rgba(20, 70, 130, .18);

    backdrop-filter:
        blur(20px);
}


.security-window-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding:
        18px 22px;

    border-bottom:
        1px solid
        #e9eef5;
}


.window-title {
    display: flex;

    align-items: center;

    gap: 12px;
}


.window-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #10b981
        );
}


.window-title strong {
    display: block;

    color:
        #183b63;

    font-size: 14px;
}


.window-title span {
    display: block;

    margin-top: 3px;

    color:
        #8aa0b8;

    font-size: 11px;
}


.secure-status {
    padding:
        7px 12px;

    border-radius: 100px;

    color:
        #059669;

    background:
        rgba(16, 185, 129, .1);

    font-size: 11px;

    font-weight: 700;
}


.security-dashboard {
    padding: 28px;
}


.security-score {
    display: grid;

    grid-template-columns:
        150px 1fr;

    gap: 25px;

    align-items: center;

    padding-bottom: 28px;

    border-bottom:
        1px solid
        #edf1f6;
}


.score-circle {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: 140px;
    height: 140px;

    margin: auto;

    border:
        10px solid
        #e5f7ef;

    border-top-color:
        #10b981;

    border-right-color:
        #2563eb;

    border-radius: 50%;
}


.score-circle strong {
    color:
        #183d66;

    font-size: 38px;
}


.score-circle span {
    margin-top: 3px;

    color:
        #8ba0b5;

    font-size: 9px;
}


.score-info > span {
    color:
        #2563eb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.score-info strong {
    display: block;

    margin-top: 10px;

    color:
        #183d66;

    font-size: 18px;
}


.score-info p {
    margin:
        8px 0 0;

    color:
        #7890a8;

    font-size: 12px;

    line-height: 1.9;
}


.security-items {
    display: grid;

    gap: 10px;

    margin-top: 22px;
}


.security-item {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 13px;

    border:
        1px solid
        #edf1f6;

    border-radius: 13px;

    background:
        #fbfdff;
}


.security-item-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #e8f0ff,
            #e0f8f0
        );

    font-size: 18px;
}


.security-item strong {
    display: block;

    color:
        #355473;

    font-size: 11px;
}


.security-item small {
    display: block;

    margin-top: 4px;

    color:
        #95a7b9;

    font-size: 9px;
}


.status-check {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 26px;
    height: 26px;

    margin-right: auto;

    border-radius: 50%;

    color:
        #059669;

    background:
        #dcfce7;

    font-size: 12px;

    font-weight: 900;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.floating-security {
    position: absolute;

    display: flex;

    align-items: center;

    gap: 8px;

    padding:
        12px 16px;

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

    border-radius: 13px;

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

    box-shadow:
        0 20px 45px
        rgba(30, 70, 110, .15);

    color:
        #315271;

    font-size: 11px;

    font-weight: 700;

    backdrop-filter:
        blur(12px);
}


.floating-security span {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 25px;
    height: 25px;

    border-radius: 8px;

    background:
        #dcfce7;
}


.security-one {
    bottom: -20px;

    right: 40px;
}


.security-two {
    top: 100px;

    left: -45px;
}


/* =========================================================
   COMMON SECTIONS
========================================================= */

.security-intro,
.ssl-section,
.security-services,
.security-layers,
.security-use-cases,
.security-process,
.security-cta {
    padding:
        110px 0;
}


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


.center-heading {
    max-width: 720px;

    margin:
        0 auto 55px;

    text-align: center;
}


.section-tag {
    display: inline-block;

    margin-bottom: 16px;

    color:
        #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.section-heading h2,
.ssl-content h2 {
    margin:
        0 0 18px;

    color:
        #0d3159;

    font-size:
        clamp(
            30px,
            4vw,
            48px
        );

    line-height: 1.45;
}


.section-heading p {
    margin: 0;

    color:
        #617b96;

    line-height: 2;
}


/* =========================================================
   WHY SECURITY
========================================================= */

.security-intro {
    background:
        #f8fbff;
}


.security-problems-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}


.security-problem-card {
    position: relative;

    padding: 35px 30px;

    overflow: hidden;

    border:
        1px solid
        #e9f0f6;

    border-radius: 24px;

    background:
        white;

    transition:
        .35s ease;
}


.security-problem-card:hover {
    transform:
        translateY(-8px);

    box-shadow:
        0 25px 55px
        rgba(20, 70, 120, .1);
}


.problem-number {
    position: absolute;

    top: 20px;
    left: 25px;

    color:
        #e3ebf3;

    font-size: 28px;

    font-weight: 900;
}


.problem-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 22px;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            #e7efff,
            #e0f9ef
        );

    font-size: 25px;
}


.security-problem-card h3 {
    margin:
        0 0 12px;

    color:
        #183d66;

    font-size: 20px;
}


.security-problem-card p {
    margin: 0;

    color:
        #7289a0;

    line-height: 1.95;

    font-size: 14px;
}


/* =========================================================
   SSL SECTION
========================================================= */

.ssl-section {
    background:
        white;
}


.ssl-layout {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 80px;

    align-items: center;
}


.ssl-visual {
    position: relative;
}


.browser-window {
    overflow: hidden;

    border:
        1px solid
        #e5edf5;

    border-radius: 25px;

    background:
        white;

    box-shadow:
        0 30px 70px
        rgba(20, 70, 120, .12);
}


.browser-top {
    display: flex;

    align-items: center;

    gap: 18px;

    padding:
        16px 20px;

    background:
        #f6f9fc;

    border-bottom:
        1px solid
        #e9eef5;
}


.browser-dots {
    display: flex;

    gap: 6px;
}


.browser-dots span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background:
        #d8e0e8;
}


.browser-address {
    flex: 1;

    padding:
        9px 15px;

    border-radius: 9px;

    color:
        #66809a;

    background:
        white;

    font-size: 11px;

    direction: ltr;

    text-align: left;
}


.browser-content {
    padding:
        75px 30px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #effaf6
        );
}


.browser-lock {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 90px;
    height: 90px;

    margin:
        0 auto 22px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #10b981
        );

    box-shadow:
        0 20px 40px
        rgba(37, 99, 235, .2);

    font-size: 40px;
}


.browser-content strong {
    display: block;

    color:
        #183d66;

    font-size: 23px;
}


.browser-content p {
    margin:
        12px auto 25px;

    max-width: 300px;

    color:
        #71879d;

    font-size: 13px;

    line-height: 1.9;
}


.secure-line {
    width: 75%;

    height: 8px;

    margin: auto;

    overflow: hidden;

    border-radius: 100px;

    background:
        #e2f1eb;
}


.secure-line span {
    display: block;

    width: 90%;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #10b981
        );
}


.ssl-content > p {
    margin: 0;

    color:
        #66809a;

    line-height: 2.1;
}


.ssl-list {
    display: grid;

    gap: 15px;

    margin-top: 30px;
}


.ssl-list div {
    display: flex;

    align-items: center;

    gap: 12px;

    color:
        #3d607f;

    font-size: 15px;
}


.ssl-list span {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 27px;
    height: 27px;

    border-radius: 8px;

    color:
        #059669;

    background:
        #dcfce7;

    font-size: 13px;

    font-weight: 900;
}


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

.security-services {
    background:
        linear-gradient(
            180deg,
            #f8fbff,
            #eef8ff
        );
}


.services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}


.security-service-card {
    padding: 32px 28px;

    border:
        1px solid
        rgba(31, 100, 180, .08);

    border-radius: 22px;

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

    transition:
        .35s ease;
}


.security-service-card:hover {
    transform:
        translateY(-7px);

    border-color:
        rgba(37, 99, 235, .2);

    box-shadow:
        0 20px 45px
        rgba(20, 70, 120, .1);
}


.service-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;
    height: 54px;

    margin-bottom: 22px;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #e6efff,
            #dff9ef
        );

    font-size: 24px;
}


.security-service-card h3 {
    margin:
        0 0 12px;

    color:
        #183d66;

    font-size: 19px;
}


.security-service-card p {
    margin: 0;

    color:
        #7289a0;

    line-height: 1.9;

    font-size: 14px;
}


/* =========================================================
   SECURITY LAYERS
========================================================= */

.security-layers {
    background:
        #0e3561;
}


.security-layers .section-heading h2 {
    color:
        white;
}


.security-layers .section-heading p {
    color:
        #a9c0d8;
}


.security-layers .section-tag {
    color:
        #67e8c6;
}


.layers-wrapper {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    max-width: 1000px;

    margin: auto;
}


.layer {
    display: flex;

    gap: 20px;

    padding: 28px;

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

    border-radius: 22px;

    background:
        rgba(255, 255, 255, .05);
}


.layer-number {
    color:
        #5b8ec5;

    font-size: 14px;

    font-weight: 900;

    letter-spacing: 1px;
}


.layer-content {
    display: flex;

    gap: 16px;

    align-items: flex-start;
}


.layer-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 48px;
    height: 48px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #10b981
        );

    font-size: 21px;
}


.layer-content h3 {
    margin:
        0 0 8px;

    color:
        white;

    font-size: 18px;
}


.layer-content p {
    margin: 0;

    color:
        #aac1d8;

    line-height: 1.9;

    font-size: 13px;
}


/* =========================================================
   USE CASES
========================================================= */

.security-use-cases {
    background:
        white;
}


.use-cases-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


.use-case-card {
    padding: 32px 24px;

    border:
        1px solid
        #eaf0f6;

    border-radius: 22px;

    background:
        #f9fcff;

    transition:
        .35s ease;
}


.use-case-card:hover {
    transform:
        translateY(-8px);

    background:
        white;

    box-shadow:
        0 20px 50px
        rgba(20, 70, 120, .1);
}


.use-case-card > div {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 20px;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            #e5efff,
            #dff9ef
        );

    font-size: 26px;
}


.use-case-card h3 {
    margin:
        0 0 10px;

    color:
        #163d64;

    font-size: 18px;
}


.use-case-card p {
    margin: 0;

    color:
        #728aa1;

    line-height: 1.9;

    font-size: 14px;
}


/* =========================================================
   PROCESS
========================================================= */

.security-process {
    position: relative;

    overflow: hidden;

    background:
        #f6fbff;
}


.process-wrapper {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 30px;
}


.process-line {
    position: absolute;

    top: 70px;

    right: 10%;

    width: 80%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #10b981
        );

    opacity: .4;
}


.process-step {
    position: relative;

    z-index: 2;

    text-align: center;
}


.step-number {
    margin-bottom: 15px;

    color:
        #5b8ec5;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.step-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 85px;
    height: 85px;

    margin:
        0 auto 20px;

    border:
        8px solid
        #f6fbff;

    border-radius: 25px;

    color:
        white;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #10b981
        );

    box-shadow:
        0 15px 35px
        rgba(20, 70, 120, .16);

    font-size: 28px;
}


.process-step h3 {
    margin:
        0 0 10px;

    color:
        #183d66;

    font-size: 18px;
}


.process-step p {
    margin: 0;

    color:
        #728aa1;

    line-height: 1.9;

    font-size: 13px;
}


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

.security-cta {
    padding-top:
        70px;

    background:
        #f7fbff;
}


.cta-box {
    position: relative;

    overflow: hidden;

    padding:
        85px 30px;

    border-radius: 32px;

    text-align: center;

    color:
        white;

    background:
        linear-gradient(
            135deg,
            #0e3f85,
            #0c9d8a
        );

    box-shadow:
        0 30px 70px
        rgba(10, 90, 130, .2);
}


.cta-glow {
    position: absolute;

    width: 400px;
    height: 400px;

    top: -250px;
    left: -100px;

    border-radius: 50%;

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

    filter:
        blur(10px);
}


.cta-content {
    position: relative;

    z-index: 2;
}


.cta-content > span {
    color:
        #77f5d0;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


.cta-content h2 {
    margin:
        20px 0 15px;

    font-size:
        clamp(
            30px,
            4vw,
            48px
        );
        color:white;
}


.cta-content p {
    max-width: 600px;

    margin:
        auto;

    color:
        #d3edf2;

    line-height: 2;
}


.cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 30px;

    padding:
        15px 28px;

    border-radius: 14px;

    color:
        #0d5f76;

    background:
        white;

    font-weight: 800;

    text-decoration: none;

    transition:
        .3s ease;
}


.cta-button:hover {
    transform:
        translateY(-5px);

    box-shadow:
        0 15px 30px
        rgba(0, 0, 0, .15);
}


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

.reveal {
    opacity: 0;

    transform:
        translateY(30px);

    transition:
        opacity .7s ease,
        transform .7s ease;
}


.reveal.show {
    opacity: 1;

    transform:
        translateY(0);
}


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

@media (max-width: 1100px) {


    .security-hero-content {
        grid-template-columns:
            1fr;

        gap: 60px;
    }


    .security-hero-text {
        max-width: 750px;
    }


    .security-hero-visual {
        max-width: 700px;

        width: 100%;

        margin: auto;
    }


    .ssl-layout {
        grid-template-columns:
            1fr;

        gap: 60px;
    }


    .ssl-visual {
        max-width: 650px;

        width: 100%;

        margin: auto;
    }


    .security-problems-grid {
        grid-template-columns:
            1fr;
    }


    .security-problem-card {
        max-width: 700px;

        width: 100%;

        margin: auto;
    }


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


    .use-cases-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


}


@media (max-width: 850px) {


    .security-hero {
        padding:
            130px 0 80px;
    }


    .process-wrapper {
        grid-template-columns:
            repeat(2, 1fr);

        gap:
            50px 30px;
    }


    .process-line {
        display: none;
    }


    .layers-wrapper {
        grid-template-columns:
            1fr;
    }


}


@media (max-width: 650px) {


    .security-hero,
    .security-intro,
    .ssl-section,
    .security-services,
    .security-layers,
    .security-use-cases,
    .security-process,
    .security-cta {
        padding:
            75px 0;
    }


    .security-hero {
        padding-top:
            120px;
    }


    .hero-actions {
        flex-direction:
            column;

        align-items:
            stretch;
    }


    .primary-button,
    .secondary-button {
        width: 100%;
    }


    .hero-mini-features {
        flex-direction:
            column;
    }


    .security-window {
        border-radius:
            18px;
    }


    .security-dashboard {
        padding:
            18px;
    }


    .security-score {
        grid-template-columns:
            1fr;

        text-align: center;
    }


    .score-info {
        text-align: center;
    }


    .score-circle {
        width: 125px;
        height: 125px;
    }


    .floating-security {
        display: none;
    }


    .browser-content {
        padding:
            55px 20px;
    }


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


    .use-cases-grid {
        grid-template-columns:
            1fr;
    }


    .process-wrapper {
        grid-template-columns:
            1fr;
    }


    .layer {
        flex-direction:
            column;
    }


    .layer-content {
        flex-direction:
            column;
    }


    .cta-box {
        padding:
            60px 20px;
    }


}


@media (max-width: 420px) {


    .security-window-top {
        flex-direction:
            column;

        align-items:
            flex-start;

        gap: 14px;
    }


    .security-item {
        align-items:
            flex-start;
    }


    .browser-top {
        flex-direction:
            column;

        align-items:
            flex-start;
    }


    .browser-address {
        width: 100%;
    }


}