.landing,.landing *{box-sizing:border-box}.landing{background:var(--paper);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.landing .site-header{position:sticky;top:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.landing .site-header.scrolled{background:rgba(251,249,244,.45);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 8px 32px -16px rgba(36,66,102,.18)}.landing .nav{max-width:1200px;margin:0 auto;justify-content:space-between;padding:16px 32px}.landing .brand,.landing .nav{display:flex;align-items:center}.landing .brand{gap:12px;text-decoration:none;color:var(--ink)}.landing .brand-lockup{display:flex;align-items:center;gap:10px}.landing .brand-lockup img{height:30px;width:auto}.landing .brand-lockup .wm{font-family:var(--font-display),sans-serif;font-weight:800;font-size:17px;color:var(--primary-deep);letter-spacing:-.01em}.landing .nav-links{display:flex;gap:32px;align-items:center}.landing .nav-links a{color:var(--ink-soft);text-decoration:none;font-family:var(--font-display),sans-serif;font-weight:500;font-size:14px;transition:color .15s}.landing .nav-links a:hover{color:var(--primary)}.landing .nav-links .btn-download{background:var(--primary);color:#fff;padding:10px 18px;border-radius:999px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:13px;letter-spacing:.01em;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .15s;box-shadow:0 4px 14px -4px rgba(51,87,129,.4)}.landing .nav-links .btn-download:hover{background:var(--primary-deep);color:#fff;transform:translateY(-1px)}.landing .nav-links .btn-download svg{width:14px;height:14px}.landing .hero-wrap{position:relative;overflow:hidden;isolation:isolate;margin-top:-88px;padding-top:88px;background:radial-gradient(ellipse 70% 60% at 90% 0,rgba(131,163,113,.18) 0,transparent 55%),radial-gradient(ellipse 55% 50% at 0 100%,rgba(51,87,129,.14) 0,transparent 55%),radial-gradient(ellipse 40% 35% at 50% 30%,rgba(178,166,117,.1) 0,transparent 60%),linear-gradient(160deg,var(--primary-tint) 0,var(--paper) 45%,#f3f6ef 100%)}.landing .hero-blob{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:0;opacity:.55}.landing .hero-blob.blob-1{width:420px;height:420px;top:-120px;right:-80px;background:radial-gradient(circle,rgba(131,163,113,.55) 0,transparent 70%)}.landing .hero-blob.blob-2{width:360px;height:360px;bottom:-120px;left:-100px;background:radial-gradient(circle,rgba(51,87,129,.45) 0,transparent 70%)}.landing .hero-blob.blob-3{width:280px;height:280px;top:35%;left:42%;background:radial-gradient(circle,rgba(178,166,117,.35) 0,transparent 70%);opacity:.45}.landing .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% center;z-index:0;pointer-events:none}.landing .hero-video-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(95deg,rgba(251,249,244,.82),rgba(251,249,244,.55) 32%,rgba(251,249,244,.2) 55%,rgba(251,249,244,.05) 72%,transparent),linear-gradient(180deg,rgba(251,249,244,.25),transparent 28%,transparent 68%,rgba(251,249,244,.45))}.landing .hero-wrap>.hero-blob{opacity:.32;z-index:1}.landing .hero{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 32px 60px;display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;min-height:720px}.landing .hero-text .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--green-soft);color:#2d4a22;padding:6px 14px;border-radius:999px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:28px}.landing .hero-text .eyebrow .dot{width:6px;height:6px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px rgba(131,163,113,.25)}.landing .hero-text h1{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:clamp(32px,6vw,64px);line-height:1.05;letter-spacing:-.02em;color:var(--ink);margin-bottom:24px;word-wrap:break-word;overflow-wrap:break-word}.landing .hero-text h1 em{font-family:var(--font-serif),serif;font-style:italic;font-weight:500;color:var(--primary)}.landing .hero-text p.sub{font-size:17px;line-height:1.55;color:var(--ink-soft);margin-bottom:36px;max-width:460px}.landing .hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.landing .btn-hero{background:var(--primary);color:#fff;padding:16px 28px;border-radius:14px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:15px;text-decoration:none;display:inline-flex;align-items:center;gap:12px;transition:all .2s;box-shadow:0 8px 20px -6px rgba(51,87,129,.4)}.landing .btn-hero:hover{background:var(--primary-deep);transform:translateY(-1px);box-shadow:0 12px 24px -6px rgba(51,87,129,.5)}.landing .btn-hero .android-icon{width:22px;height:22px;display:grid;place-items:center;color:#fff}.landing .btn-hero .android-icon svg{width:22px;height:22px}.landing .hero-secondary{font-size:13px;color:var(--mute);font-family:var(--font-display),sans-serif;margin-top:24px}.landing .hero-secondary a{color:var(--primary);font-weight:500;text-decoration:none}.landing .hero-secondary a:hover{text-decoration:underline}.landing .phone-wrap{display:flex;flex-direction:column;align-items:center;position:relative;perspective:1500px}.landing .phone-wrap:before{content:"";position:absolute;inset:-40px -20px;background:radial-gradient(ellipse 60% 40% at 50% 40%,rgba(51,87,129,.08) 0,transparent 70%),radial-gradient(ellipse 40% 30% at 70% 70%,rgba(178,166,117,.12) 0,transparent 70%);z-index:0;pointer-events:none}.landing .phone{width:320px;height:660px;background:var(--device);border-radius:44px;padding:11px;box-shadow:0 50px 100px -20px rgba(55,51,50,.35),0 30px 60px -30px rgba(55,51,50,.4),0 8px 16px -8px rgba(55,51,50,.2);position:relative;z-index:1}.landing .phone:before{content:"";position:absolute;top:18px;left:50%;transform:translateX(-50%);width:96px;height:26px;background:var(--device);border-radius:14px;z-index:5}.landing .phone-screen{width:100%;height:100%;background:var(--paper);border-radius:34px;overflow:hidden;position:relative}.landing .screens{overflow:hidden}.landing .screen-slide,.landing .screens{position:absolute;inset:0;width:100%;height:100%}.landing .screen-slide{opacity:0;transition:opacity 1s ease-in-out;pointer-events:none;display:flex;flex-direction:column}.landing .screen-slide.active{opacity:1;pointer-events:auto}.landing .status{height:44px;display:flex;align-items:center;justify-content:space-between;padding:16px 24px 0;font-size:13px;font-weight:500;font-family:var(--font-display),sans-serif;color:var(--ink);position:relative;z-index:6}.landing .status .icons{display:flex;align-items:center;gap:5px}.landing .bars{display:inline-flex;gap:2px;align-items:flex-end;height:10px}.landing .bars i{display:inline-block;width:3px;background:currentColor;border-radius:1px}.landing .bars i:first-child{height:4px}.landing .bars i:nth-child(2){height:6px}.landing .bars i:nth-child(3){height:8px}.landing .bars i:nth-child(4){height:10px}.landing .battery{width:24px;height:11px;border:1px solid;border-radius:3px;padding:1px;position:relative}.landing .battery:after{content:"";position:absolute;right:-3px;top:3px;width:2px;height:5px;background:currentColor;border-radius:0 1px 1px 0}.landing .battery i{display:block;width:80%;height:100%;background:currentColor;border-radius:1px}.landing .wifi-icn{display:inline-block;width:15px;height:11px}.landing .phone-content{height:calc(100% - 86px);overflow:hidden;padding:0 20px;position:relative}.landing .nav-bar{position:absolute;bottom:0;left:0;right:0;height:86px;background:rgba(251,249,244,.92);backdrop-filter:blur(12px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:8px 0 22px;z-index:7}.landing .nav-bar button{background:none;border:0;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--mute);font-family:var(--font-display),sans-serif;font-size:10px;font-weight:500}.landing .nav-bar button.on{color:var(--primary)}.landing .nav-bar svg{width:20px;height:20px;stroke-width:1.8}.landing .home-ind{position:absolute;bottom:7px;left:50%;transform:translateX(-50%);width:110px;height:4px;background:var(--ink);border-radius:3px;opacity:.9;z-index:10}.landing .greet{padding:4px 0 16px}.landing .greet h2{font-family:var(--font-display),sans-serif;font-weight:700;font-size:20px;letter-spacing:-.01em}.landing .greet .date{font-size:12px;color:var(--mute);margin-top:4px;letter-spacing:.02em}.landing .hero-card{color:#fff;border-radius:22px;padding:20px;position:relative;overflow:hidden;margin-bottom:22px;background:linear-gradient(155deg,rgba(51,87,129,.78),rgba(36,66,102,.88)),radial-gradient(ellipse 60% 50% at 75% 22%,rgba(255,209,134,.55) 0,transparent 65%),linear-gradient(170deg,#f4a261,#e76f51 25%,#6b4467 55%,#2a4566 80%,#1d3557)}.landing .hero-card .label-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-soft);margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.landing .hero-card .label-eyebrow .left{display:flex;align-items:center;gap:8px}.landing .hero-card .label-eyebrow .pulse{width:6px;height:6px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 4px rgba(178,166,117,.25)}.landing .hero-card .label-eyebrow .day{color:rgba(255,255,255,.5);font-size:9.5px;font-weight:500}.landing .hero-card h3{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:22px;letter-spacing:-.01em;line-height:1.15;margin-bottom:14px}.landing .hero-card .verse-ref{font-family:var(--font-display),sans-serif;font-weight:700;font-size:11px;color:var(--yellow);letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.landing .hero-card .verse-text{font-family:var(--font-serif),serif;font-style:italic;font-size:15px;line-height:1.5;color:rgba(255,255,255,.92);margin-bottom:18px}.landing .hero-card .actions{display:flex;align-items:center;gap:8px}.landing .hero-card .share-btn{display:inline-flex;align-items:center;gap:6px;color:var(--primary);background:#fff;font-family:var(--font-display),sans-serif;font-size:11px;font-weight:700;padding:8px 14px;border-radius:999px}.landing .hero-card .share-btn svg{width:12px;height:12px;stroke-width:2.2}.landing .hero-card .listen-btn{display:inline-flex;align-items:center;gap:5px;color:rgba(255,255,255,.85);font-family:var(--font-display),sans-serif;font-size:11px;font-weight:500;background:rgba(255,255,255,.1);padding:8px 12px;border-radius:999px}.landing .hero-card .listen-btn svg{width:10px;height:10px}.landing .hero-card .read-cta{margin-left:auto;background:rgba(255,255,255,.16);padding:8px 14px;border-radius:999px;font-family:var(--font-display),sans-serif;font-weight:500;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#fff;display:flex;align-items:center;gap:6px}.landing .hero-card .read-cta svg{width:12px;height:12px;stroke-width:2.4}.landing .section-eyebrow{font-family:var(--font-display),sans-serif;font-size:10.5px;font-weight:700;color:var(--mute);letter-spacing:.14em;text-transform:uppercase;margin:4px 0 12px}.landing .read-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing .read-card{aspect-ratio:3/4;border-radius:16px;padding:14px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.landing .read-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.05) 35%,rgba(0,0,0,.75));z-index:1}.landing .read-card>:not(.bg){position:relative;z-index:2}.landing .read-card .bg{position:absolute;inset:0;z-index:0}.landing .read-card.prayer .bg{background:radial-gradient(circle at 50% 30%,rgba(255,180,80,.65) 0,rgba(255,140,40,.2) 25%,transparent 60%),linear-gradient(180deg,#4a2818,#2d1810 60%,#1a0e08)}.landing .read-card.family .bg{background:radial-gradient(ellipse 70% 60% at 70% 25%,rgba(255,230,160,.35) 0,transparent 70%),linear-gradient(165deg,#c4a875,#a89968 30%,#8a9f5e 60%,#5a7044)}.landing .read-card .eyebrow{font-family:var(--font-display),sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.landing .read-card h4{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:17px;line-height:1.1;letter-spacing:-.01em}.landing .read-card .meta{font-size:10.5px;opacity:.8;margin-top:6px}.landing .read-card .progress{height:3px;border-radius:99px;background:rgba(255,255,255,.2);margin-top:8px;overflow:hidden}.landing .read-card .progress i{display:block;height:100%;background:rgba(255,255,255,.9);border-radius:99px}.landing .reader-head{display:flex;align-items:center;justify-content:space-between;padding:4px 0 12px}.landing .icon-btn{width:36px;height:36px;border-radius:12px;background:var(--paper-warm);display:grid;place-items:center;color:var(--ink-soft);border:0}.landing .icon-btn svg{width:18px;height:18px;stroke-width:1.7}.landing .read-progress-top{height:3px;background:var(--line);border-radius:99px;margin-bottom:14px;overflow:hidden}.landing .read-progress-top i{display:block;height:100%;width:40%;background:var(--primary);border-radius:99px}.landing .pill{display:inline-flex;align-items:center;gap:6px;background:var(--paper-warm);color:var(--ink-soft);font-family:var(--font-display),sans-serif;font-size:10.5px;font-weight:500;padding:5px 10px;border-radius:999px;letter-spacing:.04em;margin-bottom:14px}.landing .pill .dot{width:6px;height:6px;background:var(--green);border-radius:50%}.landing .pill .listen{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-weight:700;margin-left:6px;padding-left:10px;border-left:1px solid var(--line)}.landing .pill .listen svg{width:10px;height:10px}.landing .reader-title{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:26px;line-height:1.1;letter-spacing:-.015em;color:var(--ink);margin-bottom:6px}.landing .reader-sub{font-family:var(--font-display),sans-serif;font-weight:500;font-size:12.5px;color:var(--primary);margin-bottom:18px}.landing .reader-body p{font-family:var(--font-body),sans-serif;font-size:14px;line-height:1.65;color:var(--ink-soft);margin-bottom:12px}.landing .reader-body .first{font-family:var(--font-serif),serif;font-size:15px;color:var(--ink);font-style:italic}.landing .chat-head{display:flex;align-items:center;gap:10px;padding:4px 0 14px}.landing .chat-head .back{width:32px;height:32px;border-radius:50%;background:var(--paper-warm);display:grid;place-items:center;color:var(--ink-soft)}.landing .chat-head .back svg{width:16px;height:16px;stroke-width:2}.landing .chat-head .title{flex:1}.landing .chat-head .title h3{font-family:var(--font-display),sans-serif;font-weight:700;font-size:14px;color:var(--ink)}.landing .chat-head .title .sub{font-size:10.5px;color:var(--mute);font-family:var(--font-display),sans-serif;font-weight:500;letter-spacing:.04em;text-transform:uppercase;margin-top:1px}.landing .msg-row{display:flex;margin-bottom:12px}.landing .msg-row.user{justify-content:flex-end}.landing .msg-row.ai{gap:6px;align-items:flex-start}.landing .avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-soft));display:grid;place-items:center;flex-shrink:0;margin-top:2px}.landing .avatar svg{width:12px;height:12px;color:#fff;stroke-width:2.4}.landing .bubble{padding:10px 13px;font-family:var(--font-body),sans-serif;font-size:13px;line-height:1.5;max-width:80%}.landing .bubble.user{background:var(--primary);color:#fff;border-radius:16px 16px 4px 16px}.landing .bubble.ai{background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:16px 16px 16px 4px}.landing .bubble.ai b{font-weight:500}.landing .bubble .cite{display:inline-flex;align-items:center;gap:5px;background:var(--primary-tint);color:var(--primary-deep);border-radius:6px;padding:4px 7px;font-family:var(--font-display),sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.04em;margin-top:8px;text-transform:uppercase}.landing .bubble .cite svg{width:10px;height:10px;stroke-width:2}.landing .msg-time{font-size:9.5px;color:var(--mute);font-family:var(--font-display),sans-serif;margin:-6px 8px 12px}.landing .msg-time.user{text-align:right}.landing .videos-head{display:flex;align-items:center;justify-content:space-between;padding:4px 0 16px}.landing .videos-head h2{font-family:var(--font-display),sans-serif;font-weight:700;font-size:22px;letter-spacing:-.01em}.landing .filter-chip{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;padding:9px 14px 9px 16px;border-radius:999px;font-family:var(--font-display),sans-serif;font-weight:500;font-size:12px;margin-bottom:16px}.landing .filter-chip svg{width:12px;height:12px}.landing .video-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing .video-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/5;color:#fff}.landing .video-card.v1{background:radial-gradient(ellipse at 50% 40%,rgba(255,200,140,.4) 0,transparent 60%),linear-gradient(160deg,#3d5b7e,#244266 50%,#14233a)}.landing .video-card.v2{background:radial-gradient(ellipse at 30% 30%,rgba(255,230,180,.35) 0,transparent 60%),linear-gradient(170deg,#6b4467,#4a3a4f 50%,#2c2c3e)}.landing .video-card.v3{background:radial-gradient(ellipse at 70% 35%,rgba(255,210,150,.35) 0,transparent 60%),linear-gradient(165deg,#5a7044,#3e5c3a 50%,#2a4030)}.landing .video-card.v4{background:radial-gradient(ellipse at 50% 30%,rgba(255,200,100,.45) 0,transparent 60%),linear-gradient(180deg,#3e2723,#2d1810 60%,#1a0e08)}.landing .video-card .scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.05) 35%,rgba(0,0,0,.75));z-index:1}.landing .video-card .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.96);display:grid;place-items:center;z-index:2}.landing .video-card .play svg{width:13px;height:13px;color:var(--primary);margin-left:2px}.landing .video-card .duration{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.65);color:#fff;padding:2px 6px;border-radius:4px;font-family:var(--font-display),sans-serif;font-size:9px;font-weight:700;z-index:2}.landing .video-card .meta{position:absolute;bottom:0;left:0;right:0;padding:10px;z-index:2}.landing .video-card .meta .kind{font-family:var(--font-display),sans-serif;font-size:8.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.85;margin-bottom:3px}.landing .video-card .meta .title{font-family:var(--font-display),sans-serif;font-weight:700;font-size:11.5px;line-height:1.2}.landing .video-card .meta .sub{font-size:9.5px;opacity:.7;margin-top:3px}.landing .pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.landing .pagination .dot{width:7px;height:7px;border-radius:50%;background:var(--line);transition:all .3s;cursor:pointer;border:0}.landing .pagination .dot.active{background:var(--primary);width:24px;border-radius:4px}.landing .features{position:relative;isolation:isolate;padding:120px 32px;background-color:var(--paper-warm);background-image:linear-gradient(100deg,rgba(245,242,236,.97),rgba(245,242,236,.94) 32%,rgba(245,242,236,.72) 48%,rgba(245,242,236,.3) 62%,rgba(245,242,236,.05) 78%,transparent),url(/feature-background.webp);background-size:cover,cover;background-position:50%,100%;background-repeat:no-repeat,no-repeat;overflow:hidden}.landing .features-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.landing .section-head{text-align:center;margin-bottom:72px}.landing .features .section-head{text-align:left;margin-bottom:56px;max-width:520px}.landing .features .section-head .eyebrow{background:rgba(255,255,255,.7);border-color:rgba(255,255,255,.8)}.landing .section-head .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);padding:7px 16px;border-radius:999px;font-family:var(--font-display),sans-serif;font-size:11px;font-weight:700;color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px}.landing .section-head h2{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:clamp(34px,4.5vw,48px);line-height:1.1;letter-spacing:-.02em;color:var(--ink);max-width:720px;margin:0 auto}.landing .section-head h2 em{font-family:var(--font-serif),serif;font-style:italic;font-weight:500;color:var(--primary)}.landing .feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:36px;max-width:520px}.landing .feature-row{display:grid;grid-template-columns:56px 1fr;gap:22px;align-items:flex-start}.landing .feature-row .ic{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:var(--primary);background:linear-gradient(135deg,rgba(51,87,129,.16),rgba(51,87,129,.06));border:1px solid rgba(51,87,129,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.landing .feature-row .ic svg{width:24px;height:24px;stroke-width:1.8}.landing .feature-row:nth-child(2) .ic{color:#4d6740;background:linear-gradient(135deg,rgba(131,163,113,.22),rgba(131,163,113,.06));border-color:rgba(131,163,113,.28)}.landing .feature-row:nth-child(3) .ic{color:#6e6442;background:linear-gradient(135deg,rgba(178,166,117,.24),rgba(178,166,117,.06));border-color:rgba(178,166,117,.3)}.landing .feature-row:nth-child(4) .ic{color:var(--primary);background:linear-gradient(135deg,rgba(51,87,129,.16),rgba(51,87,129,.06));border-color:rgba(51,87,129,.18)}.landing .feature-row h3{font-family:var(--font-display),sans-serif;font-weight:700;font-size:19px;color:var(--ink);margin:6px 0;letter-spacing:-.015em}.landing .feature-row p{font-size:14.5px;color:var(--ink-soft);line-height:1.6;max-width:440px;margin:0}.landing .faq{padding:100px 32px;max-width:800px;margin:0 auto}.landing .faq-list{margin-top:48px}.landing .faq-item{border-bottom:1px solid var(--line);padding:4px 0}.landing .faq-item summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:17px;color:var(--ink);letter-spacing:-.01em}.landing .faq-item summary::-webkit-details-marker{display:none}.landing .faq-item summary:after{content:"";flex-shrink:0;width:28px;height:28px;background:var(--paper-warm);border-radius:50%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23335781' stroke-width='2.2' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");background-size:14px;background-repeat:no-repeat;background-position:50%;transition:transform .25s ease}.landing .faq-item[open] summary:after{transform:rotate(180deg)}.landing .faq-item .answer{padding:0 0 24px;font-size:15px;color:var(--ink-soft);line-height:1.65;max-width:92%}.landing .faq-item .answer code{background:var(--paper-warm);border:1px solid var(--line);padding:2px 6px;border-radius:4px;font-family:Roboto Mono,monospace;font-size:13px}.landing .modal-overlay{position:fixed;inset:0;background:rgba(26,24,22,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;display:none;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .25s ease}.landing .modal-overlay.open{display:flex;opacity:1}.landing .modal{background:radial-gradient(ellipse 70% 60% at 80% 10%,rgba(178,166,117,.18) 0,transparent 65%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(131,163,113,.15) 0,transparent 65%),linear-gradient(165deg,var(--primary) 0,var(--primary-deep) 100%);color:#fff;border-radius:24px;padding:36px 32px 32px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(.95);transition:transform .25s ease;box-shadow:0 30px 80px rgba(0,0,0,.4)}.landing .modal-overlay.open .modal{transform:scale(1)}.landing .modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.8);cursor:pointer;display:grid;place-items:center;transition:all .15s}.landing .modal-close:hover{background:rgba(255,255,255,.16);color:#fff}.landing .modal-close svg{width:16px;height:16px;stroke-width:2.2}.landing .modal .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:6px 14px;border-radius:999px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow-soft);margin-bottom:18px}.landing .modal h2{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:26px;line-height:1.2;letter-spacing:-.015em;margin-bottom:12px}.landing .modal p.lead{font-size:14.5px;color:rgba(255,255,255,.75);line-height:1.55;margin-bottom:24px}.landing .amount-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.landing .amount-btn{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.15);color:#fff;padding:12px;border-radius:10px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:all .15s}.landing .amount-btn:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.3)}.landing .amount-btn.selected{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.landing .field{margin-bottom:14px}.landing .field label{display:block;font-family:var(--font-display),sans-serif;font-weight:500;font-size:11px;color:rgba(255,255,255,.7);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.landing .field input,.landing .field textarea{width:100%;background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.15);color:#fff;padding:12px 14px;border-radius:10px;font-family:var(--font-body),sans-serif;font-size:14px;transition:border-color .15s}.landing .field input::placeholder,.landing .field textarea::placeholder{color:rgba(255,255,255,.4)}.landing .field input:focus,.landing .field textarea:focus{outline:0;border-color:rgba(178,166,117,.6)}.landing .field.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing .donate-submit{width:100%;background:var(--yellow);color:var(--ink);border:0;padding:14px;border-radius:10px;font-family:var(--font-display),sans-serif;font-weight:700;font-size:15px;margin-top:6px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:8px}.landing .donate-submit:hover{background:#c5b884;transform:translateY(-1px)}.landing .donate-submit svg{width:16px;height:16px;stroke-width:2.2}.landing .donate-note{font-size:11.5px;color:rgba(255,255,255,.5);text-align:center;margin-top:14px;font-family:var(--font-display),sans-serif}.landing .donate-submit[disabled]{opacity:.6;cursor:not-allowed}.landing .donate-error{margin-top:14px;padding:10px 14px;border-radius:10px;background:rgba(244,113,116,.12);color:#ffb3b6;font-size:13px;font-family:var(--font-display),sans-serif}.landing .donate-success{text-align:center;padding:8px 0 4px}.landing .donate-success h3{font-family:var(--font-heading),serif;font-size:22px;color:#fff;margin:0 0 8px}.landing .donate-success p{font-family:var(--font-display),sans-serif;color:rgba(255,255,255,.72);margin:0 0 18px}.landing .site-footer{background:var(--primary);color:rgba(255,255,255,.78);padding:64px 32px 32px}.landing .footer-inner{max-width:1200px;margin:0 auto}.landing .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:64px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.landing .footer-brand .lockup{display:flex;align-items:center;gap:12px;margin-bottom:18px}.landing .footer-brand .lockup img{height:36px;opacity:.9}.landing .footer-brand .lockup .wm{font-family:var(--font-display),sans-serif;font-weight:800;font-size:19px;color:#fff;letter-spacing:-.01em}.landing .footer-brand .tag{font-family:var(--font-serif),serif;font-style:italic;font-size:15px;color:rgba(255,255,255,.6);margin-bottom:16px;max-width:320px}.landing .footer-brand .org{font-size:12px;color:rgba(255,255,255,.45);line-height:1.6;max-width:320px}.landing .footer-col h4{font-family:var(--font-display),sans-serif;font-weight:700;font-size:12px;color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}.landing .footer-col a,.landing .footer-col button{display:block;color:rgba(255,255,255,.65);text-decoration:none;font-family:var(--font-display),sans-serif;font-weight:500;font-size:14px;padding:6px 0;transition:color .15s;background:none;border:0;cursor:pointer;text-align:left}.landing .footer-col a:hover,.landing .footer-col button:hover{color:#fff}.landing .footer-bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12px;color:rgba(255,255,255,.55);font-family:var(--font-display),sans-serif}.landing .footer-bottom a{color:rgba(255,255,255,.65);text-decoration:none}.landing .footer-bottom a:hover{color:#fff}.landing .footer-legal{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.landing .footer-legal span{color:rgba(255,255,255,.45)}.landing .footer-socials{display:flex;gap:10px;margin-top:14px}.landing .footer-socials a{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary-deep);padding:0;transition:background .15s,transform .15s,color .15s}.landing .footer-socials a:hover{background:#fff;color:var(--primary);transform:translateY(-1px)}.landing .footer-socials svg{width:18px;height:18px}@media (max-width:980px){.landing .hero-video-overlay{background:linear-gradient(180deg,rgba(251,249,244,.92),rgba(251,249,244,.7) 35%,rgba(251,249,244,.45) 65%,rgba(251,249,244,.5))}.landing .hero{grid-template-columns:1fr;gap:60px;padding:60px 24px 40px;text-align:center}.landing .hero-text p.sub{margin-left:auto;margin-right:auto}.landing .hero-actions{justify-content:center}.landing .nav{padding:14px 20px}.landing .nav-links{gap:18px}.landing .feature-list{gap:28px;max-width:none}.landing .features{padding:70px 24px;background-image:linear-gradient(180deg,rgba(245,242,236,.97),rgba(245,242,236,.94) 55%,rgba(245,242,236,.7) 80%,rgba(245,242,236,.55)),url(/feature-background.webp);background-position:50%,bottom}.landing .features .section-head{max-width:none}.landing .faq{padding:70px 24px}.landing .footer-top{grid-template-columns:1fr;gap:40px}.landing .footer-bottom{flex-direction:column;gap:12px}}@media (max-width:580px){.landing .hero{padding:40px 20px 30px;gap:48px}.landing .feature-row{grid-template-columns:48px 1fr;gap:18px}.landing .feature-row .ic{width:48px;height:48px;border-radius:14px}.landing .feature-row .ic svg{width:20px;height:20px}.landing .amount-row{grid-template-columns:repeat(2,1fr)}.landing .field.row{grid-template-columns:1fr}.landing .hero-text h1{font-size:32px}.landing .hero-text p.sub{font-size:15px}.landing .nav{padding:12px 16px}.landing .nav-links{gap:12px}.landing .nav-links a{font-size:13px}.landing .nav-links .btn-download{padding:9px 14px;font-size:12px}.landing .brand-lockup img{height:26px}.landing .brand-lockup .wm{font-size:15px}.landing .modal{padding:28px 22px 22px}.landing .modal h2{font-size:22px}.landing .phone{width:280px;height:580px;border-radius:38px;padding:9px}.landing .phone-screen{border-radius:30px}.landing .phone:before{width:84px;height:22px;top:16px}.landing .pagination{margin-top:24px}}.landing [data-reveal] .faq-item,.landing [data-reveal] .feature-row,.landing [data-reveal] .hero-text>.eyebrow,.landing [data-reveal] .hero-text>.hero-actions,.landing [data-reveal] .hero-text>.hero-secondary,.landing [data-reveal] .hero-text>h1,.landing [data-reveal] .hero-text>p.sub,.landing [data-reveal] .phone-wrap,.landing [data-reveal] .section-head{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.landing [data-reveal].is-visible .faq-item,.landing [data-reveal].is-visible .feature-row,.landing [data-reveal].is-visible .hero-text>.eyebrow,.landing [data-reveal].is-visible .hero-text>.hero-actions,.landing [data-reveal].is-visible .hero-text>.hero-secondary,.landing [data-reveal].is-visible .hero-text>h1,.landing [data-reveal].is-visible .hero-text>p.sub,.landing [data-reveal].is-visible .phone-wrap,.landing [data-reveal].is-visible .section-head{opacity:1;transform:none}.landing .hero-wrap.is-visible .hero-text>.eyebrow{transition-delay:0s}.landing .hero-wrap.is-visible .hero-text>h1{transition-delay:.12s}.landing .hero-wrap.is-visible .hero-text>p.sub{transition-delay:.24s}.landing .hero-wrap.is-visible .hero-text>.hero-actions{transition-delay:.36s}.landing .hero-wrap.is-visible .hero-text>.hero-secondary{transition-delay:.46s}.landing .hero-wrap.is-visible .phone-wrap{transition-delay:.3s}.landing .features.is-visible .section-head{transition-delay:0s}.landing .features.is-visible .feature-row:first-child{transition-delay:.14s}.landing .features.is-visible .feature-row:nth-child(2){transition-delay:.24s}.landing .features.is-visible .feature-row:nth-child(3){transition-delay:.34s}.landing .features.is-visible .feature-row:nth-child(4){transition-delay:.44s}.landing .faq.is-visible .section-head{transition-delay:0s}.landing .faq.is-visible .faq-item:first-child{transition-delay:80ms}.landing .faq.is-visible .faq-item:nth-child(2){transition-delay:.16s}.landing .faq.is-visible .faq-item:nth-child(3){transition-delay:.24s}.landing .faq.is-visible .faq-item:nth-child(4){transition-delay:.32s}.landing .faq.is-visible .faq-item:nth-child(5){transition-delay:.4s}.landing .faq.is-visible .faq-item:nth-child(6){transition-delay:.48s}.landing .faq.is-visible .faq-item:nth-child(7){transition-delay:.56s}