#ent-lp,
#ent-lp * {
    box-sizing: border-box;
}

.page-template-entrium-landing-template.elementor-kit-9 #ent-lp label {
    color: rgba(255,255,255,.9);
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .12em;
}

#ent-lp {
    --navy: #121c27;
    --navy2: #16232f;
    --navy3: #1b2a38;
    --navy4: #203345;
    --border: #243344;
    --border2: #2c3f55;
    --gold: #c9973a;
    --gold2: #dfb05a;
    --gold-pale: rgba(201, 151, 58, 0.18);
    --gold-bg: rgba(201, 151, 58, 0.07);
    --gold-bdr: rgba(201, 151, 58, 0.3);
    --white: #eee8dc;
    --text: #a0b4c8;
    --muted: #567890;
    font-family: "DM Sans", sans-serif;
    background: var(--navy);
    color: var(--text);
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.elementor-kit-9 #ent-lp a {
   color: #0e1520;
}
.elementor-kit-9 .ent-cta a {
   color: #0e1520;
}



/* HERO */
.ent-hero {
    display: grid;
    grid-template-columns: 1fr 460px;
    /* min-height: 100vh; */
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.ent-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 56px 40px 64px;
    background: var(--navy);
    overflow: hidden;
}
.ent-glow {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 520px;
    height: 420px;
    background: radial-gradient(ellipse, rgba(201, 151, 58, 0.06) 0%, transparent 65%);
    pointer-events: none;
}

.ent-logo {
    display: none;
}

.ent-logo-div {
    display: none;
}
.ent-logo-tag {
    display: none;
}

.ent-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--gold-bdr);
    background: var(--gold-bg);
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--gold2);
    margin-bottom: 18px;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.ent-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    animation: ep 2s infinite;
}
@keyframes ep {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.5);
    }
}

.ent-h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    color: #eee8dc !important;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.ent-h1 em {
    font-style: italic !important;
    color: #dfb05a !important;
}

.ent-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 440px;
    line-height: 1.75;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.ent-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    position: relative;
    z-index: 1;
}
.ent-ti {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ent-ti-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border2);
    background: var(--navy2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ent-ti-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ent-ti strong {
    display: block;
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
}
.ent-ti span {
    font-size: 14px;
    color: var(--muted);
}

/* FORM PANEL */
.ent-right {
    background: var(--navy2);
    border-left: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    padding: 40px 40px 44px;
    position: relative;
}
.ent-hp {
	display: none !important;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.ent-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold2), var(--gold));
}

.ent-fhead {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
}
.ent-fsub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 26px;
}
.ent-fsub strong {
    color: var(--gold2);
}

.ent-prog {
    display: flex;
    gap: 6px;
    margin-bottom: 26px;
}
.ent-pd {
    height: 3px;
    flex: 1;
    background: var(--border);
    border-radius: 2px;
    transition: background 0.35s;
}
.ent-pd.on {
    background: var(--gold);
}
.ent-pd.done {
    background: var(--gold-pale);
}

.ent-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

/* Product type cards */
.ent-trow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}
.ent-tc {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 6px 15px;
    background: var(--navy3);
    border: 1.5px solid var(--border);
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
    position: relative;
    user-select: none;
}
.ent-tc input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.ent-tc:hover {
    border-color: var(--gold-bdr);
    transform: translateY(-2px);
    background: var(--navy4);
}
.ent-tc.sel {
    border-color: var(--gold);
    background: var(--gold-bg);
}

.ent-tc svg {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    stroke: var(--muted);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s;
}
.ent-tc:hover svg,
.ent-tc.sel svg {
    stroke: var(--gold);
}
.ent-tc .knob {
    stroke: none;
    fill: var(--muted);
    transition: fill 0.2s;
}
.ent-tc:hover .knob,
.ent-tc.sel .knob {
    fill: var(--gold);
}

