:root{--ink:#12211f;--forest:#155f6d;--pine:#1e7589;--moss:#2f99b2;--gold:#c3a03f;--cream:#faf9f5;--line:rgba(21,95,109,.16);--soft:#5b6a6d}
*{margin:0;padding:0;box-sizing:border-box}
html,body{background:var(--cream);overflow-x:hidden}
body.c8s{font-family:'Manrope',system-ui,sans-serif;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased}
.c8s-wrap{width:100%;max-width:720px;margin:0 auto;padding-inline:clamp(18px,5vw,32px)}
.c8s-top{border-bottom:1px solid var(--line);background:rgba(250,249,245,.92);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}
.c8s-top .c8s-wrap{display:flex;align-items:center;justify-content:space-between;height:62px}
.c8s-brand{display:flex;align-items:center;gap:10px;font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--forest);text-decoration:none}
.c8s-brand img{display:block;flex:none;height:34px;width:auto;max-width:none}
.c8s-topnote{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--soft)}
.c8s-top-right{display:flex;align-items:center;gap:14px}
.c8s-lang{display:flex;gap:4px;background:rgba(21,95,109,.08);border-radius:8px;padding:3px}
.c8s-lang-btn{border:0;background:transparent;padding:5px 9px;border-radius:6px;font-family:'Manrope',system-ui,sans-serif;font-size:.76rem;font-weight:600;color:var(--soft);cursor:pointer;line-height:1}
.c8s-lang-btn.is-on{background:var(--forest);color:var(--cream)}
@media(max-width:520px){.c8s-topnote{display:none}}
.c8s-main{padding-top:clamp(30px,6vw,54px);padding-bottom:80px}
/* Deliberately no padding-left/right above: this element also carries
   .c8s-wrap, which sets padding-inline for horizontal spacing everywhere
   else on the page (the header logo, the footer). The old rule used the
   3-value "padding: A 0 B" shorthand, which sets ALL FOUR longhand
   properties including padding-left/right=0, silently overriding
   .c8s-wrap's padding-inline for this one element. Confirmed live via
   getBoundingClientRect: the header logo sat inset 32px from the viewport
   edge as intended, while the heading and choice buttons directly below it
   spanned edge-to-edge with zero inset, because they inherited this rule's
   zeroed horizontal padding instead of .c8s-wrap's. */
.c8s-eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:14px}
.c8s h1{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(2rem,5.5vw,2.9rem);line-height:1.12;color:var(--forest);margin-bottom:16px}
.c8s h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(1.6rem,4vw,2.1rem);line-height:1.15;color:var(--forest);margin-bottom:12px}
.c8s-lede{font-size:1.02rem;color:#33474a;margin-bottom:14px}
.c8s-dim{color:var(--soft);font-size:.95rem}
.c8s-q{font-weight:600;font-size:1.04rem;margin:0 0 10px;display:flex;gap:10px;align-items:baseline}
.c8s-n{display:inline-flex;align-items:center;justify-content:center;flex:none;width:23px;height:23px;border-radius:50%;background:var(--forest);color:var(--cream);font-size:.72rem;font-weight:700;transform:translateY(2px)}
.c8s-hint{font-size:.86rem;color:var(--soft);margin:-4px 0 10px 33px}
.c8s-block{padding:22px 0;border-bottom:1px solid var(--line)}
.c8s-opts{display:flex;flex-direction:column;gap:7px;margin-left:33px}
.c8s-opt{display:flex;gap:11px;align-items:flex-start;padding:11px 14px;border:1px solid var(--line);border-radius:11px;cursor:pointer;background:#fff;transition:border-color .18s,background .18s}
.c8s-opt:hover{border-color:var(--moss);background:#fbfefe}
.c8s-opt input{accent-color:var(--forest);margin-top:4px;flex:none;width:16px;height:16px}
.c8s-opt span{font-size:.95rem}
.c8s-opt.is-on{border-color:var(--forest);background:rgba(47,153,178,.09)}
.c8s-text,.c8s-select{width:calc(100% - 33px);margin-left:33px;font:inherit;font-size:.95rem;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink)}
.c8s-text:focus,.c8s-select:focus,.c8s-field input:focus{outline:2px solid var(--moss);outline-offset:1px}
.c8s-text{resize:vertical;min-height:76px}
.c8s-choices{display:flex;flex-direction:column;gap:12px;margin-top:6px}
.c8s-choice{text-align:left;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;font:inherit;transition:border-color .18s,transform .18s,box-shadow .18s}
.c8s-choice:hover{border-color:var(--forest);transform:translateY(-1px);box-shadow:0 8px 22px rgba(21,95,109,.09)}
.c8s-choice-t{display:block;font-weight:700;font-size:1.05rem;color:var(--forest);margin-bottom:3px}
.c8s-choice-s{display:block;font-size:.88rem;color:var(--soft)}
.c8s-btn{display:inline-block;margin-top:26px;padding:14px 30px;border:0;border-radius:999px;background:var(--forest);color:var(--cream);font:inherit;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:background .2s}
.c8s-btn:hover{background:var(--pine)}
.c8s-btn[disabled]{opacity:.55;cursor:default}
.c8s-ghost{background:transparent;color:var(--forest);border:1px solid var(--line)}
.c8s-ghost:hover{background:#fff}
.c8s-back{background:none;border:0;color:var(--soft);font:inherit;font-size:.86rem;cursor:pointer;padding:0;margin-bottom:18px;display:block}
.c8s-back:hover{color:var(--forest)}
.c8s-field{display:block;margin-bottom:14px}
.c8s-field span{display:block;font-size:.86rem;font-weight:600;margin-bottom:6px}
.c8s-field em{font-style:normal;font-weight:400;color:var(--soft)}
.c8s-field input{width:100%;font:inherit;font-size:.95rem;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff}
.c8s-consents{display:flex;flex-direction:column;gap:10px;margin:18px 0 14px}
.c8s-check{display:flex;gap:11px;align-items:flex-start;font-size:.93rem;cursor:pointer}
.c8s-check input{accent-color:var(--forest);margin-top:3px;flex:none;width:16px;height:16px}
.c8s-fine{font-size:.84rem;color:var(--soft);border-left:2px solid var(--gold);padding-left:12px;margin-top:8px}
.c8s-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.c8s-err{margin-top:14px;padding:11px 14px;border-radius:10px;background:#fdeeee;color:#96281b;font-size:.9rem}
.c8s-done{text-align:center;padding-top:24px}
.c8s-tick{width:60px;height:60px;margin:0 auto 18px;border-radius:50%;background:var(--forest);color:var(--cream);font-size:1.7rem;display:flex;align-items:center;justify-content:center}
.c8s-foot{border-top:1px solid var(--line);padding-top:22px;padding-bottom:22px;font-size:.82rem;color:var(--soft);text-align:center}
/* Same fix and same reason as .c8s-main above: no padding-left/right here,
   so .c8s-wrap's padding-inline governs horizontal spacing on the footer's
   own .c8s-wrap div instead of being silently zeroed by this rule. */
.c8s-foot a{color:var(--forest)}
@media(max-width:520px){.c8s-opts,.c8s-hint{margin-left:0}.c8s-text,.c8s-select{width:100%;margin-left:0}.c8s-q{align-items:flex-start}}
