/*----------------------------------------*/
/*----- Landing Page Custom Classes -----*/
/*----------------------------------------*/

/* ========== Hero ========== */
#home .dtr-intro-content { font-size: 17px; line-height: 1.6; }

/* ========== Funcionalidades Hero ========== */
#services .dtr-intro-subheading { font-size: 34px; }
#services .dtr-intro-heading { font-size: 2.4em; }
#services .dtr-intro-content { font-size: 18px; }
#services .dtr-servicebox-heading { font-size: 1.2em; font-weight: 600; }
#services .dtr-servicebox-content { font-size: 14px; line-height: 1.6; }
#services .dtr-servicebox-number { display: none; }
#services .dtr-servicebox-offset-border { border: none; }
#services .dtr-servicebox-offset-border .dtr-servicebox { margin: 0; border: 1px solid #e0e0e0; border-radius: 12px; }
#services .dtr-servicebox-icon { color: #0082B4 !important; }

.hero-visual {
    position: relative;
    max-width: 760px;
    margin-left: auto;
    padding: 10px 0 10px 10px;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 34px 24px 0 0;
    border-radius: 36px 36px 120px 36px;
    background: linear-gradient(135deg, rgba(0,130,180,0.18) 0%, rgba(0,130,180,0.06) 100%);
    z-index: 0;
}

.hero-visual-frame {
    position: relative;
    z-index: 1;
    padding: 12px;
    border: 1px solid rgba(0,130,180,0.14);
    border-radius: 30px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 22px 50px rgba(5,24,43,0.08);
    overflow: hidden;
}

.hero-visual-image {
    display: block;
    width: 100%;
    border-radius: 22px;
}

