.website-express-page{
  --wep-bg:#f4efe6;
  --wep-paper:#f7f1e7;
  --wep-panel:#fffaf4;
  --wep-dark:#0f1718;
  --wep-dark-soft:#172628;
  --wep-blue:#183548;
  --wep-rust:#7a3528;
  --wep-border:rgba(15,23,24,.12);
  --wep-shadow:0 22px 56px rgba(7,14,15,.14);
  --wep-accent:var(--primary);
  background:var(--wep-bg);
  color:var(--ink);
}
.website-express-page .wrap{width:min(1240px,calc(100% - 32px));}
.website-express-page .inline-link{font-weight:900;text-decoration:none;color:var(--wep-accent)}
.website-express-page .inline-link:hover{text-decoration:underline}
.website-express-page .btn.btn-ghost{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.06)}
.website-express-page .btn.btn-ghost:hover{background:rgba(255,255,255,.14)}
.website-express-page .kicker{display:inline-flex;align-items:center;gap:10px;font-size:.82rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#d6ddd7}
.website-express-page .kicker::before{content:"";width:10px;height:10px;background:var(--wep-accent)}
.website-express-page h1,.website-express-page h2,.website-express-page h3,.website-express-page h4{color:inherit}
.website-express-page p{color:inherit}
.wep-section{position:relative;padding:clamp(72px,8vw,120px) 0;overflow:hidden}
.wep-section-heading{max-width:760px;margin-bottom:34px}
.wep-section-heading-center{text-align:center;margin-left:auto;margin-right:auto}
.wep-section-heading h2{font-size:clamp(2.2rem,4vw,3.6rem);line-height:.98;letter-spacing:-.05em;margin:14px 0 16px}
.wep-section-heading p{max-width:64ch;color:rgba(15,23,24,.72);font-size:1.03rem}
.wep-mini-label{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--wep-accent)}
.wep-hero{padding:0;background:var(--wep-dark)}
.wep-hero-shell{position:relative;min-height:clamp(560px,76vh,760px);padding:28px 0 32px;background-size:cover;background-position:center center;transition:background-image .65s ease-in-out}
.wep-hero-shell::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,12,.34) 0%,rgba(8,12,12,.15) 18%,rgba(8,12,12,.4) 100%)}
.wep-hero-wrap,.wep-hero-controls{position:relative;z-index:1}
.wep-breadcrumb{margin-bottom:clamp(48px,10vh,96px)}
.wep-breadcrumb a,.wep-breadcrumb span{color:rgba(255,255,255,.82)}
.wep-breadcrumb a:hover{color:#fff}
.wep-hero-copy{max-width:760px;color:#fff}
.wep-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.wep-eyebrow::before{content:"";width:10px;height:10px;background:var(--wep-accent)}
.wep-hero h1{max-width:11ch;margin:18px 0 18px;font-size:clamp(3.2rem,6.6vw,5.5rem);line-height:.92;letter-spacing:-.07em}
.wep-hero-lead{max-width:58ch;font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:rgba(255,255,255,.86)}
.wep-hero-meta{display:grid;grid-template-columns:auto 1fr;gap:18px 22px;align-items:start;margin:28px 0}
.wep-price-chip{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 20px;background:var(--wep-rust);color:#fff;font-size:1rem;font-weight:950;letter-spacing:.04em;box-shadow:0 16px 30px rgba(0,0,0,.22)}
.wep-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;list-style:none;margin:0;padding:0}
.wep-hero-points li{position:relative;padding-left:18px;color:#fff;font-weight:800}
.wep-hero-points li::before{content:"+";position:absolute;left:0;top:0;color:#f6c470;font-weight:950}
.wep-actions{display:flex;gap:12px;flex-wrap:wrap}
.wep-hero-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:32px}
.wep-hero-arrow,.wep-carousel-arrow{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.wep-hero-arrow:hover,.wep-carousel-arrow:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.38);transform:translateY(-1px)}
.wep-hero-dots{display:flex;align-items:center;gap:10px}
.wep-hero-dot{width:42px;height:8px;border:0;background:rgba(255,255,255,.34);cursor:pointer}
.wep-hero-dot.is-active{background:var(--wep-accent)}
.wep-preview{background:linear-gradient(180deg,#fff8ef 0%,#fbf4e9 100%)}
.wep-preview-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}
.wep-preview-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.68fr);gap:18px}
.wep-preview-card,.wep-pricing-card,.wep-faq-item,.wep-page-card,.wep-timeline-card,.wep-related-card,.wep-process-card,.wep-assistant-chat{background:var(--wep-panel);border:1px solid var(--wep-border);box-shadow:var(--wep-shadow)}
.wep-preview-card{margin:0;overflow:hidden}
.wep-preview-card img{display:block;width:100%;height:auto;object-fit:cover}
.wep-preview-card-1 img{aspect-ratio:16/11}.wep-preview-card-2 img{aspect-ratio:4/4.6}
.wep-preview-card figcaption{padding:14px 16px;background:#fff;font-size:.82rem;font-weight:900}
.wep-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(255,255,255,.08);color:#fff;flex:0 0 auto}
.wep-icon svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}
.wep-process-card .wep-icon{background:rgba(255,255,255,.1)}
.wep-process-card .wep-icon svg{color:inherit}
.wep-structure{background:var(--wep-dark-soft);color:#fff;isolation:isolate}
.wep-structure-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-attachment:fixed;opacity:.92;z-index:-2}
.wep-structure::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,16,17,.24) 0%,rgba(9,16,17,.48) 100%);z-index:-1}
.wep-structure-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:32px;align-items:start}
.wep-structure-copy p{max-width:54ch;color:rgba(255,255,255,.82)}
.wep-page-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.wep-page-card{padding:26px 24px;background:rgba(255,250,244,.95)}
.wep-page-card h3{margin:12px 0 10px;color:var(--wep-dark)}
.wep-page-card p{color:rgba(15,23,24,.74)}
.wep-page-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;background:var(--wep-blue);color:#fff;font-size:.86rem;font-weight:900}
.wep-assistant{background:#121d1f;color:#fff}
.wep-assistant-grid,.wep-pricing-grid,.wep-final-wrap{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:28px;align-items:center}
.wep-assistant-copy p{color:rgba(255,255,255,.8)}
.wep-check-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.wep-check-list li{position:relative;padding-left:24px;font-weight:760;line-height:1.55}
.wep-check-list li::before{content:"+";position:absolute;left:0;top:0;color:#f6c470;font-weight:950}
.wep-assistant-chat{padding:24px;background:linear-gradient(180deg,#f7f1e7 0%,#ffffff 100%);color:var(--wep-dark)}
.wep-assistant-chat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid rgba(15,23,24,.08)}
.wep-assistant-chat-head strong{display:block;font-size:1rem}
.wep-assistant-chat-head span{font-size:.84rem;color:rgba(15,23,24,.62)}
.wep-assistant-presence{width:12px;height:12px;background:var(--wep-accent);box-shadow:0 0 0 5px rgba(4,106,56,.12)}
.wep-assistant-chat-body{display:grid;gap:14px;padding:20px 0}
.wep-chat-row{display:flex}.wep-chat-row-assistant{justify-content:flex-start}.wep-chat-row-visitor{justify-content:flex-end}
.wep-chat-bubble{max-width:min(86%,420px);padding:16px 18px;border:1px solid rgba(15,23,24,.08)}
.wep-chat-bubble-assistant{background:#fff}.wep-chat-bubble-visitor{background:#e6f0e8;border-color:rgba(4,106,56,.18)}
.wep-chat-role{display:block;margin-bottom:8px;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(15,23,24,.52)}
.wep-chat-bubble p,.wep-assistant-chat-caption{margin:0;color:rgba(15,23,24,.78);line-height:1.68}
.wep-assistant-chat-caption{font-size:.92rem}
.wep-pricing-card{padding:34px 32px;background:#fff}`n.wep-pricing .wep-check-list li::before{color:var(--wep-accent)}`n.wep-comparison{background:linear-gradient(180deg,#fffaf4 0%,#f5ede1 100%)}
.wep-comparison-table-wrapper{overflow:auto}
.wep-comparison-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff;border:1px solid var(--wep-border);box-shadow:var(--wep-shadow)}
.wep-comparison-table th,.wep-comparison-table td{padding:18px 20px;border-bottom:1px solid var(--wep-border);text-align:left;vertical-align:top}
.wep-comparison-table thead th{background:#152024;color:#fff;font-size:.88rem;letter-spacing:.08em;text-transform:uppercase}
.wep-comparison-table .wep-comparison-product{display:block}
.wep-comparison-table .wep-comparison-badge{display:inline-flex;align-items:center;margin-top:8px;padding:7px 10px;background:rgba(4,106,56,.18);font-size:.72rem;font-weight:900;letter-spacing:.1em;color:#b5f0d0}
.wep-comparison-table tbody th{font-weight:850;color:var(--wep-dark);background:#fff}
.wep-comparison-table .is-featured{background:linear-gradient(180deg,#f2f8f2 0%,#ffffff 100%)}
.wep-comparison-table tbody td.is-featured{font-weight:700}
.wep-upgrade{background:#fff9f0}
.wep-timeline{position:relative;display:grid;gap:28px;list-style:none;margin:0;padding:10px 0 0}
.wep-timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,rgba(24,53,72,.22) 0%,rgba(122,53,40,.48) 100%);transform:translateX(-50%)}
.wep-timeline-item{position:relative;display:flex;justify-content:flex-start;padding-right:calc(50% + 26px)}
.wep-timeline-item-right{justify-content:flex-end;padding-left:calc(50% + 26px);padding-right:0}
.wep-timeline-marker{position:absolute;left:50%;top:34px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;background:var(--wep-dark);color:#fff;font-weight:950;letter-spacing:.08em;box-shadow:0 0 0 8px #fff9f0}
.wep-timeline-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(220px,.85fr);gap:0;overflow:hidden;max-width:100%}
.wep-timeline-item-left .wep-timeline-card{grid-template-columns:minmax(220px,.85fr) minmax(0,.9fr)}
.wep-timeline-copy{padding:30px 28px;background:#fff}
.wep-timeline-copy h3{margin:12px 0 12px;font-size:1.42rem}
.wep-timeline-copy p{color:rgba(15,23,24,.74);line-height:1.7}
.wep-timeline-visual{margin:0;min-height:250px}.wep-timeline-visual img{display:block;width:100%;height:100%;object-fit:cover}
.wep-timeline-item-left .wep-timeline-copy{order:2}.wep-timeline-item-left .wep-timeline-visual{order:1}
.wep-pricing{background:linear-gradient(135deg,#153b48 0%,#7a3528 100%);color:#fff}
.wep-pricing .wep-section-heading p,.wep-pricing .wep-pricing-note{color:rgba(255,255,255,.82)}
.wep-pricing-copy h2{margin-top:14px}
.wep-pricing-statement{font-size:clamp(1.16rem,2vw,1.5rem);line-height:1.55;font-weight:700;color:#fff;max-width:24ch;margin:0 0 28px}
.wep-pricing-card{color:var(--wep-dark);box-shadow:0 24px 60px rgba(0,0,0,.2)}
.wep-pricing-value{font-size:clamp(2.7rem,5vw,4.3rem);line-height:.92;font-weight:950;letter-spacing:-.06em;color:var(--wep-dark)}
.wep-pricing-flags{display:flex;flex-wrap:wrap;gap:10px 12px;list-style:none;margin:18px 0 24px;padding:0}
.wep-pricing-flags li{padding:9px 12px;background:var(--wep-paper);font-weight:840}
.wep-pricing-note{margin-top:18px;margin-bottom:20px;color:rgba(15,23,24,.74)}
.wep-pricing-visual{position:relative;display:flex;align-items:flex-end;min-height:540px;padding:32px;background-size:cover;background-position:center;box-shadow:var(--wep-shadow)}
.wep-pricing-visual-copy{max-width:24ch;padding:22px 22px 20px;background:rgba(7,16,23,.72);backdrop-filter:blur(3px)}
.wep-pricing-visual-copy p{margin:12px 0 0;color:#fff;font-size:1.18rem;line-height:1.6;font-weight:720}
.wep-process{background:#f1e8db}
.wep-process-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;list-style:none;margin:0;padding:18px 0 0}
.wep-process-timeline::before{content:"";position:absolute;left:10%;right:10%;top:62px;height:2px;background:linear-gradient(90deg,rgba(24,53,72,.34) 0%,rgba(122,53,40,.5) 100%)}
.wep-process-step{position:relative;display:flex}.wep-process-step:nth-child(even){padding-top:40px}
.wep-process-card{position:relative;display:grid;grid-template-rows:auto 1fr auto;gap:18px;padding:0;overflow:hidden;background:#fff;width:100%}
.wep-process-path{display:none}
.wep-process-marker{position:relative;z-index:1;display:flex;justify-content:flex-start;padding:22px 22px 0}
.wep-process-number{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;background:var(--wep-rust);color:#fff;font-size:.84rem;font-weight:950;letter-spacing:.08em;box-shadow:0 10px 24px rgba(122,53,40,.22)}
.wep-process-body{padding:0 22px}
.wep-process-heading{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-bottom:14px}
.wep-process-card .wep-icon{width:48px;height:48px;background:#152024}
.wep-process-card h3{margin:0;font-size:1.08rem}.wep-process-card p{margin:0;color:rgba(15,23,24,.74);line-height:1.64}
.wep-process-thumb{margin:0;border-top:1px solid var(--wep-border)}
.wep-process-thumb img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.wep-related{background:#11191b;color:#fff}
.wep-related::before{content:"";position:absolute;bottom:-120px;left:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(4,106,56,.18) 0%,rgba(4,106,56,0) 74%);pointer-events:none}
.wep-related-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}
.wep-carousel-controls{display:flex;gap:10px}
.wep-carousel-arrow{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08)}
.wep-carousel{overflow:auto;padding-bottom:10px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.35) rgba(255,255,255,.08)}
.wep-carousel-track{display:flex;gap:18px;min-width:min-content}
.wep-related-card{display:flex;flex-direction:column;min-width:min(33vw,360px);max-width:360px;overflow:hidden;scroll-snap-align:start;background:#182328;border-color:rgba(255,255,255,.08)}
.wep-related-thumb{margin:0}.wep-related-thumb img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.wep-related-body{display:grid;gap:12px;padding:24px 22px}
.wep-related-badge{display:inline-flex;justify-self:start;padding:8px 10px;background:rgba(255,255,255,.08);font-size:.77rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#f3c76d}
.wep-related-card h3{margin:0;color:#fff}.wep-related-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.62}.wep-related-card .inline-link{color:#8fdab5}
.wep-faq{background:#fffaf4}
.wep-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.wep-faq-item{padding:26px 24px;background:#fff}
.wep-faq-item summary{cursor:pointer;list-style:none;font-weight:860;font-size:1.02rem;color:var(--wep-dark)}
.wep-faq-item summary::-webkit-details-marker{display:none}
.wep-faq-item p{margin-top:14px;color:rgba(15,23,24,.74);line-height:1.68}
.wep-final{background:#162a30;color:#fff}
.wep-final-wrap{align-items:end}.wep-final p{max-width:58ch;color:rgba(255,255,255,.82)}.wep-final .btn.btn-primary{box-shadow:0 18px 34px rgba(0,0,0,.18)}
.website-express-page .express-breadcrumb a:focus-visible,.website-express-page .express-actions .btn:focus-visible,.website-express-page .wep-hero-arrow:focus-visible,.website-express-page .wep-hero-dot:focus-visible,.website-express-page .wep-carousel-arrow:focus-visible,.website-express-page .wep-carousel:focus-visible,.website-express-page .wep-faq-item summary:focus-visible,.website-express-page .inline-link:focus-visible{outline:2px solid rgba(4,106,56,.42);outline-offset:4px}
@media (prefers-reduced-motion: reduce){.wep-hero-shell{transition:none}.wep-hero-arrow,.wep-carousel-arrow{transition:none}}
@media (max-width:1180px){.wep-process-timeline{grid-template-columns:repeat(3,minmax(0,1fr))}.wep-process-step:nth-child(even){padding-top:0}.wep-process-timeline::before{display:none}}
@media (max-width:980px){.website-express-page .wrap{width:min(1240px,calc(100% - 24px))}.wep-preview-grid,.wep-assistant-grid,.wep-pricing-grid,.wep-final-wrap,.wep-structure-grid{grid-template-columns:1fr}.wep-hero-shell{min-height:0;padding-bottom:28px}.wep-hero h1{max-width:none}.wep-hero-meta{grid-template-columns:1fr}.wep-timeline::before{left:28px;transform:none}.wep-timeline-item,.wep-timeline-item-right{padding-left:70px;padding-right:0;justify-content:flex-start}.wep-timeline-marker{left:28px;transform:translateX(-50%)}.wep-timeline-card,.wep-timeline-item-left .wep-timeline-card{grid-template-columns:1fr}.wep-timeline-item-left .wep-timeline-copy,.wep-timeline-item-left .wep-timeline-visual{order:unset}.wep-process-timeline{grid-template-columns:1fr;gap:20px;padding-top:0}.wep-process-timeline::before{display:block;left:26px;right:auto;top:0;bottom:0;width:2px;height:auto;background:linear-gradient(180deg,rgba(24,53,72,.34) 0%,rgba(122,53,40,.5) 100%)}.wep-process-step{padding-left:72px}.wep-process-marker{position:absolute;left:0;top:18px;padding:0}.wep-process-card{grid-template-rows:auto auto}.wep-process-body{padding:24px 22px 0}.wep-pricing-visual{min-height:420px}}
@media (max-width:767px){.website-express-page .wrap{width:min(1240px,calc(100% - 20px))}.wep-hero-shell{padding-top:20px;background-position:center top}.wep-breadcrumb{margin-bottom:30px}.wep-hero h1{font-size:clamp(2.6rem,11vw,3.65rem)}.wep-hero-controls{display:none}.wep-actions{display:grid}.wep-actions .btn{width:100%}.wep-hero-points,.wep-preview-media,.wep-page-map,.wep-faq-grid{grid-template-columns:1fr}.wep-structure-bg{display:none}.wep-structure::before{display:none}.wep-structure{background:#182528}.wep-chat-bubble{max-width:100%}.wep-related-card{min-width:86vw;max-width:86vw}.wep-pricing-visual{min-height:300px;padding:22px}.wep-comparison-table{min-width:620px}}
@media (max-width:420px){.wep-page-card,.wep-pricing-card,.wep-process-body,.wep-faq-item,.wep-timeline-copy,.wep-related-body,.wep-assistant-chat{padding-left:20px;padding-right:20px}.wep-timeline-item,.wep-timeline-item-right{padding-left:56px}.wep-timeline::before{left:20px}.wep-timeline-marker{left:20px;width:46px;height:46px}.wep-process-step{padding-left:60px}.wep-process-timeline::before{left:20px}}

