/* =========================================================
   SUBLIM8 HOME - BRAND NEW STYLESHEET
   Built fresh from the supplied Home PDF.
   No previous SUBLIM8 stylesheet rules were copied into this file.
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face{
  font-family:"SamoSansLocal";
  src:local("Samo Sans Pro"), local("SamoSansPro-Regular");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

:root{
  --page-bg:#fbfaf7;
  --panel:#fffdfa;
  --hero-bg:#f3eee7;
  --ink:#10120f;
  --muted:#4f514c;
  --green:#365a3d;
  --line:#e6dfd7;
  --soft:#f5f2ee;
}

/* ---------- Page reset ---------- */
*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  min-width:1640px;
  background:var(--page-bg);
  color:var(--ink);
}

body{
  font-family:Roboto, Arial, Helvetica, sans-serif;
  font-size:14px;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input{
  font:inherit;
}

.site{
  width:1640px;
  margin:0 auto;
  background:var(--page-bg);
  overflow:hidden;
}

/* =========================================================
   MAIN / FERN
   ========================================================= */

main{
  position:relative;
  padding:24px 36px 26px;
  background:var(--page-bg);
}

main::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:305px;
  height:988px;
  background:url("/static/images/Fern_Artwork.png") left top / auto 988px no-repeat;
  opacity:.24;
  pointer-events:none;
  z-index:0;
}

main > *{
  position:relative;
  z-index:1;
}

.panel{
  width:1568px;
  margin:0 auto 16px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,253,250,.94);
}

/* =========================================================
   HERO
   ========================================================= */

.hero{
  height:auto;
  display:grid;
  grid-template-columns:42% 58%;
  overflow:hidden;
  border:0;
  border-radius:14px;
  background:var(--hero-bg);
}

.hero-copy{
  padding:40px 34px 26px 76px;
}

.hero-copy h1{
  margin:0 0 18px;
  font-family:"EucrosiaUPC", serif;
  font-size:65px;
  line-height:0.8;
  font-weight:700;
  letter-spacing:-.3px;
}

.hero-copy h1 span{
  color:var(--green);
}

.hero-copy h1 i{
  margin-left:5px;
  color:#A6712E;
  font-family:Georgia, serif;
  font-size:25px;
  font-style:normal;
}

.hero-copy > p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  font-weight:700;
}

.hero-image{
  min-width:0;
  height:365px;
  background:url("/static/images/Image18.png") center center / cover no-repeat;
}

.benefits{
  width:520px;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.benefits > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  font-size:14px;
}

.benefits img{
  width:35px;
  height:35px;
  margin-bottom:8px;
  object-fit:contain;
}

.benefits b{
  margin-bottom:4px;
  font-size:14px;
  font-weight:700;
}

.benefits span{
  font-size:14px;
  white-space:nowrap;
}

/* =========================================================
   GENERAL SECTION HEADINGS
   ========================================================= */

.section{
  padding:16px 18px 18px;
}

.section-title h2,
.section-head-row h2{
  margin:0 0 4px;
  font-size:19px;
  line-height:1.2;
  font-weight:700;
  color:#344C34;
}

.section-title p,
.section-head-row p{
  margin:0;
  font-size:14px;
  line-height:1.35;
  color:#252720;
}

.section-head-row{
  min-height:44px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
}

