/* ==========================================================================
   CureMindset · Registration / Login screen — premium full-viewport card.
   Breaks out of the phone frame into a wide, centered 2-column card on
   desktop; single column on mobile. Light sand + gold. RTL.
   ========================================================================== */

.au-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  direction: rtl;
  /* גלילה אנכית מלאה + מרכוז שלא חותך: flex עם margin:auto על הכרטיס (בלי
     align-items:center שחותך תוכן גבוה מהמסך) — מרכז כשנכנס, נגלל במלואו כשגבוה. */
  display: flex;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Assistant", system-ui, sans-serif;
  background:
    radial-gradient(50% 40% at 15% 8%, rgba(194,151,74,0.12), transparent 60%),
    radial-gradient(45% 40% at 88% 92%, rgba(125,155,118,0.10), transparent 60%),
    linear-gradient(180deg, #fdfbf7 0%, #f7f0e4 100%);
}

.au-card {
  width: min(920px, 100%);
  margin: auto;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 50px 110px -50px rgba(120, 90, 30, 0.55);
  border: 1px solid rgba(194, 151, 74, 0.18);
  display: grid;
  grid-template-columns: 1fr 1.05fr; /* form (right) | brand (left) in RTL */
}

/* ---- brand / welcome panel ---- */
.au-brand {
  position: relative;
  padding: 44px 38px;
  background:
    radial-gradient(70% 50% at 30% 0%, rgba(255,255,255,0.5), transparent 60%),
    linear-gradient(160deg, #f6e7c9 0%, #efd6a8 55%, #e7c98c 100%);
  color: #4a3c1e;
  overflow: hidden;
}
.au-brand__rose {
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 260px;
  opacity: 0.14;
  color: #8a6a1e;
  pointer-events: none;
}
.au-brand__logo {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,0.75);
  display: grid; place-items: center; color: #b0812c;
  box-shadow: 0 10px 24px -12px rgba(140,100,20,0.6);
}
.au-brand h2 {
  font-family: "Rubik", sans-serif; font-weight: 800;
  font-size: 25px; line-height: 1.25; margin: 22px 0 0; color: #3d3115;
}
.au-brand p.au-brand__sub { font-size: 15px; line-height: 1.65; margin: 12px 0 0; color: #6b5726; }
.au-benefits { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.au-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; font-weight: 600; color: #4a3c1e; }
.au-benefits li .au-tick {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,0.7); color: #a9791f;
  display: grid; place-items: center; margin-top: 1px;
}
.au-brand__trust {
  display: flex; align-items: center; gap: 7px;
  margin: 28px 0 0; font-size: 12.5px; color: #7a6428; font-weight: 600;
}

/* ---- form column ---- */
.au-form-col { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.au-form-col__head { margin-bottom: 22px; }
.au-form-col__head h3 { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 24px; color: #2c2820; margin: 0; }
.au-form-col__head p { font-size: 14px; color: #7d7361; line-height: 1.6; margin: 8px 0 0; }

.au-form { display: flex; flex-direction: column; gap: 14px; }
.au-input {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid #e6ddcb; background: #fdfbf7;
  border-radius: 16px; padding: 15px 17px;
  font-size: 16px; font-family: "Assistant", sans-serif; color: #2c2820;
  outline: none; transition: border-color 0.18s ease, background 0.18s ease;
}
.au-input:focus { border-color: #c2974a; background: #fff; }
.au-input::placeholder { color: #b3a894; }

/* clean single-line consent (no grey scroll box) */
.au-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 4px; cursor: pointer; }
.au-consent input { width: 19px; height: 19px; margin-top: 2px; flex: none; accent-color: #b0812c; cursor: pointer; }
.au-consent__txt { font-size: 13px; line-height: 1.55; color: #5f584d; }
.au-consent__txt a, .au-terms-link {
  color: #b0812c; font-weight: 700; text-decoration: underline; cursor: pointer;
  background: none; border: none; padding: 0; font: inherit;
}

.au-err { color: #c0392b; font-size: 13.5px; font-weight: 600; text-align: center; margin: 0; }

.au-submit {
  width: 100%; border: none; cursor: pointer; margin-top: 6px;
  font-family: "Rubik", sans-serif; font-weight: 800; font-size: 17px; color: #fff;
  background: linear-gradient(135deg, #cfa254 0%, #bd8a37 100%);
  border-radius: 999px; padding: 16px;
  box-shadow: 0 16px 34px -14px rgba(189, 138, 55, 0.9);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.au-submit:hover:not(:disabled) { transform: translateY(-2px); filter: brightness(1.05); }
.au-submit:disabled { opacity: 0.45; cursor: default; box-shadow: none; }

.au-switch { text-align: center; font-size: 14px; color: #7d7361; margin: 18px 0 0; }
.au-switch button { background: none; border: none; cursor: pointer; font: inherit; font-weight: 800; color: #b0812c; text-decoration: underline; }
.au-back { display: block; margin: 16px auto 0; background: none; border: none; cursor: pointer; font-size: 13px; color: #a79c86; text-decoration: underline; }

/* ---- terms modal ---- */
.au-modal-bg {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(40, 32, 18, 0.5); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; padding: 22px;
}
.au-modal {
  background: #fff; border-radius: 22px; width: min(560px, 100%);
  max-height: 82vh; overflow-y: auto; padding: 30px 28px;
  box-shadow: 0 40px 90px -40px rgba(0,0,0,0.5); direction: rtl;
}
.au-modal h4 { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 19px; color: #2c2820; margin: 0 0 14px; }
.au-modal section { margin-bottom: 16px; }
.au-modal section b { color: #2c2820; }
.au-modal p { font-size: 13.8px; line-height: 1.7; color: #554f45; margin: 0; }
.au-modal__close {
  width: 100%; margin-top: 8px; border: none; cursor: pointer;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: 15px; color: #fff;
  background: #c2974a; border-radius: 999px; padding: 13px;
}

/* ---- responsive: stack to single column ---- */
@media (max-width: 860px) {
  /* טאבלט/מובייל: עמודה אחת. הטופס ראשון (order:1), פאנל המיתוג מתחתיו — קומפקטי,
     לא מוסתר. margin:auto נשמר כדי שכל גובה יתמרכז-או-יגלל בלי חיתוך. */
  .au-card { grid-template-columns: 1fr; width: min(460px, 100%); }
  .au-form-col { order: 1; padding: 34px 26px; }
  .au-brand { order: 2; padding: 26px 26px 30px; }
  .au-brand h2 { font-size: 21px; margin-top: 16px; }
  .au-brand__logo { width: 48px; height: 48px; }
  .au-benefits { margin-top: 18px; gap: 10px; }
  .au-brand__trust { margin-top: 20px; }
}
@media (max-width: 480px) {
  .au-overlay { padding: 14px; }
  .au-form-col { padding: 28px 20px; }
  .au-form-col__head h3 { font-size: 22px; }
  .au-brand { padding: 22px 20px 26px; }
  .au-brand__rose { width: 190px; bottom: -40px; }
}
@media (prefers-reduced-motion: reduce) {
  .au-submit { transition: none; }
}

/* ==========================================================================
   Onboarding אבחוני אינטראקטיבי (בהשראת Curable) — שאלון → תובנה → הרשמה.
   פלטה: Cream / Sage / Slate / Graphite + זהב המותג.
   ========================================================================== */
.onb {
  width: min(460px, 100%); margin: auto; background: #FBF9F5;
  border: 1px solid #ece5d8; border-radius: 24px;
  box-shadow: 0 40px 90px -50px rgba(60,70,55,0.5);
  padding: 30px 28px 26px; direction: rtl; font-family: "Assistant", sans-serif;
  color: #2C3E50;
}
.onb__bar { height: 6px; border-radius: 999px; background: #ece5d8; overflow: hidden; margin-bottom: 22px; }
.onb__bar span { display: block; height: 100%; background: linear-gradient(90deg, #c2974a, #c2974a); border-radius: 999px; transition: width .4s ease; }
.onb__step { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: #c2974a; margin-bottom: 6px; }
.onb__q { font-family: "Rubik", sans-serif; font-weight: 800; font-size: clamp(19px, 3.4vw, 23px); line-height: 1.3; color: #2C3E50; margin: 0 0 4px; }
.onb__hint { font-size: 13.5px; color: #7c8a80; margin: 0 0 18px; }
.onb__opts { display: flex; flex-direction: column; gap: 11px; }
.onb-card {
  display: flex; align-items: center; gap: 13px; width: 100%; text-align: right;
  background: #fff; border: 1.5px solid #e6ddcb; border-radius: 16px;
  padding: 15px 16px; cursor: pointer; font-size: 15px; font-weight: 600; color: #2C3E50;
  transition: border-color .18s, box-shadow .18s, transform .12s, background .18s;
}
.onb-card:hover { border-color: #c2974a; box-shadow: 0 8px 22px -12px rgba(194,151,74,.5); transform: translateY(-1px); }
.onb-card__ic { font-size: 22px; line-height: 1; flex: none; width: 42px; height: 42px; display: grid; place-items: center; background: #f1efe8; border-radius: 12px; }
.onb-card.sel { border-color: #c2974a; background: #f7ecd5; box-shadow: 0 8px 22px -12px rgba(194,151,74,.55); }
.onb-card.sel .onb-card__ic { background: #c2974a; color: #fff; }
.onb-card__chk { margin-inline-start: auto; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #d8d0c0; display: grid; place-items: center; color: #fff; flex: none; }
.onb-card.sel .onb-card__chk { background: #c2974a; border-color: #c2974a; }

.onb__nav { display: flex; gap: 10px; margin-top: 22px; align-items: center; }
.onb__next {
  flex: 1; border: none; cursor: pointer; font-family: "Rubik", sans-serif; font-weight: 800; font-size: 16px;
  color: #fff; background: linear-gradient(135deg, #cfa254, #bd8a37); border-radius: 999px; padding: 15px;
  box-shadow: 0 14px 30px -14px rgba(189,138,55,.9); transition: transform .18s, filter .18s;
}
.onb__next:hover:not(:disabled) { transform: translateY(-2px); filter: brightness(1.05); }
.onb__next:disabled { opacity: .4; cursor: default; box-shadow: none; }
.onb__back { background: none; border: none; cursor: pointer; font-size: 14px; color: #8a9691; font-weight: 600; padding: 8px 12px; }

/* welcome screen */
.onb-welcome { text-align: center; padding: 4px 0 2px; }
.onb-welcome__ic {
  width: 66px; height: 66px; border-radius: 50%;
  background: linear-gradient(135deg, #f7ecd5, #f6ecd6); color: #c2974a;
  display: inline-grid; place-items: center; margin-bottom: 14px;
  box-shadow: 0 12px 28px -16px rgba(194,151,74,.6);
}
.onb-welcome__title { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 22px; color: #2C3E50; margin: 0 0 10px; }
.onb-welcome__lead { font-size: 14.5px; line-height: 1.7; color: #4a5a52; margin: 0 auto 18px; max-width: 340px; }
.onb-welcome__steps { list-style: none; margin: 0 0 4px; padding: 0; display: flex; flex-direction: column; gap: 10px; text-align: right; }
.onb-welcome__steps li {
  display: flex; align-items: center; gap: 12px; background: #fff;
  border: 1.5px solid #e6ddcb; border-radius: 14px; padding: 12px 14px;
  font-size: 14.5px; font-weight: 600; color: #2C3E50;
}
.onb-welcome__steps li span {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: #f7ecd5; color: #c2974a; font-weight: 800; font-family: "Rubik", sans-serif;
  display: grid; place-items: center; font-size: 14px;
}

/* insight screen */
.onb-insight { text-align: center; padding: 6px 0; }
.onb-insight__ic { width: 60px; height: 60px; border-radius: 50%; background: #f7ecd5; color: #c2974a; display: inline-grid; place-items: center; margin-bottom: 14px; }
.onb-insight h3 { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 21px; color: #2C3E50; margin: 0 0 10px; }
.onb-insight p { font-size: 15px; line-height: 1.7; color: #4a5a52; margin: 0 auto; max-width: 360px; }
.onb-insight .onb-tag { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 700; color: #4A6B82; background: #eaf0f4; border: 1px solid #d3e0e8; border-radius: 999px; padding: 6px 14px; }

/* ==========================================================================
   אבחון שיחתי (Clara-style) — מאמנת וירטואלית מלווה צעד־צעד עד ההרשמה.
   פלטה: Cream / Sage + זהב המותג. גובה רספונסיבי עם גלילה פנימית — בלי חיתוך.
   ========================================================================== */
.chat-onb {
  width: min(440px, 100%); margin: auto; direction: rtl;
  display: flex; flex-direction: column;
  height: min(620px, 84vh);
  background: #FBF9F5; border: 1px solid #ece5d8; border-radius: 24px;
  box-shadow: 0 40px 90px -50px rgba(60,70,55,0.5); overflow: hidden;
  font-family: "Assistant", sans-serif; color: #2C3E50;
}
.chat-onb__head {
  flex: none; display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  background: linear-gradient(135deg, #c2974a, #a9791f); color: #fff;
}
.chat-onb__avatar {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.92); color: #c2974a; display: grid; place-items: center;
  box-shadow: 0 6px 16px -8px rgba(160,120,40,0.6);
}
.chat-onb__id { display: flex; flex-direction: column; line-height: 1.2; }
.chat-onb__id b { font-family: "Rubik", sans-serif; font-size: 15.5px; font-weight: 800; }
.chat-onb__id span { font-size: 12px; opacity: 0.9; }
.chat-onb__exit {
  margin-inline-start: auto; background: rgba(255,255,255,0.2); border: none; cursor: pointer;
  width: 32px; height: 32px; border-radius: 50%; color: #fff; display: grid; place-items: center;
}
.chat-onb__exit:hover { background: rgba(255,255,255,0.32); }
.chat-onb__bar { flex: none; height: 4px; background: #efe6d5; }
.chat-onb__bar span { display: block; height: 100%; background: #c2974a; transition: width .4s ease; }

.chat-onb__scroll {
  flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 10px;
  -webkit-overflow-scrolling: touch; scroll-behavior: smooth;
}
.chat-bub {
  max-width: 82%; padding: 12px 15px; font-size: 15px; line-height: 1.55;
  border-radius: 18px; animation: chatIn .28s ease both;
}
.chat-bub--bot {
  align-self: flex-start; background: #fff; color: #2C3E50;
  border: 1px solid #eee3d0; border-top-right-radius: 6px;
  box-shadow: 0 6px 18px -12px rgba(120,90,30,0.4);
}
.chat-bub--user {
  align-self: flex-end; background: #c2974a;
  color: #fff; font-weight: 600; border-top-left-radius: 6px;
}
.chat-bub--typing { display: inline-flex; gap: 5px; align-items: center; }
.chat-bub--typing span {
  width: 7px; height: 7px; border-radius: 50%; background: #c2a566; display: inline-block;
  animation: chatDot 1s infinite ease-in-out;
}
.chat-bub--typing span:nth-child(2) { animation-delay: .15s; }
.chat-bub--typing span:nth-child(3) { animation-delay: .3s; }
@keyframes chatIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes chatDot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.chat-onb__foot { flex: none; padding: 14px 16px; background: #fff; border-top: 1px solid #f0e8d9; }
.chat-onb__opts { display: flex; flex-direction: column; gap: 8px; }
.chat-onb__opt {
  width: 100%; text-align: right; background: #f7f6f3; border: 1.5px solid #e7e5e4;
  border-radius: 14px; padding: 13px 16px; font-size: 14.5px; font-weight: 600; color: #44403c; cursor: pointer;
  font-family: "Assistant", sans-serif; transition: border-color .15s, background .15s, color .15s, transform .12s;
}
.chat-onb__opt:hover {
  border-color: rgba(194,151,74,.4); background: rgba(194,151,74,.10); color: #c2974a; transform: translateY(-1px);
}
.chat-onb__inrow { display: flex; gap: 8px; align-items: center; }
.chat-onb__input {
  flex: 1; box-sizing: border-box; border: 1.5px solid #e6ddcb; background: #fdfbf7;
  border-radius: 999px; padding: 13px 17px; font-size: 16px; color: #2c2820; outline: none;
  font-family: "Assistant", sans-serif;
}
.chat-onb__input:focus { border-color: #c2974a; background: #fff; }
.chat-onb__send {
  flex: none; width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  color: #fff; background: #c2974a;
  display: grid; place-items: center; box-shadow: 0 10px 22px -12px rgba(160,120,40,0.8);
}
.chat-onb__send:disabled { opacity: .4; cursor: default; box-shadow: none; }
.chat-onb__cta {
  width: 100%; border: none; cursor: pointer; font-family: "Rubik", sans-serif;
  font-weight: 800; font-size: 16px; color: #fff;
  background: #c2974a; border-radius: 999px; padding: 15px;
  box-shadow: 0 14px 30px -14px rgba(160,120,40,0.75); transition: transform .18s, filter .18s;
}
.chat-onb__cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
@media (prefers-reduced-motion: reduce) {
  .chat-bub { animation: none; }
  .chat-bub--typing span { animation: none; }
  .chat-onb__cta { transition: none; }
}

/* ==========================================================================
   אזור אישי · מעטפת אפליקציה: תפריט צד (Drawer) + מסך הגדרות (בהשראת Curable)
   ========================================================================== */
.cm-drawer { position: absolute; inset: 0; z-index: 60; visibility: hidden; }
.cm-drawer--open { visibility: visible; }
.cm-drawer__scrim { position: absolute; inset: 0; background: rgba(30,25,15,0); transition: background .25s ease; }
.cm-drawer--open .cm-drawer__scrim { background: rgba(30,25,15,.45); }
.cm-drawer__panel {
  position: absolute; inset-block: 0; inset-inline-end: 0; width: min(300px, 84%);
  background: #fff; box-shadow: 0 0 60px -10px rgba(0,0,0,.4); direction: rtl;
  transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
}
.cm-drawer--open .cm-drawer__panel { transform: translateX(0); }
.cm-drawer__head { display: flex; align-items: center; gap: 11px; padding: 20px 18px 16px; background: linear-gradient(135deg,#c2974a,#a9791f); color: #fff; }
.cm-drawer__avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.9); color: #c2974a; display: grid; place-items: center; flex: none; }
.cm-drawer__head b { display: block; font-family: "Rubik",sans-serif; font-size: 15px; }
.cm-drawer__head span { font-size: 11.5px; opacity: .9; }
.cm-drawer__x { margin-inline-start: auto; background: rgba(255,255,255,.2); border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.cm-drawer__nav { padding: 10px; display: flex; flex-direction: column; gap: 2px; }
.cm-drawer__item { display: flex; align-items: center; gap: 13px; padding: 13px 14px; border: none; background: none; cursor: pointer; font: inherit; font-size: 15px; font-weight: 600; color: #2C3E50; border-radius: 12px; text-align: right; width: 100%; }
.cm-drawer__item:hover { background: #f1f4f1; }
.cm-drawer__ic { color: #c2974a; display: grid; place-items: center; flex: none; }
.cm-drawer__foot { margin-top: auto; padding: 16px; font-size: 12px; color: #9aa39c; text-align: center; }

.cm-sheet { position: absolute; inset: 0; z-index: 65; direction: rtl; }
.cm-sheet__scrim { position: absolute; inset: 0; background: rgba(30,25,15,.45); }
.cm-sheet__panel { position: absolute; inset: 0; background: #f4f4f2; display: flex; flex-direction: column; animation: cmSheetIn .28s ease both; }
@keyframes cmSheetIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.cm-sheet__head { flex: none; display: flex; align-items: center; gap: 10px; padding: 18px 18px 14px; background: #fff; border-bottom: 1px solid #eee; }
.cm-sheet__hic { color: #c2974a; }
.cm-sheet__head b { font-family: "Rubik",sans-serif; font-size: 17px; color: #2C3E50; }
.cm-sheet__x { margin-inline-start: auto; background: #f1efe9; border: none; color: #55503f; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.cm-sheet__scroll { flex: 1; overflow-y: auto; padding-bottom: 24px; }
.cm-sheet__sec { font-size: 12px; font-weight: 700; letter-spacing: .05em; color: #9aa39c; padding: 18px 18px 6px; }
.cm-sheet__row { display: flex; align-items: center; gap: 13px; width: 100%; padding: 15px 18px; background: #fff; border: none; border-bottom: 1px solid #f0efec; text-align: right; }
.cm-sheet__row--btn { cursor: pointer; font: inherit; }
.cm-sheet__row--btn:hover { background: #faf9f6; }
.cm-sheet__ic { color: #c2974a; flex: none; display: grid; place-items: center; }
.cm-sheet__txt { flex: 1; }
.cm-sheet__txt b { display: block; font-size: 15px; font-weight: 700; color: #2C3E50; }
.cm-sheet__txt small { font-size: 12.5px; color: #8a8577; }
.cm-sheet__row--danger .cm-sheet__ic, .cm-sheet__row--danger .cm-sheet__txt b { color: #c0392b; }
.cm-sheet__ver { text-align: center; font-size: 12px; color: #a7a293; padding: 22px 0 8px; }
.cm-privacy { padding: 18px; }
.cm-privacy__back { background: none; border: none; color: #c2974a; font: inherit; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.cm-privacy p { font-size: 14px; line-height: 1.7; color: #4a4a42; margin: 0 0 12px; }
.cm-privacy b { color: #2C3E50; }

/* ---- social login buttons ---- */
.au-social { margin-top: 16px; }
.au-social__div { display: flex; align-items: center; gap: 12px; margin: 4px 0 14px; color: #b3a894; font-size: 13px; }
.au-social__div::before, .au-social__div::after { content: ""; flex: 1; height: 1px; background: #eaddc8; }
.au-social__btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px;
  border: 1.5px solid #e6ddcb; background: #fff; color: #2c2820; cursor: pointer;
  border-radius: 999px; padding: 13px; font-family: "Assistant", sans-serif; font-weight: 700; font-size: 15px;
  margin-bottom: 10px; transition: border-color .15s, background .15s;
}
.au-social__btn:hover { border-color: #c2974a; background: #fdf9f1; }
.au-social__g { font-family: "Rubik", sans-serif; font-weight: 800; color: #4285F4; font-size: 17px; }
.au-social__btn--fb { color: #1877F2; }
.au-social__note { font-size: 12.5px; color: #8a7f6a; text-align: center; margin: 6px 0 0; line-height: 1.5; }

/* ---- expanded privacy inside settings ---- */
.cm-privacy h4 { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 17px; color: #2C3E50; margin: 0 0 10px; }
.cm-privacy__lead { font-size: 13.5px; color: #4a4a42; }
.cm-privacy__h { font-weight: 800; color: #2C3E50; font-size: 14px; margin: 14px 0 2px; }
.cm-privacy__note {
  background: #fff6e9; border: 1px solid #f0dcae; border-radius: 12px; padding: 12px 14px;
  font-size: 13.5px; line-height: 1.65; color: #6b5320; margin: 16px 0;
}
