@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500;600&family=Cairo:wght@400;500;700;900&display=swap");:root{--ink:#1a1a18;--paper:#fff;--amber:#e8820c;--amber-dark:#c46d08;--muted:#6b6860;--rule:#d4d0c8}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background-color:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:400;line-height:1.6}.container{max-width:720px;margin:0 auto;padding:0 24px}.hero{border-bottom:1.5px solid var(--rule);padding:80px 0 72px}.logo-mark{color:var(--amber);margin-bottom:24px}.logo-mark svg{display:block}h1{font-family:"DM Serif Display",serif;font-weight:400;font-size:44px;line-height:1.15;letter-spacing:-.01em;text-transform:none;margin-bottom:32px}.tagline{font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.4;color:var(--muted);margin-bottom:40px;max-width:480px}.tagline strong{color:var(--ink);font-weight:500}.app-badges{display:flex;flex-direction:row;gap:10px}.app-badge{display:inline-block;border:2.5px solid var(--ink);border-radius:100px;padding:10px 20px;font-family:DM Sans,sans-serif;font-weight:500;font-size:.85rem;letter-spacing:.05em;color:var(--muted)}.problem{padding:72px 0;border-bottom:1.5px solid var(--rule)}.problem h2{font-family:"DM Serif Display",serif;font-weight:700;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.15;text-transform:none;letter-spacing:-.01em;margin-bottom:28px;max-width:560px}.problem p{font-size:1.05rem;color:#3a3a38;margin-bottom:18px;max-width:640px}.problem p:last-child{margin-bottom:0}.how{padding:72px 0;border-bottom:1.5px solid var(--rule)}.how h2{font-family:"DM Serif Display",serif;font-weight:700;font-size:clamp(1.6rem,4vw,2.2rem);text-transform:none;letter-spacing:-.01em;margin-bottom:48px}.steps{list-style:none;display:flex;flex-direction:column;gap:0}.steps li{display:grid;grid-template-columns:56px 1fr;grid-gap:24px;gap:24px;align-items:start;padding:32px 0;border-top:.5px solid rgba(26,26,24,.15)}.steps li:last-child{border-bottom:1.5px solid var(--rule)}.step-num{font-weight:900;font-size:2rem;color:var(--amber);line-height:1;padding-top:4px}.step-num,.steps h3{font-family:"DM Serif Display",serif}.steps h3{font-weight:700;font-size:1.25rem;text-transform:none;letter-spacing:.02em;margin-bottom:8px}.steps p{font-size:1rem;color:#3a3a38;line-height:1.55}.evidence{padding:72px 0;border-bottom:1.5px solid var(--rule)}.evidence h2{font-family:"DM Serif Display",serif;font-weight:700;font-size:clamp(1.6rem,4vw,2.2rem);text-transform:none;letter-spacing:-.01em;margin-bottom:28px}.evidence p{font-size:1.05rem;color:#3a3a38;margin-bottom:18px;max-width:640px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:0;gap:0;margin-top:48px;border:.5px solid rgba(26,26,24,.15)}.card{padding:28px 24px;-webkit-border-end:.5px solid rgba(26,26,24,.15);border-inline-end:.5px solid rgba(26,26,24,.15)}.card:last-child{-webkit-border-end:none;border-inline-end:none}.card-icon{display:block;font-family:"DM Serif Display",serif;font-weight:900;font-size:2.4rem;color:var(--amber);line-height:1;margin-bottom:12px}.card p{font-size:.9rem;color:var(--muted);line-height:1.45;margin:0}footer{padding:48px 0 56px;background-color:#ecf0f2}.footer-brand{font-family:"DM Serif Display",serif;font-weight:900;font-size:1.4rem;text-transform:none;letter-spacing:.05em;margin-bottom:6px}.footer-sub{font-size:.9rem;color:var(--muted);margin-bottom:24px}.footer-legal{font-size:.8rem;color:var(--muted);max-width:560px;line-height:1.5}@media (max-width:480px){.card-grid{grid-template-columns:1fr}.card{border-right:none;border-bottom:.5px solid rgba(26,26,24,.15)}.card:last-child{border-bottom:none}.steps li{grid-template-columns:44px 1fr;gap:16px}}[dir=rtl] body{font-family:Cairo,sans-serif}[dir=rtl] .app-badge,[dir=rtl] .card-icon,[dir=rtl] .footer-brand,[dir=rtl] .step-num,[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{font-family:Cairo,sans-serif;letter-spacing:0}[dir=rtl] h1{text-transform:none}.site-header{border-bottom:1.5px solid var(--rule);padding:16px 0;background-color:#e2e8ec}.header-inner{max-width:720px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:block;line-height:0}.locale-dropdown{position:relative}.locale-trigger{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--rule);padding:6px 12px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--ink);transition:border-color .15s}.locale-trigger:hover{border-color:var(--ink)}.locale-flag{font-size:1.1rem;line-height:1}.locale-caret{display:inline-block;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .15s;margin-left:4px;margin-bottom:3px}.locale-caret.open{transform:rotate(225deg);margin-bottom:-2px}.locale-menu{position:absolute;top:calc(100% + 4px);right:0;background:var(--paper);border:1.5px solid var(--ink);list-style:none;min-width:180px;z-index:100;max-height:320px;overflow-y:auto}.locale-option{display:flex;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;font-size:.85rem;color:var(--ink);transition:background .1s}.locale-option:hover{background:var(--rule)}.locale-option.active{color:var(--amber);font-weight:500}.rp-hero{padding:80px 0 72px;border-bottom:.5px solid rgba(26,26,24,.15)}.rp-hero h1{margin-bottom:24px}.rp-subheadline{font-size:1.1rem;color:var(--muted);line-height:1.6;max-width:600px;margin-bottom:40px}.rp-btn{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:#fff;padding:14px 28px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;letter-spacing:.01em;margin-bottom:24px;box-shadow:0 2px 8px rgba(26,26,24,.18),0 1px 2px rgba(26,26,24,.12);transition:background .15s,box-shadow .15s,transform .1s}.rp-btn:after{content:"↓";font-size:1rem;line-height:1}.rp-btn:hover{background:var(--amber);box-shadow:0 4px 16px rgba(232,130,12,.28),0 2px 4px rgba(232,130,12,.16);transform:translateY(-1px)}.rp-btn:active{transform:translateY(0);box-shadow:0 1px 4px rgba(26,26,24,.15)}.rp-section{padding:64px 0;border-bottom:.5px solid rgba(26,26,24,.15)}.rp-section h2{font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;margin-bottom:20px}.rp-section h2,.rp-section h3{font-family:"DM Serif Display",serif;font-weight:400}.rp-section h3{font-size:1.15rem;margin-bottom:14px}.rp-section p{font-size:1.05rem;color:#3a3a38;line-height:1.65;margin-bottom:18px;max-width:640px}.rp-section p:last-child{margin-bottom:0}.rp-intro{margin-bottom:24px!important}.rp-forthcoming,.rp-intro{color:var(--muted)!important}.rp-forthcoming{font-style:italic}.rp-tips{padding-left:0;list-style:none;counter-reset:tips;display:flex;flex-direction:column;gap:0}.rp-tips li{counter-increment:tips;display:grid;grid-template-columns:32px 1fr;grid-gap:16px;gap:16px;padding:18px 0;border-top:.5px solid rgba(26,26,24,.15);font-size:1rem;color:#3a3a38;line-height:1.55}.rp-tips li:last-child{border-bottom:.5px solid rgba(26,26,24,.15)}.rp-tips li:before{content:counter(tips,decimal-leading-zero);font-family:"DM Serif Display",serif;font-size:1.1rem;color:var(--amber);line-height:1.55}.rp-photo-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-top:8px}.rp-photo-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.rp-photo-col ul li{padding:12px 0;border-top:.5px solid rgba(26,26,24,.15);font-size:1rem;color:#3a3a38;line-height:1.5}.rp-photo-col ul li:last-child{border-bottom:.5px solid rgba(26,26,24,.15)}.rp-preview{margin:32px 0 40px;text-align:center}.rp-preview-img{max-width:560px;width:100%;height:auto;border-radius:4px;box-shadow:0 4px 24px rgba(0,0,0,.1)}.rp-section--cta{background:#e2e8ec}@media (max-width:600px){.rp-photo-cols{grid-template-columns:1fr;gap:32px}}