.plhome-theme-main {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
}

.plhome {
    --plhome-deep: #2b322b;
    --plhome-green: #629124;
    --plhome-green-dark: #315d27;
    --plhome-soft: #eef3ea;
    --plhome-mist: #f7f9f5;
    --plhome-line: #dce5d7;
    --plhome-text: #293129;
    --plhome-muted: #606b60;
    color: var(--plhome-text);
    background: #fff;
    font-family: inherit;
    overflow: hidden;
}

.plhome *, .plhome *::before, .plhome *::after { box-sizing: border-box; }
.plhome-section { padding: clamp(3.25rem, 7vw, 6rem) 1.4rem; }
.plhome-inner { width: min(1160px, 100%); margin: 0 auto; }
.plhome h1, .plhome h2, .plhome h3 { color: var(--plhome-deep); margin-top: 0; }
.plhome h1 { max-width: 760px; margin-bottom: 1.35rem; font-size: clamp(2.55rem, 5.6vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; }
.plhome h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; }
.plhome h3 { margin-bottom: .55rem; font-size: 1.15rem; line-height: 1.3; }
.plhome p { margin: 0 0 1.15rem; color: var(--plhome-muted); font-size: 1rem; line-height: 1.7; }
.plhome-lead { max-width: 680px; font-size: clamp(1.05rem, 1.8vw, 1.22rem) !important; }
.plhome-eyebrow { margin-bottom: .8rem !important; color: var(--plhome-green-dark) !important; font-size: .76rem !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.plhome-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.25rem; border: 1px solid var(--plhome-green-dark); border-radius: 7px; background: var(--plhome-green-dark); color: #fff !important; text-decoration: none !important; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.plhome-button:hover, .plhome-button:focus-visible { background: var(--plhome-deep); transform: translateY(-1px); }
.plhome-button--outline { background: #fff; color: var(--plhome-green-dark) !important; }
.plhome-button--outline:hover, .plhome-button--outline:focus-visible { background: var(--plhome-soft); }
.plhome-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.plhome-hero { background: linear-gradient(135deg, #fff 0%, var(--plhome-soft) 100%); }
.plhome-hero__grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(2.25rem, 5vw, 4.5rem); align-items: center; }
.plhome-hero__copy { max-width: 720px; }
.plhome-animation { width: min(100%, 480px); aspect-ratio: 1 / 1; justify-self: end; overflow: hidden; border-radius: 22px; background: var(--plhome-mist); box-shadow: 0 18px 45px rgba(43, 50, 43, .16); }
.plhome-animation video { display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; background: transparent; }

.plhome-intro { padding-top: clamp(2.75rem, 5vw, 4.4rem); padding-bottom: 1.7rem; }
.plhome-heading { max-width: 800px; margin: 0 auto; text-align: center; }
.plhome-heading > p:last-child { margin-bottom: 0; font-size: clamp(1rem, 1.7vw, 1.14rem); }
.plhome-heading--compact { margin-bottom: 2rem; }
.plhome-services { padding-top: 1.7rem; padding-bottom: clamp(2.75rem, 5vw, 4.4rem); }
.plhome-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.plhome-service { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; background: var(--plhome-deep); box-shadow: 0 9px 24px rgba(43, 50, 43, .11); transition: transform .2s ease, box-shadow .2s ease; }
.plhome-service:hover, .plhome-service:focus-visible { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(43, 50, 43, .17); }
.plhome-service img { display: block; width: 100%; height: 100%; object-fit: cover; }

.plhome-news { padding-block: clamp(2.8rem, 5vw, 4.5rem); background: var(--plhome-soft); }
.plhome-news__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 1.5rem; }
.plhome-news__header h2 { margin-bottom: 0; }
.plhome-news__header .plhome-button { flex: 0 0 auto; }
.plhome-news__window { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); min-height: 290px; overflow: hidden; border: 1px solid var(--plhome-line); border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(43, 50, 43, .08); }
.plhome-news__story { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3rem); opacity: 1; transform: translateX(0); transition: opacity .22s ease, transform .22s ease; }
.plhome-news__story h3 { max-width: 720px; margin-bottom: .8rem; font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.plhome-news__story > p:not(.plhome-news__category) { max-width: 720px; }
.plhome-news__category { margin-bottom: .35rem !important; color: var(--plhome-green-dark) !important; font-size: .76rem !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.plhome-news__feature { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 250px; padding: 2rem; background: linear-gradient(145deg, #315d27, #76a53d); color: #fff; text-align: center; opacity: 1; transform: translateX(0); transition: opacity .22s ease, transform .22s ease; }
.plhome-news__feature strong { max-width: 250px; color: #fff; font-size: clamp(1.15rem, 2.2vw, 1.55rem); line-height: 1.25; }
.plhome-news__mark { display: grid; width: 76px; height: 76px; place-items: center; margin-bottom: 1rem; border: 2px solid rgba(255, 255, 255, .72); border-radius: 50%; color: #fff; font-size: 1.15rem; font-weight: 700; letter-spacing: .06em; }
.plhome-news__story.is-changing { opacity: 0; transform: translateX(-18px); }
.plhome-news__feature.is-changing { opacity: 0; transform: translateX(18px); }
.plhome-news__controls { display: flex; align-items: center; gap: .65rem; margin-top: 1rem; }
.plhome-news__arrow { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid #b7c7b1; border-radius: 50%; background: #fff; color: var(--plhome-green-dark); font: inherit; font-size: 1.65rem; line-height: 1; transition: border-color .2s ease, background .2s ease; }
.plhome-news__arrow:hover, .plhome-news__arrow:focus-visible { border-color: var(--plhome-green-dark); background: var(--plhome-mist); }
.plhome-news__dots { display: flex; align-items: center; gap: .45rem; margin-left: .2rem; }
.plhome-news__dot { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 50%; background: #bdc9b9; transition: background .2s ease, transform .2s ease; }
.plhome-news__dot.is-active { background: var(--plhome-green-dark); transform: scale(1.12); }
.plhome-news__counter { margin-left: auto; color: var(--plhome-muted); font-size: .8rem; }

.plhome-approach { padding-block: clamp(2.75rem, 5vw, 4.4rem); background: #fff; }
.plhome-approach__intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; margin-bottom: 2.2rem; }
.plhome-approach__intro p { margin-bottom: 0; font-size: clamp(1rem, 1.7vw, 1.12rem); }
.plhome-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.plhome-value { padding: 1.75rem; border-top: 4px solid var(--plhome-green); border-radius: 9px; background: #fff; box-shadow: 0 8px 22px rgba(43, 50, 43, .07); }
.plhome-value h3 { color: var(--plhome-green-dark); }
.plhome-value p { margin-bottom: 0; }

.plhome-contact { padding-block: clamp(2.75rem, 5vw, 4.4rem); background: #fff; }
.plhome-contact__box { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 3.25rem); border: 1px solid var(--plhome-line); border-radius: 14px; background: var(--plhome-mist); }
.plhome-contact__box h2 { margin-bottom: .55rem; font-size: clamp(1.85rem, 3vw, 2.65rem); }
.plhome-contact__box p:last-child { margin-bottom: 0; }
.plhome-contact__box .plhome-button { flex: 0 0 auto; }

@media (max-width: 900px) {
    .plhome-hero__grid { grid-template-columns: 1fr; min-height: 0; }
    .plhome-animation { justify-self: center; width: min(100%, 520px); }
    .plhome-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .plhome-news__window { grid-template-columns: 1fr; }
    .plhome-news__feature { min-height: 210px; }
    .plhome-approach__intro { grid-template-columns: 1fr; }
    .plhome-value-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .plhome-section { padding-inline: 1rem; }
    .plhome-service-grid { grid-template-columns: 1fr; }
    .plhome-news__header { align-items: flex-start; flex-direction: column; }
    .plhome-contact__box { align-items: flex-start; flex-direction: column; }
    .plhome-actions { align-items: stretch; flex-direction: column; }
    .plhome-actions .plhome-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .plhome-button, .plhome-service, .plhome-news__story, .plhome-news__feature, .plhome-news__arrow, .plhome-news__dot { transition: none; }
    .plhome-animation video { animation: none; }
}
