:root{--ink:#082b24;--green:#075a42;--green2:#0b7958;--gold:#d9a928;--cream:#fbf8ef;--paper:#fffdf8;--muted:#66736e;--line:#dce6df;--shadow:0 22px 70px rgba(3,45,34,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(4,38,31,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(218,170,43,.2)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;font-family:Georgia,serif;font-size:23px;font-weight:800}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--gold);border:1px solid rgba(218,170,43,.6);background:linear-gradient(145deg,#123f34,#05271f);font-size:22px}.nav-links{display:flex;align-items:center;gap:24px;color:#d8e7e1;font-size:14px;font-weight:700}.nav-links a:hover{color:var(--gold)}.nav-actions{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer}.button-gold{background:linear-gradient(135deg,#efc856,#bd8513);color:#092820;box-shadow:0 10px 28px rgba(218,170,43,.28)}.button-ghost{border-color:rgba(255,255,255,.3);color:#fff}.hero{min-height:690px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(2,30,24,.98) 0%,rgba(2,39,30,.92) 38%,rgba(2,39,30,.28) 67%,rgba(2,39,30,.05)),url('/images/website/nek-humsafar-hero-20260826.png') center/cover}.hero-copy{max-width:640px;padding:90px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:1px;background:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12}.hero h1{font-size:clamp(48px,7vw,82px);margin:18px 0 20px;max-width:700px}.hero p{font-size:19px;color:#dceae5;max-width:590px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:38px;color:#e8f1ed;font-size:13px;font-weight:700}.trust-row span:before{content:"✓";color:var(--gold);margin-right:8px}.section{padding:90px 0}.section-white{background:#fff}.section-dark{background:#062d25;color:#fff}.section-head{max-width:720px;margin-bottom:42px}.section-head h2{font-size:clamp(34px,5vw,54px);margin:12px 0}.section-head p{color:var(--muted);font-size:17px}.section-dark .section-head p{color:#b9cec7}.stats{margin-top:-55px;position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:30px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font-family:Georgia,serif;color:var(--green);font-size:34px}.stat span{color:var(--muted);font-size:13px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:22px;transition:.25s}.feature:hover{transform:translateY(-6px);border-color:var(--gold);box-shadow:var(--shadow)}.feature-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;color:var(--gold);background:#073d31;font-size:22px}.feature h3{font-size:22px;margin:20px 0 10px}.feature p{color:var(--muted);margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{position:relative;padding:28px 22px;border:1px solid rgba(218,170,43,.3);border-radius:22px;background:rgba(255,255,255,.04)}.step b{font-size:44px;color:rgba(218,170,43,.28);font-family:Georgia,serif}.step h3{color:#fff}.step p{color:#b9cec7}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan{padding:30px;background:#fff;border:1px solid var(--line);border-radius:24px}.plan.featured{background:#073d31;color:#fff;border-color:var(--gold);transform:scale(1.03)}.plan-price{font:700 42px Georgia,serif;color:var(--gold)}.plan ul{padding-left:18px;color:var(--muted)}.plan.featured ul{color:#d7e5df}.policy-hero{padding:92px 0 70px;color:#fff;background:radial-gradient(circle at 80% 0,#156d52 0,transparent 36%),#062d25}.policy-hero h1{font-size:clamp(40px,6vw,66px);margin:16px 0}.policy-content{margin-top:-35px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(28px,5vw,64px);box-shadow:var(--shadow)}.policy-content h2{font-size:30px;color:var(--green);margin-top:32px}.policy-content li{margin:10px 0}.site-footer{background:#041f19;color:#b9cec7;padding:66px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid h3{color:#fff}.footer-links{display:grid;gap:10px}.footer-links a:hover{color:var(--gold)}.copyright{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.mobile-toggle{display:none;color:#fff;font-size:25px}.notice{padding:14px 18px;border-radius:14px;background:#e7f5ef;color:#075a42;font-weight:700}@media(max-width:900px){.nav-links{display:none}.mobile-toggle{display:block}.stats{grid-template-columns:repeat(2,1fr)}.feature-grid,.plans{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{background-position:60% center}.hero-copy{max-width:560px}}@media(max-width:620px){.nav-actions .button-ghost{display:none}.hero{min-height:650px;background:linear-gradient(rgba(2,30,24,.8),rgba(2,30,24,.9)),url('/images/website/nek-humsafar-hero-20260826.png') 64% center/cover}.hero-copy{padding:65px 0}.hero h1{font-size:46px}.stats,.feature-grid,.plans,.steps,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.section{padding:65px 0}.plan.featured{transform:none}}

/* Premium app-style registration */
.register-shell{position:relative;min-height:calc(100vh - 78px);padding:42px 0 70px;background:linear-gradient(135deg,#031f19 0,#063b2f 38%,#eef4ef 38%,#f8f5e9 100%);overflow:hidden}.register-ambient{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(2px);background:radial-gradient(circle,rgba(217,169,40,.16),transparent 68%);right:-130px;top:-180px}.register-layout{position:relative;display:grid;grid-template-columns:360px minmax(0,1fr);gap:28px;align-items:start}.register-aside{position:sticky;top:105px;min-height:690px;padding:34px;border:1px solid rgba(218,170,43,.28);border-radius:30px;background:linear-gradient(160deg,rgba(10,77,59,.94),rgba(3,35,28,.98));box-shadow:0 30px 90px rgba(0,0,0,.2);color:#fff;overflow:hidden}.register-aside:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(218,170,43,.18);border-radius:50%;right:-120px;bottom:-100px}.register-mark{display:flex;align-items:center;gap:12px}.register-mark>span,.register-mobile-brand a:first-child span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--gold);background:#fff;color:var(--green);font:800 19px Georgia}.register-mark div{display:grid}.register-mark strong{font:800 21px Georgia}.register-mark small{color:#bcd0c8}.register-aside-copy{margin:64px 0 34px}.register-kicker{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.16em}.register-aside h1{font-size:40px;margin:13px 0 18px}.register-aside-copy p{color:#c7dbd3}.register-trust{display:grid;gap:17px}.register-trust>div{display:flex;gap:12px;align-items:center}.register-trust b,.secure-note>b{width:32px;height:32px;flex:none;display:grid;place-items:center;border-radius:50%;background:rgba(218,170,43,.15);color:var(--gold)}.register-trust span,.secure-note span{display:grid}.register-trust small,.secure-note small{color:#aec5bc}.register-aside blockquote{position:absolute;left:34px;right:34px;bottom:25px;margin:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font:italic 17px Georgia;color:#f4e3b5}.register-aside blockquote small{display:block;margin-top:5px;font:12px Inter;color:#9cb8ad}.register-main{min-width:0}.register-mobile-brand{display:none}.register-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin:4px 0 22px}.register-heading h2{margin:6px 0;font-size:40px}.register-heading p{margin:0;color:var(--muted)}.register-login{font-size:13px;white-space:nowrap}.register-login b{color:var(--green)}.register-progress{padding:17px 22px;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:20px 20px 0 0;backdrop-filter:blur(14px)}.register-progress-bar{height:4px;border-radius:4px;background:#e1e8e3;overflow:hidden}.register-progress-bar i{display:block;width:16.666%;height:100%;background:linear-gradient(90deg,var(--green),var(--gold));transition:.35s}.register-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:13px}.register-steps button{border:0;background:transparent;color:#87938e;cursor:pointer;text-align:center}.register-steps button span{width:31px;height:31px;display:grid;place-items:center;margin:auto;border-radius:50%;border:1px solid #d8e1dc;font-size:11px;font-weight:900}.register-steps button small{display:block;margin-top:5px;font-size:10px;font-weight:800}.register-steps button.active,.register-steps button.done{color:var(--green)}.register-steps button.active span{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 5px 15px rgba(7,90,66,.25)}.register-steps button.done span{background:#e4f1ec;border-color:#9dc8b8}.register-card{background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 26px 26px;box-shadow:var(--shadow)}.register-pane{display:none;padding:30px 34px 22px;animation:regFade .25s ease}.register-pane.active{display:block}@keyframes regFade{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}.pane-title{display:flex;gap:14px;align-items:center;padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid #edf1ee}.pane-title>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#e7f2ed;color:var(--green);font-weight:900}.pane-title h3{font-size:25px;margin:0}.pane-title p{margin:4px 0 0;color:var(--muted);font-size:13px}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.register-grid label{display:grid;gap:7px;position:relative}.register-grid label>span{font-size:12px;font-weight:850;color:#27483f}.register-grid input,.register-grid select,.register-grid textarea{width:100%;min-height:49px;padding:12px 14px;border:1px solid #d7e3dc;border-radius:13px;background:#fbfdfb;color:var(--ink);font:inherit;outline:none;transition:.2s}.register-grid textarea{min-height:105px;resize:vertical}.register-grid input:focus,.register-grid select:focus,.register-grid textarea:focus{border-color:var(--green2);background:#fff;box-shadow:0 0 0 4px rgba(11,121,88,.09)}.register-grid input:user-invalid,.register-grid textarea:user-invalid,.register-grid select:user-invalid{border-color:#d96b79}.span-2{grid-column:1/-1}.counter{position:absolute;right:11px;bottom:8px;color:#83918b;font-size:10px;background:#fff;padding:1px 5px}.photo-drop{min-height:220px;border:2px dashed #9bc3b4;border-radius:22px;background:linear-gradient(135deg,#f4fbf7,#fffaf0);display:grid;place-items:center;align-content:center;text-align:center;padding:28px;cursor:pointer;transition:.2s}.photo-drop:hover,.photo-drop.dragging{border-color:var(--gold);transform:translateY(-2px)}.photo-drop input{position:absolute;width:1px;height:1px;opacity:0}.photo-drop-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--green);color:var(--gold);font-size:30px}.photo-drop strong{margin-top:13px;font-size:18px}.photo-drop p{margin:5px;color:var(--muted)}.photo-drop em{font-size:11px;color:#89958f}.photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.photo-preview figure{margin:0;position:relative;height:125px;border-radius:16px;overflow:hidden;border:1px solid var(--line)}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview figcaption{position:absolute;inset:auto 0 0;padding:5px;background:rgba(3,35,28,.75);color:#fff;font-size:10px;text-align:center}.consent-row{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:13px}.consent-row input{margin-top:5px}.consent-row a{color:var(--green);font-weight:800}.secure-note{display:flex;gap:12px;padding:14px;border-radius:15px;background:#073d31;color:#fff}.register-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 34px;border-top:1px solid #edf1ee;background:#fbfcfb;border-radius:0 0 26px 26px}.register-actions .button{min-width:135px}.register-back{background:#edf3ef;color:var(--green);visibility:hidden}.register-actions>span{color:var(--muted);font-size:12px;font-weight:800}.register-error{margin:0 34px;color:#b92f45;font-size:13px;font-weight:700}.register-footnote{text-align:center;color:#697972;font-size:11px}.site-footer:has(+*){} 
@media(max-width:980px){.register-shell{background:#f5f3e9;padding-top:20px}.register-layout{grid-template-columns:1fr}.register-aside{display:none}.register-mobile-brand{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.register-mobile-brand a:first-child{display:flex;align-items:center;gap:9px;font:800 20px Georgia}.register-mobile-brand a:last-child{color:var(--green);font-size:13px;font-weight:800}.register-heading{align-items:start}.register-login{display:none}}@media(max-width:680px){.site-header{display:none}.register-shell{padding:0 0 30px;min-height:100vh}.register-layout{width:100%;gap:0}.register-main{padding:16px}.register-heading h2{font-size:31px}.register-heading p{font-size:13px}.register-progress{padding:14px;border-radius:18px 18px 0 0}.register-steps small{display:none}.register-card{border-radius:0 0 20px 20px}.register-pane{padding:23px 17px 16px}.register-grid{grid-template-columns:1fr;gap:14px}.span-2{grid-column:auto}.pane-title h3{font-size:21px}.pane-title p{font-size:11px}.register-actions{padding:15px 17px}.register-actions .button{min-width:105px;padding:0 14px}.register-actions>span{display:none}.photo-preview{grid-template-columns:1fr 1fr}.site-footer{display:none}}


/* Approved Registration Concept V1 */
.register-shell{padding:18px 0 46px;background:#031f19}.register-ambient{display:none}.register-layout{width:min(1600px,calc(100% - 44px));grid-template-columns:minmax(0,62%) minmax(360px,38%);gap:0}.register-main{order:1;padding:32px 38px;background:#fffdf8;border:1px solid rgba(217,169,40,.62);border-right:0;border-radius:28px 0 0 28px;min-height:810px}.register-aside{order:2;position:sticky;top:96px;min-height:810px;border-radius:0 28px 28px 0;border:1px solid rgba(217,169,40,.34);padding:42px;background:linear-gradient(180deg,rgba(3,31,25,.12),rgba(3,31,25,.92)),url('/images/website/nek-humsafar-hero-20260826.png') center/cover;box-shadow:none}.register-aside:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(2,28,22,.05) 20%,rgba(2,28,22,.86) 72%,#031f19 100%);z-index:0}.register-aside>*{position:relative;z-index:1}.register-mark{display:none}.register-aside-copy{margin:410px 0 24px}.register-aside-copy .register-kicker{display:none}.register-aside h1{font-size:32px;max-width:430px;color:#fff}.register-aside-copy p{display:none}.register-trust{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(217,169,40,.25);padding-top:22px}.register-trust>div{display:grid;text-align:center;gap:8px;padding:0 12px;border-right:1px solid rgba(255,255,255,.12)}.register-trust>div:last-child{border-right:0}.register-trust b{margin:auto}.register-trust strong{font-size:12px;color:#fff}.register-trust small{font-size:9px}.register-aside blockquote{position:static;margin-top:24px;text-align:center;font-size:15px}.register-heading{align-items:center;margin:0 0 22px}.register-heading h2{font-size:42px;color:#082b24}.register-heading .eyebrow{display:none}.register-heading p{font-size:14px}.completion-widget{display:flex;align-items:center;gap:14px}.completion-widget>span{display:grid;text-align:right;color:#5c6964;font-size:12px}.completion-widget small{color:#122f28;font-weight:800}.completion-widget>b{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--gold) var(--completion,0%),#eee8da 0);position:relative;color:#082b24;font-size:13px}.completion-widget>b:before{content:"";position:absolute;inset:7px;border-radius:50%;background:#fffdf8}.completion-widget>b{isolation:isolate}.completion-widget>b:before{z-index:-1}.register-progress{padding:12px 0 22px;border:0;border-bottom:1px solid #ead9aa;border-radius:0;background:transparent}.register-progress-bar{display:none}.register-steps{margin:0}.register-steps button{position:relative}.register-steps button:after{content:"";position:absolute;left:calc(50% + 20px);right:calc(-50% + 20px);height:1px;top:16px;background:#dfd8c8}.register-steps button:last-child:after{display:none}.register-steps button span{position:relative;z-index:1;background:#fffdf8}.register-steps button.active span{background:#075a42;border-color:#075a42}.register-steps button.done:after{background:var(--gold)}.register-card{border:0;border-radius:0;box-shadow:none;background:transparent}.register-pane{padding:24px 0 10px}.pane-title{padding:0 0 13px;margin-bottom:17px;border-bottom:1px solid rgba(217,169,40,.7)}.pane-title>span{display:none}.pane-title h3{font-size:26px}.pane-title p{display:none}.register-grid{gap:14px 24px}.register-grid input,.register-grid select,.register-grid textarea{min-height:46px;border-color:#e2dccf;border-radius:10px;background:#fff}.register-actions{padding:18px 0 0;border-top:0;background:transparent;border-radius:0}.register-actions .button{border-radius:10px}.register-back{border:1px solid var(--gold);background:#fff;color:#082b24}.register-footnote{margin:14px 0 0}.register-error{margin:0}.site-footer{display:none}
@media(max-width:1100px){.register-layout{grid-template-columns:minmax(0,65%) minmax(310px,35%)}.register-main{padding:28px}.register-aside{padding:28px}.register-aside-copy{margin-top:440px}.register-trust small{display:none}}@media(max-width:900px){.register-shell{background:#f7f3e8}.register-layout{width:min(760px,calc(100% - 28px));display:block}.register-main{border:1px solid rgba(217,169,40,.45);border-radius:24px;min-height:auto}.register-aside{display:none}.register-mobile-brand{display:flex}}@media(max-width:680px){.register-layout{width:100%}.register-main{padding:18px 16px;border:0;border-radius:0}.register-heading{align-items:flex-start}.register-heading h2{font-size:31px}.completion-widget>span{display:none}.completion-widget>b{width:52px;height:52px}.register-steps button:after{left:calc(50% + 17px);right:calc(-50% + 17px)}}


/* Play Store legal pages */
.policy-content a{color:var(--green2);font-weight:700;text-decoration:underline;text-underline-offset:3px}.policy-content h2[id],.policy-content h3[id]{scroll-margin-top:105px}.policy-content h2:first-child{margin-top:0}.policy-content .notice{margin-top:32px}
.deletion-request-hero{padding-bottom:92px}.deletion-request-hero p{max-width:720px;color:#d9e8e2;font-size:17px}.deletion-request-section{padding-top:0}.deletion-request-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:24px;align-items:start;margin-top:-46px;position:relative;z-index:2}.deletion-verification-wrap{max-width:760px;margin-top:-46px;position:relative;z-index:2}.deletion-request-card,.deletion-request-info{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}.deletion-request-card{padding:clamp(26px,4vw,48px)}.deletion-card-heading{display:flex;gap:16px;align-items:center;margin-bottom:28px}.deletion-card-heading>span{width:50px;height:50px;flex:none;display:grid;place-items:center;border-radius:16px;background:#073d31;color:var(--gold);font-weight:900}.deletion-card-heading h2,.deletion-status h2{margin:0;color:var(--green);font-size:29px}.deletion-card-heading p,.deletion-status p{margin:6px 0 0;color:var(--muted)}.deletion-request-form{display:grid;gap:22px}.deletion-field{display:grid;gap:8px}.deletion-field label{font-size:14px;font-weight:850;color:#27483f}.deletion-field label span{font-weight:500;color:var(--muted)}.deletion-field input,.deletion-field textarea{width:100%;border:1px solid #cddbd4;border-radius:13px;background:#fbfdfb;color:var(--ink);font:inherit;font-size:16px;line-height:1.5;padding:13px 14px;outline:none;transition:.2s}.deletion-field input:focus,.deletion-field textarea:focus{border-color:var(--green2);background:#fff;box-shadow:0 0 0 4px rgba(11,121,88,.1)}.deletion-field input[aria-invalid=true]{border-color:#c9384f}.deletion-field small{font-size:13px;color:var(--muted)}.deletion-field-error{display:block;color:#b4233d;font-size:13px;font-weight:750}.deletion-confirmation{display:flex;align-items:flex-start;gap:11px;padding:15px;border:1px solid #dce6df;border-radius:14px;background:#f7fbf9;font-size:14px;line-height:1.55}.deletion-confirmation input{width:18px;height:18px;flex:none;margin-top:2px;accent-color:var(--green)}.deletion-submit{border:0;min-height:50px;font-size:15px}.deletion-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.deletion-status{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:16px;margin-bottom:22px}.deletion-status>span{width:36px;height:36px;flex:none;display:grid;place-items:center;border-radius:50%;font-weight:900}.deletion-status-success{background:#e8f7ef;color:#075a42}.deletion-status-success>span{background:#075a42;color:#fff}.deletion-status-error{background:#fff0f2;color:#9f1239;border:1px solid #fecdd3}.deletion-help{color:var(--muted);font-size:15px}.deletion-help a{color:var(--green);font-weight:800;text-decoration:underline}.deletion-secondary-button{margin-top:10px;background:#edf5f1;color:var(--green);border:1px solid #c6dcd2}.deletion-verification-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.deletion-verification-actions .deletion-secondary-button{margin-top:0}.deletion-request-info{padding:27px;background:linear-gradient(160deg,#073d31,#052b23);color:#fff}.deletion-info-block{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.13)}.deletion-info-block>span{display:block;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.deletion-info-block p,.deletion-info-block ol{margin:12px 0 0;color:#d8e7e1;font-size:14px}.deletion-info-block ol{padding-left:20px}.deletion-info-block li{margin:8px 0}.deletion-support{color:#c7d9d2;font-size:14px}.deletion-support a,.deletion-policy-link{color:var(--gold);font-weight:800;text-decoration:underline;text-underline-offset:3px}.deletion-policy-link{display:inline-block;margin-top:9px}@media(max-width:850px){.deletion-request-grid{grid-template-columns:1fr}.deletion-request-info{order:2}.deletion-request-hero{padding-bottom:80px}}@media(max-width:520px){.deletion-request-card,.deletion-request-info{border-radius:20px}.deletion-request-card{padding:23px 18px}.deletion-card-heading{align-items:flex-start}.deletion-card-heading h2,.deletion-status h2{font-size:25px}.deletion-verification-actions .button{width:100%}}

/* App registration field parity */
.app-intro{display:flex;align-items:center;gap:18px;padding:18px 22px;margin-bottom:22px;border:1px solid rgba(217,169,40,.6);border-radius:20px;background:linear-gradient(100deg,#e8f8f2,#fffaf0)}.app-intro>b{width:58px;height:58px;flex:none;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #bedbd0;color:#075a42;font-size:25px;box-shadow:0 8px 18px rgba(7,90,66,.1)}.app-intro span{display:grid}.app-intro strong{font:800 19px Georgia;color:#075a42}.app-intro small{color:#63716c}.contact-card{display:grid;gap:14px;padding:18px;border:1px solid #e5e1d7;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(0,37,29,.07)}.contact-stage{padding:17px;border:1px solid #dedfd9;border-radius:17px;transition:.2s}.contact-stage.active{border-color:#075a42;background:#f7fcfa}.contact-stage.locked{opacity:.48;pointer-events:none}.contact-stage.verified{border-color:#3fa881;background:#eef9f4}.stage-head{display:flex;align-items:center;gap:12px;margin-bottom:13px}.stage-head>b{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#e6f5ef;color:#075a42}.stage-head span{display:grid}.stage-head strong{color:#075a42}.stage-head small{color:#71807a}.phone-combo{display:grid;grid-template-columns:170px 1fr;gap:10px}.phone-combo select,.phone-combo input,.contact-stage label input,.otp-actions input{min-height:46px;padding:11px;border:1px solid #b9cec5;border-radius:12px;background:#fff}.otp-actions{display:grid;grid-template-columns:1fr 120px 90px;gap:9px;margin-top:10px}.otp-actions .button{min-height:44px;border-radius:12px;background:#eef7f3;color:#075a42;border:1px solid #075a42}.contact-stage label{display:grid;gap:6px}.contact-stage label>span{font-size:12px;font-weight:800}.family-heading{margin:6px 0 0;color:#075a42;font:800 18px Georgia;border-bottom:1px solid #e9e5dc;padding-bottom:8px}.photo-guide-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;margin-bottom:16px;border:1px solid #e4c56e;border-radius:16px;background:#fff7e2;color:#075a42;font-weight:900}.photo-guide-button small{font-weight:500;color:#6c766f}.photo-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.photo-slots figure{height:160px;margin:0;position:relative;border:1px solid #d9ddd8;border-radius:16px;overflow:hidden;background:#fff}.photo-slots img{width:100%;height:100%;object-fit:cover}.photo-slots figcaption{position:absolute;inset:auto 0 0;padding:7px;background:rgba(3,31,25,.75);color:#fff;text-align:center;font-size:10px}.photo-slots .empty-slot{display:grid;place-items:center}.photo-slots .empty-slot>b{font-size:26px;color:#a6aaa8}.photo-slots .empty-slot figcaption{background:transparent;color:#6f7773;position:static}.photo-count{text-align:center;color:#d54a4a;font-weight:900}.conditional-other[hidden]{display:none}@media(max-width:680px){.app-intro{padding:15px}.app-intro>b{width:48px;height:48px}.app-intro strong{font-size:17px}.phone-combo{grid-template-columns:125px 1fr}.otp-actions{grid-template-columns:1fr 100px}.otp-actions .otp-verify{grid-column:1/-1}.photo-guide-button{display:grid;text-align:left;gap:4px}.photo-slots{grid-template-columns:repeat(3,1fr);gap:8px}.photo-slots figure{height:130px}}

