/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;

    background:#ffffff;

    color:#1e293b;

    line-height:1.6;

    overflow-x:hidden;

}

img{
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

button{

    font:inherit;

    cursor:pointer;

}

.container{

    width:min(1200px,92%);

    margin:auto;

}

/* ===========================
   HEADER
=========================== */

.site-header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    backdrop-filter:blur(16px);

    background:rgba(255,255,255,.85);

    border-bottom:1px solid #e2e8f0;

    z-index:999;

}

.header-container{

    display:flex;

    align-items:center;

    justify-content:space-between;

    height:80px;

}

.brand{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:24px;

    font-weight:700;

}

.brand-icon{

    width:42px;

    height:42px;

    border-radius:14px;

    background:#2563eb;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:bold;

}

.main-navigation{

    display:flex;

    gap:34px;

}

.main-navigation a{

    font-weight:500;

    transition:.25s;

}

.main-navigation a:hover{

    color:#2563eb;

}

.header-actions{

    display:flex;

    gap:18px;

    align-items:center;

}

.language-switcher{

    display:flex;

    border:1px solid #dbe4ee;

    border-radius:10px;

    overflow:hidden;

}

.language-button{

    border:none;

    background:white;

    padding:8px 14px;

}

.language-button.active{

    background:#2563eb;

    color:white;

}

/* ===========================
BUTTONS
=========================== */

.button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:14px 24px;

border-radius:14px;

font-weight:600;

transition:.3s;

}

.button-primary{

background:#2563eb;

color:white;

}

.button-primary:hover{

background:#1d4ed8;

transform:translateY(-2px);

}

.button-secondary{

border:1px solid #dbe4ee;

background:white;

}

.button-secondary:hover{

background:#f8fafc;

}

.button-light{

background:white;

color:#2563eb;

}

.button-large{

padding:18px 34px;

font-size:17px;

}

.button-small{

padding:10px 18px;

}
.hero-section{

padding-top:170px;

padding-bottom:120px;

position:relative;

overflow:hidden;

}

.hero-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.eyebrow{

display:inline-block;

padding:8px 16px;

background:#dbeafe;

color:#2563eb;

border-radius:999px;

font-size:14px;

margin-bottom:25px;

font-weight:600;

}

.hero-content h1{

font-size:64px;

line-height:1.05;

margin-bottom:30px;

}

.hero-description{

font-size:21px;

color:#64748b;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:40px;

}

.hero-trust-row{

display:flex;

gap:25px;

flex-wrap:wrap;

}

.trust-item{

display:flex;

gap:8px;

align-items:center;

font-weight:600;

}

.trust-icon{

color:#22c55e;

}
/* ===========================
   ELEMENTY WSPÓLNE
=========================== */

.section {
    padding: 110px 0;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 64px;
    text-align: center;
}

.section-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h2,
.benefits-content h2,
.free-content h2,
.download-content h2 {
    margin-bottom: 22px;
    color: #172033;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.section-heading p,
.benefits-content p,
.free-content p,
.download-content p {
    color: #64748b;
    font-size: 18px;
    line-height: 1.75;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.mobile-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    background: #f1f5f9;
}

.mobile-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 99px;
    background: #172033;
}


/* ===========================
   DEKORACJE HERO
=========================== */

.hero-background-decoration {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.hero-decoration-one {
    top: 70px;
    right: -130px;
    width: 440px;
    height: 440px;
    background: rgba(37, 99, 235, 0.09);
}

.hero-decoration-two {
    bottom: -160px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: rgba(14, 165, 233, 0.08);
}

.hero-content h1 {
    color: #172033;
    letter-spacing: -0.045em;
}

.hero-visual {
    position: relative;
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
}

.phone-glow {
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.24) 0%,
            rgba(37, 99, 235, 0.08) 45%,
            rgba(37, 99, 235, 0) 72%
        );
}

.phone-mockup {
    position: relative;
    z-index: 2;
    width: 340px;
    padding: 14px;
    border: 8px solid #172033;
    border-radius: 48px;
    background: #172033;
    box-shadow:
        0 42px 90px rgba(15, 23, 42, 0.22),
        0 12px 30px rgba(37, 99, 235, 0.16);
    transform: rotate(2deg);
}

