/* post-property.html — page-specific styles. */

.eyebrow{
  font-family:'IBM Plex Mono',monospace;
  font-size:11.5px;
  letter-spacing:0.09em;
  text-transform:uppercase;
  color:var(--pine);
  font-weight:500;
}
.wrap{max-width:1240px;margin:0 auto;padding:0 32px;}
@media (max-width:720px){.wrap{padding:0 20px;}}
@media (max-width:420px){.wrap{padding:0 16px;}}
/* Mobile touch target + tap polish (applies site-wide on small screens) */
@media (max-width:640px){
  a,button{-webkit-tap-highlight-color:transparent;}
  .btn{min-height:48px;}
  .btn-sm{min-height:40px;}
}
/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 24px;border-radius:999px;font-weight:600;font-size:15px;
  border:1px solid transparent;transition:transform .15s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space:nowrap;
}
.btn-secondary{background:transparent;color:var(--ink);border-color:var(--ink);}
.btn-ghost-light{background:rgba(255,255,255,0.12);color:var(--white);border-color:rgba(255,255,255,0.5);}
.btn-sm{padding:9px 16px;font-size:13.5px;}
.btn-lg{padding:16px 32px;font-size:16px;}
.phototile svg{width:100%;height:100%;display:block;}
/* ================= HEADER ================= */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(250,247,241,0.86);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.header-inner{
  max-width:1240px;margin:0 auto;padding:0 32px;
  height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.logo{display:flex;align-items:center;gap:9px;font-family:'Fraunces',serif;font-weight:600;font-size:21px;letter-spacing:0.01em;color:var(--pine-deep);}
.nav-links a{font-size:15px;font-weight:500;color:var(--ink-soft);transition:color .15s ease;position:relative;}
.nav-links a.active{color:var(--pine);font-weight:600;}
.nav-post-active{background:var(--pine-deep) !important;}
.icon-btn{
  width:42px;height:42px;border:none;background:transparent;border-radius:999px;
  display:flex;align-items:center;justify-content:center;color:var(--ink);
  transition:background .15s ease;
}
@media (max-width:960px){
  .nav-desktop{display:none;}
  .nav-mobile-controls{display:flex;}
  .header-inner{height:64px;}
}
@media (max-width:420px){
  .logo{font-size:19px;}
  .header-inner{padding:0 16px;}
}
.mobile-menu-links a{
  display:block;padding:15px 4px;font-size:18px;font-weight:600;color:var(--ink);
  border-bottom:1px solid var(--line);font-family:'Fraunces',serif;
}
.mobile-menu-links a.active{color:var(--pine);}
.mobile-menu-links a.active::after{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--pine);margin-left:8px;vertical-align:middle;}
@media (min-width:961px){.mobile-menu,.mobile-menu-overlay{display:none;}}
/* ================= SECTION SHELLS ================= */
.section{padding:96px 0;}
.section.deep{background:var(--pine-deep);color:var(--white);}
.section.deep .eyebrow{color:#9FD9BE;}
.section-head{max-width:640px;margin:0 auto 52px;text-align:center;}
.section-head.left{text-align:left;margin-left:0;max-width:560px;}
.section-head h2{font-size:38px;font-weight:600;letter-spacing:-0.015em;line-height:1.12;}
.section-head p{color:var(--ink-soft);font-size:16.5px;margin-top:14px;}
.section.deep .section-head p{color:rgba(255,255,255,0.72);}
@media (max-width:720px){
  .section{padding:60px 0;}
  .section-head{margin-bottom:36px;}
  .section-head h2{font-size:28px;}
}
@media (max-width:480px){
  .section{padding:48px 0;}
  .section-head{margin-bottom:30px;}
  .section-head h2{font-size:24px;line-height:1.18;}
  .section-head p{font-size:15px;margin-top:10px;}
  .eyebrow{font-size:11px;}
}
/* ================= HERO ================= */
.pp-hero{padding:60px 0 80px;overflow:hidden;}
.pp-hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:64px;align-items:center;}
.pp-hero-copy .eyebrow{margin-bottom:18px;display:inline-block;}
.pp-hero-copy h1{
  font-size:54px;line-height:1.08;font-weight:600;margin-bottom:22px;letter-spacing:-0.02em;
}
.pp-hero-copy h1 em{font-style:italic;color:var(--pine);font-weight:500;}
.pp-hero-copy p{font-size:18px;color:var(--ink-soft);max-width:460px;margin-bottom:32px;}
.pp-hero-ctas{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px;}
.pp-hero-fee{display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--ink-soft);}
.pp-hero-fee svg{width:16px;height:16px;color:var(--pine);flex-shrink:0;}
.pp-hero-fee b{color:var(--ink);font-weight:600;}
/* --- Hero visual: listing card + dashboard sliver composition --- */
.pp-hero-visual{position:relative;height:520px;}
.pp-mock-card{
  position:absolute;width:320px;background:var(--white);border-radius:var(--radius-l);
  border:1px solid var(--line);box-shadow:var(--shadow-lift);overflow:hidden;
  top:10px;left:10px;z-index:2;
}
.pp-mock-media{aspect-ratio:4/3;position:relative;}
.pp-mock-media .phototile{position:absolute;inset:0;}
.pp-mock-live{
  position:absolute;top:14px;left:14px;background:var(--white);color:var(--pine-deep);
  font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;box-shadow:var(--shadow-soft);
  display:flex;align-items:center;gap:6px;
}
.pp-mock-live::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--pine);flex-shrink:0;}
.pp-mock-body{padding:20px;}
.pp-mock-price{font-family:'IBM Plex Mono',monospace;font-size:21px;font-weight:500;color:var(--pine-deep);margin-bottom:6px;}
.pp-mock-title{font-size:17px;font-weight:600;margin-bottom:4px;}
.pp-mock-loc{font-size:13.5px;color:var(--ink-soft);display:flex;align-items:center;gap:5px;margin-bottom:14px;}
.pp-mock-loc svg{width:13px;height:13px;flex-shrink:0;}
.pp-mock-specs{display:flex;gap:10px;font-size:12.5px;color:var(--ink-soft);padding-top:14px;border-top:1px solid var(--line);}
.pp-dash-card{
  position:absolute;width:280px;background:var(--pine-deep);color:var(--white);
  border-radius:var(--radius-l);box-shadow:var(--shadow-lift);padding:24px;
  bottom:16px;right:0;z-index:3;
}
.pp-dash-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:#9FD9BE;margin-bottom:16px;}
.pp-dash-stat{display:flex;justify-content:space-between;align-items:baseline;padding:11px 0;border-bottom:1px solid rgba(255,255,255,0.14);}
.pp-dash-stat:last-child{border-bottom:none;}
.pp-dash-stat span{font-size:13.5px;color:rgba(255,255,255,0.7);}
.pp-dash-stat b{font-family:'IBM Plex Mono',monospace;font-size:16px;font-weight:500;}
.pp-hero-badge{
  position:absolute;top:60px;right:40px;z-index:4;background:var(--brass-tint);color:var(--brass-deep);
  font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:999px;box-shadow:var(--shadow-soft);
  display:flex;align-items:center;gap:6px;transform:rotate(-4deg);
}
.pp-hero-badge svg{width:14px;height:14px;}
@media (max-width:960px){
  .pp-hero{padding:28px 0 44px;}
  .pp-hero-grid{grid-template-columns:1fr;gap:32px;}
  .pp-hero-copy h1{font-size:34px;}
  .pp-hero-copy p{font-size:16px;max-width:none;margin-bottom:26px;}
  .pp-hero-visual{height:380px;order:-1;margin:0 -4px;}
  .pp-mock-card{width:250px;}
  .pp-dash-card{width:210px;padding:20px;}
  .pp-hero-badge{top:16px;right:8px;}
}
@media (max-width:640px){
  .pp-hero{padding:20px 0 36px;}
  .pp-hero-copy h1{font-size:30px;}
  .pp-hero-ctas{gap:10px;margin-bottom:20px;}
  .pp-hero-ctas .btn{flex:1 1 auto;}
  .pp-hero-fee{font-size:13.5px;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:11px 16px;}
  .pp-hero-visual{height:300px;}
  .pp-mock-card{width:200px;top:0;left:0;}
  .pp-mock-body{padding:16px;}
  .pp-mock-price{font-size:18px;}
  .pp-mock-title{font-size:15px;}
  .pp-mock-loc{font-size:12px;margin-bottom:10px;}
  .pp-mock-specs{font-size:11px;padding-top:10px;gap:7px;}
  .pp-dash-card{width:168px;padding:14px;bottom:0;right:0;border-radius:var(--radius-m);}
  .pp-dash-label{font-size:10px;margin-bottom:10px;}
  .pp-dash-stat{padding:8px 0;}
  .pp-dash-stat span{font-size:11.5px;}
  .pp-dash-stat b{font-size:13px;}
  .pp-hero-badge{font-size:11px;padding:6px 12px;top:8px;right:4px;}
  .pp-hero-badge svg{width:12px;height:12px;}
}
@media (max-width:400px){
  .pp-hero-copy h1{font-size:27px;}
  .pp-mock-card{width:180px;}
  .pp-dash-card{width:148px;}
}
/* ================= SELLER TYPE CARDS ================= */
.seller-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.seller-type-card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  padding:40px;display:flex;flex-direction:column;gap:20px;transition:transform .2s ease, box-shadow .2s ease;
}
.seller-type-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift);}
.seller-type-icon{
  width:56px;height:56px;border-radius:var(--radius-m);background:var(--pine-tint);color:var(--pine-deep);
  display:flex;align-items:center;justify-content:center;
}
.seller-type-icon svg{width:26px;height:26px;}
.seller-type-card h3{font-size:24px;font-weight:600;}
.seller-type-card > p{font-size:15.5px;color:var(--ink-soft);margin:0;}
.seller-type-examples{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;}
.seller-type-examples li{list-style:none;margin:0;padding:0;}
.seller-type-examples span{
  font-size:13px;font-weight:500;color:var(--ink-soft);background:var(--paper);
  border:1px solid var(--line);border-radius:999px;padding:7px 14px;
}
.seller-type-card .btn{align-self:flex-start;margin-top:4px;}
@media (max-width:820px){
  .seller-type-grid{grid-template-columns:1fr;gap:18px;}
  .seller-type-card{padding:28px;}
}
@media (max-width:480px){
  .seller-type-card{padding:22px 20px;gap:16px;border-radius:var(--radius-m);}
  .seller-type-icon{width:48px;height:48px;}
  .seller-type-icon svg{width:22px;height:22px;}
  .seller-type-card h3{font-size:20px;}
  .seller-type-card > p{font-size:14.5px;}
  .seller-type-examples span{font-size:12px;padding:6px 12px;}
  .seller-type-card .btn{width:100%;}
}
/* ================= PRICING ================= */
.pricing-card-wrap{display:flex;justify-content:center;}
.pricing-card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  padding:48px;max-width:460px;width:100%;box-shadow:var(--shadow-lift);text-align:center;
}
.pricing-amount{font-family:'Fraunces',serif;font-size:64px;font-weight:600;color:var(--pine-deep);letter-spacing:-0.02em;}
.pricing-sub{font-size:15px;color:var(--ink-soft);margin-top:2px;margin-bottom:32px;}
.pricing-list{list-style:none;margin:0 0 32px;padding:0;text-align:left;display:flex;flex-direction:column;gap:14px;}
.pricing-list li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;color:var(--ink);}
.pricing-list svg{width:19px;height:19px;color:var(--pine);flex-shrink:0;margin-top:1px;}
.pricing-note{font-size:13.5px;color:var(--ink-soft);margin-top:16px;}
@media (max-width:480px){
  .pricing-card{padding:30px 22px;border-radius:var(--radius-m);}
  .pricing-amount{font-size:46px;}
  .pricing-sub{margin-bottom:26px;}
  .pricing-list{gap:12px;margin-bottom:26px;}
  .pricing-list li{font-size:14.5px;}
  .pricing-list svg{width:17px;height:17px;}
}
/* ================= HOW IT WORKS TIMELINE ================= */
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;}
.timeline::before{
  content:"";position:absolute;top:27px;left:calc(12.5% + 4px);right:calc(12.5% + 4px);height:1px;background:var(--line);
}
.timeline-step{position:relative;padding:0 20px;text-align:center;}
.timeline-num{
  width:56px;height:56px;border-radius:999px;background:var(--white);border:1.5px solid var(--pine);
  color:var(--pine-deep);font-family:'IBM Plex Mono',monospace;font-size:17px;font-weight:500;
  display:flex;align-items:center;justify-content:center;margin:0 auto 22px;position:relative;z-index:1;
}
.timeline-text h3{font-size:18px;font-weight:600;margin-bottom:8px;}
.timeline-text p{font-size:14px;color:var(--ink-soft);margin:0;line-height:1.5;}
@media (max-width:860px){
  .timeline{grid-template-columns:1fr;gap:0;}
  .timeline::before{display:none;}
  .timeline-step{text-align:left;padding:0 0 32px;display:flex;gap:20px;align-items:flex-start;position:relative;}
  .timeline-step:not(:last-child)::after{
    content:"";position:absolute;left:22.5px;top:46px;bottom:2px;width:1px;background:var(--line);
  }
  .timeline-num{margin:0;flex-shrink:0;width:46px;height:46px;font-size:15px;}
  .timeline-text{padding-top:10px;}
  .timeline-text h3{margin-bottom:6px;}
}
@media (max-width:480px){
  .timeline-step{gap:16px;padding-bottom:26px;}
  .timeline-num{width:40px;height:40px;font-size:13.5px;}
  .timeline-step:not(:last-child)::after{left:19.5px;top:40px;}
  .timeline-text{padding-top:6px;}
  .timeline-text h3{font-size:16.5px;margin-bottom:5px;}
  .timeline-text p{font-size:13.5px;}
}
/* ================= WIZARD SHOWCASE ================= */
.wizard-showcase{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);
  overflow:hidden;box-shadow:var(--shadow-lift);
}
.wizard-showcase-chrome{
  display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--paper);
}
.wizard-showcase-chrome span{width:10px;height:10px;border-radius:999px;background:var(--line);}
.wizard-showcase-body{display:grid;grid-template-columns:220px 1fr;min-height:400px;}
.wizard-steps-rail{background:var(--paper);border-right:1px solid var(--line);padding:28px 20px;}
.wizard-rail-step{
  display:flex;align-items:center;gap:12px;padding:12px 0;font-size:14px;font-weight:500;color:var(--ink-soft);
}
.wizard-rail-step .dot{width:26px;height:26px;border-radius:999px;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:11.5px;font-family:'IBM Plex Mono',monospace;flex-shrink:0;color:var(--ink-soft);}
.wizard-rail-step.active{color:var(--ink);font-weight:600;}
.wizard-rail-step.active .dot{background:var(--pine);border-color:var(--pine);color:var(--white);}
.wizard-rail-step.done .dot{background:var(--pine-tint);border-color:var(--pine-tint);color:var(--pine);}
.wizard-preview-pane{padding:36px 40px;display:flex;flex-direction:column;justify-content:center;}
.wizard-preview-pane .eyebrow{margin-bottom:10px;}
.wizard-preview-pane h3{font-size:26px;font-weight:600;margin-bottom:14px;}
.wizard-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px;}
.wizard-field{border:1px solid var(--line);border-radius:var(--radius-s);padding:14px 16px;background:var(--paper);}
.wizard-field span{display:block;font-size:12px;color:var(--ink-soft);margin-bottom:4px;}
.wizard-field b{font-size:15px;font-weight:600;}
.wizard-examples{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:44px;}
.wizard-example{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-m);padding:20px;}
.wizard-example .eyebrow{color:var(--brass);margin-bottom:10px;display:block;}
.wizard-example p{font-size:13.5px;color:var(--ink-soft);margin:0;line-height:1.5;}
.wizard-example strong{display:block;font-size:15px;font-weight:600;color:var(--ink);margin-bottom:6px;}
@media (max-width:920px){
  .wizard-showcase-body{grid-template-columns:1fr;}
  .wizard-steps-rail{display:flex;overflow-x:auto;gap:4px;border-right:none;border-bottom:1px solid var(--line);padding:16px;scrollbar-width:none;}
  .wizard-steps-rail::-webkit-scrollbar{display:none;}
  .wizard-rail-step{flex-shrink:0;padding:8px 12px;border-radius:999px;}
  .wizard-rail-step.active{background:var(--pine-tint);}
  .wizard-preview-pane{padding:28px 22px;}
  .wizard-field-row{grid-template-columns:1fr 1fr;}
  .wizard-examples{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .wizard-showcase{border-radius:var(--radius-m);}
  .wizard-preview-pane h3{font-size:21px;}
  .wizard-preview-pane{padding:24px 18px;}
  .wizard-field-row{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;}
  .wizard-field{padding:12px 14px;}
  .wizard-examples{grid-template-columns:1fr 1fr;gap:10px;margin-top:32px;}
  .wizard-example{padding:16px;}
  .wizard-example strong{font-size:14px;}
  .wizard-example p{font-size:12.5px;}
}
@media (max-width:480px){
  .wizard-rail-step{font-size:13px;}
  .wizard-field-row{grid-template-columns:1fr;}
  .wizard-examples{grid-template-columns:1fr;}
}
/* ================= CATEGORY GRID (post property) ================= */
.pp-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.pp-category-card{
  border-radius:var(--radius-m);overflow:hidden;background:var(--white);
  border:1px solid var(--line);transition:transform .2s ease, box-shadow .2s ease;
  display:flex;flex-direction:column;text-align:left;width:100%;padding:0;
}
.pp-category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift);}
.pp-category-card .phototile{aspect-ratio:3/4;}
.pp-category-card .phototile svg{transition:transform .5s ease;}
.pp-category-card:hover .phototile svg{transform:scale(1.06);}
.pp-category-body{padding:16px 16px 18px;}
.pp-category-body h3{font-size:15.5px;font-weight:600;margin-bottom:8px;}
.pp-category-cta{
  display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--pine);
}
.pp-category-cta svg{width:14px;height:14px;transition:transform .15s ease;}
.pp-category-card:hover .pp-category-cta svg{transform:translateX(3px);}
@media (max-width:1080px){.pp-category-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:640px){
  .pp-category-grid{display:flex;overflow-x:auto;gap:12px;margin:0 -20px;padding:2px 20px 10px;scroll-snap-type:x mandatory;scrollbar-width:none;}
  .pp-category-grid::-webkit-scrollbar{display:none;}
  .pp-category-card{flex:0 0 42vw;scroll-snap-align:start;}
  .pp-category-body{padding:14px 14px 16px;}
  .pp-category-body h3{font-size:14px;margin-bottom:6px;}
  .pp-category-cta{font-size:12px;}
}
@media (max-width:420px){
  .pp-category-grid{margin:0 -16px;padding:2px 16px 10px;}
  .pp-category-card{flex:0 0 46vw;}
}
/* ================= LISTING PREVIEW SHOWCASE ================= */
.preview-showcase{display:grid;grid-template-columns:1.3fr 1fr;gap:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-l);overflow:hidden;box-shadow:var(--shadow-lift);}
.preview-media{position:relative;aspect-ratio:4/3;}
.preview-media .phototile{position:absolute;inset:0;}
.preview-live-tag{position:absolute;top:16px;left:16px;background:var(--white);color:var(--pine-deep);font-size:12px;font-weight:700;padding:7px 14px;border-radius:999px;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:6px;}
.preview-live-tag::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--pine);}
.preview-body{padding:36px;display:flex;flex-direction:column;}
.preview-price{font-family:'IBM Plex Mono',monospace;font-size:26px;font-weight:500;color:var(--pine-deep);margin-bottom:6px;}
.preview-title{font-size:22px;font-weight:600;margin-bottom:6px;}
.preview-loc{font-size:14.5px;color:var(--ink-soft);display:flex;align-items:center;gap:6px;margin-bottom:20px;}
.preview-loc svg{width:15px;height:15px;flex-shrink:0;}
.preview-facts{display:flex;gap:16px;flex-wrap:wrap;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:20px;font-size:13.5px;color:var(--ink-soft);}
.preview-facts b{color:var(--ink);font-weight:600;display:block;font-size:14.5px;}
.preview-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;}
.preview-highlights span{font-size:12.5px;font-weight:500;color:var(--pine-deep);background:var(--pine-tint);border-radius:999px;padding:6px 13px;}
.preview-seller{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);}
.preview-seller-avatar{width:40px;height:40px;border-radius:999px;background:var(--pine-deep);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0;}
.preview-seller-name{font-size:14.5px;font-weight:600;}
.preview-seller-type{font-size:12.5px;color:var(--ink-soft);}
.preview-actions{display:flex;gap:10px;margin-top:16px;}
.preview-actions .btn{flex:1;}
@media (max-width:860px){
  .preview-showcase{grid-template-columns:1fr;}
  .preview-body{padding:24px;}
}
@media (max-width:480px){
  .preview-showcase{border-radius:var(--radius-m);}
  .preview-body{padding:20px;}
  .preview-price{font-size:22px;}
  .preview-title{font-size:19px;}
  .preview-loc{font-size:13px;margin-bottom:16px;}
  .preview-facts{gap:14px;padding:14px 0;margin-bottom:16px;}
  .preview-facts b{font-size:13.5px;}
  .preview-highlights{margin-bottom:16px;}
  .preview-highlights span{font-size:11.5px;padding:5px 11px;}
  .preview-seller-avatar{width:36px;height:36px;font-size:13px;}
  .preview-seller-name{font-size:14px;}
  .preview-actions{gap:8px;}
}
/* ================= WHY LIST HERE (benefits) ================= */
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.benefit-card{padding:8px 0;}
.benefit-icon{
  width:48px;height:48px;border-radius:var(--radius-m);background:rgba(255,255,255,0.1);color:#9FD9BE;
  display:flex;align-items:center;justify-content:center;margin-bottom:20px;
}
.benefit-icon svg{width:22px;height:22px;}
.benefit-card h3{font-size:17px;font-weight:600;margin-bottom:8px;color:var(--white);}
.benefit-card p{font-size:14px;color:rgba(255,255,255,0.66);margin:0;line-height:1.55;}
@media (max-width:860px){.benefit-grid{grid-template-columns:1fr 1fr;gap:28px 20px;}}
@media (max-width:520px){
  .benefit-grid{grid-template-columns:1fr;gap:0;}
  .benefit-card{padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.12);display:flex;gap:16px;align-items:flex-start;}
  .benefit-card:last-child{border-bottom:none;}
  .benefit-icon{margin-bottom:0;flex-shrink:0;}
  .benefit-card h3{font-size:16px;margin-bottom:5px;}
  .benefit-card p{font-size:13.5px;}
}
/* ================= SELLER TYPES COMPACT ================= */
.seller-compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.seller-compact-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-m);padding:26px;}
.seller-compact-card h3{font-size:17px;font-weight:600;margin-bottom:8px;}
.seller-compact-card p{font-size:14px;color:var(--ink-soft);margin:0;line-height:1.55;}
@media (max-width:640px){.seller-compact-grid{grid-template-columns:1fr;gap:14px;}}
@media (max-width:480px){
  .seller-compact-card{padding:20px;border-radius:var(--radius-s);}
  .seller-compact-card h3{font-size:16px;}
  .seller-compact-card p{font-size:13.5px;}
}
/* ================= FAQ ================= */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px;}
.faq-item{border:1px solid var(--line);border-radius:var(--radius-m);background:var(--white);overflow:hidden;}
.faq-q{
  width:100%;text-align:left;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;
  gap:16px;background:none;border:none;font-size:16px;font-weight:600;color:var(--ink);
}
.faq-q svg{width:18px;height:18px;flex-shrink:0;color:var(--ink-soft);transition:transform .25s ease;}
.faq-item.open .faq-q svg{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a-inner{padding:0 24px 20px;font-size:14.5px;color:var(--ink-soft);line-height:1.6;}
@media (max-width:480px){
  .faq-list{gap:10px;}
  .faq-item{border-radius:var(--radius-s);}
  .faq-q{padding:16px 18px;font-size:14.5px;gap:12px;line-height:1.35;}
  .faq-q svg{width:16px;height:16px;}
  .faq-a-inner{padding:0 18px 16px;font-size:14px;}
}
/* ================= FINAL CTA ================= */
.final-cta{
  background:var(--pine-deep);border-radius:var(--radius-l);padding:72px 48px;text-align:center;color:var(--white);
  position:relative;overflow:hidden;
}
.final-cta::before{
  content:"";position:absolute;top:-120px;right:-120px;width:340px;height:340px;border-radius:999px;
  background:radial-gradient(circle, rgba(159,217,190,0.16), transparent 70%);
}
.final-cta h2{font-size:40px;font-weight:600;color:var(--white);margin-bottom:16px;letter-spacing:-0.015em;position:relative;}
.final-cta p{font-size:17px;color:rgba(255,255,255,0.75);max-width:480px;margin:0 auto 32px;position:relative;}
.final-cta .btn{position:relative;}
.final-cta-note{margin-top:20px;font-size:13.5px;color:rgba(255,255,255,0.55);position:relative;}
@media (max-width:640px){
  .final-cta{padding:48px 24px;border-radius:var(--radius-m);}
  .final-cta h2{font-size:28px;}
  .final-cta p{font-size:15px;}
}
@media (max-width:480px){
  .final-cta{padding:40px 20px;}
  .final-cta h2{font-size:24px;line-height:1.2;}
  .final-cta p{font-size:14.5px;margin-bottom:26px;}
  .final-cta .btn{width:100%;}
  .final-cta-note{font-size:12.5px;margin-top:18px;}
}
/* ================= FOOTER ================= */
.site-footer{background:var(--ink);color:rgba(255,255,255,0.72);padding:72px 0 32px;}
.footer-brand p{font-size:14.5px;max-width:260px;color:rgba(255,255,255,0.55);}
.footer-col a{font-size:14.5px;color:rgba(255,255,255,0.62);transition:color .15s ease;}
.footer-col a:hover{color:var(--white);}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid rgba(255,255,255,0.12);
  font-size:13px;color:rgba(255,255,255,0.45);
}
@media (max-width:860px){
  .footer-top{grid-template-columns:1fr 1fr;row-gap:36px;}
  .footer-brand{grid-column:1/-1;}
}
@media (max-width:640px){
  .site-footer{padding:40px 0 24px;}
  .footer-top{grid-template-columns:1fr;row-gap:8px;padding-bottom:8px;}
  .footer-col{border-bottom:1px solid rgba(255,255,255,0.1);padding:18px 0;}
  .footer-col h4{margin-bottom:0;}
  .footer-col.open h4{margin-bottom:14px;}
  .footer-col ul{display:none;}
  .footer-col.open ul{display:flex;}
  .footer-col h4{display:flex;justify-content:space-between;align-items:center;cursor:pointer;}
  .footer-col h4::after{content:"+";font-size:16px;font-weight:400;color:rgba(255,255,255,0.5);}
  .footer-col.open h4::after{content:"–";}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:6px;margin-top:20px;}
}
.bottom-nav-item svg{width:22px;height:22px;}
.bottom-nav-post-icon svg{width:22px;height:22px;}
.bottom-nav-post span{font-size:11px;font-weight:700;color:var(--pine);}
@media (max-width:720px){
  .bottom-nav{display:flex;}
  body{padding-bottom:78px;}
}
@media (max-width:360px){
  .bottom-nav-item{font-size:10px;}
  .bottom-nav-item svg{width:20px;height:20px;}
  .bottom-nav-post-icon{width:48px;height:48px;}
}
/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1;transform:none;}
