:root { --green-900:#0B3D2E; --green-800:#124F3B; --green-700:#1A6B52; --gold:#C9A961; --gold-light:#E0C47E; --gold-pale:#FAF5E6; --cream:#FBF9F4; --white:#FFFFFF; --gray-100:#F4F5F7; --gray-300:#D1D5DB; --gray-400:#9CA3AF; --gray-500:#6B7280; --gray-700:#374151; --red-soft:#FEF2F2; --red:#DC2626; --green-soft:#F0FDF4; --green:#16A34A; --radius:16px; --shadow:0 4px 24px rgba(11,61,46,0.15); }
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:'Inter',sans-serif; background:var(--green-900); min-height:100dvh; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; padding:0 0 40px; overflow-x:hidden; }
.header { width:100%; background:linear-gradient(160deg,var(--green-800) 0%,var(--green-900) 100%); padding:28px 24px 40px; text-align:center; position:relative; overflow:hidden; }
.header::before { content:''; position:absolute; top:-40px; right:-40px; width:180px; height:180px; border-radius:50%; background:radial-gradient(circle,rgba(201,169,97,0.18) 0%,transparent 70%); pointer-events:none; }
.logo-area { display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:6px; }
.logo-badge { width:48px; height:48px; background:var(--gold); border-radius:10px; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:28px; font-weight:800; color:var(--green-900); flex-shrink:0; letter-spacing:-1px; }
.brand-text { text-align:left; line-height:1.1; }
.brand-name { font-family:'Playfair Display',serif; font-size:22px; font-weight:700; color:var(--white); letter-spacing:0.3px; }
.brand-sub { font-size:10px; color:var(--gold-light); letter-spacing:2.5px; text-transform:uppercase; font-weight:600; margin-top:3px; }
.header-tagline { font-family:'Playfair Display',serif; font-size:28px; font-weight:700; letter-spacing:0.2px; color:var(--white); line-height:1.15; margin-top:22px; }
.header-tagline span { color:var(--gold-light); font-style:italic; }
.header-sub { font-size:13px; color:rgba(255,255,255,0.65); margin-top:8px; line-height:1.5; font-weight:400; }
.card { background:var(--white); border-radius:var(--radius); margin:-20px 16px 0; width:calc(100% - 32px); max-width:420px; box-shadow:var(--shadow); overflow:hidden; position:relative; z-index:10; border-top:3px solid var(--gold); }
.screen { display:none; animation:fadeUp 0.32s ease forwards; }
.screen.active { display:block; }
@keyframes fadeUp { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
.sentiment-wrap { padding:28px 20px 24px; text-align:center; }
.sentiment-q { font-family:'Playfair Display',serif; font-size:22px; font-weight:700; color:var(--green-900); margin-bottom:4px; }
.sentiment-hint { font-size:13px; color:var(--gray-500); margin-bottom:24px; }
.emoji-row { display:flex; justify-content:center; gap:10px; margin-bottom:22px; flex-wrap:wrap; }
.emoji-btn { width:62px; height:62px; border-radius:50%; border:2.5px solid var(--gray-300); background:var(--gray-100); font-size:28px; cursor:pointer; transition:all 0.18s ease; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.emoji-btn:active { transform:scale(0.9); }
.emoji-btn.selected-happy { border-color:var(--green); background:var(--green-soft); box-shadow:0 0 0 4px rgba(22,163,74,0.12); }
.emoji-btn.selected-unhappy { border-color:var(--red); background:var(--red-soft); box-shadow:0 0 0 4px rgba(220,38,38,0.12); }
.tap-cta { font-size:12px; color:var(--gray-500); margin-top:6px; letter-spacing:0.3px; }
.happy-wrap { padding:28px 20px 28px; text-align:center; }
.happy-icon { width:64px; height:64px; background:var(--gold-pale); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:30px; margin:0 auto 16px; border:2px solid var(--gold-light); }
.happy-title { font-family:'Playfair Display',serif; font-size:26px; font-weight:700; color:var(--green-900); margin-bottom:8px; }
.happy-body { font-size:14px; color:var(--gray-700); line-height:1.6; margin-bottom:22px; }
.btn-google { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:16px 20px; background:var(--gold); color:var(--green-900); border:none; border-radius:12px; font-family:'Inter',sans-serif; font-size:16px; font-weight:700; cursor:pointer; text-decoration:none; transition:background 0.18s ease; letter-spacing:0.2px; }
.btn-google:active { background:#b8982f; }
.google-logo { width:22px; height:22px; background:white; border-radius:4px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.google-g { font-family:'Playfair Display',serif; font-size:15px; color:#4285F4; line-height:1; font-weight:700; }
.stars-preview { display:flex; justify-content:center; gap:4px; margin-bottom:14px; font-size:26px; }
.happy-footer { font-size:12px; color:var(--gray-500); margin-top:14px; line-height:1.5; }
.form-wrap { padding:24px 20px 28px; }
.form-icon { width:54px; height:54px; background:var(--gold-pale); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:14px; border:2px solid var(--gold-light); }
.form-title { font-family:'Playfair Display',serif; font-size:24px; font-weight:700; color:var(--green-900); margin-bottom:6px; }
.form-body { font-size:13px; color:var(--gray-500); line-height:1.55; margin-bottom:22px; }
.field-group { margin-bottom:14px; }
label { display:block; font-size:12px; font-weight:600; color:var(--gray-700); text-transform:uppercase; letter-spacing:0.8px; margin-bottom:6px; }
input[type="text"],input[type="tel"],input[type="email"],textarea,select { width:100%; padding:13px 14px; border:1.5px solid var(--gray-300); border-radius:10px; font-family:'Inter',sans-serif; font-size:15px; color:var(--green-900); background:var(--white); appearance:none; transition:border-color 0.15s ease; outline:none; }
input:focus,textarea:focus,select:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,169,97,0.15); }
textarea { resize:none; height:100px; line-height:1.5; }
.rating-row { display:flex; gap:8px; }
.rating-chip { flex:1; padding:10px 4px; border:1.5px solid var(--gray-300); border-radius:8px; text-align:center; font-size:12px; font-weight:600; color:var(--gray-500); cursor:pointer; transition:all 0.15s ease; background:var(--white); user-select:none; }
.rating-chip span { display:block; font-size:18px; margin-bottom:3px; }
.rating-chip.sel { border-color:var(--gold); background:var(--gold-pale); color:var(--green-900); }
.service-row { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.service-chip { padding:10px 8px; border:1.5px solid var(--gray-300); border-radius:8px; text-align:center; font-size:12px; font-weight:500; color:var(--gray-700); cursor:pointer; transition:all 0.15s ease; background:var(--white); user-select:none; }
.service-chip.sel { border-color:var(--gold); background:var(--gold-pale); color:var(--green-900); font-weight:600; }
.btn-submit { width:100%; padding:16px; background:var(--green-900); color:var(--white); border:none; border-radius:12px; font-family:'Inter',sans-serif; font-size:16px; font-weight:600; cursor:pointer; margin-top:20px; transition:background 0.18s ease; position:relative; letter-spacing:0.2px; }
.btn-submit:active { background:#072820; }
.btn-submit:disabled { opacity:0.6; cursor:not-allowed; }
.btn-submit .spinner { display:none; width:18px; height:18px; border:2.5px solid rgba(255,255,255,0.3); border-top-color:white; border-radius:50%; animation:spin 0.7s linear infinite; position:absolute; right:20px; top:50%; transform:translateY(-50%); }
@keyframes spin { to { transform:translateY(-50%) rotate(360deg); } }
.btn-submit.loading .spinner { display:block; }
.btn-submit.loading { pointer-events:none; }
.privacy-note { font-size:11px; color:var(--gray-500); text-align:center; margin-top:10px; line-height:1.5; }
.ty-wrap { padding:36px 20px 32px; text-align:center; }
.ty-circle { width:80px; height:80px; background:linear-gradient(135deg,var(--green-800),var(--green-900)); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:36px; margin:0 auto 18px; box-shadow:0 4px 20px rgba(11,61,46,0.25); position:relative; }
.ty-circle::after { content:''; position:absolute; inset:-4px; border-radius:50%; border:2px solid var(--gold); opacity:0.5; }
.ty-title { font-family:'Playfair Display',serif; font-size:30px; font-weight:700; color:var(--green-900); margin-bottom:10px; }
.ty-body { font-size:14px; color:var(--gray-500); line-height:1.6; margin-bottom:24px; }
.ty-badge { display:inline-flex; align-items:center; gap:8px; background:var(--gold-pale); border:1px solid var(--gold-light); border-radius:30px; padding:8px 16px; font-size:13px; color:var(--green-900); font-weight:600; }
.footer-strip { margin-top:20px; text-align:center; padding:0 16px; }
.footer-strip p { font-size:11px; color:rgba(255,255,255,0.35); letter-spacing:0.5px; }
.back-link { display:inline-flex; align-items:center; gap:5px; font-size:12px; color:var(--gray-500); cursor:pointer; margin-bottom:16px; user-select:none; background:none; border:none; padding:0; font-family:'Inter',sans-serif; }
.back-link:hover { color:var(--green-900); }
.err { border-color:var(--red) !important; }
.err-msg { font-size:11px; color:var(--red); margin-top:4px; display:none; }
.err-msg.show { display:block; }
.req { color:var(--red); margin-left:2px; }