.elementor-kit-7{--e-global-color-primary:#C97B54;--e-global-color-secondary:#5E6E4C;--e-global-color-text:#2D2620;--e-global-color-accent:#A85E3A;--e-global-color-d185570:#FBF6EE;--e-global-color-21d8091:#F3EAD9;--e-global-color-cf63af7:#E8DCC4;--e-global-color-4837446:#C97B54;--e-global-color-6dd3b7f:#A85E3A;--e-global-color-98323d8:#E09F7A;--e-global-color-2cec3c9:#5E6E4C;--e-global-color-5864c60:#3D4A2F;--e-global-color-a17dd47:#2D2620;--e-global-color-4956dc0:#7D756B;--e-global-color-e0fab46:#25D366;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7px;--e-global-typography-accent-font-family:"Caveat";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==============================
   MIKE'S LOCKSMITH - GLOBAL CSS
   ============================== */

:root {
    --cream: #fbf6ee;
    --cream-deep: #f3ead9;
    --beige: #e8dcc4;
    --terracotta: #c97b54;
    --terracotta-deep: #a85e3a;
    --terracotta-light: #e09f7a;
    --olive: #5e6e4c;
    --olive-deep: #3d4a2f;
    --charcoal: #2d2620;
    --warm-gray: #7d756b;
}

/* === PAPER TEXTURE === */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.4;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.2'/%3E%3C/svg%3E");
}

/* === HARD SHADOW BUTTONS === */
.hard-shadow-btn .elementor-button {
    box-shadow: 0 5px 0 var(--terracotta-deep) !important;
    transition: all 0.2s !important;
    border-radius: 100px !important;
}
.hard-shadow-btn .elementor-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 0 var(--terracotta-deep) !important;
}

.hard-shadow-olive .elementor-button {
    box-shadow: 0 5px 0 var(--olive-deep) !important;
    transition: all 0.2s !important;
    border-radius: 100px !important;
}
.hard-shadow-olive .elementor-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 0 var(--olive-deep) !important;
}

.hard-shadow-whatsapp .elementor-button {
    box-shadow: 0 5px 0 #1ea554 !important;
    transition: all 0.2s !important;
    border-radius: 100px !important;
}
.hard-shadow-whatsapp .elementor-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 0 #1ea554 !important;
}

/* === STICKER CARDS === */
.sticker-card {
    border: 3px solid var(--charcoal) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 0 var(--beige);
    transition: all 0.3s;
}
.sticker-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 13px 0 var(--beige);
}
.sticker-rotate-left { transform: rotate(-1deg); }
.sticker-rotate-left:hover { transform: rotate(-1deg) translateY(-5px) !important; }
.sticker-rotate-right { transform: rotate(0.5deg); }
.sticker-rotate-right:hover { transform: rotate(0.5deg) translateY(-5px) !important; }

/* === HAND-DRAWN UNDERLINE === */
.hand-underline {
    position: relative;
    display: inline-block;
    color: var(--terracotta-deep) !important;
    font-style: italic;
}
.hand-underline::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -2%;
    right: -2%;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 14'%3E%3Cpath d='M0,7 Q25,2 50,7 T100,7' stroke='%23c97b54' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* === TAPE EFFECT === */
.has-tape::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 30px;
    width: 80px;
    height: 30px;
    background: rgba(201, 123, 84, 0.4);
    border: 1px dashed var(--terracotta-deep);
    transform: rotate(-3deg);
    z-index: 2;
}

/* === DASHED BORDERS === */
.dashed-divider { border-top: 2px dashed var(--beige) !important; }
.dashed-section {
    border-top: 3px dashed var(--beige) !important;
    border-bottom: 3px dashed var(--beige) !important;
}

/* === TRUST AVATARS === */
.trust-avatars {
    display: flex;
    align-items: center;
}
.trust-avatars > * {
    width: 36px; height: 36px;
    background: var(--terracotta-light);
    border: 2px solid var(--cream);
    border-radius: 50%;
    margin-right: -12px;
    display: grid;
    place-items: center;
    color: var(--cream);
    font-weight: 700;
    font-size: 0.85rem;
}
.trust-avatars > *:nth-child(2) { background: var(--olive); }
.trust-avatars > *:nth-child(3) { background: var(--terracotta); }
.trust-avatars > *:nth-child(4) { background: var(--olive-deep); margin-right: 0; }

/* === STICKY CTA === */
.sticky-cta-wrap {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.sticky-cta-wrap a {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 6px 0 rgba(0,0,0,0.15);
    transition: all 0.2s;
}
.sticky-cta-call {
    background: var(--terracotta) !important;
    box-shadow: 0 6px 0 var(--terracotta-deep) !important;
}
.sticky-cta-wa {
    background: #25d366 !important;
    box-shadow: 0 6px 0 #1ea554 !important;
}
.sticky-cta-wrap a:hover { transform: translateY(-3px); }

/* === ROTATED BADGE === */
.rotated-badge {
    transform: rotate(-1deg);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    font-weight: 600;
    background: var(--cream);
    border: 2px solid var(--terracotta);
    color: var(--terracotta-deep);
}

/* === SCRIPT LABEL === */
.script-label {
    font-family: 'Caveat', cursive;
    font-size: 1.8rem;
    color: var(--terracotta);
    font-weight: 700;
    transform: rotate(-2deg);
    display: inline-block;
    line-height: 1;
}

/* === SIGNATURE === */
.signature-text {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
    color: var(--olive-deep);
    transform: rotate(-2deg);
    display: inline-block;
    line-height: 1;
}

/* === LOGO MARK === */
.logo-mark-rotated {
    transform: rotate(-3deg);
    box-shadow: 0 4px 0 var(--terracotta-deep);
}

/* === ABOUT PHOTO FRAME === */
.about-photo-frame img {
    border: 4px solid var(--charcoal) !important;
    border-radius: 24px !important;
}
.about-photo-frame {
    box-shadow: -8px 12px 0 var(--olive);
    transform: rotate(-2deg);
    border-radius: 24px;
    overflow: hidden;
}

/* === DARK FAQ === */
.dark-faq .e-n-accordion-item {
    background: rgba(251,246,238,0.05) !important;
    border: 2px solid rgba(251,246,238,0.1) !important;
    border-radius: 14px !important;
}
.dark-faq summary { color: var(--cream) !important; }

/* === MOBILE === */
@media (max-width: 600px) {
    .sticky-cta-wrap { bottom: 16px; right: 16px; }
}/* End custom CSS */