@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/cabin-condensed-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cabin-condensed-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/cabin-condensed-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/cabin-condensed-700.ttf) format('truetype');
}

:root{--ink:#203c46;--muted:#536d76;--blue:#3f7889;--line:#e2e6ef;--lime:#34b6c3;--surface:#fff}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:radial-gradient(ellipse at 95% 0,#e7f5f6 0,transparent 45%),#f6f9fa;font:16px/1.55 system-ui,-apple-system,'Segoe UI',sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #34b6c3;outline-offset:4px}header,main,footer{max-width:1160px;margin:auto}header{padding:25px 28px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:7px;text-decoration:none;font-size:27px;font-weight:800;letter-spacing:-1.3px}.brandmark{display:grid;place-items:center;background:var(--blue);color:white;width:36px;height:36px;border-radius:11px;font-size:26px;margin-right:4px}.brand-dot{color:#6b9c25}.version{font-size:12px;border:1px solid #d6dced;padding:5px 12px;border-radius:20px;color:var(--muted)}main{padding:12px 28px 36px}.heading{padding:8px 0 22px}.eyebrow{font-size:12px;font-weight:750;letter-spacing:1.5px;color:var(--blue);margin:0 0 9px}h1{font-size:clamp(34px,4vw,49px);line-height:1.16;letter-spacing:-1.8px;margin:0 0 13px}h1 span{color:var(--blue)}.heading>p:last-child{margin:0;color:var(--muted)}.steps{list-style:none;display:flex;gap:29px;padding:0;margin:5px 0 27px;font-size:14px;color:var(--muted)}.steps li{display:flex;align-items:center;gap:9px}.steps li>span{display:grid;place-items:center;border:1px solid #d9deea;width:26px;height:26px;border-radius:50%;font-size:12px}.steps li.active{color:var(--blue);font-weight:650}.steps li.active>span{color:white;background:var(--blue);border-color:var(--blue)}.layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:25px;align-items:start}.card{border:1px solid var(--line);border-radius:22px;background:white;padding:28px;box-shadow:0 9px 40px #20335904}.languages{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);gap:12px;align-items:end;margin-bottom:25px}label>span:first-child{display:block;font-size:14px;font-weight:650;margin-bottom:7px}.select-wrap{display:flex;align-items:center;position:relative}.language-icon{position:absolute;left:12px;font-weight:750;font-size:14px;color:var(--blue);pointer-events:none}.select-wrap select{padding-left:48px}.direction{padding-bottom:16px;color:#98a0b3}select,input[type=number],input[type=tel]{width:100%;min-width:0;border:1px solid #d7deeb;border-radius:11px;min-height:53px;padding:10px;color:var(--ink);background:white}select{font-size:16px}.mode-tabs{display:flex;background:#edf4f5;padding:5px;border-radius:12px;gap:4px;margin:0 0 17px}.mode-tabs button{flex:1;border:0;background:transparent;color:var(--muted);min-height:44px;border-radius:9px;font-size:15px;font-weight:650}.mode-tabs button[aria-pressed=true]{background:white;box-shadow:0 2px 8px #2738780c;color:var(--blue)}.drop{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border:1.5px dashed #8cc8d0;border-radius:15px;background:#f0f9fa;padding:26px 14px;color:var(--ink);gap:7px}.drop:hover,.drop.drag{background:#e1f3f5}.drop-icon{display:grid;place-items:center;width:47px;height:47px;border-radius:14px;background:#d9f0f3;color:var(--blue);font-size:31px;margin-bottom:2px}.drop strong{font-size:19px}.drop>span:not(.drop-icon):not(.drop-action){font-size:14px;color:var(--muted)}.drop-action{font-size:14px;font-weight:650;background:var(--blue);color:white;padding:8px 22px;border-radius:8px;margin-top:8px}.under-drop{text-align:center;color:var(--muted);font-size:12px;margin:11px 0 17px}.privacy{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:14px}.privacy svg{flex-shrink:0;color:var(--blue);margin-top:2px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-head h2{margin:0;font-size:21px;letter-spacing:-.4px}.section-head>span:not(.quote-tag){font-size:14px;color:var(--muted)}#documents{margin-top:28px;border-top:1px solid var(--line);padding-top:24px}.muted{color:var(--muted);font-size:14px}.page-list{display:grid;gap:12px}.page-item{border:1px solid var(--line);padding:13px;border-radius:12px;display:grid;grid-template-columns:65px minmax(0,1fr);gap:13px}.thumb{width:65px;height:82px;background:#edf4f5;border:0;border-radius:6px;padding:3px;overflow:hidden;color:var(--blue);font-size:13px;font-weight:750}.thumb img{width:100%;height:100%;object-fit:contain}.page-name{font-size:14px;font-weight:650;overflow-wrap:anywhere}.page-status{font-size:14px;color:var(--muted);margin-top:4px}.page-status.bad{color:#a32c36}.page-status.good{color:#307346}.page-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.text-button{background:none;border:0;color:var(--blue);font-size:14px;text-decoration:underline;text-underline-offset:3px;padding:6px 0;min-height:36px}.page-actions button{border:0;background:#f0f3f9;color:var(--ink);border-radius:6px;font-size:13px;padding:6px 10px;min-height:36px}.page-input{font-size:14px;margin-top:10px;display:block}.page-input input{max-width:110px;min-height:42px;margin-top:5px}.check-line{display:flex;gap:10px;align-items:flex-start;margin:20px 0;font-size:14px}.check-line input{width:19px;height:19px;accent-color:var(--blue);flex-shrink:0;margin-top:2px}.primary{display:flex;justify-content:space-between;gap:10px;align-items:center;min-height:54px;width:100%;padding:13px 18px;background:var(--blue);color:white;border:0;border-radius:11px;font-weight:650;font-size:15px}.primary:hover{background:#2b6273}.secondary{background:#e0f2f4;color:var(--blue);border:0;padding:12px 17px;border-radius:10px;min-height:44px;font-size:14px;font-weight:650}.notice,.error{font-size:14px;overflow-wrap:anywhere}.notice:empty,.error:empty{display:none}.error{color:#a62b36;background:#fff1f2;padding:12px;border-radius:8px}.notice{color:var(--blue)}progress{width:100%;height:8px;accent-color:var(--blue);margin-top:20px}#read-status{font-size:14px}.quote{background:#285866;color:#fff;border-color:#285866;position:sticky;top:22px}.quote-tag{font-size:11px;font-weight:700;letter-spacing:.6px;background:#ffffff15;color:#d2f5f6;border-radius:5px;padding:5px 8px}#empty-quote{padding:20px 0 5px}#empty-quote h3{font-size:21px;margin:0 0 10px}#empty-quote p{color:#d0e5eb;font-size:15px}.quote-glyph{font-family:Georgia,serif;font-size:75px;line-height:1;color:#72c9d2;margin-top:12px}.empty-lines{margin:25px 0 30px}.empty-lines span{display:block;background:#ffffff10;height:9px;border-radius:20px;margin:12px 0;width:85%}.empty-lines span:last-child{width:60%}.demo-note{border-top:1px solid #ffffff16;padding-top:17px;margin:20px 0 0;font-size:12px;color:#d0e5eb}#quote-route{font-size:16px;margin:21px 0 2px}#quote-count{color:#d0e5eb;font-size:14px;margin:0 0 20px}.services{border:0;padding:0;margin:22px 0}.services legend{font-size:14px;margin-bottom:10px;color:#d0e5eb}.services label{display:flex;align-items:center;gap:10px;border:1px solid #7299a3;border-radius:10px;padding:12px;margin:8px 0;font-size:14px;cursor:pointer}.services label:has(input:checked){background:#ffffff0c;border-color:#69d2dc}.services input{accent-color:#34b6c3;width:17px;height:17px;flex-shrink:0}.total{border-top:1px dashed #56637b;margin-top:23px;padding-top:19px;display:flex;flex-direction:column;gap:7px}.total>span{font-size:14px;color:#d0e5eb}.total strong{font-size:clamp(31px,3.7vw,44px);letter-spacing:-1.5px;line-height:1.25;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.total small{color:#d0e5eb;font-size:13px}.quote-disclaimer{font-size:14px;color:#d0e5eb;margin:19px 0}.contact{background:var(--lime);color:#1d3227;justify-content:center}.contact:hover{background:#5cc8d2}.contact-status{font-size:14px;color:#d8e4f7;overflow-wrap:anywhere}.notary-info{padding:12px;background:#ffffff07;border:1px solid #ffffff16;border-radius:10px;font-size:14px}.notary-info p{margin:5px 0}.notary-info span{color:#d0e5eb;font-size:13px}.settings{margin:30px 0 0;color:var(--muted);font-size:14px}.settings>summary{padding:12px 0;cursor:pointer}.settings[open]{background:white;border:1px solid var(--line);padding:14px 22px;border-radius:14px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:20px 0}.settings-grid label{font-size:14px}.settings-grid input,.settings-grid select{display:block;margin-top:6px}footer{padding:0 28px 28px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}dialog{border:0;border-radius:18px;max-width:850px;width:calc(100% - 28px);max-height:90dvh;padding:24px;color:var(--ink)}dialog::backdrop{background:#14213b99}dialog h2{font-size:18px;margin-right:40px}dialog img{max-width:100%;display:block;margin:auto;max-height:70dvh;object-fit:contain}dialog pre{white-space:pre-wrap;overflow-wrap:anywhere;font:14px/1.6 system-ui}.close{position:absolute;right:15px;top:15px;border:0;border-radius:50%;width:38px;height:38px;font-size:23px}.manual-review{margin-top:7px}[hidden]{display:none!important}@media(max-width:760px){header{padding:19px 20px}main{padding:8px 17px 28px}.heading{padding:5px 3px 21px}h1{font-size:36px;max-width:340px}.eyebrow{font-size:11px}.steps{gap:17px;font-size:12px}.steps li{gap:6px}.steps li>span{width:23px;height:23px}.layout{grid-template-columns:1fr;gap:20px}.card{padding:21px;border-radius:19px}.quote{position:static;padding:25px}.languages{gap:8px;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr)}.select-wrap select{font-size:14px;padding-left:36px}.language-icon{left:8px;font-size:12px}.drop{padding:23px 10px}.drop strong{font-size:18px}.steps{justify-content:space-between}.settings-grid{grid-template-columns:1fr}.total strong{font-size:42px}footer{flex-direction:column;gap:5px;padding-left:21px}.page-item{grid-template-columns:55px minmax(0,1fr);gap:10px}.thumb{width:55px;height:75px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* V10 — E Tercüme Bürosu */
body{font-family:'Cabin Condensed','Arial Narrow',sans-serif;font-size:18px;background:#f7fafb}h1,h2,h3,.brand,.total strong{letter-spacing:0}h1{font-size:49px;line-height:1.12}.site-top{background:#3f7889}.site-top header{padding-top:17px;padding-bottom:17px;min-height:85px}.brand{color:#fff;font-size:27px;min-width:0;letter-spacing:0}.version{color:white;border-color:#ffffff55;font-size:14px}.brand img{display:block;max-width:250px;max-height:58px;object-fit:contain;object-position:left center}.heading{padding-top:18px}.heading>p:last-child{font-size:20px}.eyebrow{font-size:14px}.steps{font-size:17px}.card{border-radius:12px}.language-icon{font-family:Arial,sans-serif}.languages label>span:first-child{font-size:17px}.select-wrap select{font-size:18px}.mode-tabs button{font-size:18px}.drop strong{font-size:23px}.drop>span:not(.drop-icon):not(.drop-action),.drop-action{font-size:17px}.privacy,.muted,.under-drop{font-size:16px}.section-head h2{font-size:26px}.primary{font-size:19px;font-weight:700}.secondary,.text-button{font-size:17px}.quote-tag{font-size:13px}.contact{color:#163e47}.demo-note{font-size:14px}.quote-count,.quote-disclaimer,.services label,.services legend,.contact-status,.notary-info{font-size:17px}.total>span{font-size:18px}.total small{font-size:15px}.settings,.settings-grid label{font-size:17px}.settings input,.settings select{font-size:18px}footer{font-size:15px}.quote-disclaimer{line-height:1.45}#empty-quote h3{font-size:25px}#empty-quote p{font-size:18px}.review-shortcut{background:#fff;color:#285866;margin:20px 0}.review-shortcut:hover{background:#d9f0f3}.empty-lines{margin-bottom:10px}
#documents{border:2px solid #34b6c3;background:#f0fafb;border-radius:14px;padding:22px;margin-top:24px;scroll-margin-top:18px;box-shadow:0 4px 20px #3f788910}.review-banner{display:flex;gap:12px;align-items:center}.review-number{display:grid;place-items:center;width:38px;height:38px;background:#3f7889;color:white;border-radius:50%;font-size:23px;font-weight:700;flex-shrink:0}.review-eyebrow{display:block;font-size:13px;font-weight:700;letter-spacing:1px;color:#356d7e;margin-bottom:2px}#documents-title{font-size:26px;line-height:1.12;margin:0}#documents-title:focus{outline:none}#page-total{margin-left:auto;white-space:nowrap;background:#d4eef1;color:#285866;border-radius:6px;font-size:17px;font-weight:700;padding:5px 10px}.review-help{font-size:18px;line-height:1.4;color:#3b606c;margin:15px 0 19px}.page-item{grid-template-columns:100px minmax(0,1fr);padding:15px;border:1px solid #b5d9df;background:white;gap:16px}.thumb{width:100px;height:129px;background:#e9f1f3;border:1px solid #d5e3e7;border-radius:7px}.page-order{color:#557b86;font-size:12px;letter-spacing:1px;font-weight:700;margin:3px 0 5px}.page-name{font-size:21px;font-weight:700;line-height:1.25}.page-status{font-size:16px;margin-top:9px}.page-actions button{font-family:inherit;font-size:16px;background:#e7f1f4;color:#285866;min-height:38px}.confirm-hint{font-size:15px;color:#456976;line-height:1.4;margin:18px 0 12px}#read{background:#3f7889;min-height:58px;font-size:20px}#read:hover{background:#285866}.has-documents .drop{flex-direction:row;flex-wrap:wrap;padding:13px;gap:10px}.has-documents .drop-icon{width:31px;height:31px;margin:0;font-size:24px}.has-documents .drop strong{font-size:18px}.has-documents #drop-help{display:none}.has-documents .drop-action{margin:0 0 0 auto;padding:6px 12px;font-size:16px}.has-documents .under-drop{font-size:14px}.review-done .review-number{background:#3f7889}.logo-settings{border-bottom:1px solid #d7e7eb;padding:0 0 20px;margin:8px 0 20px}.logo-settings h3{font-size:22px;margin:8px 0}.logo-settings p{margin:8px 0}.logo-tools{display:flex;align-items:center;gap:22px}
@media(max-width:760px){.site-top header{padding:15px 20px;min-height:78px}.brand{font-size:24px}.brand img{max-width:205px;max-height:48px}.version{font-size:12px;padding:4px 8px}h1{font-size:38px}.heading>p:last-child{font-size:18px}.steps{font-size:15px;gap:8px}.card{padding:19px}.languages{gap:7px}.select-wrap select{font-size:17px}.mode-tabs button{font-size:17px}#documents{padding:15px;margin-left:-5px;margin-right:-5px}.review-number{width:31px;height:31px;font-size:20px}.review-banner{gap:9px;flex-wrap:wrap}.review-banner>div{flex:1;min-width:160px}#documents-title{font-size:24px}.review-eyebrow{font-size:12px}#page-total{font-size:15px;margin-left:40px}.review-help{font-size:17px}.page-item{grid-template-columns:77px minmax(0,1fr);gap:12px;padding:12px}.thumb{width:77px;height:106px}.page-name{font-size:20px}.page-actions{gap:6px}.page-actions button{padding:5px 8px;font-size:15px}#read{font-size:19px;padding:13px;min-height:61px}.has-documents .drop strong{font-size:17px}.has-documents .drop-action{font-size:15px}.total strong{font-size:44px}.settings-grid{grid-template-columns:1fr}}

/* V11 — onaylanan marka dili ve metinler */
:root{--ink:#1f2d2d;--muted:#425e61;--blue:#3f7889;--line:#cfe5e6;--lime:#34b6c3}body{background:#edf8f9;color:#1f2d2d}.site-top header{max-width:none;padding:11px 32px;min-height:65px;margin:0}.brand{font-size:23px}.brand img{max-width:145px;max-height:42px;width:auto;height:auto;object-fit:contain}.heading{padding-top:23px}.heading .motto{max-width:850px;line-height:1.5;font-size:21px;color:#364e51;margin-top:13px}.heading h1 span{color:#008a82}.mode-tabs{background:#dcf2f1}.drop{background:#f6fcfc;border-color:#8fcece}.drop-icon{background:#dcf2f1;color:#087f79}.drop:hover{background:#e4f5f4}.steps li.active{color:#316f73}.privacy{background:#e0f3f1;border:1px solid #b7dedb;padding:14px;border-radius:10px;color:#264e50;margin-top:17px;line-height:1.4}.privacy strong{display:block;font-size:17px;font-weight:700}.privacy span{display:block;font-size:15px;margin-top:5px;color:#416367}.privacy svg{color:#078f85;width:23px;height:25px}.quote{background:#285866;color:#fff}.quote .quote-tag{color:#fff;background:#ffffff16}.quote .services legend,.quote .services label,.quote #quote-route,.quote #quote-count,.quote .total>span,.quote .total small,.quote .quote-disclaimer,.quote .contact-status,.quote .notary-info,.quote #empty-quote p{color:#fff}.services label{border-color:#8dafb7}.services label:has(input:checked){border-color:#5ce0d0;background:#ffffff0e}.services input{accent-color:#30c8ba}.quote .contact{background:#dcf2f1;color:#16414a;font-weight:700}.quote .contact:hover{background:#fff}.quote .quote-disclaimer{font-size:18px}.quote .contact-status{font-size:16px;line-height:1.45}#documents{background:#f6fcfc;border-color:#25b9b0}.review-number{background:#3f7889}#page-total{background:#dcf2f1;color:#235c5b}.review-help{color:#365b5e}.page-item{border-color:#c2e2e1}.page-order{color:#426969}#read{margin-top:20px}.page-actions button{background:#e4f4f2;color:#225858}.logo-tools{flex-wrap:wrap}.notary-info p{margin-bottom:0}footer{color:#47686a}.version{color:#fff}
@media(max-width:760px){.site-top header{padding:11px 20px;min-height:65px}.brand img{max-width:125px;max-height:40px}.brand{font-size:21px}.heading .motto{font-size:19px}.heading h1{font-size:38px}.privacy{padding:12px}.privacy strong{font-size:17px}.privacy span{font-size:15px}.quote .quote-disclaimer{font-size:17px}}

/* V12: compact, responsive document workflow */
body{font-size:17px}main{padding-top:16px}.heading{padding:20px 0 28px}h1,.heading h1{font-size:42px;max-width:none}.heading .motto{font-size:19px;max-width:760px;line-height:1.5}.layout{gap:24px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.card{padding:26px;border-radius:18px;box-shadow:0 12px 36px #28586608}.languages{margin-bottom:22px}.language-trigger{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #c4dddf;background:#fff;border-radius:10px;min-height:54px;padding:10px 12px;color:var(--ink);font-size:18px;text-align:left}.language-trigger>span:not(.chevron){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron{margin-left:auto}.flag{width:25px;height:19px;object-fit:cover;flex-shrink:0;border-radius:3px;box-shadow:0 0 0 1px #203c4615}.language-placeholder{font:14px Arial;color:#3f7889}.mode-tabs button{font-size:17px}.drop strong{font-size:21px}.drop{padding:25px 14px}.privacy strong{font-size:16px}.privacy span{font-size:14px}.section-head h2{font-size:25px}#empty-quote h3{font-size:23px}#empty-quote p{font-size:17px}.quote-glyph{font-size:58px}.services label{font-size:17px;min-height:52px}.quote .quote-disclaimer{font-size:16px;line-height:1.5;color:#edf8f9}.total strong{font-size:42px}.primary,#read{font-size:18px;min-height:54px}.page-name{font-size:18px}.review-help{font-size:17px}#documents-title{font-size:23px}.review-eyebrow{font-size:12px;letter-spacing:.6px}#documents{padding:18px}.page-item{grid-template-columns:72px minmax(0,1fr);padding:12px;gap:12px}.thumb{width:72px;height:96px}.page-actions button{min-height:44px;font-size:15px}.original-count{display:grid;grid-template-columns:1fr 78px;gap:7px 14px;align-items:center;margin:0 0 20px;padding:14px;background:#e6f4f3;border-radius:10px}.original-count>span:first-child{margin:0;font-size:17px}.original-count input{min-height:46px;font-size:18px;background:white}.original-count small{grid-column:1/-1;font-size:14px;color:#426367}#language-picker{max-width:460px;padding:24px;max-height:85dvh}#language-picker h2{font-size:24px;margin-top:0}#language-search{width:100%;padding:12px;border:1px solid #aacdd0;border-radius:9px;font:18px 'Cabin Condensed',sans-serif;min-height:48px}#language-options{display:grid;gap:4px;max-height:50dvh;overflow:auto;margin-top:14px;overscroll-behavior:contain}.language-choice{display:flex;gap:13px;align-items:center;min-height:48px;border:0;background:#f2f9f9;padding:10px 14px;border-radius:8px;text-align:left;color:var(--ink);font-size:18px}.language-choice:hover,.language-choice:focus-visible{background:#dbf1ef}.contact-status:empty{display:none}input,button{touch-action:manipulation}
@media(max-width:760px){main{padding:8px 16px 28px}.heading{padding:20px 2px 24px}.heading h1{font-size:34px}.heading .motto{font-size:18px;line-height:1.45}.layout{grid-template-columns:1fr;gap:18px}.card{padding:18px;border-radius:15px}.languages{grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr);gap:7px}.language-trigger{padding:10px 8px;gap:7px;font-size:16px}.flag{width:22px;height:17px}.languages label>span:first-child{font-size:16px}.quote{position:static;padding:23px}.review-banner>div{min-width:0;flex-basis:65%}#page-total{margin-left:0;font-size:14px;padding:4px 8px}#documents{padding:13px;margin-left:0;margin-right:0}#documents-title{font-size:22px}.review-help{font-size:16px}.original-count{padding:11px;grid-template-columns:1fr 65px}.original-count>span:first-child{font-size:16px}.page-item{grid-template-columns:55px minmax(0,1fr);gap:10px;padding:10px}.thumb{width:55px;height:76px}.page-name{font-size:17px}.page-status{font-size:15px}.page-actions{gap:6px}.page-actions button{padding:6px 9px}.privacy{gap:8px}.privacy strong{font-size:16px}.privacy span{font-size:14px}.total strong{font-size:40px}.settings{font-size:16px}.site-top header{padding-left:18px;padding-right:18px}input[type=number],input[type=tel],select{font-size:16px}}

/* Scope preview image centering away from language flags. */
#language-picker .flag{margin:0;display:block;flex:0 0 auto}#language-picker .language-choice{justify-content:flex-start}#language-picker .language-choice span{text-align:left}
.site-top header{min-height:55px}main{padding-bottom:20px}/* V2: balanced title and shared desktop/mobile logo rendering. */
.heading h1{font-size:34px;line-height:1.2;margin-bottom:10px}.heading .motto{margin-top:10px}.brand #brand-logo:not([hidden]){display:block;width:auto;height:auto;max-width:160px;max-height:48px;object-fit:contain;flex-shrink:0}@media(max-width:760px){.heading h1{font-size:28px}.brand #brand-logo:not([hidden]){max-width:140px;max-height:44px}.heading .motto{font-size:17px}}

/* Approved V2 final copy. */
footer{justify-content:center;text-align:center;font-size:14px;color:#3f7889}.quote .document-note{margin-top:12px;padding-top:14px;border-top:1px solid #ffffff35;font-size:16px;line-height:1.5}.quote .document-note strong{font-weight:700}

.ui-languages{display:flex;gap:5px;flex-shrink:0}.ui-languages button{font:600 16px "Cabin Condensed",sans-serif;min-width:42px;min-height:42px;border:1px solid #ffffff70;border-radius:8px;color:white;background:transparent;cursor:pointer}.ui-languages button[aria-pressed=true]{background:#dcf2f1;color:#16414a}.privacy .privacy-note{margin:0;font-size:16px;line-height:1.5}.privacy .privacy-note strong,.privacy .privacy-copy{display:inline;font-size:16px;color:#264e50}.privacy .privacy-copy{margin:0}

/* V2.1.1: use the host site header; keep language controls in the content. */
.language-toolbar{display:flex;justify-content:flex-end;padding-top:8px}.language-toolbar .ui-languages button{color:#285866;border-color:#82b5bd;background:#fff}.language-toolbar .ui-languages button[aria-pressed=true]{background:#3f7889;color:#fff;border-color:#3f7889}.language-toolbar+.heading{padding-top:12px}@media(max-width:760px){.language-toolbar{padding-top:4px}.language-toolbar+.heading{padding-top:10px}}

/* V2.1.3 heading sizes */
.heading h1{font-size:30px}.review-eyebrow:empty{display:none}@media(max-width:760px){.heading h1{font-size:24px}}
