/*
Theme Name: Services PLH
Theme URI: https://servicesplh.com
Author: Services PLH
Description: Thème WordPress sur mesure pour Services PLH — visibilité locale, CRM, automatisation et IA.
Version: 1.9.0
Text Domain: services-plh
*/

:root{
  --plh-red:#d8171d;
  --plh-red-dark:#b90f14;
  --plh-black:#111317;
  --plh-gray:#626a75;
  --plh-soft:#f6f7f9;
  --plh-border:#e4e7eb;
  --plh-white:#fff;
  --plh-shadow:0 16px 42px rgba(17,24,39,.09);
  --plh-shadow-strong:0 28px 70px rgba(17,24,39,.16);
  --plh-radius:20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--plh-black);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.plh-container{width:min(1320px,calc(100% - 44px));margin:0 auto}
.plh-section{padding:82px 0}
.plh-kicker{font-size:.76rem;letter-spacing:.36em;text-transform:uppercase;color:var(--plh-red);font-weight:850;margin-bottom:14px}
.plh-section-title{font-size:clamp(2.1rem,3.8vw,3.2rem);line-height:1.04;margin:0 0 12px;font-weight:900;letter-spacing:-.04em}
.plh-section-subtitle{font-size:1.02rem;color:var(--plh-gray);max-width:760px;margin:0 auto}
.plh-center{text-align:center}
.red-text{color:var(--plh-red)}

