/* ======================================================
   WHY SENTIQUE
====================================================== */

.st-process{

    position:relative;
    overflow:hidden;

    padding:160px 6%;

    background:linear-gradient(
        180deg,
        #FCF9F5 0%,
        #F8F4EE 100%
    );

}

/* duże dekoracyjne okręgi */

.st-process::before{

    content:"";

    position:absolute;

    top:-220px;
    right:-420px;

    width:700px;
    height:700px;

    border-radius:50%;

    border:2px solid rgba(232,107,90,.12);

    z-index:0;

}

.st-process::after{

    content:"";

    position:absolute;

    bottom:-620px;
    left:-620px;

    width:1100px;
    height:1100px;

    border-radius:50%;

    border:1px solid rgba(232,107,90,.10);

    box-shadow:

        0 0 0 60px rgba(232,107,90,.05),

        0 0 0 120px rgba(232,107,90,.025);

    pointer-events:none;

    z-index:0;

}

/* ======================================================
   HEADER
====================================================== */

.st-process-header{

    max-width:760px;

    margin:0 auto 110px;

    text-align:center;

}

.st-process-header span{

    display:inline-flex;

    align-items:center;

    gap:16px;

    margin-bottom:22px;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#D48770;

}

.st-process-header span::before,

.st-process-header span::after{

    content:"";

    width:42px;
    height:1px;

    background:#E6C9B8;

}

.st-process-header h2{

    margin-bottom:28px;

    font-size:clamp(52px,5vw,82px);

    line-height:1;

    color:#193B59;

    font-weight:600;

}

.st-process-header h2 em{

    display:block;

    margin-top:8px;

    font-family:"Cormorant Garamond",serif;

    font-style:italic;

    font-weight:500;

    color:#E86B5A;

}

.st-process-header p{

    max-width:640px;

    margin:auto;

    font-size:18px;

    line-height:1.9;

    color:#69717A;

}

/* ======================================================
   GRID
====================================================== */

.st-process-grid{

    display:grid;
    grid-template-columns:repeat(2,minmax(320px,1fr));

    gap:40px;

    align-items:start;

}

/* ======================================================
   POSTCARD
====================================================== */

.st-process-card{

    position:relative;

    padding:52px 46px 40px;

    background:#FDF8F2;

    border:1px solid #E9DDD2;

    border-radius:26px;

    overflow:hidden;

    transition:.45s ease;

    box-shadow:
        0 18px 50px rgba(15,35,60,.06);

}

/* wewnętrzna ramka */

.st-process-card::before{

    content:"";

    position:absolute;

    top:12px;
    left:12px;
    right:12px;
    bottom:12px;

    border:1px solid rgba(225,205,189,.9);

    border-radius:18px;

    pointer-events:none;

}

/* dekoracyjny narożnik */

.st-process-card::after{

    content:"";

    position:absolute;

    top:22px;
    right:22px;

    width:42px;
    height:42px;

    border-top:1px solid rgba(232,107,90,.35);
    border-right:1px solid rgba(232,107,90,.35);

}

/* lekkie obroty */

.st-process-card:nth-child(1){

    transform:rotate(-1.8deg);

}

.st-process-card:nth-child(2){

    transform:rotate(1.6deg);

}

.st-process-card:nth-child(3){

    transform:rotate(.8deg);

}

.st-process-card:nth-child(4){

    transform:rotate(-1deg);

}

/* ======================================================
   HOVER
====================================================== */

.st-process-card:hover{

    transform:translateY(-12px) rotate(0deg);

    box-shadow:
        0 30px 70px rgba(15,35,60,.12);

}

/* ======================================================
   NUMBER
====================================================== */

.st-card-number{

    position:absolute;

    top:24px;
    left:34px;

    font-family:"Cormorant Garamond",serif;

    font-size:110px;

    line-height:1;

    font-style:italic;

    color:rgba(232,107,90,.18);

    user-select:none;

    pointer-events:none;

}