/* ========== Logo Slider ========== */
.logo-slider-muted img {
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}
.logo-slider-muted .slick-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ========== Navigation ========== */
.header-pad { padding-top: 10px; padding-bottom: 10px; }
.main-navigation a, .dtr-responsive-header-menu { font-size: 14px; }
.btn-nav-login { padding: 6px 16px; border-radius: 5px; }
.btn-nav-login .dtr-btn-text { font-size: 14px; }
.bg-pricing-footer { background: #f8f9fa; }
.sf-menu .sub-menu { border-radius: 8px; overflow: hidden; }
.sf-menu .sub-menu li a { font-size: 14px; padding: 10px 20px; }
.sf-menu .sub-menu li a i { margin-right: 8px; opacity: 0.7; }
.nav-link .caret-down,
.nav-link .caret-up { font-size: 12px; }
.nav-link .caret-up { display: none; }
.sfHover > .nav-link .caret-down { display: none; }
.sfHover > .nav-link .caret-up { display: inline; }
.caret-wrap { display: inline-block; width: 12px; text-align: center; vertical-align: middle; margin-left: -2px; }

/* ========== Backgrounds & Gradients ========== */
.bg-light-gray { background: #f8f9fa; }
.bg-faded { background: #fafbfc; }
.bg-gradient-light { background: linear-gradient(135deg, #f8fbff 0%, #eef5fb 100%); }
.bg-gradient-dark { background: linear-gradient(135deg, #05182b 0%, #0a2a4a 100%); }

/* ========== Cards & Containers ========== */
.card-elevated {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.card-service {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}
.card-feature {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 15px;
    height: 100%;
}
.card-timeline {
    background: white;
    border-radius: 15px;
    padding: 35px 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    height: 100%;
    position: relative;
}
.card-timeline--blue { border-top: 4px solid #0082B4; }
.card-timeline--orange { border-top: 4px solid #ff8c42; }
.card-timeline--green { border-top: 4px solid #28a745; }

/* ========== Stat & Metric Boxes ========== */
.stat-box {
    background: #f0f8ff;
    border-radius: 12px;
    padding: 15px 25px;
    text-align: center;
}
.stat-box-sm {
    background: #f0f8ff;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
}
.stat-number {
    font-size: 2rem;
    font-weight: 700;
}

/* ========== Badges & Labels ========== */
.step-badge {
    color: white;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.step-badge--blue { background: #0082B4; }
.step-badge--orange { background: #ff8c42; }
.step-badge--green { background: #28a745; }

.category-label {
    color: #0082B4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 2px solid #0082B4;
    display: inline-block;
    padding-bottom: 5px;
}

/* ========== Icon Containers ========== */
.icon-box {
    background: #e8f4fa;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.icon-box i { font-size: 28px; color: #0082B4; }

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0082B4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ========== Typography Utilities ========== */
.text-muted-dark { color: rgba(5,24,43,0.7); }
.text-muted-gray { color: #666; }
.text-sm { font-size: 14px; }
.text-sm-muted { font-size: 14px; color: #666; }
.text-xs { font-size: 13px; }
.text-xs-bold { font-size: 13px; font-weight: 600; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 20px; }
.text-caption { font-size: 14px; color: #666; line-height: 1.7; margin-bottom: 0; }

.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.heading-xl { font-weight: 700; font-size: 2.5rem; }

/* ========== Buttons ========== */
.btn-rounded { border-radius: 9px; }
.btn-primary-rounded {
    background-color: #0082B4;
    border-color: #0082B4;
    border-radius: 9px;
}
.btn-primary-solid {
    background-color: #0082B4;
    border-color: #0082B4;
}
.btn-outline-white {
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 9px;
}

/* ========== Spacing & Layout ========== */
.gap-10 { gap: 10px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }

.mr-5 { margin-right: 5px; }
.mr-8 { margin-right: 8px; }

/* ========== Section Dividers ========== */
.divider-top {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* ========== Pricing Table ========== */
.table-cell {
    padding: 15px 20px;
}
.table-cell--header {
    padding: 15px 20px;
    font-weight: 500;
}
.table-cell--faded {
    background: #fafbfc;
}
.table-cell-plain {
    padding: 30px 20px;
    border: none;
    background: #f8f9fa;
}
.w-40 { width: 40%; }
.pos-relative { position: relative; }

/* ========== Check Icons (feature lists) ========== */
.check-green {
    color: #28a745;
    font-size: 30px;
}

/* ========== Colored Text Variants ========== */
.color-blue { color: #0082B4; }
.color-orange { color: #ff8c42; }
.color-green { color: #28a745; }
.color-amazon { color: #FF9900; }
.color-google { color: #EA4335; }
.color-purple { color: #6C63FF; }
.color-whatsapp { color: #25D366; }
.color-white-muted { color: rgba(255,255,255,0.6); }

/* ========== Icon Sizes ========== */
.icon-cta-sm {
    font-size: 24px;
    color: #0082B4;
    margin-bottom: 8px;
}
.icon-integration {
    font-size: 40px;
    color: #0082B4;
}

/* ========== Trust & CTA Sections ========== */
.cta-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}
.container-narrow {
    max-width: 700px;
    margin: 0 auto;
}
.trust-stat h4 {
    color: #0082B4;
    font-weight: 700;
    margin-bottom: 5px;
}
.trust-stat small {
    color: rgba(255,255,255,0.6);
}

/* ========== Logo ========== */
.logo-md { height: 50px; }

/* ========== Nav Alignment ========== */
.sf-menu.dtr-nav > li { margin-top: 5px; }

/* ========== Demo Form – Compact ========== */
#contactform label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

#contactform select,
#contactform textarea,
#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="url"],
#contactform input[type="password"],
#contactform input[type="number"],
#contactform input[type="tel"],
#contactform input[type="search"],
#contactform .form-control {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 20px !important;
    border-radius: 8px;
    margin-bottom: 0;
    border-color: #d0d5dd;
}

#contactform select {
    height: auto;
    padding: 10px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

#contactform .input-group select {
    border-radius: 8px 0 0 8px;
    border-right: 0;
}

#contactform .input-group .form-control {
    border-radius: 0 8px 8px 0;
}

#contactform select:focus,
#contactform input:focus,
#contactform .form-control:focus {
    border-color: #0082B4;
    box-shadow: 0 0 0 3px rgba(0,130,180,0.1);
    outline: none;
}

#contactform .mb-3 {
    margin-bottom: 20px !important;
}

#contactform button[type="submit"] {
    padding: 12px;
    font-size: 15px;
    line-height: 22px;
}

/* ========== Demo Page ========== */
.demo-section {
    background: linear-gradient(135deg, #f8fbff 0%, #eef5fb 100%);
    min-height: 100vh;
}

.demo-left {
    padding-top: 30px;
}

.demo-heading {
    font-size: 2.8rem;
    font-weight: 800;
    color: #05182b;
    line-height: 1.15;
    margin-bottom: 20px;
}

.demo-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
}

.demo-description {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 35px;
}

.demo-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0082B4;
    margin-bottom: 18px;
}

.demo-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.demo-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 15px;
    color: #333;
}

.demo-benefits li:last-child {
    margin-bottom: 0;
}

.demo-benefits li i {
    color: #0082B4;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.demo-social-proof {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #dde5ed;
}

.demo-social-proof-title {
    font-size: 13px;
    font-weight: 700;
    color: #05182b;
    margin-bottom: 16px;
}

.demo-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0.6;
}

.demo-logos img {
    height: 30px;
}

.demo-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    padding: 32px 36px;
}

.demo-form-heading {
    font-size: 20px;
    font-weight: 700;
    color: #05182b;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.demo-consent {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 12px;
}

.demo-consent a {
    color: #05182b;
    text-decoration: underline;
}

.demo-submit-btn {
    background-color: #0082B4;
    border-color: #0082B4;
    border-radius: 9px;
    padding: 14px;
    font-size: 16px;
}

.demo-prefix-select {
    max-width: 110px;
    font-size: 14px;
}

#contactform .autofill-trap {
    display: none !important;
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}

@media (max-width: 767px) {
    .hero-visual {
        margin-top: 24px;
        padding: 10px 0 10px 10px;
    }

    .hero-visual::before {
        inset: 22px 12px 0 0;
        border-radius: 24px 24px 72px 24px;
    }

    .hero-visual-frame {
        padding: 8px;
        border-radius: 22px;
    }

    .hero-visual-image {
        border-radius: 16px;
    }

    .demo-heading {
        font-size: 2.2rem;
    }

    .demo-form-card {
        padding: 28px 22px;
    }
}
