.foreign-contact-section{--cf-accent:#8d6b55;--cf-accent-dark:#6f4f3c;--cf-soft:#f7f2ee;--cf-line:#ddd2ca;--cf-text:#332f2c;--cf-error:#b22d2d;width:min(1120px,calc(100% - 48px));margin:0 auto 100px;color:var(--cf-text)}.foreign-contact-intro{text-align:center;margin-bottom:34px}.foreign-contact-intro h2{font-size:clamp(26px,4vw,42px);line-height:1.35;margin:8px 0 18px}.foreign-contact-intro>p{max-width:850px;margin:0 auto;line-height:1.9}.cf-kicker{font-size:13px;font-weight:800;letter-spacing:.18em;color:var(--cf-accent)}.cf-email-only{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;max-width:900px;margin:28px auto 0;padding:18px 22px;text-align:left;border:1px solid #d9c8bb;border-radius:12px;background:#fffaf6}.cf-email-only strong{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 14px;border-radius:999px;background:var(--cf-accent);color:#fff;letter-spacing:.08em}.cf-email-only p{margin:0;line-height:1.8}.cf-config-warning,.cf-global-message{margin:20px 0;padding:14px 18px;border-radius:10px}.cf-config-warning{border:1px solid #e0b978;background:#fff7e5;color:#76520c}.cf-global-message{border:1px solid #e2a3a3;background:#fff1f1;color:#8c2222;font-weight:700}.cf-global-message.is-success{border-color:#9bc8a5;background:#edf8ef;color:#255e31}.cf-progress{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:32px 0 26px;padding:0;list-style:none}.cf-progress li{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;color:#8b837d;font-size:12px}.cf-progress li::before{content:"";position:absolute;top:17px;left:calc(-50% + 18px);width:calc(100% - 36px);height:2px;background:#dfd8d2}.cf-progress li:first-child::before{display:none}.cf-progress span{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;border:2px solid #cec5be;border-radius:50%;background:#fff;font-weight:800}.cf-progress em{font-style:normal}.cf-progress li.is-active,.cf-progress li.is-complete{color:var(--cf-accent-dark);font-weight:700}.cf-progress li.is-active span,.cf-progress li.is-complete span{border-color:var(--cf-accent);background:var(--cf-accent);color:#fff}.cf-progress li.is-complete::before,.cf-progress li.is-active::before{background:var(--cf-accent)}.foreign-contact-form{position:relative;border:1px solid var(--cf-line);border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(66,48,38,.08);overflow:hidden}.cf-step{padding:clamp(24px,5vw,58px)}.cf-step-heading{display:flex;align-items:flex-start;gap:18px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--cf-line)}.cf-step-heading>span{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border-radius:50%;background:var(--cf-accent);color:#fff;font-size:17px;font-weight:800}.cf-step-heading h3{margin:0 0 8px;font-size:clamp(22px,3vw,32px)}.cf-step-heading p{margin:0;color:#6e6761;line-height:1.75}.cf-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px}.cf-field{min-width:0}.cf-field-wide,.cf-choice-field,.cf-conditional{grid-column:1/-1}.cf-field>label,.cf-choice-field>legend,.cf-verification>label{display:block;margin-bottom:8px;font-weight:700}.cf-field input[type=text],.cf-field input[type=email],.cf-field input[type=tel],.cf-field input[type=number],.cf-field input[type=file],.cf-field select,.cf-field textarea,.cf-verification input{width:100%;border:1px solid #bdb4ad;border-radius:9px;background:#fff;padding:13px 14px;color:inherit;font:inherit;line-height:1.5;transition:border-color .2s,box-shadow .2s}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus,.cf-verification input:focus{outline:none;border-color:var(--cf-accent);box-shadow:0 0 0 3px rgba(141,107,85,.15)}.cf-field textarea{resize:vertical}.cf-field input[type=file]{padding:10px}.cf-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:11px;vertical-align:middle}.cf-required{background:#a64242;color:#fff}.cf-optional{background:#ebe6e2;color:#665c55}.cf-note{margin:7px 0 0;color:#766e68;font-size:13px;line-height:1.6}.cf-error{min-height:1.4em;margin:5px 0 0;color:var(--cf-error);font-size:13px;font-weight:700}.cf-field.is-error input,.cf-field.is-error select,.cf-field.is-error textarea,.cf-choice-field.is-error{border-color:var(--cf-error)}.cf-choice-grid,.cf-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cf-choice,.cf-check{position:relative;display:flex;align-items:center;min-height:52px;border:1px solid #cfc6bf;border-radius:9px;background:#fff;cursor:pointer}.cf-choice input,.cf-check input{position:absolute;opacity:0;pointer-events:none}.cf-choice span,.cf-check span{display:flex;align-items:center;width:100%;min-height:50px;padding:10px 12px 10px 42px;border-radius:8px;line-height:1.45}.cf-choice span::before,.cf-check span::before{content:"";position:absolute;left:14px;top:50%;width:17px;height:17px;border:2px solid #aaa099;background:#fff;transform:translateY(-50%)}.cf-choice span::before{border-radius:50%}.cf-check span::before{border-radius:4px}.cf-choice input:checked+span,.cf-check input:checked+span{background:#f5ede8;color:var(--cf-accent-dark);box-shadow:inset 0 0 0 2px var(--cf-accent);font-weight:700}.cf-choice input:checked+span::before{border:5px solid var(--cf-accent)}.cf-check input:checked+span::before{border-color:var(--cf-accent);background:var(--cf-accent)}.cf-check input:checked+span::after{content:"";position:absolute;left:20px;top:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-58%) rotate(45deg)}.cf-nested{margin-top:0;padding:24px;border-left:4px solid var(--cf-accent);border-radius:0 12px 12px 0;background:var(--cf-soft)}.cf-step-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:38px}.cf-button,.cf-text-button{appearance:none;border:0;cursor:pointer;font:inherit;font-weight:800}.cf-button{min-width:210px;padding:14px 24px;border-radius:999px;background:var(--cf-accent);color:#fff;box-shadow:0 6px 14px rgba(96,65,47,.15)}.cf-button:hover{background:var(--cf-accent-dark)}.cf-button:disabled{cursor:not-allowed;opacity:.55}.cf-button-secondary{border:1px solid var(--cf-accent);background:#fff;color:var(--cf-accent-dark);box-shadow:none}.cf-text-button{padding:10px;background:transparent;color:var(--cf-accent-dark);text-decoration:underline}.cf-privacy{padding:18px;border-radius:10px;background:#f7f5f3}.cf-privacy label{display:flex;align-items:flex-start;gap:12px;margin:0;font-weight:500;line-height:1.75}.cf-privacy input{flex:0 0 auto;width:20px;height:20px;margin-top:3px}.cf-file-list{margin:8px 0 0;padding-left:20px;font-size:13px}.cf-review{display:grid;grid-template-columns:minmax(180px,30%) 1fr;margin:0;border-top:1px solid var(--cf-line)}.cf-review dt,.cf-review dd{margin:0;padding:14px 16px;border-bottom:1px solid var(--cf-line)}.cf-review dt{background:var(--cf-soft);font-weight:700}.cf-review dd{white-space:pre-wrap;overflow-wrap:anywhere}.cf-verification{max-width:650px;margin:34px auto 0;padding:28px;border:2px solid var(--cf-accent);border-radius:14px;background:#fffaf7;text-align:center}.cf-verification h4{margin:0 0 8px;font-size:24px}.cf-verification>p{margin:6px 0}.cf-sent-address{font-weight:800;overflow-wrap:anywhere}.cf-verification>label{margin-top:22px}.cf-verification input{max-width:320px;text-align:center;font-size:28px;font-weight:800;letter-spacing:.35em}.cf-code-timer{min-height:1.6em;color:#7b5b48;font-weight:700}.cf-success{padding:clamp(40px,8vw,90px) 24px;text-align:center}.cf-success-mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#4d8b5d;color:#fff;font-size:38px;font-weight:800}.cf-success h3{margin:0 0 14px;font-size:clamp(25px,4vw,38px)}.cf-reference{display:inline-grid;gap:5px;margin-top:20px;padding:15px 28px;border:1px solid var(--cf-line);border-radius:10px;background:var(--cf-soft)}.cf-reference span{font-size:13px}.cf-reference strong{font-size:22px;letter-spacing:.05em}.cf-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.foreign-contact-form.is-busy::after{content:"";position:absolute;inset:0;z-index:20;background:rgba(255,255,255,.7);cursor:wait}.foreign-contact-form.is-busy::before{content:"";position:absolute;z-index:21;top:50%;left:50%;width:38px;height:38px;margin:-19px;border:4px solid #d8cec7;border-top-color:var(--cf-accent);border-radius:50%;animation:cf-spin .8s linear infinite}@keyframes cf-spin{to{transform:rotate(360deg)}}@media(max-width:850px){.cf-choice-grid,.cf-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-progress em{display:none}.cf-progress li::before{left:calc(-50% + 16px);width:calc(100% - 32px)}}@media(max-width:640px){.foreign-contact-section{width:min(100% - 24px,1120px);margin-bottom:70px}.cf-email-only{grid-template-columns:1fr;text-align:center}.cf-email-only strong{justify-self:center}.cf-progress{gap:2px;margin-top:24px}.cf-progress span{width:30px;height:30px;font-size:12px}.cf-progress li::before{top:14px;left:calc(-50% + 14px);width:calc(100% - 28px)}.cf-step{padding:26px 18px}.cf-step-heading{gap:12px}.cf-step-heading>span{flex-basis:42px;width:42px;height:42px}.cf-fields{grid-template-columns:1fr;gap:19px}.cf-choice-grid,.cf-check-grid{grid-template-columns:1fr}.cf-nested{padding:18px 14px}.cf-button{width:100%;min-width:0}.cf-text-button{width:100%}.cf-review{grid-template-columns:1fr}.cf-review dt{padding-bottom:5px;border-bottom:0}.cf-review dd{padding-top:5px}.cf-verification{padding:22px 14px}.cf-verification input{font-size:24px;letter-spacing:.25em}}
