:root{--cream:#f8f3e9;--paper:#fffefb;--ink:#28382b;--muted:#657066;--olive:#879575;--olive-soft:#e5eadf;--pink:#eb5a82;--pink-soft:#fce6ec;--yellow:#f0c967;--line:#ded9ce}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,"Noto Sans Hebrew",sans-serif;direction:rtl}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit}
img{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}
.simple-header{max-width:1120px;margin:0 auto;padding:26px 22px 20px;display:flex;justify-content:space-between;align-items:center}
.logo-link{width:132px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.brand-logo{width:132px;height:58px;object-fit:contain;transform:scale(1.66)}
.community-label{color:var(--muted);font-size:13px;font-weight:700}
.resource-hero{max-width:1080px;margin:10px auto 28px;min-height:360px;padding:70px clamp(28px,8vw,110px);border-radius:34px;background:var(--olive-soft);position:relative;overflow:hidden}
.resource-hero:before{content:"";position:absolute;inset:0;opacity:.32;background-image:linear-gradient(rgba(40,56,43,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(40,56,43,.08) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}
.resource-hero>*{position:relative}
.hero-note{position:absolute;left:42px;top:36px;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:11px 15px;font-size:12px;font-weight:800;transform:rotate(-2deg);box-shadow:4px 5px 0 rgba(40,56,43,.08)}
.kicker,.section-label{color:#cf416a;font-size:17px;font-weight:900;margin-bottom:18px}
.resource-hero h1{max-width:800px;font-size:clamp(42px,5.3vw,72px);line-height:1.04;letter-spacing:-2.6px;margin-bottom:22px}
.resource-hero>p:last-child{max-width:730px;font-size:18px;line-height:1.7;color:#526055;margin-bottom:0}
.page-guide,.resource-card,.workshop-reminder,.community-block{max-width:1080px;margin:0 auto 32px}
.page-guide{padding:28px 32px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.55)}
.guide-heading{display:flex;justify-content:space-between;align-items:baseline;gap:25px;margin-bottom:20px}
.guide-heading span,.inspiration-heading span,.prompt-instructions>span,.community-block>div:first-child>span{color:var(--pink);font-size:17px;font-weight:900}
.guide-heading h2{font-size:23px;margin:0}
.guide-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.guide-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;display:grid;grid-template-columns:44px 1fr 22px;gap:14px;align-items:center;transition:.2s}
.guide-card:hover{transform:translateY(-2px);border-color:var(--olive)}
.guide-number{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:white;font-weight:900}
.guide-number.pink{background:var(--pink)}
.guide-number.olive{background:var(--olive)}
.guide-card div{display:flex;flex-direction:column;gap:5px}
.guide-card small{color:var(--muted);font-size:12px}
.guide-card strong{font-size:16px}
.resource-card{padding:clamp(32px,6vw,70px);border-radius:30px;background:var(--paper);border:1px solid var(--line);scroll-margin-top:24px}
.section-title-row{display:grid;grid-template-columns:72px 1fr;gap:24px;align-items:start;margin-bottom:38px}
.resource-number{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:var(--pink-soft);color:#cb3e66;font-size:22px;font-weight:900}
.olive-number{background:var(--olive-soft);color:#617052}
.section-title-row h2{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-1.8px;margin:0;max-width:790px}
.assistant-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.resource-copy>p,.detective-intro>p{color:var(--muted);font-size:17px;line-height:1.75}
.how-to-use{margin-top:26px;border-right:4px solid var(--yellow);padding-right:18px}
.how-to-use ol{margin:13px 0 0;padding-right:20px;color:#536056;font-size:14px;line-height:2}
.assistant-action{background:#f1f4ed;border-radius:24px;padding:30px;text-align:center}
.assistant-icon{width:58px;height:58px;border-radius:17px;background:var(--olive);color:white;display:grid;place-items:center;font-size:29px;font-weight:900;margin:0 auto 15px}
.assistant-action>strong{font-size:20px}
.assistant-action>p{color:var(--muted);font-size:14px;line-height:1.6;margin:10px auto 20px;max-width:340px}
.assistant-action>small{display:block;color:var(--muted);line-height:1.5;margin-top:14px;font-size:11.5px}
.main-button{min-height:50px;padding:0 22px;border-radius:14px;background:var(--pink);color:#fff;display:inline-flex;justify-content:center;align-items:center;gap:18px;font-weight:800;box-shadow:0 5px 0 rgba(180,49,86,.13)}
.detective-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:start;margin-bottom:58px}
.benefit-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.benefit-list li{background:var(--cream);padding:14px 17px;border-radius:14px;font-size:14px;font-weight:700}
.benefit-list li:before{content:"✓";color:var(--pink);margin-left:10px;font-weight:900}
.inspiration-heading{border-top:1px solid var(--line);padding-top:38px;display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:end;margin-bottom:24px}
.inspiration-heading h3,.prompt-instructions h3{font-size:27px;line-height:1.2;margin:8px 0 0}
.inspiration-heading>p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}
.inspiration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.save-files-note{margin:-6px 0 22px;padding:14px 17px;border-radius:14px;background:var(--pink-soft);display:flex;gap:8px;align-items:baseline;color:#684b54;font-size:13px;line-height:1.6}
.save-files-note strong{color:#b9355c;white-space:nowrap}
.inspiration-grid figure{margin:0;background:var(--cream);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.inspiration-grid img{width:100%;aspect-ratio:1491/1055;object-fit:contain;background:#fff}
.inspiration-grid figcaption{padding:13px 15px;font-size:12px;font-weight:800;color:var(--muted)}
.prompt-area{margin-top:64px;padding-top:48px;border-top:1px solid var(--line)}
.prompt-instructions{max-width:760px;margin-bottom:25px}
.prompt-instructions>p{color:var(--muted);font-size:16px;line-height:1.7;margin:13px 0 0}
.prompt-box{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--cream)}
.prompt-topbar{min-height:62px;padding:12px 16px 12px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#eee9df}
.prompt-topbar button,.copy-again{border:0;border-radius:11px;background:var(--ink);color:#fff;padding:11px 16px;cursor:pointer;font-size:13px;font-weight:800}
.prompt-topbar button.copied,.copy-again.copied{background:#4d8b5e}
pre{margin:0;padding:30px;max-height:610px;overflow:auto;white-space:pre-wrap;direction:rtl;text-align:right;font-family:Arial,"Noto Sans Hebrew",sans-serif;font-size:15px;line-height:1.8;background:var(--paper)}
.copy-again{display:block;min-width:240px;margin:22px auto;background:var(--pink)}
.tip-line{margin-top:18px;padding:16px 18px;border-radius:14px;background:#fff7db;display:flex;gap:8px;color:#5c5a48;font-size:13px;line-height:1.6}
.workshop-reminder{padding:42px 48px;border-radius:26px;background:var(--olive-soft);display:grid;grid-template-columns:1fr 290px;gap:60px;align-items:center}
.workshop-reminder>div:first-child>span{color:#637254;font-size:13px;font-weight:900}
.workshop-reminder h2{font-size:36px;margin:9px 0 13px}
.workshop-reminder p{color:var(--muted);line-height:1.65;margin:0}
.workshop-action{border-right:1px solid rgba(40,56,43,.18);padding-right:35px;display:grid;gap:7px}
.workshop-action>span{font-size:11px;color:var(--muted)}
.workshop-action>strong{font-size:27px}
.workshop-action a{margin-top:7px;display:inline-flex;align-items:center;justify-content:space-between;gap:16px;background:var(--pink);color:white;border-radius:12px;padding:13px 16px;font-weight:800;font-size:14px}
.about-us{max-width:1080px;margin:0 auto 18px;padding:24px 34px;border-radius:26px;background:#f3eadf;border:1px solid #e8dbcc;display:grid;grid-template-columns:168px 1fr;gap:30px;align-items:center}
.about-blob{width:168px;height:176px;overflow:hidden;border-radius:46% 54% 48% 52%/42% 45% 55% 58%;transform:rotate(1.5deg);box-shadow:0 8px 22px rgba(40,56,43,.11);border:5px solid rgba(255,255,255,.7)}
.about-blob img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transform:scale(1.04) rotate(-1.5deg)}
.about-copy>span{color:var(--pink);font-size:17px;font-weight:900}
.about-copy h2{font-size:28px;margin:6px 0 9px}
.about-copy p{max-width:670px;color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.community-block{padding:38px 42px;border-radius:26px;background:var(--paper);border:1px solid var(--line)}
.community-block>div:first-child{text-align:center}
.community-block h2{font-size:29px;margin:9px 0 27px}
.community-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.community-links a{display:grid;grid-template-columns:38px 1fr 18px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:13px;font-size:13px}
.social-badge{width:36px;height:36px;border-radius:10px;color:#fff;display:grid;place-items:center;font-weight:900}
.wa{background:#42a969}
.ig{background:var(--pink)}
.fb{background:#4563a1;font-size:20px}
footer{max-width:1080px;margin:0 auto;padding:30px 5px 45px;display:flex;align-items:center;gap:24px;color:var(--muted);font-size:12px}
.small-logo{width:105px;height:48px;flex:0 0 auto}
.small-logo .brand-logo{width:105px;height:48px}
footer p{margin:0}
@media(max-width:1125px){.resource-hero,.page-guide,.resource-card,.workshop-reminder,.about-us,.community-block,footer{margin-left:20px;margin-right:20px}
}
@media(max-width:760px){.simple-header{padding:20px}
.community-label{font-size:11px}
.resource-hero{min-height:0;margin-top:4px;padding:62px 24px 40px;border-radius:25px}
.hero-note{left:19px;top:17px;font-size:10px}
.resource-hero h1{font-size:39px;letter-spacing:-1.6px}
.resource-hero>p:last-child{font-size:16px}
.guide-heading{display:block}
.guide-heading h2{margin-top:7px}
.guide-cards,.assistant-layout,.detective-intro,.inspiration-heading,.workshop-reminder{grid-template-columns:1fr}
.page-guide{padding:23px 18px}
.guide-card{grid-template-columns:42px 1fr 18px}
.resource-card{padding:32px 20px;border-radius:24px}
.section-title-row{grid-template-columns:52px 1fr;gap:14px;margin-bottom:30px}
.resource-number{width:50px;height:50px;border-radius:15px;font-size:17px}
.section-title-row h2{font-size:35px;letter-spacing:-1.2px}
.kicker,.section-label,.guide-heading span,.inspiration-heading span,.prompt-instructions>span,.community-block>div:first-child>span,.about-copy>span{font-size:15px}
.section-label{margin-bottom:9px}
.assistant-layout,.detective-intro{gap:30px}
.assistant-action{padding:25px 18px}
.inspiration-heading{gap:15px}
.inspiration-grid{grid-template-columns:1fr}
.save-files-note{display:block;margin-top:0}
.save-files-note strong{display:block;margin-bottom:3px;white-space:normal}
.prompt-area{margin-top:45px;padding-top:38px}
.prompt-instructions h3{font-size:25px}
.prompt-topbar{padding:11px}
.prompt-topbar button{padding:10px 12px;font-size:11px}
pre{padding:22px 17px;font-size:14px;max-height:560px}
.tip-line{display:block}
.tip-line strong{display:block;margin-bottom:4px}
.workshop-reminder{padding:34px 24px;gap:28px}
.workshop-action{border-right:0;border-top:1px solid rgba(40,56,43,.18);padding:24px 0 0}
.community-block{padding:32px 18px}
.about-us{grid-template-columns:118px 1fr;gap:18px;padding:21px 18px}
.about-blob{width:118px;height:132px;border-width:4px}
.about-copy h2{font-size:23px}
.about-copy p{font-size:12.5px;line-height:1.6}
.community-links{grid-template-columns:1fr}
footer{padding:25px 0 40px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important}
}

/* Conversion flow: community experience to workshop */
.access-note{margin-top:9px!important;padding-top:11px;border-top:1px solid rgba(40,56,43,.12);font-weight:700}
.method-bridge{max-width:1080px;margin:0 auto 32px;padding:28px 34px;border-radius:22px;background:#fff7db;border:1px solid #eadb9d;display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center}
.bridge-mark{color:#7b6b32;font-size:12px;font-weight:900}
.method-bridge h2{font-size:24px;line-height:1.25;margin:0 0 8px}
.method-bridge p{color:#68634f;font-size:14px;line-height:1.65;margin:0}
.bridge-link{white-space:nowrap;display:inline-flex;gap:14px;align-items:center;border:1px solid rgba(40,56,43,.2);background:var(--paper);border-radius:12px;padding:12px 15px;font-size:13px;font-weight:900}
.workshop-reminder{padding:52px;border-radius:30px;background:var(--olive-soft);display:grid;grid-template-columns:1fr 330px;gap:58px;align-items:center}
.workshop-copy>span{color:#637254;font-size:13px;font-weight:900}
.workshop-reminder h2{font-size:clamp(34px,4vw,49px);line-height:1.08;letter-spacing:-1.4px;margin:10px 0 18px}
.workshop-reminder h3{font-size:23px;line-height:1.3;margin:24px 0 12px}
.workshop-reminder p{color:#536056;line-height:1.7;margin:0}
.event-details{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.event-details>*{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(40,56,43,.12);color:#526047;font-size:12px;font-weight:800}
.event-details strong{background:var(--ink);color:#fff}
.workshop-copy ul{list-style:none;padding:0;margin:22px 0;display:grid;gap:10px}
.workshop-copy li{font-size:14px;font-weight:700}
.workshop-copy li:before{content:"✓";color:var(--pink);font-weight:900;margin-left:9px}
.workshop-promise{font-weight:800!important;color:var(--ink)!important;border-right:4px solid var(--yellow);padding-right:14px}
.workshop-fit{margin-top:24px;padding:18px 20px;border-radius:16px;background:rgba(255,255,255,.58);border:1px solid rgba(40,56,43,.12)}
.workshop-fit>strong{display:block;font-size:16px;margin-bottom:7px}
.workshop-fit>p{font-size:14px;line-height:1.65;margin:0}
.bonus-guide{margin-top:14px;padding:20px;border-radius:18px;background:#fff7db;border:1px solid #eadb9d;display:grid;gap:7px}
.bonus-guide>span{color:#806a24;font-size:12px;font-weight:900}
.bonus-guide>strong{font-size:18px}
.bonus-guide>p{color:#68634f;font-size:13px;line-height:1.65;margin:0}
.workshop-action{border-right:1px solid rgba(40,56,43,.18);padding-right:36px;display:grid;gap:12px}
.workshop-action .launch-label{font-size:13px;line-height:1.45;color:#5f6e51;font-weight:900}
.price-row{display:flex;align-items:baseline;gap:13px}
.price-row strong{font-size:38px}
.price-row del{font-size:18px;color:var(--muted)}
.workshop-action>small{color:var(--muted);font-size:12px;line-height:1.6}
.workshop-action a{margin-top:5px;display:inline-flex;align-items:center;justify-content:space-between;gap:16px;background:var(--pink);color:white;border-radius:13px;padding:15px 17px;font-weight:900;font-size:14px;box-shadow:0 5px 0 rgba(180,49,86,.13)}
@media(max-width:1125px){.method-bridge{margin-left:20px;margin-right:20px}}
@media(max-width:760px){.method-bridge{padding:26px 20px;grid-template-columns:1fr;gap:14px}.method-bridge h2{font-size:22px}.bridge-link{justify-content:space-between}.workshop-reminder{padding:36px 23px;grid-template-columns:1fr;gap:30px}.workshop-reminder h2{font-size:35px}.workshop-action{border-right:0;border-top:1px solid rgba(40,56,43,.18);padding:25px 0 0}.price-row strong{font-size:36px}}
