/* PourCalc site — transcribed 1:1 from PourCalc-Web.dc.html */
* { box-sizing: border-box; }
html, body { margin: 0; background: #F6EFE3; }
body { color: #3B2E26; font-family: 'Nunito', system-ui, sans-serif; min-height: 100vh; }
a { color: #C98B4B; text-decoration: none; }
a:hover { color: #a56f36; }

.quick { font-family: 'Quicksand', sans-serif; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,239,227,0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid #eaddca; }
.site-header .inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; }
.brand { display: flex; align-items: center; gap: 10px; color: #3B2E26; }
.brand .logo { width: 32px; height: 32px; border-radius: 12px; background: #E8804A; display: flex; align-items: center; justify-content: center; }
.brand .name { font-family: 'Quicksand', sans-serif; font-size: 20px; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 15px; font-weight: 700; color: #8a7a6c; }
.nav a.active { font-weight: 800; color: #3B2E26; }
.nav a.cta { background: #3B2E26; color: #F6EFE3; font-size: 14px; font-weight: 700; border-radius: 12px; padding: 10px 18px; }

/* hero */
.hero { max-width: 1140px; margin: 0 auto; padding: 70px 28px 40px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero .pill { display: inline-block; font-family: 'Quicksand', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #a56f36; background: #f2e2ce; border-radius: 20px; padding: 7px 14px; margin-bottom: 22px; }
.hero h1 { font-family: 'Quicksand', sans-serif; font-size: 58px; font-weight: 700; line-height: 1.02; letter-spacing: -1px; margin: 0 0 20px; }
.hero .sub { font-size: 19px; line-height: 1.5; color: #8a7a6c; max-width: 450px; margin-bottom: 32px; font-weight: 600; }
.hero .cta-row { display: flex; gap: 14px; align-items: center; }
.store-btn { display: flex; align-items: center; gap: 10px; background: #3B2E26; color: #F6EFE3; border-radius: 14px; padding: 14px 22px; }
.store-btn .small { font-size: 10px; font-weight: 700; color: #c7ac8f; }
.store-btn .big { font-size: 17px; font-weight: 700; }
.price-note { font-size: 13px; color: #a08d7c; line-height: 1.4; font-weight: 700; }

/* phone mockup */
.phone-wrap { display: flex; justify-content: center; height: 560px; overflow: hidden; align-items: flex-start; }
.phone { width: 402px; height: 874px; transform: scale(0.62); transform-origin: top center; background: #F6EFE3; border-radius: 54px; border: 10px solid #3B2E26; overflow: hidden; box-shadow: 0 30px 60px rgba(59,46,38,0.25); }
.phone .p-head { padding: 64px 22px 12px; }
.phone .p-back { color: #C98B4B; font-family: 'Quicksand', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.phone .p-title { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 26px; }
.phone .p-card { margin: 0 18px; background: #fff; border-radius: 20px; padding: 18px; }
.phone .p-card .row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.phone .p-card .k { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #b09a86; }
.phone .p-card .v { font-family: 'Quicksand', sans-serif; font-size: 19px; font-weight: 700; }
.phone .p-card .vol { font-size: 14px; color: #a08d7c; font-weight: 700; }
.phone .p-results { margin: 14px 18px 0; display: flex; gap: 12px; }
.phone .p-result { flex: 1; border-radius: 20px; padding: 18px 16px; }
.phone .p-result.wax { background: #3B2E26; color: #F6EFE3; }
.phone .p-result.fo { background: #E8804A; color: #fff; }
.phone .p-result .label { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.phone .p-result.wax .label { color: #c7ac8f; }
.phone .p-result.fo .label { color: #ffe0cf; }
.phone .p-result .num { font-size: 40px; font-weight: 800; line-height: 1; margin-top: 4px; }
.phone .p-result .unit { font-size: 13px; font-weight: 700; }
.phone .p-result.wax .unit { color: #c7ac8f; }
.phone .p-result.fo .unit { color: #ffe0cf; }
.phone .p-total { margin: 10px 18px 0; display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 16px; padding: 14px 18px; }
.phone .p-total .l { font-size: 14px; font-weight: 700; color: #8a7a6c; }
.phone .p-total .v { font-size: 22px; font-weight: 800; color: #3B2E26; }

/* features */
.features { background: #fff; border-top: 1px solid #eaddca; border-bottom: 1px solid #eaddca; }
.features .inner { max-width: 1140px; margin: 0 auto; padding: 64px 28px; }
.kicker { font-family: 'Quicksand', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #b09a86; margin-bottom: 10px; }
.features h2 { font-family: 'Quicksand', sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -0.5px; max-width: 560px; margin: 0 0 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: #faf4ea; border-radius: 20px; padding: 24px; }
.feature-card .tag { font-family: 'Quicksand', sans-serif; font-size: 13px; font-weight: 700; color: #E8804A; margin-bottom: 14px; }
.feature-card .title { font-family: 'Quicksand', sans-serif; font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.feature-card .body { font-size: 14px; line-height: 1.55; color: #8a7a6c; font-weight: 600; }

/* pricing highlight */
.trust { max-width: 1140px; margin: 0 auto; padding: 72px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.trust .kicker { color: #E8804A; margin-bottom: 12px; }
.trust h2 { font-family: 'Quicksand', sans-serif; font-size: 36px; font-weight: 700; letter-spacing: -0.5px; line-height: 1.1; margin: 0 0 20px; }
.trust p { font-size: 17px; line-height: 1.6; color: #8a7a6c; font-weight: 600; margin: 0; }
.cost-card { background: #E8804A; border-radius: 24px; padding: 32px; color: #fff; }
.cost-card .line { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.cost-card .line span:first-child { font-weight: 700; }
.cost-card .line .num { font-weight: 800; font-size: 20px; }
.cost-card .retail { display: flex; justify-content: space-between; padding: 16px 0 0; align-items: center; }
.cost-card .retail .l { font-weight: 700; font-size: 18px; }
.cost-card .retail .v { font-weight: 800; font-size: 36px; }

/* pricing */
.pricing { max-width: 1140px; margin: 0 auto; padding: 0 28px 80px; }
.pricing .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan { background: #fff; border-radius: 22px; padding: 32px; }
.plan .plan-name { font-size: 15px; font-weight: 700; color: #a08d7c; margin-bottom: 6px; }
.plan .plan-price { font-family: 'Quicksand', sans-serif; font-size: 40px; font-weight: 700; margin-bottom: 18px; }
.plan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.plan li { font-size: 15px; color: #8a7a6c; font-weight: 600; }
.plan.pro { background: #3B2E26; color: #F6EFE3; position: relative; }
.plan.pro .plan-name { color: #E8804A; }
.plan.pro .plan-price { margin-bottom: 2px; }
.plan.pro .per { font-size: 18px; color: #c7ac8f; font-family: 'Nunito', sans-serif; }
.plan.pro .monthly { font-size: 12px; color: #a58f78; margin-bottom: 18px; font-weight: 700; }
.plan.pro li { color: #e6d8c6; }
.plan.pro .badge { position: absolute; top: 26px; right: 28px; font-size: 11px; font-weight: 800; color: #3B2E26; background: #E8804A; border-radius: 20px; padding: 5px 11px; }

/* content pages */
.page { max-width: 820px; margin: 0 auto; padding: 64px 28px 90px; }
.page.narrow { max-width: 760px; }
.page .kicker { color: #E8804A; margin-bottom: 12px; }
.page h1 { font-family: 'Quicksand', sans-serif; font-size: 42px; font-weight: 700; letter-spacing: -0.5px; margin: 0 0 14px; }
.page.narrow h1 { font-size: 38px; margin-bottom: 6px; }
.page .date { font-size: 13px; color: #a08d7c; margin-bottom: 30px; font-weight: 700; }
.page .lede { font-size: 17px; color: #8a7a6c; margin-bottom: 34px; font-weight: 600; }
.legal p { font-size: 15px; line-height: 1.7; color: #5c4d40; margin: 0 0 14px; font-weight: 600; }
.legal h3 { font-family: 'Quicksand', sans-serif; font-size: 20px; font-weight: 700; color: #3B2E26; margin: 32px 0 10px; }
.legal li { font-size: 15px; line-height: 1.7; color: #5c4d40; margin-bottom: 7px; font-weight: 600; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq { background: #fff; border-radius: 16px; padding: 22px 24px; }
.faq .q { font-family: 'Quicksand', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.faq .a { font-size: 15px; line-height: 1.6; color: #8a7a6c; font-weight: 600; }
.steps { background: #fff; border-radius: 16px; padding: 22px 24px; margin-top: 24px; }
.steps ol { margin: 0; padding-left: 20px; }
.steps li { font-size: 15px; line-height: 1.8; color: #5c4d40; font-weight: 600; }

/* footer */
.site-footer { border-top: 1px solid #eaddca; background: #f0e6d6; }
.site-footer .inner { max-width: 1140px; margin: 0 auto; padding: 36px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .copy { font-size: 13px; color: #a08d7c; font-weight: 700; }
.site-footer .links { display: flex; gap: 22px; }
.site-footer .links a { color: #8a7a6c; font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .phone-wrap { height: 420px; }
  .feature-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .pricing .grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .nav { gap: 14px; flex-wrap: wrap; }
}