.phone-top {
    position: relative;
    height: 26px;
    background: #172033;
}

.phone-speaker {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 78px;
    height: 7px;
    border-radius: 99px;
    background: #334155;
    transform: translateX(-50%);
}

.phone-camera {
    position: absolute;
    top: 6px;
    right: 69px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0f172a;
    box-shadow: inset 0 0 0 2px #475569;
}

.phone-screen {
    min-height: 550px;
    padding: 24px 18px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #eff6ff 100%);
}

.phone-bottom {
    display: flex;
    height: 26px;
    align-items: flex-end;
    justify-content: center;
    background: #172033;
}

.phone-bottom span {
    width: 100px;
    height: 5px;
    border-radius: 99px;
    background: #64748b;
}

.app-preview-header {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.app-preview-header > div:first-child {
    display: flex;
    flex-direction: column;
}

.app-preview-label {
    margin-bottom: 3px;
    color: #64748b;
    font-size: 12px;
}

.app-preview-header strong {
    color: #172033;
    font-size: 18px;
}

.app-preview-notification {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.app-preview-workspace {
    display: flex;
    margin-bottom: 18px;
    padding: 16px;
    flex-direction: column;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
}

.app-preview-workspace span {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
}

.app-preview-workspace strong {
    color: #172033;
    font-size: 14px;
}

.app-preview-modules {
    display: grid;
    gap: 12px;
}

.app-preview-card {
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 13px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.app-preview-icon {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eff6ff;
    font-size: 20px;
}

.app-preview-card > div:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.app-preview-card strong {
    color: #172033;
    font-size: 14px;
}

.app-preview-card span {
    color: #64748b;
    font-size: 11px;
}


/* ===========================
   PASEK INFORMACYJNY
=========================== */

.trust-bar {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.trust-bar-container {
    padding: 24px 0;
    text-align: center;
}

.trust-bar p {
    color: #475569;
    font-size: 16px;
    font-weight: 600;
}


/* ===========================
   PROBLEMY
=========================== */

.problem-section {
    background: #ffffff;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.problem-card {
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #ffffff;
    transition:
        transform 0.3s,
        box-shadow 0.3s,
        border-color 0.3s;
}

.problem-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
    transform: translateY(-6px);
}

.problem-icon,
.feature-icon {
    display: flex;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #eff6ff;
    font-size: 25px;
}

.problem-card h3,
.feature-card h3,
.step-card h3,
.screenshot-card h3,
.benefit-item h3 {
    margin-bottom: 10px;
    color: #172033;
    font-size: 20px;
    line-height: 1.25;
}

.problem-card p,
.feature-card p,
.step-card p,
.benefit-item p {
    color: #64748b;
    line-height: 1.7;
}


/* ===========================
   FUNKCJE
=========================== */

.features-section {
    background:
        linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    min-height: 260px;
    padding: 34px;
    border: 1px solid #dbe4ee;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.feature-card:hover {
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.12);
    transform: translateY(-7px);
}

.feature-card:nth-child(2n) .feature-icon {
    background: #ecfeff;
}

.feature-card:nth-child(3n) .feature-icon {
    background: #f0fdf4;
}


/* ===========================
   JAK TO DZIAŁA
=========================== */

.how-section {
    background: #ffffff;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    position: relative;
    padding: 34px 28px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 25px;
    background: #ffffff;
}

.step-number {
    display: inline-block;
    margin-bottom: 32px;
    color: #2563eb;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    opacity: 0.25;
}

.step-card::after {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eff6ff;
    content: "";
}


/* ===========================
   ZRZUTY EKRANU
=========================== */

.screenshots-section {
    background: #f8fafc;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.screenshot-card {
    padding: 18px;
    border: 1px solid #dbe4ee;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.07);
}

.screenshot-placeholder {
    display: flex;
    min-height: 420px;
    margin-bottom: 22px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.4), transparent 38%),
        linear-gradient(145deg, #0f172a, #1e3a8a 55%, #2563eb);
    color: #ffffff;
    text-align: center;
}

.screenshot-placeholder span {
    margin-bottom: 8px;
    font-size: 14px;
    opacity: 0.7;
}

.screenshot-placeholder strong {
    font-size: 27px;
}

.screenshot-card h3 {
    padding: 0 8px 8px;
}

.screenshots-note {
    margin-top: 30px;
    color: #94a3b8;
    font-size: 14px;
    text-align: center;
}


/* ===========================
   KORZYŚCI
=========================== */

.benefits-section {
    background: #ffffff;
}

.benefits-container {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.benefits-content {
    max-width: 560px;
}

.benefits-list {
    display: grid;
    gap: 18px;
}

.benefit-item {
    display: flex;
    padding: 25px;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
}

.benefit-check {
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 20px;
    font-weight: 800;
}


/* ===========================
   CHEFPANEL FREE
=========================== */

.free-section {
    background: #ffffff;
}

.free-container {
    position: relative;
    display: flex;
    min-height: 400px;
    padding: 70px;
    overflow: hidden;
    align-items: center;
    border-radius: 36px;
    background:
        radial-gradient(circle at 90% 10%, rgba(125, 211, 252, 0.35), transparent 34%),
        linear-gradient(135deg, #172554 0%, #1d4ed8 55%, #2563eb 100%);
    color: #ffffff;
}

.free-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.light-label {
    color: #bfdbfe;
}

.free-content h2,
.free-content p {
    color: #ffffff;
}

.free-content p {
    margin-bottom: 32px;
    opacity: 0.88;
}

.free-badge {
    position: absolute;
    right: 70px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 170px;
    font-weight: 900;
    letter-spacing: -0.08em;
    transform: rotate(-8deg);
}


/* ===========================
   FAQ
=========================== */

.faq-section {
    background: #f8fafc;
}

.faq-container {
    max-width: 920px;
}

.faq-list {
    display: grid;
    gap: 15px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #dbe4ee;
    border-radius: 20px;
    background: #ffffff;
}

.faq-question {
    display: flex;
    width: 100%;
    padding: 23px 26px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #172033;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.faq-symbol {
    display: flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 21px;
    transition: transform 0.3s;
}

.faq-answer {
    display: none;
    padding: 0 26px 24px;
}

.faq-answer p {
    color: #64748b;
    line-height: 1.75;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-symbol {
    transform: rotate(45deg);
}


/* ===========================
   POBIERANIE / WAITLISTA
=========================== */

.download-section {
    background: #ffffff;
}

.download-container {
    display: grid;
    padding: 65px;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
    border: 1px solid #dbeafe;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.9), transparent 45%),
        #f8fbff;
}

.download-content p {
    margin-bottom: 28px;
}

.waitlist-form {
    display: flex;
    max-width: 650px;
    gap: 12px;
}

.waitlist-form input {
    min-width: 0;
    padding: 16px 18px;
    flex: 1;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    outline: none;
    background: #ffffff;
    color: #172033;
    font: inherit;
}

.waitlist-form input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.waitlist-form .button {
    border: 0;
}

.waitlist-privacy {
    margin-top: 13px;
    color: #94a3b8 !important;
    font-size: 13px !important;
}

.form-message {
    min-height: 24px;
    margin-top: 12px;
    color: #16a34a !important;
    font-size: 14px !important;
    font-weight: 600;
}

.store-buttons {
    display: grid;
    gap: 18px;
}

.store-button {
    display: flex;
    padding: 20px 24px;
    align-items: center;
    gap: 17px;
    border-radius: 20px;
    background: #172033;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.store-button-disabled {
    opacity: 0.88;
}

.store-icon {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.11);
    font-size: 20px;
}

.store-button > div {
    display: flex;
    flex-direction: column;
}

.store-button small {
    font-size: 12px;
    opacity: 0.7;
}

.store-button strong {
    font-size: 21px;
}


/* ===========================
   STOPKA
=========================== */

.site-footer {
    margin-top: 110px;
    padding: 80px 0 28px;
    background: #0f172a;
    color: #ffffff;
}

.footer-container {
    display: grid;
    padding-bottom: 60px;
    grid-template-columns: 1.5fr 0.7fr 0.9fr 1fr;
    gap: 55px;
}

.footer-brand {
    max-width: 360px;
}

.footer-logo {
    margin-bottom: 22px;
    color: #ffffff;
}

.footer-brand p {
    color: #94a3b8;
    line-height: 1.75;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-column h3 {
    margin-bottom: 7px;
    font-size: 16px;
}

.footer-column a {
    color: #94a3b8;
    font-size: 14px;
    transition: color 0.25s;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    padding-top: 26px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #25324a;
    color: #64748b;
    font-size: 14px;
}

.eagle-link:hover {
    color: #ffffff;
}


/* ===========================
   RESPONSYWNOŚĆ
=========================== */

@media (max-width: 1050px) {

    .main-navigation {
        gap: 20px;
    }

    .hero-container {
        gap: 45px;
    }

    .hero-content h1 {
        font-size: 54px;
    }

    .problem-grid,
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid,
    .screenshots-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .footer-column:last-child {
        grid-column: 2 / 4;
    }
}


@media (max-width: 850px) {

    .site-header {
        background: rgba(255, 255, 255, 0.96);
    }

    .header-container {
        position: relative;
    }

    .mobile-menu-button {
        display: block;
        order: 3;
    }

    .main-navigation {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        padding: 20px;
        flex-direction: column;
        gap: 6px;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 25px 55px rgba(15, 23, 42, 0.12);
    }

    .main-navigation.open {
        display: flex;
    }

    .main-navigation a {
        padding: 11px 12px;
        border-radius: 10px;
    }

    .main-navigation a:hover {
        background: #eff6ff;
    }

    .header-actions .button {
        display: none;
    }

    .hero-section {
        padding-top: 135px;
        padding-bottom: 80px;
    }

    .hero-container,
    .benefits-container,
    .download-container {
        grid-template-columns: 1fr;
    }

    .hero-content {
        text-align: center;
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-buttons,
    .hero-trust-row {
        justify-content: center;
    }

    .hero-visual {
        min-height: 620px;
    }

    .benefits-container,
    .download-container {
        gap: 45px;
    }

    .download-container {
        padding: 45px;
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-column:last-child {
        grid-column: auto;
    }
}


@media (max-width: 620px) {

    .container {
        width: min(100% - 32px, 1200px);
    }

    .section {
        padding: 80px 0;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .header-container {
        height: 70px;
    }

    .brand {
        gap: 9px;
        font-size: 20px;
    }

    .brand-icon {
        width: 37px;
        height: 37px;
        border-radius: 12px;
    }

    .language-button {
        padding: 7px 10px;
        font-size: 13px;
    }

    .hero-section {
        padding-top: 120px;
    }

    .hero-content h1 {
        font-size: 43px;
    }

    .hero-description {
        font-size: 18px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .button-large {
        width: 100%;
        padding: 16px 22px;
    }

    .hero-trust-row {
        gap: 14px;
        font-size: 14px;
    }

    .hero-visual {
        min-height: 560px;
    }

    .phone-mockup {
        width: min(310px, 94vw);
    }

    .phone-screen {
        min-height: 500px;
    }

    .problem-grid,
    .features-grid,
    .steps-grid,
    .screenshots-grid {
        grid-template-columns: 1fr;
    }

    .problem-card,
    .feature-card {
        padding: 27px;
    }

    .screenshot-placeholder {
        min-height: 350px;
    }

    .free-container {
        padding: 45px 27px;
        border-radius: 27px;
    }

    .free-badge {
        right: -20px;
        font-size: 110px;
    }

    .download-container {
        padding: 38px 24px;
        border-radius: 26px;
    }

    .waitlist-form {
        flex-direction: column;
    }

    .waitlist-form .button {
        width: 100%;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}
/* ===========================
   SCROLL ANIMATIONS
=========================== */

.reveal {

    opacity: 0;

    transform: translateY(60px);

    transition:
        opacity .8s ease,
        transform .8s ease;

}

.reveal.show {

    opacity: 1;

    transform: translateY(0);

}
/* ===========================
   LOGO
=========================== */

.brand-logo-image {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
}

.footer-logo .brand-logo-image {
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.28);
}

@media (max-width: 620px) {
    .brand-logo-image {
        width: 37px;
        height: 37px;
        flex-basis: 37px;
        border-radius: 12px;
    }
}
.real-screenshot{
    width:100%;
    display:block;
    border-radius:22px;
}

.screenshot-card{
    background:#fff;
    border-radius:28px;
    padding:18px;
    border:1px solid #e5e7eb;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.25s;
}

.screenshot-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.screenshot-card h3{
    margin-top:18px;
    text-align:center;
}