.ent-tname {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--muted);
    transition: color 0.2s;
}
.ent-tc:hover .ent-tname,
.ent-tc.sel .ent-tname {
    color: var(--gold2);
}

/* Door subtypes */
.ent-subs {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.ent-subs.show {
    display: flex;
    animation: efi 0.3s ease;
}
@keyframes efi {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ent-sgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.ent-sb {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 14px 4px 12px;
    background: var(--navy3);
    border: 1.5px solid var(--border);
    transition: border-color 0.2s, background 0.2s;
    position: relative;
    user-select: none;
}
.ent-sb input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.ent-sb:hover {
    border-color: var(--gold-bdr);
    background: var(--navy4);
}
.ent-sb.sel {
    border-color: var(--gold);
    background: var(--gold-bg);
}
.ent-sb svg {
    width: 26px;
    height: 26px;
    stroke: var(--muted);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s;
}
.ent-sb:hover svg,
.ent-sb.sel svg {
    stroke: var(--gold);
}
.ent-sb .knob {
    stroke: none;
    fill: var(--muted);
    transition: fill 0.2s;
}
.ent-sb:hover .knob,
.ent-sb.sel .knob {
    fill: var(--gold);
}
.ent-sname {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    text-align: center;
    transition: color 0.2s;
}
.ent-sb:hover .ent-sname,
.ent-sb.sel .ent-sname {
    color: var(--gold2);
}

/* Fields */
.ent-fields {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 14px;
}
.ent-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.ent-f {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ent-f label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}
.ent-f input,
.ent-f select {
    background: var(--navy3);
    border: 1px solid var(--border);
    color: rgba(255, 255, 255, 0.9);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    padding: 11px 13px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    width: 100%;
    appearance: none;
    border-radius: 0;
}
.ent-f input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.ent-f input:focus,
.ent-f select:focus {
    border-color: var(--gold);
    background: var(--navy4);
    box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.1);
}
.ent-f input.err {
    border-color: #c0392b;
}
.ent-f select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 32px;
    cursor: pointer;
}
.ent-f select option {
    background: #121c27;
    color: rgba(255, 255, 255, 0.9);
}

.ent-priv {
    font-size: 11px;
    color: var(--muted);
    text-align: center;
    line-height: 1.5;
    margin-bottom: 13px;
}
.ent-priv a, .elementor-kit-9 #ent-lp .ent-priv a  {
    color: var(--gold);
    text-decoration: none;
}

.ent-btn, .elementor-kit-9 #ent-lp button.ent-btn {
    width: 100%;
    padding: 16px;
    background: var(--gold);
    color: #0e1520;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ent-btn:hover {
    background: var(--gold2);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(201, 151, 58, 0.3);
}
.ent-btn:active {
    transform: translateY(0);
}
.ent-btn svg {
    width: 16px;
    height: 16px;
    stroke: #0e1520;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    transition: transform 0.2s;
}
.ent-btn:hover svg {
    transform: translateX(4px);
}

