/*
Theme Name: Daak Clean Rebuild
Version: 1.0
*/

* { box-sizing: border-box; margin: 0; padding: 0; }
.site { max-width: 680px; margin: 0 auto; font-family: 'EB Garamond', Georgia, serif; color: #1A1A1A; background: #F5F0E8; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0 16px; border-bottom: 0.5px solid #D4B896; margin-bottom: 56px; }
.nav-logo { font-size: 18px; font-weight: 500; color: #8B5E3C; letter-spacing: 0.04em; }
.nav-logo span { font-style: italic; font-weight: 400; }
.nav-cta { font-size: 12px; color: #8B5E3C; border: 0.5px solid #8B5E3C; padding: 6px 16px; border-radius: 2px; letter-spacing: 0.06em; text-transform: uppercase; font-family: Georgia, serif; cursor: pointer; background: transparent; }
.nav-cta:hover { background: #8B5E3C; color: #F5F0E8; }

.hero { text-align: center; margin-bottom: 64px; }
.hero-eyebrow { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #C8972A; margin-bottom: 20px; font-family: Georgia, serif; }
.hero-title { font-size: 46px; font-weight: 400; color: #8B5E3C; line-height: 1.15; margin-bottom: 20px; font-style: italic; }
.hero-sub { font-size: 17px; line-height: 1.85; color: #1A1A1A; max-width: 500px; margin: 0 auto 32px; }
.hero-btn { display: inline-block; background: #C8972A; color: #F5F0E8; font-family: Georgia, serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 32px; border-radius: 2px; cursor: pointer; border: none; }
.hero-btn:hover { background: #8B5E3C; }
.hero-note { font-size: 13px; color: #999; margin-top: 12px; font-style: italic; }

.divider { text-align: center; color: #C8972A; font-size: 16px; margin: 48px 0; letter-spacing: 8px; }

.what-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 28px 0 48px; }
.what-card { background: #fff9f2; border: 0.5px solid #D4B896; border-radius: 4px; padding: 20px 16px; }
.what-card-icon { font-size: 19px; color: #C8972A; margin-bottom: 10px; }
.what-card-title { font-size: 14px; font-weight: 500; color: #8B5E3C; margin-bottom: 6px; font-family: Georgia, serif; }
.what-card-body { font-size: 13px; line-height: 1.65; color: #555; }

.section { margin-bottom: 64px; }
.section-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #C8972A; margin-bottom: 14px; font-family: Georgia, serif; }
.section-title { font-size: 28px; font-weight: 400; color: #8B5E3C; margin-bottom: 16px; line-height: 1.3; }
.section-body { font-size: 16px; line-height: 1.9; color: #1A1A1A; }
.section-body p { margin-bottom: 16px; }

.how-steps { margin: 28px 0; }
.step { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 28px; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: #F5F0E8; border: 0.5px solid #C8972A; display: flex; align-items: center; justify-content: center; font-size: 13px; color: #C8972A; font-family: Georgia, serif; flex-shrink: 0; margin-top: 2px; }
.step-text strong { display: block; font-size: 15px; color: #8B5E3C; margin-bottom: 4px; font-weight: 500; }
.step-text span { font-size: 14px; color: #555; line-height: 1.65; }

.june-callout { background: #fff9f2; border: 0.5px solid #D4B896; border-left: 3px solid #3D5A80; border-radius: 0 4px 4px 0; padding: 16px 20px; margin: 24px 0 0; font-size: 14px; line-height: 1.7; color: #3D5A80; font-style: italic; }

.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; margin: 28px 0 16px; }
.plan-card { background: #fff9f2; border: 0.5px solid #D4B896; border-radius: 4px; padding: 18px 14px; text-align: center; cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.plan-card:hover { border-color: #8B5E3C; }
.plan-card.featured .plan-badge { display: inline-block; }
.plan-card.active { border: 2px solid #3D5A80; background: #fff; }
.plan-badge { display: inline-block; font-size: 11px; background: #e8eef5; color: #185FA5; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; font-family: Georgia, serif; }
.plan-name { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #999; margin-bottom: 10px; font-family: Georgia, serif; }
.plan-price { font-size: 28px; color: #8B5E3C; line-height: 1; margin-bottom: 2px; }
.plan-per { font-size: 12px; color: #999; margin-bottom: 10px; font-style: italic; }
.plan-total { font-size: 13px; color: #555; padding-top: 10px; border-top: 0.5px solid #D4B896; }
.plan-save { font-size: 12px; color: #3B6D11; margin-top: 3px; }

.form-wrap { background: #fff9f2; border: 0.5px solid #D4B896; border-radius: 4px; padding: 32px 28px; margin-top: 16px; }
.form-row { margin-bottom: 18px; }
.form-label { display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #8B5E3C; margin-bottom: 7px; font-family: Georgia, serif; }
.form-input { width: 100%; padding: 10px 14px; border: 0.5px solid #D4B896; border-radius: 2px; font-size: 15px; font-family: Georgia, serif; color: #1A1A1A; background: #F5F0E8; outline: none; }
.form-input:focus { border-color: #8B5E3C; }
.plan-select { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.plan-opt { border: 0.5px solid #D4B896; border-radius: 2px; padding: 10px 6px; text-align: center; cursor: pointer; background: #F5F0E8; transition: background 0.15s, border-color 0.15s; }
.plan-opt:hover { border-color: #8B5E3C; }
.plan-opt.active { background: #8B5E3C; border-color: #8B5E3C; }
.plan-opt .po-name { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 0.05em; display: block; margin-bottom: 4px; }
.plan-opt.active .po-name { color: #F5F0E8; }
.plan-opt .po-price { font-size: 15px; font-weight: 500; color: #8B5E3C; display: block; }
.plan-opt.active .po-price { color: #F5F0E8; }
.plan-opt .po-save { font-size: 11px; color: #3B6D11; display: block; margin-top: 2px; }
.plan-opt.active .po-save { color: #d4f0c8; }
.submit-btn { width: 100%; background: #C8972A; color: #F5F0E8; font-family: Georgia, serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; padding: 15px; border-radius: 2px; border: none; cursor: pointer; margin-top: 8px; }
.submit-btn:hover { background: #8B5E3C; }
.form-privacy { font-size: 12px; color: #999; text-align: center; margin-top: 12px; font-style: italic; }

.insta-strip { border: 0.5px solid #D4B896; border-radius: 4px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff9f2; margin-bottom: 64px; }
.insta-left { display: flex; align-items: center; gap: 14px; }
.insta-icon { font-size: 22px; color: #8B5E3C; }
.insta-text strong { display: block; font-size: 15px; color: #8B5E3C; font-weight: 500; }
.insta-text span { font-size: 13px; color: #888; }
.insta-btn { font-size: 12px; color: #8B5E3C; border: 0.5px solid #8B5E3C; padding: 8px 18px; border-radius: 2px; font-family: Georgia, serif; cursor: pointer; background: transparent; white-space: nowrap; }
.insta-btn:hover { background: #8B5E3C; color: #F5F0E8; }

.footer { text-align: center; padding: 28px 0 32px; border-top: 0.5px solid #D4B896; }
.footer p { font-size: 13px; color: #999; line-height: 1.8; }
.footer .heart { color: #C8972A; }
