/* Isolated incremental UI: no overrides of the stable home layout. */
.safe-section{padding:clamp(64px,9vw,120px) clamp(20px,8vw,10%);position:relative;overflow:hidden}
.safe-section-heading{max-width:740px;margin:0 auto 48px;text-align:center}
.safe-section-heading>span{display:inline-block;margin-bottom:14px;padding:7px 12px;border:1px solid rgba(212,169,97,.35);border-radius:999px;color:#d4a961;font-size:11px;font-weight:800;letter-spacing:.06em}
.safe-section-heading h2{margin:0;color:#f2f7f5;font-size:clamp(34px,5vw,62px);line-height:1.2}
.safe-section-heading h2 em{color:#d4a961;font-family:'Playfair Display','Cairo',serif;font-style:italic}
.safe-section-heading p{max-width:560px;margin:16px auto 0;color:#aab9bb;font-size:15px;line-height:1.9}
.safe-grades{background:linear-gradient(135deg,#07141c 0%,#0b2830 52%,#061017 100%);border-block:1px solid rgba(212,169,97,.13)}
.safe-grades:before{content:'H  O  Na  Cl';position:absolute;inset:auto -20px 35px auto;color:rgba(212,169,97,.045);font:900 clamp(50px,10vw,160px)/1 'Playfair Display',serif;letter-spacing:.1em;white-space:nowrap;pointer-events:none}
.safe-grades-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1160px;margin:auto}
.safe-grade-card{min-height:290px;position:relative;overflow:hidden;padding:30px;border:1px solid rgba(212,169,97,.2);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012));box-shadow:0 22px 45px rgba(0,0,0,.17);transition:transform .26s ease,border-color .26s ease,background .26s ease;cursor:pointer}
.safe-grade-card:before{content:'';position:absolute;width:180px;height:180px;left:-90px;bottom:-110px;border:1px solid rgba(212,169,97,.24);border-radius:50%}
.safe-grade-card:hover,.safe-grade-card:focus-visible{transform:translateY(-7px);border-color:#d4a961;background:linear-gradient(145deg,rgba(212,169,97,.13),rgba(255,255,255,.025));outline:none}
.safe-grade-card>b{display:block;color:#d4a961;font:700 13px/1 monospace;letter-spacing:.15em}
.safe-grade-card h3{margin:52px 0 12px;color:#fff;font-size:29px}
.safe-grade-card p{margin:0;min-height:48px;color:#b6c3c3;font-size:14px;line-height:1.8}
.safe-grade-card span{display:inline-block;margin-top:26px;color:#d4a961;font-weight:800;font-size:13px;border-bottom:1px solid currentColor;padding-bottom:5px}
.safe-reviews{background:#071018}
.safe-reviews:after{content:'“';position:absolute;left:4%;top:-40px;color:rgba(212,169,97,.05);font:900 280px/.8 'Playfair Display',serif;pointer-events:none}
.safe-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1160px;margin:auto;position:relative;z-index:1}
.safe-review-card{display:flex;flex-direction:column;min-height:272px;padding:28px;background:linear-gradient(150deg,#0d2730,#07131c);border:1px solid rgba(255,255,255,.09);border-top-color:rgba(212,169,97,.42);box-shadow:0 20px 45px rgba(0,0,0,.2)}
.safe-review-quote{height:46px;color:#d4a961;font:800 64px/.8 'Playfair Display',serif}
.safe-review-card>p{margin:22px 0 auto;color:#e5eeee;font-size:16px;line-height:2}
.safe-review-card footer{display:flex;align-items:center;gap:11px;margin-top:25px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09)}
.safe-review-card footer i{width:38px;height:38px;display:grid;place-items:center;background:#d4a961;color:#071018;border-radius:50%;font-style:normal;font-weight:900}
.safe-review-card footer b,.safe-review-card footer small{display:block}.safe-review-card footer b{color:#fff;font-size:13px}.safe-review-card footer small{margin-top:4px;color:#9fb1b2;font-size:11px}
/* Authentication pages only. */
.new-auth{min-height:100svh!important;background:radial-gradient(circle at 80% 15%,#173e49 0%,#07141c 44%,#03090d 100%)!important;position:relative;overflow:hidden}
.new-auth:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(212,169,97,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(212,169,97,.06) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 78%);pointer-events:none}
.auth-copy,.auth-form-wrap{position:relative;z-index:1}.auth-form-wrap{border:1px solid rgba(212,169,97,.22)!important;background:rgba(6,16,23,.86)!important;box-shadow:0 30px 70px rgba(0,0,0,.38);backdrop-filter:blur(16px)}
.auth-stamp{color:#d4a961!important}.auth-copy h1 em,.auth-form h2 em{color:#d4a961!important}.auth-form input,.auth-form select{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;border-radius:8px!important}.auth-form input:focus,.auth-form select:focus{border-color:#d4a961!important;box-shadow:0 0 0 3px rgba(212,169,97,.15)!important}.auth-form button[type=submit]{background:#d4a961!important;color:#071018!important;font-weight:900!important}.back{color:#d4a961!important}
@media(max-width:780px){.safe-section{padding:66px 20px}.safe-grades-grid,.safe-reviews-grid{grid-template-columns:1fr}.safe-grade-card{min-height:235px;padding:25px}.safe-grade-card h3{margin-top:30px}.safe-review-card{min-height:220px}.auth-form-wrap{margin:14px!important;border-radius:16px!important}.new-auth{padding:0!important}}

/* Refined authentication composition: scoped exclusively to the existing auth page. */
.new-auth .auth-visual{isolation:isolate;background:radial-gradient(circle at 62% 32%,rgba(37,157,176,.34),transparent 31%),linear-gradient(145deg,#07131d,#0e3542)!important}
.new-auth .auth-visual:after{content:'H₂O  ·  NaCl  ·  Fe';position:absolute;bottom:8%;left:8%;z-index:-1;color:rgba(212,169,97,.2);font:700 12px/1 monospace;letter-spacing:.35em}
.new-auth .auth-copy{max-width:420px}.new-auth .auth-copy h1{font-size:clamp(36px,4.5vw,66px);line-height:1.2;letter-spacing:-.04em}.new-auth .auth-copy p{color:#c4d3d4;line-height:2;font-size:15px}
.new-auth .auth-form-wrap{padding:clamp(26px,4vw,54px)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.new-auth .auth-form{width:min(100%,470px)!important}.new-auth .auth-form>p{color:#9eafb2;line-height:1.8}.new-auth .auth-form h2{color:#f4f8f6;font-size:clamp(28px,3.4vw,42px);line-height:1.25;margin:14px 0}
.new-auth .new-field{display:block;margin:18px 0}.new-auth .new-field>span{display:block;color:#d7e2e0;font-size:13px;font-weight:800;margin-bottom:8px}.new-auth .new-field input,.new-auth .new-field select{width:100%;min-height:53px;padding:0 15px}.new-auth .two-fields{gap:13px!important}.new-auth .form-row{margin:18px 0 22px}.new-auth .form-row label{color:#d8e1df;font-size:13px}.new-auth .form-row button,.new-auth .auth-switch button{color:#d4a961!important;background:transparent!important;padding:0!important;box-shadow:none!important}.new-auth .big-cta{width:100%;min-height:56px;justify-content:center;border-radius:8px!important;background:linear-gradient(135deg,#e6c27b,#bf8740)!important}.new-auth .big-cta:active{transform:scale(.98)}.new-auth .auth-switch{text-align:center;margin:20px 0 0!important;font-size:13px}
@media(max-width:780px){.new-auth .auth-visual{display:none!important}.new-auth{display:block!important;padding:78px 14px 22px!important;background:radial-gradient(circle at 30% 0%,#173d49,#050d13 62%)!important}.new-auth .auth-form-wrap{min-height:calc(100svh - 100px);padding:26px 19px!important;border-radius:18px!important}.new-auth .auth-form h2{font-size:32px}.new-auth .two-fields{display:grid!important;grid-template-columns:1fr 1fr!important}.new-auth .new-field input,.new-auth .new-field select{font-size:16px}.new-auth .back{align-self:flex-start;margin-bottom:28px!important}.new-auth .auth-coordinates{display:none!important}}

/* Full-bleed mobile authentication: remove the nested card and use the screen as the form canvas. */
@media (max-width:780px){
  .internal-page-shell:has(.new-auth){min-height:100svh;background:#061119!important}
  .internal-page-shell .internal-header{position:relative!important;min-height:64px!important;padding-inline:16px!important;background:rgba(6,17,25,.96)!important;border-bottom:1px solid rgba(114,220,238,.18)!important}
  .new-auth{min-height:calc(100svh - 64px)!important;padding:0!important;background:linear-gradient(160deg,#173a46 0%,#0d2531 24%,#061119 74%)!important}
  .new-auth:before{background-size:34px 34px;opacity:.65}
  .new-auth .auth-form-wrap{width:100%!important;min-height:calc(100svh - 64px)!important;margin:0!important;padding:28px 24px 46px!important;display:block!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .new-auth .auth-form{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  .new-auth .back{display:inline-flex!important;align-items:center;min-height:36px;margin:0 0 30px!important;padding:0!important;color:#91dcea!important;font-size:14px!important}
  .new-auth .auth-form h2{max-width:360px;margin:8px 0 10px!important;font-size:clamp(34px,10vw,46px)!important;line-height:1.18!important}
  .new-auth .auth-form>p{max-width:340px;margin:0 0 34px!important;font-size:15px!important}
  .new-auth .new-field{margin:23px 0!important}
  .new-auth .new-field>span{margin-bottom:10px!important;color:#83dded!important;font-size:15px!important}
  .new-auth .new-field input,.new-auth .new-field select{min-height:62px!important;padding-inline:17px!important;border-color:rgba(127,209,226,.45)!important;background:rgba(16,41,55,.76)!important;font-size:17px!important}
  .new-auth .two-fields{gap:16px!important}
  .new-auth .form-row{margin:27px 0 31px!important}
  .new-auth .form-row label,.new-auth .form-row button{font-size:15px!important}
  .new-auth .big-cta{min-height:62px!important;border-radius:12px!important;font-size:18px!important}
  .new-auth .auth-switch{margin-top:28px!important;font-size:15px!important}
}
@media (max-width:380px){
  .new-auth .two-fields{grid-template-columns:1fr!important}
  .new-auth .auth-form-wrap{padding-inline:20px!important}
}

/* Ultimate Member dynamic registration fields. */
.new-auth .new-field textarea{width:100%;min-height:112px;padding:14px 15px;resize:vertical;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;font:inherit}
.new-auth .new-field textarea:focus{border-color:#d4a961;box-shadow:0 0 0 3px rgba(212,169,97,.15);outline:0}
.new-auth .two-fields.um-single-row{grid-template-columns:1fr!important}
.new-auth .new-field[hidden]{display:none!important}
.new-auth .um-extra-field{animation:umFieldEnter .22s cubic-bezier(.23,1,.32,1) both}
@keyframes umFieldEnter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:780px){.new-auth .new-field textarea{background:rgba(16,41,55,.76);border-color:rgba(127,209,226,.45);font-size:17px}.new-auth .two-fields.um-single-row{display:grid!important;grid-template-columns:1fr!important}.new-auth .two-fields.um-single-row>label{width:100%!important}}