.ent-ok {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    gap: 18px;
    padding: 40px 10px;
}
.ent-ok.show {
    display: flex;
}
.ent-ok-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: var(--gold-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ent-ok-ring svg {
    width: 28px;
    height: 28px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ent-ok h3 {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: var(--white);
    margin: 0;
}
.ent-ok p {
    font-size: 14px;
    color: var(--muted);
    max-width: 260px;
    line-height: 1.65;
    margin: 0;
}

/* PROOF BAR */
.ent-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 8%;
    background: var(--navy2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    width: 100%;
}
.ent-bs {
    text-align: center;
    flex: 1;
    min-width: 100px;
}
.ent-bn {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--gold2);
    line-height: 1;
    display: block;
}
.ent-bl {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.07em;
    margin-top: 10px;
}
.ent-bsep {
    width: 1px;
    height: 44px;
    background: var(--border2);
}

/* WHY */
.ent-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    padding: 96px 8%;
    background: var(--navy);
    width: 100%;
}
.ent-ey {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}
.ent-st {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 2.8vw, 40px);
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 18px;
}
.ent-sb2 {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 32px;
}
.ent-feats {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ent-feat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.ent-fi {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: var(--gold-bg);
    border: 1px solid var(--gold-bdr);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.ent-fi svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ent-feat strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 2px;
}
.ent-feat span {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}

.ent-pc {
    background: var(--navy2);
    border: 1px solid var(--border);
    padding: 28px;
    position: relative;
    overflow: hidden;
}
.ent-pc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.ent-pi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}
.ent-pimg {
    aspect-ratio: 1/2.2;
    background: var(--navy3);
    border: 1px solid var(--border);
    overflow: hidden;
}
.ent-pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.ent-pf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ent-pn {
    font-family: "Playfair Display", serif;
    font-size: 17px;
    color: var(--white);
}
.ent-pd2 {
    font-size: 11px;
    color: var(--gold) !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

/* PROCESS */
.ent-proc {
    padding: 80px 8%;
    background: var(--navy2);
    border-top: 1px solid var(--border);
    width: 100%;
}
.ent-ph {
    text-align: center;
    margin-bottom: 52px;
}
.ent-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    position: relative;
}
.ent-steps::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border2), transparent);
}
.ent-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 14px;
}
.ent-snum {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    background: var(--navy3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.ent-step h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 7px;
}

.ent-step strong {
    font-size: 13px;
    font-weight: 700;
    color: #eee8dc !important;
    display: block;
    margin: 8px 0 6px;
}

.ent-step p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
    transition: color 0.2s;
}
.ent-step:hover p {
    color: #eee8dc;
}

.ent-step strong {
    font-size: 16px;
    font-weight: 700;
    color: #eee8dc !important;
    display: block;
    margin: 8px 0 6px;
}

/* CTA */
.ent-cta {
    padding: 80px 8%;
    text-align: center;
    background: var(--navy);
    border-top: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    width: 100%;
}
.ent-cta::before {
    content: "";
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 500px;
    background: radial-gradient(circle, rgba(201, 151, 58, 0.07) 0%, transparent 65%);
    pointer-events: none;
}
.ent-cta h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 400;
    color: var(--white);
    margin: 0 0 12px;
    position: relative;
}
.ent-cta p {
    font-size: 15px;
    color: var(--muted);
    margin: 0 0 30px;
    position: relative;
}
.ent-cbtn, .elementor-kit-9 #ent-lp button.ent-cbtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: #0e1520 !important;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 16px 34px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
}
.ent-cbtn:hover, .elementor-kit-9 #ent-lp button.ent-cbtn:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201, 151, 58, 0.28);
}
.ent-cbtn svg, .elementor-kit-9 #ent-lp button.ent-cbtn svg{
    width: 16px;
    height: 16px;
    stroke: #0e1520;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    transition: transform 0.2s;
}
.ent-cbtn:hover svg, .elementor-kit-9 #ent-lp button.ent-cbtn:hover svg {
    transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .ent-hero {
        grid-template-columns: 1fr;
    }
    .ent-left {
        padding: 60px 24px 40px;
        min-height: 0;
    }
    .ent-right {
        border-left: none;
        border-top: 1px solid var(--border);
    }
    .ent-why {
        grid-template-columns: 1fr;
        padding: 60px 5%;
        gap: 40px;
    }
    .ent-bar {
        padding: 24px 5%;
    }
    .ent-proc {
        padding: 60px 5%;
    }
    .ent-steps {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
    .ent-steps::before {
        display: none;
    }
    .ent-cta {
        padding: 60px 5%;
    }
}
@media (max-width: 600px) {
    .ent-right {
        padding: 36px 18px;
    }
    .ent-row2 {
        grid-template-columns: 1fr;
    }
    .ent-bsep {
        display: none;
    }
    .ent-steps {
        grid-template-columns: 1fr;
    }
    .ent-h1 {
        font-size: 34px;
    }
}