/* Header */
.plh-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,19,23,.07);box-shadow:0 5px 20px rgba(17,24,39,.025)}
.plh-header-inner{height:78px;display:flex;align-items:center;gap:24px}
.plh-brand{display:flex;align-items:center;gap:10px;min-width:320px}
.plh-brand img{width:54px;height:54px;object-fit:cover;border-radius:50%}
.plh-brand-copy strong{display:block;font-size:1.32rem;line-height:1.03;font-weight:850;letter-spacing:-.02em}
.plh-brand-copy strong span{color:var(--plh-red)}
.plh-brand-copy small{display:block;font-size:.58rem;margin-top:5px;color:#555d66;line-height:1.15;max-width:230px}
.plh-nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.plh-nav a{font-weight:700;font-size:.88rem;position:relative}
.plh-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--plh-red);transition:.2s}
.plh-nav a:hover:after{right:0}
.plh-header-phone{font-weight:850;white-space:nowrap;padding-left:24px;border-left:1px solid var(--plh-border);font-size:.92rem}
.plh-header-phone:before{content:"☎";color:var(--plh-red);margin-right:8px}
.plh-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:10px;font-weight:850;border:1px solid transparent;transition:.2s;cursor:pointer}
.plh-btn-primary{background:linear-gradient(135deg,var(--plh-red),var(--plh-red-dark));color:#fff;box-shadow:0 10px 24px rgba(216,23,29,.22)}
.plh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(216,23,29,.3)}
.plh-btn-secondary{background:#fff;border-color:#d6dbe1;color:#17191d}
.plh-btn-secondary:hover{border-color:#aeb6c0;transform:translateY(-2px)}
.plh-menu-toggle{display:none;margin-left:auto;border:0;background:#fff;font-size:1.55rem;cursor:pointer}

/* Hero */
.plh-hero{position:relative;overflow:hidden;background:#fff;padding:42px 0 0;border-bottom:1px solid #edf0f3}
.plh-hero-office{position:absolute;inset:0 0 0 42%;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.83) 14%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.15) 100%),url('assets/images/hero-office-bg.png');background-size:cover;background-position:center right;opacity:.98;pointer-events:none}
.plh-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:210px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(248,249,251,.94));pointer-events:none}
.plh-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.94fr 1.06fr;gap:38px;align-items:center;min-height:570px;padding-bottom:70px}
.plh-hero-content{max-width:650px;padding:12px 0 22px}
.plh-hero h1{font-size:clamp(3.05rem,5vw,5.25rem);line-height:.95;letter-spacing:-.055em;margin:0 0 22px;font-weight:950}
.plh-hero h1 .red{color:var(--plh-red)}
.plh-hero-copy{font-size:1.02rem;color:#555e69;max-width:620px;margin:0 0 26px}
.plh-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.plh-benefits{display:flex;gap:24px;flex-wrap:wrap;color:#4f5863;font-size:.88rem}
.plh-benefits span:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--plh-red);color:#fff;font-size:.72rem;margin-right:8px;font-weight:900}

/* Hero visual */
.plh-visual-stage{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;padding:10px 80px 60px 10px}
.plh-laptop{position:relative;width:min(100%,590px);margin:0 auto;transform:perspective(1300px) rotateY(-4deg) rotateX(1deg);filter:drop-shadow(0 32px 34px rgba(15,20,30,.17));z-index:3}
.plh-monitor{position:relative;background:linear-gradient(145deg,#20242a,#101216);border:1px solid #333840;border-radius:22px;padding:11px;box-shadow:inset 0 1px 1px rgba(255,255,255,.18)}
.plh-monitor:before{content:"";position:absolute;left:50%;top:5px;transform:translateX(-50%);width:42px;height:4px;border-radius:8px;background:#393f47}
.plh-screen{background:linear-gradient(145deg,#fbfbfc,#eef1f5);border-radius:13px;padding:27px 28px 22px;min-height:360px;overflow:hidden}
.plh-screen-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:17px}
.plh-screen h3{font-size:1.45rem;line-height:1.04;margin:0;letter-spacing:-.035em;font-weight:900}
.plh-screen h3 span{color:var(--plh-red)}
.plh-screen-arrow{width:34px;height:34px;display:grid;place-items:center;background:#fff;border-radius:9px;color:var(--plh-red);font-weight:900;box-shadow:0 6px 16px rgba(20,25,33,.06)}
.plh-chart{height:146px;display:flex;gap:10px;align-items:flex-end;padding:18px 8px 8px;position:relative}
.plh-chart:after{content:"";position:absolute;left:3%;right:3%;bottom:56px;height:3px;background:linear-gradient(90deg,transparent 0%,var(--plh-red) 22%,var(--plh-red) 100%);transform:skewY(-8deg);transform-origin:left center;opacity:.82}
.plh-bar{flex:1;background:linear-gradient(180deg,#c0c5cc,#737b86);border-radius:5px 5px 0 0;min-width:12px}
.plh-bar:nth-child(1){height:24%}.plh-bar:nth-child(2){height:34%}.plh-bar:nth-child(3){height:43%}.plh-bar:nth-child(4){height:55%}.plh-bar:nth-child(5){height:66%}.plh-bar:nth-child(6){height:80%}.plh-bar:nth-child(7){height:96%}
.plh-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.plh-stat{background:#fff;border:1px solid #e0e4e9;border-radius:11px;padding:13px 14px;box-shadow:0 7px 16px rgba(18,26,36,.035)}
.plh-stat small{display:block;color:#707885;font-size:.68rem}.plh-stat strong{display:block;font-size:1.28rem;margin:2px 0}.plh-stat em{font-style:normal;color:#20a36a;font-size:.73rem;font-weight:850}
.plh-laptop-base{position:relative;width:112%;height:103px;margin:-3px 0 0 -6%;background:linear-gradient(180deg,#dde2e7 0%,#c3c9d0 55%,#aab2bb 100%);clip-path:polygon(4.5% 0,95.5% 0,100% 82%,96% 100%,4% 100%,0 82%);border-radius:0 0 22px 22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -3px 8px rgba(30,35,45,.16);z-index:2}
.plh-keyboard-grid{position:absolute;left:11%;right:11%;top:12px;height:48px;display:grid;grid-template-columns:repeat(14,1fr);gap:3px;padding:5px 7px;background:linear-gradient(180deg,#aeb5be,#c7ccd2);border-radius:8px;transform:perspective(500px) rotateX(17deg);transform-origin:top center}
.plh-keyboard-grid span{display:block;background:#585f68;border-radius:2px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 1px 1px rgba(0,0,0,.18)}
.plh-trackpad{position:absolute;width:27%;height:30px;left:36.5%;bottom:11px;border:1px solid rgba(65,72,82,.3);border-radius:5px;background:rgba(236,239,242,.66)}
.plh-laptop-edge{width:119%;height:11px;margin:-6px 0 0 -9.5%;background:linear-gradient(180deg,#afb6be,#717a84);border-radius:0 0 50% 50%;box-shadow:0 6px 14px rgba(25,30,38,.24);position:relative;z-index:1}

.plh-floating-card{position:absolute;background:rgba(255,255,255,.96);box-shadow:0 15px 34px rgba(17,24,39,.12);border:1px solid rgba(17,24,39,.06);border-radius:14px;padding:14px 15px;width:160px;z-index:6;backdrop-filter:blur(8px)}
.plh-floating-card strong{display:block;margin-bottom:5px;font-size:.88rem}.plh-floating-card p{font-size:.72rem;color:#606873;margin:0;line-height:1.42}.plh-float-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#fff0f1;color:var(--plh-red);font-weight:900;font-size:.72rem;margin-bottom:8px}
.plh-float-visibility{left:0;top:110px}.plh-float-ai{right:45px;top:122px}.plh-float-crm{left:12px;bottom:66px}.plh-float-growth{right:42px;bottom:62px}
.plh-hero-motto{position:absolute;right:-4px;top:18px;color:#7f8791;font-weight:850;font-size:.72rem;line-height:1.28;text-align:right;letter-spacing:.03em;z-index:4}
.plh-hero-motto i{display:block;width:35px;height:2px;background:var(--plh-red);margin:12px 0 0 auto}
.plh-mug{position:absolute;right:-14px;bottom:4px;width:120px;height:112px;background:linear-gradient(180deg,#fff,#eceff2);border:1px solid #cfd5db;border-radius:12px 12px 22px 22px;box-shadow:0 18px 28px rgba(15,20,30,.12);z-index:2;transform:rotate(-3deg)}
.plh-mug:after{content:"";position:absolute;right:-34px;top:28px;width:48px;height:49px;border:10px solid #d9dde1;border-left:0;border-radius:0 28px 28px 0}
.plh-mug span{display:block;font-family:Georgia,serif;font-style:italic;text-align:center;font-size:.63rem;line-height:1.35;color:#3f464f;padding:28px 10px 0}

/* Three service cards attached to hero */
.plh-hero-service-row{position:relative;z-index:10;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:-52px;padding-bottom:24px}
.plh-hero-service-card{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:start;background:rgba(255,255,255,.97);border:1px solid #e2e6eb;border-radius:16px;padding:20px 18px;box-shadow:0 12px 32px rgba(17,24,39,.08);min-height:160px}
.plh-service-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:var(--plh-red);font-weight:900;font-size:.76rem}
.plh-hero-service-card h3{margin:1px 0 4px;font-size:1.12rem}.plh-hero-service-card p{margin:0 0 7px;color:#5e6671;font-size:.84rem}.plh-hero-service-card small{display:block;color:#6b7280;font-size:.75rem;line-height:1.45}.plh-card-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f5f6f7;color:#111;font-weight:900}

/* Method */
.plh-method{position:relative;overflow:hidden;background:linear-gradient(180deg,#f6f8fa,#fff);padding:62px 0 70px}
.plh-method-landscape{position:absolute;inset:auto 0 0 0;height:270px;background:url('assets/images/method-landscape.png') center bottom/cover no-repeat;opacity:.95;pointer-events:none}
.plh-method .plh-container{position:relative;z-index:2}
.plh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px;counter-reset:step}
.plh-step{position:relative;padding:18px 14px 12px 58px;min-height:108px}
.plh-step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:19px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--plh-red);color:#fff;font-weight:900;font-size:.82rem;box-shadow:0 7px 16px rgba(216,23,29,.18)}
.plh-step:not(:last-child):after{content:"";position:absolute;top:35px;right:-8px;width:28px;height:1px;background:#c7cdd4}
.plh-step-icon{position:absolute;left:34px;top:14px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 8px 20px rgba(17,24,39,.07);font-weight:900;font-size:1.15rem}
.plh-step h3{margin:0 0 5px;font-size:1rem}.plh-step p{margin:0;color:#626a75;font-size:.83rem;line-height:1.45}

/* Why */
.plh-why{padding:38px 0 50px;background:#fff;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3}
.plh-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:18px}
.plh-why-item{position:relative;text-align:left;padding:24px 40px 20px 92px;min-height:122px}
.plh-why-item:not(:last-child):after{content:"";position:absolute;right:0;top:28px;bottom:28px;width:1px;background:#e2e5e9}
.plh-why-icon{position:absolute;left:24px;top:25px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:var(--plh-red);font-size:1.55rem;font-weight:900}
.plh-why-item h3{margin:0 0 6px;font-size:1.02rem}.plh-why-item p{margin:0;color:#636b75;font-size:.86rem}

/* Pricing */
.plh-pricing-section{background:#fafbfc}
.plh-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px;align-items:stretch}
.plh-price-card{position:relative;background:#fff;border:1px solid var(--plh-border);border-radius:22px;padding:30px;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.plh-price-card.featured{border:2px solid var(--plh-red);transform:translateY(-8px);box-shadow:0 20px 45px rgba(216,23,29,.12)}
.plh-badge{position:absolute;top:-13px;right:22px;background:var(--plh-red);color:#fff;border-radius:999px;padding:7px 13px;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.plh-price-card h3{font-size:1.28rem;margin:0 0 4px}.plh-price-sub{color:var(--plh-gray);font-size:.9rem;min-height:42px}.plh-price{font-size:2.55rem;font-weight:900;letter-spacing:-.05em;margin:22px 0 2px}.plh-price small{font-size:.9rem;font-weight:700;letter-spacing:0}.plh-setup{font-size:.84rem;color:var(--plh-gray);margin-bottom:22px}.plh-price-card ul{padding:0;margin:0 0 26px;list-style:none}.plh-price-card li{margin:10px 0;color:#3f4650}.plh-price-card li:before{content:"✓";color:var(--plh-red);font-weight:900;margin-right:8px}

/* Contact */
.plh-contact-section{background:#fff}
.plh-contact-wrap{display:grid;grid-template-columns:.88fr 1.12fr;gap:38px;align-items:stretch}
.plh-contact-panel{position:relative;overflow:hidden;background:linear-gradient(145deg,#15181c,#232831);color:#fff;border-radius:24px;padding:34px;min-height:100%}.plh-contact-panel:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-120px;bottom:-120px;background:radial-gradient(circle,rgba(216,23,29,.24),transparent 70%)}.plh-contact-panel .plh-kicker{color:#ff6469}.plh-contact-panel h2{font-size:2.45rem;line-height:1.03;margin:0 0 14px}.plh-contact-panel p{color:#c8ced6;position:relative;z-index:2}.plh-contact-list{margin-top:26px;position:relative;z-index:2}.plh-contact-list div{padding:11px 0;border-top:1px solid rgba(255,255,255,.1)}.plh-contact-list small{display:block;color:#969eaa;text-transform:uppercase;font-size:.66rem;letter-spacing:.16em}.plh-contact-list a,.plh-contact-list strong{font-size:1rem}
.plh-form{background:#fff;border:1px solid var(--plh-border);border-radius:24px;padding:30px;box-shadow:var(--plh-shadow)}
.plh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plh-field{display:flex;flex-direction:column;gap:7px}.plh-field.full{grid-column:1/-1}.plh-field label{font-size:.82rem;font-weight:800}.plh-field input,.plh-field textarea,.plh-field select{border:1px solid #d7dce2;border-radius:10px;padding:13px 14px;background:#fff;color:#191b20;outline:none}.plh-field input:focus,.plh-field textarea:focus,.plh-field select:focus{border-color:var(--plh-red);box-shadow:0 0 0 3px rgba(216,23,29,.08)}.plh-field textarea{min-height:120px;resize:vertical}.plh-hp{display:none!important}.plh-notice{padding:12px 14px;border-radius:10px;margin-bottom:18px}.plh-notice-success{background:#e8f7ef;color:#146b45}.plh-notice-error{background:#fff1f1;color:#a51d25}

/* Footer close to the mockup: white information band + dark signature bar */
.plh-footer{margin-top:0}
.plh-footer-main{background:#fff;border-top:1px solid #e5e8ec;padding:22px 0}
.plh-footer-grid{display:grid;grid-template-columns:1.05fr 1.65fr 1fr;gap:26px;align-items:center}
.plh-footer-brand{display:flex;align-items:center;gap:10px}.plh-footer-brand img{width:50px;height:50px;object-fit:cover;border-radius:50%}.plh-footer-brand strong{display:block;font-size:1.18rem}.plh-footer-brand strong span{color:var(--plh-red)}.plh-footer-brand small{display:block;color:#666f79;font-size:.58rem;line-height:1.25;margin-top:3px}
.plh-footer-contact{display:flex;gap:16px;align-items:center;flex-wrap:wrap;color:#3f4650;font-size:.82rem}.plh-footer-contact a,.plh-footer-location{display:flex;align-items:center;gap:6px}.plh-footer-contact b{color:var(--plh-red)}
.plh-footer-nav{display:flex;gap:15px;justify-content:flex-end;flex-wrap:wrap;font-size:.8rem;color:#353b43}.plh-footer-nav a:hover{color:var(--plh-red)}
.plh-footer-bottom{background:#171a1f;color:#838b95;padding:12px 0;font-size:.72rem}.plh-footer-bottom .plh-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* Generic page content */
.plh-page-content{padding:70px 0}.plh-page-content h1{font-size:clamp(2.2rem,4vw,4rem)}

@media (max-width:1180px){
  .plh-brand{min-width:250px}.plh-nav{gap:18px}.plh-header-inner{gap:18px}.plh-header-phone{padding-left:18px}.plh-header-inner>.plh-btn{padding:0 16px}
  .plh-visual-stage{padding-right:45px}.plh-float-ai,.plh-float-growth{right:5px}.plh-mug,.plh-hero-motto{display:none}
}

@media (max-width:1020px){
  .plh-nav,.plh-header-phone,.plh-header-inner>.plh-btn{display:none}.plh-menu-toggle{display:block}.plh-header-inner.menu-open{height:auto;flex-wrap:wrap;padding:12px 0 18px}.plh-header-inner.menu-open .plh-nav{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:16px;padding:12px 0}.plh-header-inner.menu-open .plh-header-phone,.plh-header-inner.menu-open>.plh-btn{display:inline-flex;border-left:0;padding-left:0}
  .plh-hero-office{inset:30% 0 0 0;opacity:.58}.plh-hero-grid{grid-template-columns:1fr;gap:16px;min-height:0;padding-bottom:72px}.plh-hero-content{max-width:760px}.plh-visual-stage{min-height:510px;padding:10px 60px 50px}.plh-laptop{width:min(100%,620px)}
  .plh-hero-service-row{grid-template-columns:1fr;max-width:820px}.plh-hero-service-card{min-height:0}
  .plh-steps{grid-template-columns:1fr 1fr}.plh-step:not(:last-child):after{display:none}.plh-pricing-grid{grid-template-columns:1fr 1fr}.plh-price-card:last-child{grid-column:1/-1}.plh-contact-wrap{grid-template-columns:1fr}.plh-footer-grid{grid-template-columns:1fr}.plh-footer-nav{justify-content:flex-start}
}

@media (max-width:700px){
  .plh-container{width:min(100% - 28px,1320px)}.plh-section{padding:58px 0}.plh-header-inner{height:68px}.plh-brand{min-width:0}.plh-brand img{width:46px;height:46px}.plh-brand-copy strong{font-size:1.05rem}.plh-brand-copy small{display:none}
  .plh-hero{padding-top:34px}.plh-hero h1{font-size:clamp(2.6rem,13vw,4rem)}.plh-hero-copy{font-size:.95rem}.plh-actions{flex-direction:column}.plh-actions .plh-btn{width:100%}.plh-benefits{gap:11px}.plh-benefits span{font-size:.8rem}
  .plh-visual-stage{min-height:390px;padding:8px 0 20px}.plh-laptop{width:96%;transform:none}.plh-screen{padding:18px;min-height:260px}.plh-screen h3{font-size:1.08rem}.plh-chart{height:110px}.plh-laptop-base{height:74px}.plh-keyboard-grid{height:34px;gap:2px}.plh-trackpad{height:20px;bottom:7px}.plh-floating-card{display:none}
  .plh-hero-service-row{margin-top:-24px}.plh-hero-service-card{grid-template-columns:auto 1fr;padding:18px}.plh-card-arrow{display:none}
  .plh-steps,.plh-pricing-grid,.plh-why-grid{grid-template-columns:1fr}.plh-step{padding-left:60px}.plh-price-card.featured{transform:none}.plh-price-card:last-child{grid-column:auto}.plh-why-item{padding:20px 20px 20px 82px}.plh-why-item:not(:last-child):after{display:none}.plh-why-icon{left:18px}.plh-form-grid{grid-template-columns:1fr}.plh-field.full{grid-column:auto}.plh-contact-panel h2{font-size:2rem}.plh-footer-bottom .plh-container{flex-direction:column}.plh-stats{grid-template-columns:1fr 1fr}.plh-stat:last-child{grid-column:1/-1}
}


/* ============================================================
   Services PLH v1.3 — premium refinement
   ============================================================ */
.plh-container{width:min(1400px,calc(100% - 72px))}
.plh-site-header{box-shadow:none}
.plh-header-inner{height:74px;gap:22px}
.plh-brand{min-width:300px}
.plh-brand img{width:50px;height:50px}
.plh-brand-copy strong{font-size:1.28rem}
.plh-nav{gap:24px}
.plh-nav a{font-size:.86rem}
.plh-header-phone{font-size:.9rem}
.plh-header-inner>.plh-btn{min-height:44px;padding:0 20px;border-radius:9px;font-size:.9rem}

.plh-hero{padding:30px 0 0;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)}
.plh-hero-office{inset:0;opacity:1;background:
  radial-gradient(circle at 78% 22%,rgba(216,23,29,.055),transparent 24%),
  radial-gradient(circle at 91% 62%,rgba(93,104,115,.08),transparent 21%),
  linear-gradient(90deg,#fff 0%,#fff 42%,#f8f9fb 69%,#f3f5f7 100%)}
.plh-hero:after{height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(247,248,250,.88))}
.plh-hero-grid{grid-template-columns:.92fr 1.08fr;gap:42px;min-height:500px;padding-bottom:48px}
.plh-hero-content{max-width:640px;padding:8px 0 18px}
.plh-kicker{font-size:.72rem;letter-spacing:.32em;margin-bottom:13px}
.plh-hero h1{font-size:clamp(2.9rem,3.8vw,3.9rem);line-height:1.01;letter-spacing:-.045em;margin-bottom:20px;max-width:630px}
.plh-hero-copy{font-size:.98rem;line-height:1.6;max-width:590px;margin-bottom:23px}
.plh-actions{margin-bottom:20px}
.plh-btn{min-height:46px;padding:0 20px}
.plh-benefits{gap:18px;font-size:.84rem}

.plh-visual-stage{min-height:455px;padding:8px 52px 34px 0}
.plh-laptop{width:min(100%,515px);transform:perspective(1400px) rotateY(-2deg) rotateX(1deg);filter:drop-shadow(0 27px 30px rgba(15,20,30,.15))}
.plh-monitor{border-radius:19px;padding:9px}
.plh-screen{padding:24px 24px 20px;min-height:318px}
.plh-screen h3{font-size:1.28rem}
.plh-chart{height:125px;gap:9px;padding-top:12px}
.plh-stats{gap:9px}
.plh-stat{padding:11px 12px}
.plh-stat strong{font-size:1.15rem}
.plh-laptop-base{height:88px}
.plh-keyboard-grid{top:10px;height:40px}
.plh-trackpad{height:25px;bottom:9px}
.plh-floating-card{width:138px;border-radius:13px;padding:12px 13px;box-shadow:0 14px 30px rgba(17,24,39,.10)}
.plh-floating-card strong{font-size:.81rem}
.plh-floating-card p{font-size:.68rem}
.plh-float-icon{width:28px;height:28px;font-size:.67rem;margin-bottom:7px}
.plh-float-visibility{left:0;top:104px}
.plh-float-ai{right:12px;top:120px}
.plh-float-crm{left:16px;bottom:58px}
.plh-float-growth,.plh-hero-motto,.plh-mug{display:none!important}

.plh-hero-service-row{position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:-12px;padding-bottom:30px}
.plh-hero-service-card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:13px;background:rgba(255,255,255,.98);border:1px solid #e7eaee;border-radius:15px;padding:19px 18px;box-shadow:0 10px 26px rgba(17,24,39,.065);min-height:145px}
.plh-service-icon{width:44px;height:44px}
.plh-hero-service-card h3{font-size:1rem;margin:2px 0 4px}
.plh-hero-service-card p{font-size:.8rem;margin-bottom:5px}
.plh-hero-service-card small{font-size:.72rem}
.plh-card-arrow{width:28px;height:28px}

.plh-method{padding:58px 0 66px;background:linear-gradient(180deg,#f7f8fa,#fff)}
.plh-method-landscape{height:220px;opacity:.7;filter:grayscale(1)}
.plh-section-title{font-size:clamp(2rem,3vw,2.85rem)}
.plh-section-subtitle{font-size:.96rem}
.plh-steps{gap:16px;margin-top:34px}
.plh-step{min-height:100px}
.plh-why{padding:32px 0 42px}
.plh-why-grid{margin-top:12px}
.plh-why-item{min-height:108px}
.plh-pricing-section{padding-top:72px}
.plh-contact-section{padding-top:72px}
.plh-footer-main{padding:19px 0}

.plh-form-status{display:none;padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:.9rem}
.plh-form-status.is-success,.plh-form-status.is-error{display:block}
.plh-form-status.is-success{background:#e8f7ef;color:#146b45;border:1px solid #c8ead8}
.plh-form-status.is-error{background:#fff1f1;color:#a51d25;border:1px solid #f0ced1}
.plh-form button[disabled]{opacity:.7;cursor:wait;transform:none!important}

@media (max-width:1180px){
  .plh-container{width:min(100% - 48px,1400px)}
  .plh-brand{min-width:235px}
  .plh-header-inner{gap:16px}
  .plh-nav{gap:16px}
  .plh-header-phone{padding-left:14px}
  .plh-visual-stage{padding-right:25px}
  .plh-floating-card{width:128px}
}

@media (max-width:1020px){
  .plh-container{width:min(100% - 40px,1400px)}
  .plh-hero-grid{grid-template-columns:1fr;gap:4px;padding-bottom:55px}
  .plh-hero-content{max-width:760px}
  .plh-hero h1{max-width:720px}
  .plh-visual-stage{min-height:430px;padding:0 60px 28px}
  .plh-laptop{width:min(100%,560px)}
  .plh-hero-service-row{grid-template-columns:1fr;max-width:820px;margin-top:-18px}
  .plh-hero-service-card{min-height:0}
}

@media (max-width:700px){
  .plh-container{width:min(100% - 26px,1400px)}
  .plh-hero{padding-top:24px}
  .plh-hero h1{font-size:clamp(2.45rem,12vw,3.45rem);line-height:.98}
  .plh-hero-copy{font-size:.92rem}
  .plh-visual-stage{min-height:350px;padding:0 0 16px}
  .plh-laptop{width:96%;transform:none}
  .plh-floating-card{display:none}
  .plh-hero-service-row{margin-top:-8px;padding-bottom:18px}
}


/* ============================================================
   Services PLH v1.4 — final visual refinement
   More faithful to the original homepage mockup: better balance,
   stronger brand header, cleaner hero proportions, richer method.
   ============================================================ */
@media (min-width:1021px){
  .plh-header-inner{height:80px;gap:24px}
  .plh-brand{min-width:320px;gap:12px}
  .plh-brand img{width:58px;height:58px}
  .plh-brand-copy strong{font-size:1.38rem;letter-spacing:-.025em}
  .plh-brand-copy small{font-size:.60rem;max-width:245px}

  .plh-hero{padding-top:34px}
  .plh-hero-office{
    inset:0;
    opacity:.78;
    background-image:
      linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 37%,rgba(255,255,255,.70) 55%,rgba(255,255,255,.32) 100%),
      url('assets/images/hero-office-bg.png');
    background-size:cover;
    background-position:center right;
  }
  .plh-hero:before{
    content:"";position:absolute;right:2%;top:7%;width:44%;height:68%;pointer-events:none;
    background:radial-gradient(ellipse at center,rgba(216,23,29,.07),transparent 66%);
    filter:blur(18px)
  }
  .plh-hero-grid{grid-template-columns:1.06fr .94fr;gap:38px;min-height:500px;padding-bottom:54px}
  .plh-hero-content{max-width:710px;padding:4px 0 18px}
  .plh-hero h1{font-size:clamp(3rem,3.45vw,3.48rem);line-height:1.025;letter-spacing:-.047em;max-width:710px;margin-bottom:20px}
  .plh-hero-copy{max-width:625px;font-size:1rem;line-height:1.62}
  .plh-benefits{gap:22px}

  .plh-visual-stage{min-height:440px;padding:8px 10px 30px 42px;justify-content:flex-end}
  .plh-laptop{width:min(100%,485px);margin:0 10px 0 auto;transform:perspective(1400px) rotateY(-1.5deg) rotateX(.7deg)}
  .plh-screen{min-height:305px;padding:22px 23px 18px}
  .plh-chart{height:118px}
  .plh-laptop-base{height:82px}
  .plh-keyboard-grid{height:37px}
  .plh-trackpad{height:23px}
  .plh-floating-card{width:132px;padding:11px 12px;box-shadow:0 12px 28px rgba(17,24,39,.095)}
  .plh-float-visibility{left:28px;top:98px}
  .plh-float-ai{right:-2px;top:112px}
  .plh-float-crm{left:42px;bottom:54px}

  .plh-hero-service-row{gap:18px;margin-top:-10px;padding-bottom:34px}
  .plh-hero-service-card{min-height:158px;padding:22px 21px;border-radius:17px;box-shadow:0 12px 30px rgba(17,24,39,.072)}
  .plh-service-icon{width:50px;height:50px;border-radius:16px}
  .plh-hero-service-card h3{font-size:1.06rem}
  .plh-hero-service-card p{font-size:.82rem}
  .plh-hero-service-card small{font-size:.74rem;line-height:1.5}

  .plh-method{padding:68px 0 78px;background:linear-gradient(180deg,#f6f8fa 0%,#fbfcfd 62%,#fff 100%)}
  .plh-method-landscape{height:270px;opacity:.90;filter:none;background-size:cover;background-position:center bottom}
  .plh-method .plh-section-title{font-size:clamp(2.2rem,3vw,3rem)}
  .plh-steps{margin-top:42px;gap:24px}
  .plh-step{min-height:116px;padding-top:22px}
  .plh-step:before{top:22px;width:32px;height:32px}
  .plh-step-icon{top:16px;width:48px;height:48px}

  .plh-footer-main{padding:24px 0}
  .plh-footer-brand img{width:54px;height:54px}
  .plh-footer-brand strong{font-size:1.24rem}
}

@media (min-width:1021px) and (max-width:1280px){
  .plh-container{width:min(100% - 48px,1400px)}
  .plh-brand{min-width:250px}
  .plh-brand img{width:54px;height:54px}
  .plh-brand-copy strong{font-size:1.25rem}
  .plh-nav{gap:16px}
  .plh-header-phone{padding-left:14px}
  .plh-hero-grid{grid-template-columns:1fr 1fr;gap:28px}
  .plh-hero h1{font-size:clamp(2.82rem,3.7vw,3.35rem);max-width:650px}
  .plh-visual-stage{padding-left:25px}
  .plh-laptop{width:min(100%,465px)}
  .plh-float-visibility{left:2px}
  .plh-float-crm{left:14px}
}


/* ============================================================
   Services PLH v1.5 — alignment fixes for method steps
   ============================================================ */
.plh-steps{align-items:start}
.plh-step{padding:24px 18px 18px 96px;min-height:124px}
.plh-step:before{left:8px;top:24px;z-index:3}
.plh-step-icon{left:46px;top:18px;width:46px;height:46px;z-index:2}
.plh-step h3{margin:0 0 7px;font-size:1.04rem;line-height:1.2;position:relative;z-index:4}
.plh-step p{margin:0;max-width:240px;position:relative;z-index:4}
.plh-step:not(:last-child):after{top:39px;right:-12px;width:26px}

@media (max-width:1180px){
  .plh-step{padding:22px 16px 16px 88px;min-height:118px}
  .plh-step-icon{left:40px;top:18px;width:42px;height:42px}
}

@media (max-width:1020px){
  .plh-step{padding:22px 16px 16px 86px;min-height:110px}
  .plh-step:before{left:6px;top:22px}
  .plh-step-icon{left:38px;top:16px}
}

@media (max-width:700px){
  .plh-step{padding:20px 14px 14px 82px;min-height:auto}
  .plh-step:before{left:4px;top:18px;width:28px;height:28px}
  .plh-step-icon{left:34px;top:14px;width:40px;height:40px;font-size:1rem}
  .plh-step h3{font-size:1rem}
  .plh-step p{max-width:none}
}


/* ============================================================
   Services PLH v1.6 — simplify method section, remove white icons
   ============================================================ */
.plh-step-icon{display:none !important}
.plh-steps{align-items:start}
.plh-step{padding:18px 16px 14px 50px !important;min-height:102px}
.plh-step:before{left:0 !important;top:16px !important;width:34px !important;height:34px !important;font-size:.88rem !important;z-index:3}
.plh-step h3{margin:0 0 6px;line-height:1.2;font-size:1.02rem;position:relative;z-index:4}
.plh-step p{margin:0;font-size:.84rem;line-height:1.45;position:relative;z-index:4}
.plh-step:not(:last-child):after{top:33px !important;right:-10px !important;width:24px}

@media (max-width:1180px){
  .plh-step{padding:18px 14px 12px 48px !important;min-height:98px}
}

@media (max-width:1020px){
  .plh-step{padding:18px 14px 12px 48px !important;min-height:96px}
  .plh-step:before{top:16px !important}
}

@media (max-width:700px){
  .plh-step{padding:16px 12px 12px 44px !important;min-height:auto}
  .plh-step:before{width:30px !important;height:30px !important;top:14px !important;font-size:.8rem !important}
}


/* ============================================================
   Services PLH v1.7 — physically remove method icons + stronger spacing
   ============================================================ */
.plh-method .plh-step-icon{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;overflow:hidden !important}
.plh-method .plh-step{padding-left:42px !important}
.plh-method .plh-step:before{left:0 !important}
@media (max-width:700px){.plh-method .plh-step{padding-left:38px !important}}


/* ============================================================
   Services PLH v1.8 — About page + polished inner pages
   ============================================================ */
.plh-about-page{background:#fff}
.plh-about-hero{position:relative;overflow:hidden;padding:78px 0 72px;background:
  radial-gradient(circle at 78% 22%,rgba(216,23,29,.10),transparent 24%),
  radial-gradient(circle at 88% 72%,rgba(20,24,30,.07),transparent 22%),
  linear-gradient(135deg,#fff 0%,#fafbfc 55%,#f4f6f8 100%)}
.plh-about-hero:before{content:"";position:absolute;right:-90px;top:-110px;width:360px;height:360px;border:1px solid rgba(216,23,29,.11);border-radius:50%}
.plh-about-hero:after{content:"";position:absolute;right:90px;bottom:-180px;width:420px;height:420px;border:1px solid rgba(17,24,39,.07);border-radius:50%}
.plh-about-hero .plh-container{position:relative;z-index:2}
.plh-about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}
.plh-about-hero h1{font-size:clamp(2.9rem,5vw,5.1rem);line-height:.98;letter-spacing:-.05em;margin:0 0 22px;font-weight:900;max-width:820px}
.plh-about-hero h1 .red{color:var(--plh-red)}
.plh-about-lead{font-size:1.12rem;line-height:1.65;color:#535b66;max-width:760px;margin:0}
.plh-about-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.plh-about-stat{background:rgba(255,255,255,.94);border:1px solid #e5e8ec;border-radius:20px;padding:26px 24px;box-shadow:0 14px 35px rgba(17,24,39,.08)}
.plh-about-stat strong{display:block;font-size:2.7rem;line-height:1;color:var(--plh-red);letter-spacing:-.04em;margin-bottom:7px}
.plh-about-stat span{display:block;font-weight:800;font-size:.95rem}
.plh-about-stat small{display:block;color:#6a717c;margin-top:5px;font-size:.78rem;line-height:1.4}
.plh-about-stat.wide{grid-column:1/-1;display:flex;align-items:center;gap:16px;padding:20px 24px}
.plh-about-stat.wide strong{font-size:1.4rem;margin:0;white-space:nowrap}

.plh-about-story{padding:72px 0 56px;background:#fff}
.plh-about-story-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:start}
.plh-about-article{background:#fff;border:1px solid #e7eaee;border-radius:24px;padding:38px 42px;box-shadow:0 12px 34px rgba(17,24,39,.055);position:relative;overflow:hidden}
.plh-about-article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--plh-red),#8f0e13)}
.plh-about-article h1{display:none}
.plh-about-article h2,.plh-about-article h3{font-weight:850;letter-spacing:-.025em;color:#15171a}
.plh-about-article h2{font-size:1.75rem;margin:0 0 22px}
.plh-about-article h3{font-size:1.25rem;margin:32px 0 12px}
.plh-about-article p{color:#4f5863;font-size:1rem;line-height:1.72;margin:0 0 19px}
.plh-about-article strong{color:#171a1f}
.plh-about-article ul{margin:18px 0 24px;padding:0;list-style:none}
.plh-about-article li{position:relative;padding:8px 0 8px 30px;color:#4f5863;line-height:1.5}
.plh-about-article li:before{content:"✓";position:absolute;left:0;top:7px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:var(--plh-red);font-size:.72rem;font-weight:900}
.plh-about-article em{color:#626a74}

.plh-about-aside{display:grid;gap:16px;position:sticky;top:105px}
.plh-about-aside-card{border:1px solid #e7eaee;border-radius:20px;padding:24px;background:#f9fafb}
.plh-about-aside-card.red{background:linear-gradient(145deg,#df1b21,#b80f14);color:#fff;border-color:transparent;box-shadow:0 16px 34px rgba(216,23,29,.18)}
.plh-about-aside-card .mini-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff0f1;color:var(--plh-red);font-weight:900;margin-bottom:16px}
.plh-about-aside-card.red .mini-icon{background:rgba(255,255,255,.14);color:#fff}
.plh-about-aside-card h3{margin:0 0 7px;font-size:1.08rem}
.plh-about-aside-card p{margin:0;color:#66707b;font-size:.88rem;line-height:1.55}
.plh-about-aside-card.red p{color:rgba(255,255,255,.86)}

.plh-about-pillars{padding:54px 0 76px;background:linear-gradient(180deg,#fafbfc,#fff)}
.plh-about-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.plh-about-pillar{background:#fff;border:1px solid #e6e9ed;border-radius:20px;padding:27px;box-shadow:0 8px 24px rgba(17,24,39,.045)}
.plh-about-pillar b{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff0f1;color:var(--plh-red);font-size:.85rem;margin-bottom:16px}
.plh-about-pillar h3{margin:0 0 8px;font-size:1.18rem}
.plh-about-pillar p{margin:0;color:#626a75;font-size:.9rem;line-height:1.58}

.plh-about-cta{padding:0 0 76px}
.plh-about-cta-box{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 38px;border-radius:24px;background:#171a1f;color:#fff;overflow:hidden;position:relative}
.plh-about-cta-box:after{content:"";position:absolute;right:-60px;top:-95px;width:260px;height:260px;border:34px solid rgba(216,23,29,.22);border-radius:50%}
.plh-about-cta-box>div,.plh-about-cta-box>a{position:relative;z-index:2}
.plh-about-cta-box h2{margin:0 0 6px;font-size:1.75rem}
.plh-about-cta-box p{margin:0;color:#c7cbd1}
.plh-about-cta-box .plh-btn{white-space:nowrap}

/* Generic inner page polish */
.plh-page-content article{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e7eaee;border-radius:22px;padding:36px 40px;box-shadow:0 10px 30px rgba(17,24,39,.05)}
.plh-page-content article p,.plh-page-content article li{font-size:1rem;line-height:1.7;color:#505965}

@media (max-width:1020px){
  .plh-about-grid,.plh-about-story-grid{grid-template-columns:1fr}
  .plh-about-stats{max-width:650px}
  .plh-about-aside{position:static;grid-template-columns:1fr 1fr}
  .plh-about-aside-card.red{grid-column:1/-1}
}
@media (max-width:700px){
  .plh-about-hero{padding:52px 0 48px}
  .plh-about-hero h1{font-size:clamp(2.65rem,12vw,3.7rem)}
  .plh-about-lead{font-size:1rem}
  .plh-about-stats,.plh-about-pillar-grid,.plh-about-aside{grid-template-columns:1fr}
  .plh-about-stat.wide,.plh-about-aside-card.red{grid-column:auto}
  .plh-about-article{padding:28px 24px 28px 28px}
  .plh-about-cta-box{flex-direction:column;align-items:flex-start;padding:28px}
  .plh-about-cta-box .plh-btn{width:100%}
  .plh-page-content article{padding:28px 22px}
}
