.elementor-2213 .elementor-element.elementor-element-0d3b8c2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2213 .elementor-element.elementor-element-1c4e793{--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;border-style:solid;--border-style:solid;border-width:0px 4px 0px 0px;--border-top-width:0px;--border-right-width:4px;--border-bottom-width:0px;--border-left-width:0px;border-color:#9E1C1C;--border-color:#9E1C1C;--border-radius:0px 0px 0px 0px;}.elementor-2213 .elementor-element.elementor-element-1c4e793.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2213 .elementor-element.elementor-element-2649693{font-family:"Poppins", Sans-serif;font-size:0.875rem;font-weight:400;line-height:1.5em;}.elementor-2213 .elementor-element.elementor-element-eab1bdf{--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;}@media(min-width:768px){.elementor-2213 .elementor-element.elementor-element-0d3b8c2{--content-width:95%;}.elementor-2213 .elementor-element.elementor-element-1c4e793{--width:67.893%;}.elementor-2213 .elementor-element.elementor-element-eab1bdf{--width:50%;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.legal-minute-landing {
    font-family: 'Georgia', serif;
    line-height: 1.5;
    color: #333;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
    overflow: hidden;
}

.legal-minute-landing * {
    box-sizing: border-box;
}

.legal-minute-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.legal-minute-hero {
    padding: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}

.legal-minute-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="scales" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="8" fill="none" stroke="rgba(244,208,63,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23scales)"/></svg>') repeat;
    opacity: 0.3;
}

.legal-minute-hero-content {
    position: relative;
    z-index: 2;
}

.legal-minute-hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    color: #f4d03f;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: bold;
}

.legal-minute-hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 2rem);
    color: #ecf0f1;
    margin-bottom: 2rem;
    font-style: italic;
}

.legal-minute-cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    border: none;
    cursor: pointer;
}

.legal-minute-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    color: white;
    text-decoration: none;
}

/* About Section */
.legal-minute-about {
    padding: 5rem 0;
    background: #ecf0f1;
}

.legal-minute-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.legal-minute-about-text h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
}

.legal-minute-about-text h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f4d03f;
}

.legal-minute-about-text p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.legal-minute-video-placeholder {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: #ecf0f1;
    position: relative;
    overflow: hidden;
}

.legal-minute-play-button {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: none;
}

.legal-minute-play-button:hover {
    transform: scale(1.1);
}

.legal-minute-play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

/* Features Section */
.legal-minute-features {
    padding: 5rem 0;
    background: #2c3e50;
}

.legal-minute-features h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #f4d03f;
    margin-bottom: 3rem;
}

.legal-minute-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.legal-minute-feature-card {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244,208,63,0.2);
    transition: transform 0.3s ease;
}

.legal-minute-feature-card:hover {
    transform: translateY(-5px);
}

.legal-minute-feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.legal-minute-feature-card h3 {
    color: #f4d03f;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.legal-minute-feature-card p {
    color: #ecf0f1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .legal-minute-about-content {
        grid-template-columns: 1fr;
    }

    .legal-minute-hero-title {
        font-size: 3rem;
    }

    .legal-minute-features-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */