@charset "UTF-8";
/* webplan LP：ログイン時の管理バー余白を打ち消し */
html:has(main#wp-top) { margin-top: 0 !important; }
body.admin-bar:has(main#wp-top) { padding-top: 0 !important; }
#wpadminbar { display: none !important; }
.wp { --wp-ink: #2a2826; --wp-muted: #6b6760; --wp-line: #d4cfc6; --wp-accent: #7d7368; --wp-accent-light: #9a9085; --wp-bg: #f5f4f2; --wp-bg-warm: #eceae6; --wp-bg-dark: #35322e; --wp-bg-hero: #2a2826; --wp-max: 1100px; color: var(--wp-ink); font-size: 16px; line-height: 1.85; letter-spacing: 0.04em; margin: -20px 0 0 0; padding: 0 0 80px 0; position: relative; isolation: isolate; }
.wp-plexus-bg { position: fixed; inset: 0; z-index: 0; opacity: 0.42; pointer-events: none; }
.wp-plexus-bg canvas { display: block; width: 100%; height: 100%; }
.wp > :not(.wp-plexus-bg) { position: relative; z-index: 1; }
.wp *, .wp *::before, .wp *::after { box-sizing: border-box; }
.wp-wrap { width: 100%; max-width: var(--wp-max); margin: 0 auto; padding: 0 20px; }
.wp-h-en { display: block; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--wp-accent-light); margin: 0 0 10px 0; line-height: 1.2; }
.wp-h-ja { display: block; font-weight: 600; letter-spacing: 0.1em; line-height: 1.45; }

.wp-kakomi { display: inline-block; padding: 0.4em 1.35em; border: 1px solid #39d; font-size: 18px; font-weight: 500; letter-spacing: 0.17em; line-height: 1.4; border-radius: 24px;color: #39d;}
.wp-kakomi--hero { width: fit-content; margin: 0 0 24px auto; font-size: clamp(18px, 1.8vw, 21px); }
.wp-kakomi--sec { margin: 0 auto 18px auto;  }

.wp-sec-head .wp-kakomi--sec { display: table; margin-left: auto; margin-right: auto; }
.wp-sec { padding: 100px 0; position: relative; }
.wp-sec-head { margin: 0 auto 56px auto; text-align: center; }
.wp-sec-title { font-size: clamp(29px, 3.2vw, 39px); margin: 0; }
.wp-sec-lead { color: var(--wp-muted); margin: 20px 0 0 0; font-size: 17px; }
.wp-sec-lead strong { color: var(--wp-ink); font-weight: 600; }

/*■■■■■■■■■■■■ヒーロー■■■■■■■■■■■■*/

.wp-hero { --wp-hero-pc-h: 78vh; --wp-hero-pc-w: calc(var(--wp-hero-pc-h) * 706 / 574.11); --wp-hero-pc-hide: calc(2vw + clamp(0px, (1920px - 100vw) * 0.70, 360px)); --wp-hero-pc-y: 39vh; --wp-hero-screen-x: 2.644%; --wp-hero-screen-y: 3.35%; --wp-hero-screen-w: 106%; --wp-hero-screen-h: 80%; --wp-hero-slide-size: 100%; --wp-hero-slide-zoom-end: 1.03; position: relative; min-height: 72vh; display: block; overflow: hidden;margin-bottom: 40px;}

.wp-hero-wrap { position: relative; z-index: 2; min-height: 76vh; display: flex; align-items: flex-start; width: 100%; max-width: none; margin: 0; padding: 10vh 0 4vh 7vw}
.wp-hero-pcwrap { position: absolute; right: 0; top: var(--wp-hero-pc-y); transform: translate(calc(var(--wp-hero-pc-hide)), -50%); height: var(--wp-hero-pc-h); width: var(--wp-hero-pc-w); min-height: var(--wp-hero-pc-h); max-height: var(--wp-hero-pc-h); min-width: var(--wp-hero-pc-w); max-width: var(--wp-hero-pc-w); flex-shrink: 0; pointer-events: none; z-index: 1; }
.wp-hero-visual { position: absolute; left: var(--wp-hero-screen-x); top: var(--wp-hero-screen-y); width: var(--wp-hero-screen-w); height: var(--wp-hero-screen-h); z-index: 1; overflow: hidden; pointer-events: none; --wp-hero-slide-duration: 4.5s; }

.wp-hero-visual-swiper,
.wp-hero-visual-swiper .swiper-wrapper,
.wp-hero-visual-swiper .swiper-slide { width: 100%; height: 100%; }
.wp-hero-visual-swiper .swiper-slide { overflow: hidden; }
.wp-hero-slide-media { width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center; overflow: hidden; }

.wp .wp-hero-slide-img { display: block !important; width: var(--wp-hero-slide-size) !important; height: var(--wp-hero-slide-size) !important; max-width: none !important; max-height: none !important; object-fit: contain !important; object-position: left top; flex-shrink: 0; transform: scale(1); transform-origin: center top; will-change: transform; }
.wp .wp-hero-slide-img.is-zooming { animation-name: wp-hero-slide-zoom; animation-timing-function: linear; animation-fill-mode: forwards; animation-duration: var(--wp-hero-slide-duration); }
@keyframes wp-hero-slide-zoom { from { transform: scale(1); } to { transform: scale(var(--wp-hero-slide-zoom-end, 1.04)); } }
@media (prefers-reduced-motion: reduce) {
	.wp .wp-hero-slide-img.is-zooming { animation: none; transform: scale(1); }
}
.wp .wp-hero-pcwrap img.wp-hero-pc { display: block; height: 100% !important; width: 100% !important; max-width: none !important; max-height: none !important; min-width: 0 !important; min-height: 0 !important; object-fit: contain; position: relative; z-index: 10; pointer-events: none; }

.wp-hero-in { position: relative; z-index: 3; width: clamp(100px, 35vw, 600px); flex-shrink: 0; margin: 0; padding: 0; color: var(--wp-ink); text-align: left;}
.wp-hero-label { font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--wp-muted); opacity: 0.85; margin: 0 auto 14px auto; }
.wp-hero-in h2.wp-hero-title { font-size: clamp(33px, 4.2vw, 53px); font-weight: 500; line-height: 1.5; letter-spacing: 0.08em; margin: 0 0 28px 0!important; width: 100%; max-width: 100%; padding: 0!important; float: none; }
.wp-hero-title-line { font-size: clamp(40px, 3.5vw, 52px); font-weight: bold;display: block;}
.wp-hero-title-en { font-size: 14px !important; letter-spacing: 0.32em !important; color: rgba(180,172,160,0.9) !important; margin-bottom: 20px !important; }
.wp-hero-lead { font-size: 16px; line-height: 2.4; opacity: 0.92; width: 100%; margin: 0 auto 48px auto;  }
.wp-hero-scroll { display: inline-block; color: var(--wp-accent); font-size: 14px; letter-spacing: 0.2em; border-bottom: 1px solid rgba(122, 156, 184, 0.45); padding: 0 0 6px 0; }


/*　■■■■■■■■■■■■　あらゆる目的達成　■■■■■■■■■■■■ */

.wp-goals { padding: 48px 0 72px 0; width: 100%;overflow-x: hidden;}
.wp-goals-head { margin-bottom: 40px; }
.wp-goals-carousel { position: relative; margin: 0 -20px; padding: 8px 0 0 0; }
.wp-goals-swiper { overflow: visible; padding: 16px 0 8px 0; }
.wp-goals-swiper .swiper-slide { width: min(380px, 72vw); height: auto; transition: transform 0.45s ease, opacity 0.45s ease; opacity: 0.42; transform: scale(0.9); }
.wp-goals-swiper .swiper-slide-active { opacity: 1; transform: scale(1); z-index: 2; }
.wp-goals-swiper .swiper-slide-prev,
.wp-goals-swiper .swiper-slide-next { opacity: 0.62; transform: scale(0.94); }

.wp-goal-card { background: #fff; border: 1px solid var(--wp-line); padding: 32px 28px 36px 28px; min-height: 300px; box-shadow: 0 8px 28px rgba(53,50,46,0.06); transition: box-shadow 0.45s ease, border-color 0.45s ease; border-radius: 10px;}
.wp-goals-swiper .swiper-slide-active .wp-goal-card { border-color: rgba(125,115,104,0.45); box-shadow: 0 14px 40px rgba(53,50,46,0.1); }

.wp-goal-icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin: 0 0 20px 0; color: #39d;; background: rgba(220,240,245,0.65); border-radius: 50%; }
.wp-goal-icon svg { display: block; width: 44px; height: 44px; }
.wp-goal-title { font-size: 19px; font-weight: 600; line-height: 1.55; letter-spacing: 0.06em; margin: 0 0 16px 0; }
.wp-goal-text { font-size: 14px; color: var(--wp-muted); line-height: 1.85; margin: 0; }
.wp-goals-nav { display: flex; justify-content: center; gap: 16px; margin: 28px 0 0 0; }
.wp-goals-prev,
.wp-goals-next { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--wp-line); background: #fff; color: var(--wp-accent); font-size: 28px; line-height: 1; padding: 0 0 2px 0; cursor: pointer; transition: border-color 0.25s, color 0.25s, background 0.25s; }
.wp-goals-prev:hover,
.wp-goals-next:hover { border-color: var(--wp-accent); color: var(--wp-ink); background: var(--wp-bg-warm); }
.wp-goals-prev span,
.wp-goals-next span { display: block; transform: translateY(-1px); }




/*　■■■■■■■■■■■■　氷山　■■■■■■■■■■■■ */

.wp-iceberg {  }
.wp-iceberg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.wp-iceberg-fig { overflow: hidden; }
.wp-fig--iceberg { filter: drop-shadow(0 10px 22px rgba(125, 140, 160, 0.12)); }
.wp-fig { width: 100%; height: auto; display: block; max-width: 100%; }
.wp-iceberg-body .wp-sec-title { text-align: left; }
.wp-iceberg-body .wp-sec-lead { text-align: left; margin-top: 16px; }
.wp-trust-body .wp-sec-title { text-align: left; }
.wp-iceberg-body p { color: var(--wp-muted); font-size: 15px; }
.wp-fig-caption { text-align: center; font-size: 12px; color: var(--wp-muted); margin: 12px 0 0 0; letter-spacing: 0.06em; }
.wp-precision-sec { background: var(--wp-bg); padding-top: 88px; padding-bottom: 88px; }
.wp-infoviz--frame { border: 1px solid var(--wp-line); padding: 32px 28px 28px 28px; overflow: hidden; }
.wp-infoviz-visual { padding: 0 0 24px 0; margin: 0 0 24px 0; border-bottom: 1px solid var(--wp-line); overflow: hidden; }
.wp-infoviz-caption { text-align: center; font-size: 14px; color: var(--wp-muted); margin: 0 0 28px 0; }
.wp-infoviz-bars { display: flex; justify-content: center; align-items: flex-end; gap: clamp(24px, 6vw, 56px); height: 180px; max-width: 100%; padding: 0 8px; border-bottom: 2px solid var(--wp-accent-light); }
.wp-infoviz-col { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 0 1 72px; max-width: 80px; height: 100%; justify-content: flex-end; }
.wp-infoviz-bar { width: 100%; max-width: 56px; height: 100%; background: rgba(212,207,198,0.5); border-radius: 4px 4px 0 0; display: flex; align-items: flex-end; overflow: hidden; }
.wp-infoviz-bar-fill { display: block; width: 100%; height: var(--wp-depth, 30%); background: linear-gradient(180deg, #9a9085, #7d7368); border-radius: 4px 4px 0 0; transform: scaleY(0); transform-origin: bottom; transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.wp-infoviz.is-visible .wp-infoviz-bar-fill { transform: scaleY(1); }
.wp-infoviz-lv { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 0.12em; color: var(--wp-accent); }
.wp-infoviz-arrows { display: flex; justify-content: space-between; padding: 14px 0 0 0; font-size: 12px; color: var(--wp-muted); }
.wp-infoviz-arrow-x { color: var(--wp-accent); }
.wp-infoviz-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wp-infoviz-card { background: var(--wp-bg); border: 1px solid var(--wp-line); padding: 24px 20px; min-width: 0; }
.wp-infoviz-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 12px 0; line-height: 1.5; }
.wp-infoviz-card-lv { display: block; font-family: 'Oswald', sans-serif; font-size: 10px; letter-spacing: 0.18em; color: var(--wp-accent-light); font-weight: 400; margin: 0 0 6px 0; }
.wp-infoviz-ex { font-size: 14px; font-weight: 600; color: var(--wp-accent); padding: 10px 0; margin: 0 0 10px 0; border-top: 1px solid var(--wp-line); border-bottom: 1px solid var(--wp-line); line-height: 1.65; }
.wp-infoviz-card p:last-child { font-size: 13px; color: var(--wp-muted); margin: 0; line-height: 1.75; }
.wp-plans { position: relative; overflow: hidden; background-color: var(--wp-bg-warm); background-image: radial-gradient(ellipse 70% 55% at 15% 20%, rgba(255,255,255,0.35) 0%, transparent 50%), radial-gradient(ellipse 60% 50% at 85% 80%, rgba(125,115,104,0.08) 0%, transparent 45%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%239a9085' stroke-width='0.35' opacity='0.22'%3E%3Cpath d='M0 20h80M0 40h80M0 60h80M20 0v80M40 0v80M60 0v80'/%3E%3C/g%3E%3Ccircle cx='10' cy='10' r='0.8' fill='%237d7368' opacity='0.18'/%3E%3Ccircle cx='50' cy='30' r='0.6' fill='%237d7368' opacity='0.14'/%3E%3Ccircle cx='30' cy='55' r='0.7' fill='%237d7368' opacity='0.16'/%3E%3C/svg%3E"); background-size: 100% 100%, 100% 100%, 80px 80px; }
.wp-plans::before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath d='M0 100 Q50 80 100 100 T200 100' fill='none' stroke='%237d7368' stroke-width='0.4' opacity='0.08'/%3E%3Cpath d='M0 140 Q60 120 120 140 T200 140' fill='none' stroke='%237d7368' stroke-width='0.35' opacity='0.06'/%3E%3C/svg%3E"); background-size: 200% 120px; background-position: center; pointer-events: none; opacity: 0.9; }
.wp-plans .wp-wrap { position: relative; z-index: 1; }
.wp-plans-sub { margin: 0; }
.wp-plans-sub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wp-plan-card--sub { border: 1px solid var(--wp-line); padding: 24px 20px; min-width: 0; }
.wp-plan-card--sub .wp-chart-wrap { display: none; }
.wp-plans-main {  border: 1px solid var(--wp-line); box-shadow: 0 8px 36px rgba(53,50,46,0.07); padding: 36px 28px 32px 28px; overflow: hidden; margin: 0 0 28px 0; }
.wp-plans-main-label { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.22em; color: var(--wp-accent); margin: 0 0 20px 0; text-align: center; }
.wp-plan-grid--main { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.wp-plan-card { background: var(--wp-bg); border: 1px solid var(--wp-line); padding: 22px 16px 20px 16px; display: flex; flex-direction: column; min-width: 0; transition: box-shadow 0.35s, transform 0.35s; }
.wp-plan-card:hover { box-shadow: 0 10px 32px rgba(53,50,46,0.08); transform: translateY(-2px);  }
.wp-plan-icon { display: block; color: var(--wp-accent); margin: 0 0 12px 0; opacity: 0.9; }
.wp-plan-card-head { border-bottom: 1px solid var(--wp-line); padding: 0 0 12px 0; margin: 0 0 12px 0; }
.wp-plan-card h3 { font-size: 15px; font-weight: 600; line-height: 1.5; margin: 0 0 8px 0; }
.wp-plan-price { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 300; margin: 0; color: var(--wp-accent); }
.wp-plan-price span:first-child { font-size: 16px; vertical-align: top; }
.wp-plan-desc { font-size: 13px; color: var(--wp-muted); line-height: 1.7; margin: 0 0 8px 0; flex: 1; }
.wp-chart-wrap { position: relative; width: 100%; height: 200px; margin: 8px 0 0 0; padding: 6px 0 0 0; border-top: 1px dashed var(--wp-line); min-width: 0; }
.wp-plan-level { font-size: 11px; color: var(--wp-accent-light); text-align: center; margin: 4px 0 0 0; }
.wp-compare { margin: 48px 0 0 0; }
.wp-compare-title { text-align: center; margin: 0 0 28px 0; }
.wp-compare-title .wp-h-ja { font-size: 19px; }
.wp-compare-scroll { overflow-x: auto; }
.wp-compare-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 14px;  }
.wp-compare-table th, .wp-compare-table td { border: 1px solid var(--wp-line); padding: 14px 16px; text-align: center; }
.wp-compare-table thead th { background: var(--wp-bg-dark); color: #f0ece6; font-size: 13px; }
.wp-compare-table tbody th { text-align: left; background: var(--wp-bg); }
.wp-compare-note { font-size: 13px; color: var(--wp-muted); text-align: right; margin: 12px 0 0 0; }
.wp-trust {  }
.wp-trust-grid { display: grid; grid-template-columns: 320px 1fr; gap: 72px; }
.wp-stat-num { font-family: 'Montserrat', sans-serif; font-size: 73px; font-weight: 300; color: var(--wp-accent); margin: 0; line-height: 1; }
.wp-stat-unit { font-size: 29px; }
.wp-stat-label { font-size: 15px; color: var(--wp-muted); margin: 8px 0 0 0; }
.wp-trust-list { margin: 24px 0 0 0; padding: 0; list-style: none; }
.wp-trust-list li { padding: 18px 0 18px 20px; border-left: 2px solid var(--wp-line); margin: 0 0 6px 0; font-size: 15px; color: var(--wp-muted); }
.wp-position-benefits { background: var(--wp-bg); border-top: 1px solid var(--wp-line); border-bottom: 1px solid var(--wp-line); }
.wp-position-benefits .wp-sec { background: transparent; }
.wp-position--grouped { padding-bottom: 56px; }
.wp-benefits--grouped { padding-top: 0; padding-bottom: 100px; }
.wp-benefits-head { margin-bottom: 40px; }
.wp-position { background: var(--wp-bg); }
.wp-position-title.wp-sec-head { margin-bottom: 48px; }
.wp-position-in { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.wp-position-fig { overflow: hidden; padding: 24px;  border: 1px solid var(--wp-line); }
.wp-position-a p { color: var(--wp-muted); margin: 0 0 20px 0; font-size: 16px; }
.wp-quote { margin: 28px 0; padding: 24px 28px;  border-left: 3px solid var(--wp-accent); }
.wp-quote p { font-size: 19px; font-weight: 500; margin: 0; color: var(--wp-ink); }
.wp-process {  }
.wp-steps { list-style: none; margin: 0 auto; padding: 0 0 0 36px; max-width: 880px; position: relative; }
.wp-steps::before { content: ""; position: absolute; left: 35px; top: 36px; bottom: 36px; width: 1px; background: linear-gradient(180deg, var(--wp-accent-light) 0%, var(--wp-line) 100%); z-index: 0; }
.wp-step { display: flex; align-items: flex-start; gap: 28px; margin: 0 0 44px 0; position: relative; z-index: 1; }
.wp-step:last-child { margin-bottom: 0; }
.wp-step-marker { flex: 0 0 72px; position: relative; }
.wp-step-marker::after { display: none; }
.wp-step-circle { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; border: 1px solid var(--wp-accent-light);  font-family: 'Oswald', sans-serif; font-size: 22px; color: var(--wp-accent); box-shadow: 0 4px 16px rgba(53,50,46,0.08); }
.wp-step-body { flex: 1; min-width: 0; padding-top: 14px; }
.wp-step-body h3 { font-size: 21px; font-weight: 600; margin: 0 0 10px 0; }
.wp-step-body p { color: var(--wp-muted); font-size: 15px; margin: 0; }
.wp-specs { background: var(--wp-bg); }
.wp-spec-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; list-style: none; margin: 0; padding: 0; }
.wp-spec-item {  padding: 32px 24px; min-height: 200px; }
.wp-spec-item--opt { background: var(--wp-bg); border: 1px dashed var(--wp-line); }
.wp-spec-icon { display: block; font-family: 'Oswald', sans-serif; font-size: 29px; font-weight: 300; color: var(--wp-accent-light); margin: 0 0 16px 0; line-height: 1; }
.wp-spec-item h3 { font-size: 16px; font-weight: 600; letter-spacing: 0.06em; margin: 0 0 12px 0; line-height: 1.5; }
.wp-spec-opt { font-size: 12px; font-weight: normal; color: var(--wp-muted); }
.wp-spec-item p { font-size: 14px; color: var(--wp-muted); margin: 0; line-height: 1.75; }
.wp-addons { margin: 64px 0 0 0; padding: 48px 0 0 0; border-top: 1px solid var(--wp-line); }
.wp-addons-head { max-width: 720px; margin: 0 auto 40px auto; text-align: center; }
.wp-addons-title { margin: 0; }
.wp-addons-title .wp-h-ja { font-size: clamp(22px, 2.4vw, 28px); }
.wp-addons-main { margin: 0 0 28px 0; }
.wp-addons-main-label { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.22em; color: var(--wp-accent); margin: 0 0 16px 0; text-align: center; }
.wp-addon-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.wp-addon-grid--main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 20px 0; }
.wp-addon-grid--sub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wp-addon-item {  border: 1px solid var(--wp-line); padding: 22px 20px; min-width: 0; }
.wp-addon-item--main { border-color: var(--wp-accent-light); box-shadow: 0 6px 24px rgba(53,50,46,0.06);  position: relative; }
.wp-addon-item--main::before { content: "MAIN"; position: absolute; top: 0; right: 0; padding: 4px 10px; font-family: 'Oswald', sans-serif; font-size: 9px; letter-spacing: 0.16em; color: #fff; background: var(--wp-accent); }
.wp-addon-item h4 { font-size: 15px; font-weight: 600; margin: 0 0 10px 0; line-height: 1.5; letter-spacing: 0.04em; }
.wp-addon-item--main h4 { padding-right: 48px; }
.wp-addon-item p { font-size: 13px; color: var(--wp-muted); margin: 0; line-height: 1.75; }
.wp-benefits {  }
.wp-fig--roadmap { filter: drop-shadow(0 6px 18px rgba(125, 140, 160, 0.1)); }
.wp-roadmap-fig { margin: 0 0 40px 0; padding: 28px;  border: 1px solid var(--wp-line); overflow: hidden; }
.wp-benefit-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wp-benefit { padding: 32px 24px; background: var(--wp-bg); border: 1px solid var(--wp-line); position: relative; min-width: 0; }
.wp-benefit::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--wp-accent); }
.wp-benefit h3 { font-size: 16px; font-weight: 600; margin: 0 0 12px 0; line-height: 1.6; }
.wp-benefit-summary { font-size: 15px; color: var(--wp-muted); margin: 0 0 8px 0; }
.wp-benefit-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1); overflow: hidden; }
.wp-benefit-detail.is-open { grid-template-rows: 1fr; }
.wp-benefit-detail-in { min-height: 0; overflow: hidden; }
.wp-benefit-detail-in p { font-size: 14px; color: var(--wp-muted); margin: 0; padding: 12px 0 0 0; border-top: 1px solid var(--wp-line); line-height: 1.85; }
.wp-benefit-more { background: none; border: none; padding: 2px 0; font-size: 13px; color: var(--wp-accent); letter-spacing: 0.06em; cursor: pointer; border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s, background 0.2s; }
.wp-benefit-more:hover { color: var(--wp-ink); border-bottom-color: var(--wp-accent-light); background: transparent; }
.wp-faq { background: var(--wp-bg); }
.wp-faq-in { max-width: 760px; margin: 0 auto; }
.wp-faq-item { border-bottom: 1px solid var(--wp-line);  }
.wp-faq-q { width: 100%; text-align: left; padding: 22px 48px 22px 24px; background: none; border: none; font-size: 16px; font-weight: 500; cursor: pointer; position: relative; color: var(--wp-ink); font-family: inherit; letter-spacing: 0.04em; }
.wp-faq-q::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-family: 'Oswald', sans-serif; font-size: 22px; color: var(--wp-accent); transition: transform 0.3s; }
.wp-faq-q[aria-expanded="true"]::after { content: "−"; }
.wp-faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1); overflow: hidden; }
.wp-faq-panel.is-open { grid-template-rows: 1fr; }
.wp-faq-panel-in { min-height: 0; overflow: hidden; }
.wp-faq-panel-in p { font-size: 15px; color: var(--wp-muted); margin: 0; padding: 0 24px 22px 24px; line-height: 1.9; }
.wp-cta-in { text-align: center; padding: 88px 48px; background: var(--wp-bg-dark); color: #f0ece6; max-width: var(--wp-max); margin: 0 auto; }
.wp-cta-lead { font-size: 16px; opacity: 0.88; max-width: 560px; margin: 24px auto 40px auto; }
.wp-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.wp-btn { display: inline-block; padding: 16px 36px; font-size: 15px; letter-spacing: 0.12em; }
.wp-btn--primary { background: #f0ece6; color: var(--wp-bg-dark); border: 1px solid #f0ece6; }
.wp-btn--ghost { background: transparent; color: #f0ece6; border: 1px solid rgba(180,172,160,0.45); }
@media (min-width: 1140px) { .wp-wrap { padding-left: 0; padding-right: 0; } }
@media (max-width: 1080px) { .wp-plan-grid--main { grid-template-columns: 1fr; } .wp-iceberg-grid, .wp-position-in { grid-template-columns: 1fr; } .wp-infoviz-cards, .wp-benefit-list, .wp-addon-grid--main, .wp-addon-grid--sub { grid-template-columns: 1fr; } .wp-spec-grid { grid-template-columns: repeat(2, 1fr); } .wp-trust-grid { grid-template-columns: 1fr; } }
