/* =========================================================
   TRISHA WEB
   WEBSITE DESIGNING HERO + LEAD FORM
   ========================================================= */

.wd-designing-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 95px 0 90px;
    background:
        linear-gradient(135deg, #f7fbff 0%, #eef6ff 48%, #ffffff 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wd-designing-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #071a36;
    pointer-events: none;
}


/* =========================================================
   CONTENT
   ========================================================= */

.wd-designing-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.wd-designing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    margin-bottom: 22px;
    border: 1px solid rgba(20, 104, 210, 0.16);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.86);
    color: #1268d3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    box-shadow: 0 8px 25px rgba(15, 55, 100, 0.08);
}

.wd-designing-hero-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #1268d3;
    color: #fff;
    font-size: 12px;
}

.wd-designing-hero-title {
    margin: 0 0 22px;
    max-width: 720px;
    color: #0a2342;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.wd-designing-hero-description {
    max-width: 700px;
    margin: 0 0 24px;
    color: #53677e;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.wd-designing-hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: #173e68;
    font-size: 14px;
    font-weight: 700;
}

.wd-designing-hero-trust-icon {
    color: #1268d3;
    font-size: 18px;
}


/* =========================================================
   FEATURES
   ========================================================= */

.wd-designing-hero-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    max-width: 650px;
    margin-bottom: 30px;
}

.wd-designing-hero-feature {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.wd-designing-hero-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(18, 104, 211, 0.10);
    color: #1268d3;
    font-size: 12px;
}

.wd-designing-hero-feature-text {
    color: #263f5a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.wd-designing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.wd-designing-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 23px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.wd-designing-hero-btn:hover {
    transform: translateY(-3px);
}

.wd-designing-hero-btn-primary {
    background: #1268d3;
    color: #fff;
    box-shadow: 0 12px 28px rgba(18, 104, 211, 0.22);
}

.wd-designing-hero-btn-primary:hover {
    background: #0b56b5;
    color: #fff;
    box-shadow: 0 16px 34px rgba(18, 104, 211, 0.30);
}

.wd-designing-hero-btn-whatsapp {
    background: #fff;
    color: #173e68;
    border: 1px solid #d8e4f0;
    box-shadow: 0 8px 22px rgba(15, 55, 100, 0.08);
}

.wd-designing-hero-btn-whatsapp:hover {
    color: #1268d3;
    border-color: #b9d2ed;
    background: #fafdff;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.wd-designing-hero-form-card {
    position: relative;
    z-index: 3;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 25px 65px rgba(9, 48, 88, 0.17),
        0 4px 18px rgba(9, 48, 88, 0.06);
    backdrop-filter: blur(12px);
}

.wd-designing-form-header {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 22px;
}

.wd-designing-form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #1268d3;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 9px 22px rgba(18, 104, 211, 0.22);
}

.wd-designing-form-title {
    margin: 0 0 5px;
    color: #0b2748;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3;
}

.wd-designing-form-description {
    margin: 0;
    color: #6b7d91;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   FORM FIELDS
   ========================================================= */

.wd-designing-lead-form {
    margin: 0;
}

.wd-designing-form-group {
    margin-bottom: 15px;
}

.wd-designing-form-group label {
    display: block;
    margin: 0 0 7px;
    color: #243b55;
    font-size: 12px;
    font-weight: 800;
}

.wd-designing-input-wrap {
    position: relative;
}

.wd-designing-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    color: #7b91a8;
    font-size: 13px;
    transform: translateY(-50%);
    pointer-events: none;
}

.wd-designing-input-wrap input,
.wd-designing-input-wrap textarea {
    width: 100%;
    border: 1px solid #dce6ef;
    border-radius: 9px;
    outline: none;
    background: #fafdff;
    color: #1d344c;
    font-family: inherit;
    font-size: 13px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.wd-designing-input-wrap input {
    height: 47px;
    padding: 0 13px 0 40px;
}

.wd-designing-input-wrap textarea {
    min-height: 82px;
    padding: 13px 13px 13px 40px;
    resize: vertical;
    line-height: 1.5;
}

.wd-designing-input-wrap input::placeholder,
.wd-designing-input-wrap textarea::placeholder {
    color: #9aabba;
}

.wd-designing-input-wrap input:focus,
.wd-designing-input-wrap textarea:focus {
    border-color: #1268d3;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(18, 104, 211, 0.10);
}

.wd-designing-textarea-wrap > i {
    top: 18px;
    transform: none;
}


/* =========================================================
   SUBMIT
   ========================================================= */

.wd-designing-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 51px;
    margin-top: 5px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #1268d3;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(18, 104, 211, 0.20);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.wd-designing-form-submit:hover {
    background: #0b56b5;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(18, 104, 211, 0.27);
}

.wd-designing-form-submit i {
    font-size: 12px;
}

.wd-designing-form-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: #8293a5;
    font-size: 11px;
    line-height: 1.4;
}

.wd-designing-form-security i {
    color: #1268d3;
    font-size: 12px;
}


/* =========================================================
   BACKGROUND IMAGE MODE
   ========================================================= */

.wd-designing-hero[style*="background-image"] {
    background-color: #eef6ff;
}

.wd-designing-hero[style*="background-image"]
.wd-designing-hero-title,
.wd-designing-hero[style*="background-image"]
.wd-designing-hero-description,
.wd-designing-hero[style*="background-image"]
.wd-designing-hero-trust,
.wd-designing-hero[style*="background-image"]
.wd-designing-hero-feature-text {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .wd-designing-hero {
        padding: 75px 0 70px;
    }

    .wd-designing-hero-content {
        max-width: 100%;
    }

    .wd-designing-hero-title {
        max-width: 680px;
        font-size: clamp(36px, 6vw, 52px);
    }

    .wd-designing-hero-description {
        max-width: 680px;
    }

    .wd-designing-hero-form-card {
        max-width: 620px;
        margin: 10px auto 0;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .wd-designing-hero {
        padding: 55px 0 55px;
    }

    .wd-designing-hero-badge {
        margin-bottom: 18px;
        padding: 8px 12px;
        font-size: 10px;
    }

    .wd-designing-hero-title {
        margin-bottom: 17px;
        font-size: 36px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .wd-designing-hero-description {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .wd-designing-hero-trust {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .wd-designing-hero-features {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-bottom: 25px;
    }

    .wd-designing-hero-actions {
        width: 100%;
    }

    .wd-designing-hero-btn {
        flex: 1 1 100%;
        width: 100%;
        min-height: 50px;
    }

    .wd-designing-hero-form-card {
        margin-top: 15px;
        padding: 21px 17px;
        border-radius: 16px;
    }

    .wd-designing-form-title {
        font-size: 19px;
    }

    .wd-designing-form-description {
        font-size: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .wd-designing-hero {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .wd-designing-hero-title {
        font-size: 31px;
    }

    .wd-designing-hero-description {
        font-size: 14px;
    }

    .wd-designing-hero-form-card {
        padding: 18px 14px;
    }

    .wd-designing-form-header {
        gap: 10px;
    }

    .wd-designing-form-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .wd-designing-hero-btn,
    .wd-designing-form-submit,
    .wd-designing-input-wrap input,
    .wd-designing-input-wrap textarea {
        transition: none;
    }

    .wd-designing-hero-btn:hover,
    .wd-designing-form-submit:hover {
        transform: none;
    }
}