/* dekoracyjny stempel */

.st-card-number::before{

    content:"";

    position:absolute;

    top:-18px;
    left:-22px;

    width:92px;
    height:92px;

    border:1px dashed rgba(232,107,90,.18);

    border-radius:50%;

}

/* ======================================================
   CONTENT
====================================================== */

.st-process-card h3{

    position:relative;

    z-index:2;

    margin-top:48px;

    margin-bottom:18px;

    font-size:30px;

    line-height:1.15;

    color:#193B59;

    font-weight:600;

}

.st-process-card p{

    position:relative;

    z-index:2;

    font-size:17px;

    line-height:1.9;

    color:#6D7178;

}

/* ======================================================
   RETRO LINE
====================================================== */

.st-process-card p::after{

    content:"";

    display:block;

    width:50px;
    height:1px;

    margin-top:28px;

    background:#E5D5C8;

}

/* ======================================================
   FOOTER
====================================================== */

.st-card-footer{

    margin-top:20px;

    padding-top:16px;

    border-top:1px solid rgba(24,59,89,.08);

    font-size:11px;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#C15B42;

}

/* ======================================================
   HOVER DETAILS
====================================================== */

.st-process-card h3,
.st-process-card p,
.st-card-footer{

    transition:.35s ease;

}

.st-process-card:hover h3{

    color:#E86B5A;

}

.st-process-card:hover{

    border-color:#E2CDBF;

}

.st-process-card:hover .st-card-footer{

    color:#E86B5A;

}

/* ======================================================
   QUOTE
====================================================== */

.st-process-footer{

    margin-top:130px;

    text-align:center;

}

.st-process-line{

    width:120px;
    height:1px;

    margin:0 auto 50px;

    background:#E2D5C8;

}

.st-process-footer blockquote{

    max-width:860px;

    margin:auto;

    font-size:clamp(36px,3vw,54px);

    line-height:1.2;

    color:#193B59;

    font-weight:500;

}

.st-process-footer span{

    display:block;

    margin-top:16px;

    font-family:"Cormorant Garamond",serif;

    font-style:italic;

    font-weight:500;

    color:#E86B5A;

}

/* ======================================================
   MOBILE
====================================================== */

@media (max-width:992px){

.st-process-grid{

    grid-template-columns:1fr;

    gap:30px;

}

.st-process-card{

    transform:none !important;

}

.st-process-card:hover{

    transform:translateY(-8px);

}

}

@media (max-width:768px){

.st-process{

    padding:100px 7%;

}

.st-process-header{

    margin-bottom:70px;

}

.st-process-header h2{

    font-size:clamp(40px,9vw,56px);

}

.st-process-header p{

    font-size:16px;

}

.st-process-grid{

    gap:24px;

}

.st-process-card{

    padding:42px 34px;

}

.st-card-number{

    font-size:72px;

    left:28px;

}

.st-process-card h3{

    margin-top:52px;

    font-size:26px;

}

.st-process-card p{

    font-size:15px;

    line-height:1.8;

}

.st-process-footer{

    margin-top:90px;

}

.st-process-footer blockquote{

    font-size:clamp(28px,8vw,40px);

}

}

@media (max-width:480px){

.st-process{

    padding:80px 6%;

}

.st-process-card{

    padding:34px 28px;

}

.st-card-number{

    font-size:60px;

}

.st-process-card h3{

    margin-top:42px;

    font-size:22px;

}

.st-process-card::before{

    top:8px;
    left:8px;
    right:8px;
    bottom:8px;

}

}

/* ======================================================
   CARD ICONS
====================================================== */

.st-card-icon{

    position:absolute;

    top:38px;
    right:42px;

    width:64px;
    height:auto;

    opacity:.95;

    pointer-events:none;

    transition:.35s ease;

    z-index:3;

}

.st-process-card:hover .st-card-icon{

    transform:translateY(-4px) rotate(-3deg);

}