.outline{
  min-width:166px;
  height:42px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fffdfa;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

/* =========================================================
   QUICK TOOLS
   ========================================================= */

.quick{
  padding-bottom:17px;
}

.tools{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px;
}

.tools > a{
  height:78px;
  padding:11px 14px;
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}

.tools > a > img{
  width:42px;
  height:42px;
  object-fit:contain;
}

.tools > a > span{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.tools b{
  margin-bottom:7px;
  font-size:17px;
  font-weight:700;
  color:#22231f;
}

.tools small{
  font-size:14px;
  line-height:1.25;
  color:#22231f;
  white-space:nowrap;
}

/* =========================================================
   MOCKUP STUDIO
   ========================================================= */

.mockups{
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:29px;
}

.home-mockup-link{
  min-width:0;
  display:block;
  color:inherit;
  text-decoration:none;
}

.mockups article{
  height:255px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fffdfa;
  text-align:center;
  padding-bottom: 10px;
}

.mockups article > img{
  width:100%;
  height:157px;
  display:block;
  object-fit:cover;
}

.mockups article > b{
  margin-top:13px;
  font-size:16px;
}

.mockups article > span{
  margin-top:6px;
  min-height:15px;
  padding:0 4px;
  font-size:14px;
  line-height:1.25;
}

.mockups article > small{
  margin-top:5px;
  font-size:14px;
}

/* =========================================================
   SHOP
   ========================================================= */

.shop{
  padding-bottom:17px;
}

.shop .section-head-row h2{
  font-size:19px;
  color:#344C34;
}

.designs{
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:24px;
}

.designs article{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
}

.designs article > img{
  width:100%;
  aspect-ratio:1 / 1;
  display:block;
  object-fit:cover;
}

.designs article > div{
  height:50px;
  padding:0 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #eee9e3;
}

.designs article > div > span{
  font-size:14px;
  white-space:nowrap;
}

.designs article > div > span small{
  display:block;
}

.designs article > div > b{
  font-size:26px;
  font-weight:400;
  color:#365a3d;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */

.newsletter{
  min-height:108px;
  padding:16px 31px;
  display:grid;
  grid-template-columns:58px 350px 1fr 420px;
  align-items:center;
  gap:18px;
}

.newsletter .mail{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-size:27px;
}

.newsletter-copy h2{
  margin:0 0 5px;
  font-size:23px;
  font-weight:700;
}

.newsletter-copy p{
  margin:0;
  font-size:12px;
}

.subscribe{
  height:50px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}

.subscribe > span{
  flex:1;
  padding:0 18px;
  color:#343630;
  font-size:14px;
}

.subscribe button{
  width:130px;
  height:50px;
  border:0;
  background:var(--green);
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.perks{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  text-align:center;
}

.perks > div{
  display:flex;
  flex-direction:column;
}

.perks b{
  margin-bottom:5px;
  font-size:13px;
}

.perks span{
  font-size:12px;
  white-space:nowrap;
}

/* =========================================================
   PREMIUM / PRICING
   ========================================================= */

.pricing{
  padding:22px 24px 24px 30px;
  display:grid;
  grid-template-columns:330px 1fr;
  grid-template-rows:auto auto;
  column-gap:22px;
  row-gap:0;
  align-items:start;
}

.pricing-intro{
  padding:28px 0 0 8px;
}

.pricing-intro h2{
  margin:0 0 20px;
  font-size:25px;
  line-height:1.05;
  font-weight:700;
}

.pricing-intro h2 span{
  color:var(--green);
  font-size:31px;
  letter-spacing:.2px;
}

.pricing-intro h2 i{
  color:#A6712E;
  font-size:31px;
  font-style:normal;
  font-weight:700;
}

.pricing-intro p{
  margin:0;
  font-size:14px;
  line-height:1.85;
  color:#22231f;
}

.plans{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.plans article{
  position:relative;
  height:325px;
  padding:0 20px 16px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
}

.plans article header{
  margin:0 -20px;
  padding:18px 16px 10px;
  min-height:67px;
  background:#F6F6F6;
  text-align:center;
}

.plans article.starter header,
.plans article.creator header{
  background:#f0f2ed;
}

.plans article.pro header{
  background:#f7f0e7;
}

.plans article h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1;
  font-weight:700;
}

.plans article header p{
  margin:0;
  font-size:12px;
  line-height:1.2;
  color:#454640;
}

.plans .price{
  margin:10px 0 8px 18px;
  font-size:28px;
  line-height:1;
  font-weight:400;
}

.plans .price small{
  margin-left:4px;
  font-size:12px;
  font-weight:400;
}

.plans .pro .price{
  color:#A6712E;
}

.plans ul{
  min-height:0;
  flex:1;
  margin:6px 0 10px;
  padding:0;
  list-style:none;
  font-size:12px;
  line-height:1.35;
}

.plans li{
  position:relative;
  margin:0 0 7px;
  padding-left:22px;
}

.plans li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:var(--green);
  font-size:17px;
  font-weight:700;
  line-height:1;
}

.plans button{
  width:100%;
  height:35px;
  flex:0 0 35px;
  border:0;
  border-radius:9px;
  background:var(--green);
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.plans button.light{
  border:2px solid var(--green);
  background:#fff;
  color:var(--green);
}

.plans button.gold{
  border:2px solid #A6712E;
  background:#A6712E;
  color:#fff;
}

.ribbon{
  position:absolute;
  top:12px;
  right:-29px;
  z-index:3;
  width:96px;
  padding:5px 0;
  transform:rotate(45deg);
  background:var(--green);
  color:#fff;
  text-align:center;
  font-size:10px;
  line-height:1;
  font-weight:700;
}

.trust{
  grid-column:1 / 3;
  margin-top:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  font-size:12px;
  line-height:1.4;
  color:#24251f;
}

.trust img{
  width:30px;
  height:30px;
  flex:0 0 30px;
  object-fit:contain;
}

.trust span{
  white-space:nowrap;
}

.trust b{
  color:var(--green);
  font-weight:700;
}

/* =========================================================
   HOME PAGE POLISH - MAGIC PASS
   Keeps the existing layout; improves hierarchy and feel.
   ========================================================= */

/* --- QUICK TOOLS --- */
.quick{
  background:rgba(255,253,250,.98);
}

.tools > a{
  position:relative;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.tools > a:hover{
  transform:translateY(-2px);
  border-color:#d6cec5;
  box-shadow:0 7px 18px rgba(54,44,35,.08);
}

.tools > a > img{
  padding:7px;
  border-radius:12px;
  background:#f7f4f0;
}

.tools > a:nth-child(1) > img{ background:#f0eafb; }
.tools > a:nth-child(2) > img{ background:#fff0f2; }
.tools > a:nth-child(3) > img{ background:#edf3fb; }
.tools > a:nth-child(4) > img{ background:#fff3e4; }
.tools > a:nth-child(5) > img{ background:#f9eaf0; }

.tools > a.tool-featured{
  border-color:#bfcab9;
  background:#fbfdf9;
}

.tools > a.tool-featured::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:10px;
  box-shadow:inset 3px 0 0 #365a3d;
  pointer-events:none;
}

.tools > a.tool-featured em{
  position:absolute;
  top:7px;
  right:9px;
  padding:3px 7px;
  border-radius:999px;
  background:#edf2e9;
  color:#365a3d;
  font-size:9px;
  font-style:normal;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.2px;
}

/* --- MOCKUP STUDIO --- */
.mockups article{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.mockups article:hover{
  transform:translateY(-2px);
  border-color:#d8d0c8;
  box-shadow:0 7px 18px rgba(54,44,35,.07);
}

.mockups article > b{
  color:#263d2a;
}

.mockups article > small{
  color:#6a6c66;
  font-weight:700;
}

/* --- SHOP --- */
.shop{
  background:rgba(255,253,250,.98);
}

.designs{
  gap:20px;
}

.designs .design-card{
  border-color:#e1dad2;
  background:#fffdfa;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.designs .design-card:hover{
  transform:translateY(-3px);
  border-color:#d3c9bf;
  box-shadow:0 8px 20px rgba(54,44,35,.09);
}

.designs .design-card > img{
  transition:transform .18s ease;
}

.designs .design-card:hover > img{
  transform:scale(1.018);
}

.design-card-footer{
  min-height:58px !important;
  height:auto !important;
  padding:7px 8px !important;
  background:#fffdfa;
}

.design-price{
  font-weight:700;
  line-height:1.15;
}

.design-price small{
  width:max-content;
  margin-top:4px;
  padding:3px 6px;
  border-radius:999px;
  background:#edf2e9;
  color:#365a3d;
  font-size:9px;
  font-weight:700;
  line-height:1.1;
}

.design-heart{
  width:32px;
  height:32px;
  flex:0 0 32px;
  padding:0;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:transparent;
  color:#365a3d;
  font-family:Arial,Helvetica,sans-serif;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:background .15s ease, transform .15s ease;
}

.design-heart:hover{
  background:#f7e6eb;
  transform:scale(1.05);
}

/* --- NEWSLETTER --- */
.newsletter{
  border-color:#ddd5cc;
  background:#f3f6ef;
  box-shadow:0 3px 12px rgba(54,44,35,.04);
}

.newsletter-copy h2{
  color:#2f4c34;
}

.newsletter .mail{
  box-shadow:0 4px 10px rgba(54,90,61,.16);
}

.subscribe{
  border-color:#cfd8cb;
}

.subscribe button{
  transition:filter .15s ease;
}

.subscribe button:hover{
  filter:brightness(.96);
}

/* --- SECTION RHYTHM --- */
.section.panel{
  box-shadow:0 2px 8px rgba(54,44,35,.025);
}

.quick.panel{
  border-color:#e3ddd5;
}

.shop.panel{
  border-color:#e3ddd5;
}

/* =========================================================
   PREMIUM PRICING - MAGIC PASS
   Keeps all four plan cards and pricing intact.
   ========================================================= */

.pricing{
  grid-template-columns:330px 1fr;
  padding-top:24px;
  padding-bottom:22px;
}

.pricing-intro{
  padding:10px 20px 0 8px;
}

.pricing-brand{
  min-height:64px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
}

.pricing-brand > img{
  display:block;
  width:190px;
  max-height:62px;
  object-fit:contain;
  object-position:left center;
}

.pricing-brand-fallback{
  display:none;
  color:#344C34;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  line-height:1;
  letter-spacing:1px;
}

.pricing-brand-fallback small{
  display:block;
  margin-top:6px;
  color:#171914;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:0;
}

.pricing-intro h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.12;
  font-weight:700;
}

.pricing-intro h2 i{
  color:#A6712E;
  font-family:Georgia,"Times New Roman",serif;
  font-size:37px;
  font-style:normal;
  font-weight:700;
}

.premium-star{
  margin-left:7px;
  color:#C18A37;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  vertical-align:5px;
}

.pricing-divider{
  width:250px;
  margin:18px 0 18px;
  display:grid;
  grid-template-columns:1fr 18px 1fr;
  align-items:center;
  gap:9px;
}

.pricing-divider span{
  height:1px;
  background:#ded6cd;
}

.pricing-divider b{
  color:#C18A37;
  font-size:14px;
  text-align:center;
}

.pricing-intro .pricing-lead{
  max-width:285px;
  margin:0 0 20px;
  color:#454840;
  font-size:13px;
  line-height:1.6;
}

.pricing-benefits{
  display:grid;
  gap:11px;
}

.pricing-benefits > div{
  display:grid;
  grid-template-columns:36px 1fr;
  align-items:center;
  gap:10px;
}

.pricing-benefit-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf2e9;
  color:#365a3d;
  font-size:17px;
  font-weight:700;
}

.pricing-benefits p{
  margin:0;
  line-height:1.15;
}

.pricing-benefits strong{
  display:block;
  margin-bottom:3px;
  color:#365a3d;
  font-size:12px;
}

.pricing-benefits small{
  display:block;
  color:#60635c;
  font-size:10px;
}

/* Give the plan cards the same gentle life as the homepage cards */
.plans article{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.plans article:hover{
  transform:translateY(-3px);
  box-shadow:0 9px 22px rgba(54,44,35,.09);
}

.plans article.creator{
  border:2px solid #7f987f;
  background:#fcfdfb;
  box-shadow:0 5px 15px rgba(52,76,52,.08);
}

.plans article.creator .price{
  color:#365a3d;
  font-weight:600;
}

.plans button{
  transition:transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.plans button:hover{
  transform:translateY(-1px);
  filter:brightness(.97);
  box-shadow:0 4px 9px rgba(54,44,35,.10);
}

/* Polished reassurance strip */
.trust{
  grid-column:2 / 3;
  min-height:58px;
  margin-top:14px;
  padding:8px 18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border:1px solid #e0e4dc;
  border-radius:999px;
  background:#f2f5ef;
}

.trust-item{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  position:relative;
}

.trust-item + .trust-item::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  bottom:8px;
  width:1px;
  background:#d7ddd3;
}

.trust-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#365a3d;
  font-size:16px;
  font-weight:700;
}

.trust-item div{
  min-width:0;
}

.trust-item strong{
  display:block;
  margin-bottom:2px;
  color:#344C34;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
}

.trust-item small{
  display:block;
  color:#666a62;
  font-size:9px;
  line-height:1.1;
  white-space:nowrap;
}

/* =========================================================
   PREMIUM PRICING - READABILITY + TIGHTER HEIGHT
   Makes the text easier to read and removes wasted space.
   ========================================================= */

.pricing{
  grid-template-rows:auto auto;
  align-items:start;
}

.pricing-intro{
  padding-top:6px;
}

.pricing-intro .pricing-lead{
  max-width:292px;
  font-size:14px;
  line-height:1.65;
}

.pricing-benefits{
  gap:13px;
}

.pricing-benefits > div{
  grid-template-columns:40px 1fr;
  gap:11px;
}

.pricing-benefit-icon{
  width:38px;
  height:38px;
  font-size:18px;
}

.pricing-benefits strong{
  font-size:14px;
  line-height:1.2;
}

.pricing-benefits small{
  font-size:11.5px;
  line-height:1.3;
}

.plans article{
  height:335px;
}

.plans article h3{
  font-size:19px;
}

.plans article header p{
  font-size:13px;
}

.plans .price{
  font-size:30px;
}

.plans .price small{
  font-size:13px;
}

.plans ul{
  font-size:13px;
  line-height:1.4;
}

.plans li{
  margin-bottom:8px;
}

.plans button{
  height:38px;
  flex-basis:38px;
  font-size:14px;
}

.trust{
  margin-top:18px;
  min-height:62px;
}

.trust-item strong{
  font-size:12px;
}

.trust-item small{
  font-size:10.5px;
}

.pricing.panel{
  padding-bottom:18px;
}



/* =========================================================
   PREMIUM PRICING - FINAL GRID FIX
   Left intro spans both rows so the trust strip can sit
   directly below the plan cards without collapsing them.
   ========================================================= */

.pricing{
  grid-template-columns:330px 1fr;
  grid-template-rows:auto auto;
  column-gap:22px;
  row-gap:14px;
  align-items:start;
}

.pricing-intro{
  grid-column:1;
  grid-row:1 / span 2;
}

.plans{
  grid-column:2;
  grid-row:1;
  width:100%;
}

.trust{
  grid-column:2;
  grid-row:2;
  width:100%;
  margin-top:0;
  align-self:start;
}

.pricing.panel{
  padding-bottom:18px;
}
