.elementor-150315 .elementor-element.elementor-element-a182815{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-150315 .elementor-element.elementor-element-1954278{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1954278 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.dynamic-ty-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
    padding: 60px 24px;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

/* ---- BG slides (reutiliza mesmo sistema do hero) ---- */
.dynamic-ty-carousel {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.dynamic-ty-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.dynamic-ty-slide.active { opacity: 1; }

.dynamic-ty-slide img {
    position: absolute;
    top: 50%; left: 50%;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* ---- Overlay idêntico ao hero ---- */
.dynamic-ty-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(0,25,88,0.88) 0%,
        rgba(59,226,158,0.2) 50%,
        rgba(0,25,88,0.88) 100%);
    z-index: 1;
}

.dynamic-ty-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(59,226,158,0.15) 0%, transparent 50%);
    animation: dyPulseGlow 8s ease-in-out infinite;
}

@keyframes dyPulseGlow {
    0%, 100% { opacity: 0.3; }
    50%       { opacity: 0.6; }
}

/* Dot pattern */
.dynamic-ty-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(59,226,158,0.10) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px, 80px 80px;
    background-position: 0 0, 40px 40px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
}

/* ---- Card central ---- */
.dynamic-ty-container {
    position: relative;
    z-index: 2;
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    animation: dyFadeInUp 0.8s ease-out 0.2s both;
}

@keyframes dyFadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Checkmark ---- */
.dynamic-ty-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(59,226,158,0.12);
    border: 2px solid rgba(59,226,158,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    animation: dyPop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.5s both;
}

@keyframes dyPop {
    from { opacity: 0; transform: scale(0.5); }
    to   { opacity: 1; transform: scale(1); }
}

.dynamic-ty-icon svg {
    width: 40px;
    height: 40px;
    stroke: #3be29e;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: dyDraw 0.5s ease 0.9s forwards;
}

@keyframes dyDraw {
    to { stroke-dashoffset: 0; }
}

/* ---- Título ---- */
.dynamic-ty-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0 4px 20px rgba(0,25,88,0.5), 0 0 40px rgba(59,226,158,0.2);
    animation: dyFadeInUp 0.8s ease-out 0.4s both;
    position: relative;
    display: inline-block;
}

.dynamic-ty-title .ty-green {
    color: #3be29e;
}

/* linha decorativa abaixo do título */
.dynamic-ty-title::after {
    content: '';
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #3be29e, transparent);
    border-radius: 2px;
}

/* ---- Subtítulo (mesmo estilo do hero) ---- */
.dynamic-ty-sub {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,25,88,0.4);
    background: rgba(0,25,88,0.7);
    padding: 14px 32px;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(59,226,158,0.2);
    margin: 32px auto 0;
    max-width: 560px;
    animation: dyFadeInUp 0.8s ease-out 0.55s both;
}

/* ---- Info cards ---- */
.dynamic-ty-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 36px auto 0;
    max-width: 560px;
    animation: dyFadeInUp 0.8s ease-out 0.7s both;
}

.dynamic-ty-info-item {
    background: rgba(0,25,88,0.75);;
    border: 1px solid rgba(59,226,158,0.18);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.dynamic-ty-info-item:hover {
    background: rgba(0,25,88,0.75);
    border-color: rgba(59,226,158,0.4);
}

.dynamic-ty-info-icon {
    width: 36px;
    height: 36px;
    background: rgba(59,226,158,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.dynamic-ty-info-icon svg {
    width: 18px;
    height: 18px;
    stroke: #3be29e;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dynamic-ty-info-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(59,226,158,0.7);
    margin-bottom: 5px;
}

.dynamic-ty-info-value {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.45;
}

/* ---- Botões (mesmo padrão do hero) ---- */
.dynamic-ty-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
    animation: dyFadeInUp 0.8s ease-out 0.85s both;
}

.dynamic-ty-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 48px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.dynamic-ty-btn svg {
    width: 18px; height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.dynamic-ty-btn-primary {
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    box-shadow: 0 6px 25px rgba(59,226,158,0.4);
}

.dynamic-ty-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59,226,158,0.5), 0 0 50px rgba(59,226,158,0.2);
    background: linear-gradient(135deg, #2dd18f 0%, #3be29e 100%);
    color: #001958;
}

.dynamic-ty-btn-secondary {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #001958;
    box-shadow: 0 4px 20px rgba(255,255,255,0.3);
}

.dynamic-ty-btn-secondary:hover {
    background: #f0f0f0;
    box-shadow: 0 6px 25px rgba(255,255,255,0.4);
    transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .dynamic-ty-sub { padding: 12px 20px; }

    .dynamic-ty-info { grid-template-columns: 1fr; max-width: 100%; }

    .dynamic-ty-buttons { flex-direction: column; width: 100%; }

    .dynamic-ty-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 32px;
        font-size: 15px;
    }
}/* End custom CSS */