/*
 * Friendly conversion homepage — 1.8.0
 * Warm, human and calm. No patch layer: this file owns homepage presentation.
 */
.home-page{background:#fff}.home-kicker{margin:0 0 10px;color:var(--lmm-accent);font-size:.74rem;font-weight:820;letter-spacing:.07em;text-transform:uppercase}.home-kicker--friendly{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;color:#5c3a75;letter-spacing:0;text-transform:none;background:#f4ecfa;border-radius:999px}.home-kicker--friendly span{color:#e69362}.home-section-heading{max-width:700px}.home-section-heading h2{margin-bottom:12px;color:#211924;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.08}.home-section-heading h2 span{color:var(--lmm-accent)}.home-section-heading>p:last-child{margin-bottom:0}.home-section-heading--center{margin-inline:auto;text-align:center}.home-section-heading--split{display:flex;flex-direction:column;gap:18px;margin-bottom:30px}.home-secondary-link{display:inline-flex;align-items:center;gap:7px;color:var(--lmm-accent-strong);font-size:.9rem;font-weight:780}.home-secondary-link span{transition:transform .18s ease}.home-secondary-link:hover span{transform:translateX(3px)}.home-centered-action{margin-top:28px;text-align:center}

/* Hero */
.home-hero{overflow:hidden;background:linear-gradient(125deg,#fbf9fd 0%,#fff 56%,#fff8f3 100%);border-bottom:1px solid var(--lmm-line)}.home-hero__grid{display:grid;gap:34px;align-items:center;padding-top:40px;padding-bottom:52px}.home-hero__copy{order:1;max-width:650px}.home-hero__copy h1{max-width:650px;margin:0 0 18px;color:#211824;font-size:clamp(2.7rem,8vw,4.55rem);line-height:1.01;letter-spacing:-.052em}.home-hero__copy h1 span{display:block;color:var(--lmm-accent)}.home-hero__lead{max-width:620px;margin:0;color:#655d69;font-size:clamp(1rem,2vw,1.12rem);line-height:1.62}.home-hero__actions{display:flex;flex-wrap:wrap;gap:11px;align-items:center;margin-top:26px}.home-hero__actions .btn{min-width:210px}.home-reassurance{display:flex;flex-wrap:wrap;gap:12px 22px;padding:0;margin:19px 0 0;list-style:none}.home-reassurance li{display:flex;align-items:center;gap:7px;color:#6f6673;font-size:.82rem;font-weight:650}.home-reassurance li span{display:grid;width:21px;height:21px;color:var(--lmm-accent);font-size:.7rem;font-weight:900;background:#f0e8f6;border-radius:50%;place-items:center}.home-hero__visual{order:2;display:grid;min-height:370px;place-items:center}.friendly-resume-scene{position:relative;width:min(100%,530px);height:390px}.friendly-resume-scene__blob{position:absolute;inset:36px 30px 15px 18px;background:#eee4f5;border-radius:28px 80px 28px 56px;transform:rotate(-2deg)}.friendly-resume-scene__dots{position:absolute;z-index:1;top:82px;left:0;width:72px;height:72px;background-image:radial-gradient(circle,#e1a17c 3px,transparent 3.5px);background-size:18px 18px}.friendly-resume-scene__accent{position:absolute;z-index:1;right:5px;bottom:45px;width:46px;height:46px;background:#f4c5aa;border-radius:50%}.friendly-resume{position:absolute;z-index:2;top:8px;left:50%;width:330px;min-height:380px;padding:28px 27px 24px;background:#fff;border:1px solid #e3dce6;border-radius:7px;box-shadow:0 22px 46px rgba(50,30,80,.13);transform:translateX(-50%) rotate(-1.5deg)}.friendly-resume__head{display:flex;gap:15px;align-items:center}.friendly-resume__avatar{display:grid;flex:0 0 auto;width:58px;height:58px;color:#6d438e;background:#f0e9f4;border-radius:50%;place-items:center}.friendly-resume__avatar svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.friendly-resume__head strong,.friendly-resume__head small{display:block}.friendly-resume__head strong{color:#211924;font-family:Georgia,"Times New Roman",serif;font-size:1rem}.friendly-resume__head small{margin-top:2px;color:var(--lmm-accent);font-size:.5rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.friendly-resume__contact{display:flex;flex-wrap:wrap;gap:3px 10px;padding:9px 0;margin:12px 0;color:#8a828d;font-size:.42rem;border-top:1px solid #e5dfe7;border-bottom:1px solid #e5dfe7}.friendly-resume__section{margin-top:13px}.friendly-resume__section>b{display:block;padding-bottom:4px;margin-bottom:7px;color:var(--lmm-accent);font-size:.49rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #d4cbd9}.friendly-resume__section p{margin:0;color:#514a54;font-size:.45rem;line-height:1.55}.friendly-resume__job strong,.friendly-resume__job small{display:block}.friendly-resume__job strong{font-size:.48rem}.friendly-resume__job small{margin-top:1px;color:#8a828d;font-size:.4rem}.friendly-resume__section ul{padding-left:13px;margin:7px 0 0;color:#514a54;font-size:.42rem;line-height:1.55}.friendly-resume__section--last{margin-top:12px}

/* Three simple steps */
.home-how{padding:58px 0 64px;background:#fff}.home-how .home-section-heading>p{font-size:.93rem}.home-steps{display:grid;gap:14px;padding:0;margin:30px 0 0;list-style:none}.home-step{position:relative;display:grid;grid-template-columns:34px 1fr 46px;gap:12px;align-items:center;min-height:132px;padding:20px 18px;border:1px solid #e9e2ed;border-radius:16px}.home-step--lilac{background:#fbf7fe}.home-step--peach{background:#fff9f5}.home-step--mint{background:#f7fcf9}.home-step__number{display:grid;width:30px;height:30px;color:#fff;font-size:.76rem;font-weight:900;background:var(--lmm-accent);border-radius:50%;place-items:center}.home-step__content strong{display:block;margin-bottom:4px;color:#4f3069;font-size:.95rem}.home-step__content p{margin:0;color:#6f6674;font-size:.8rem;line-height:1.45}.home-step__icon{display:grid;width:44px;height:44px;color:var(--lmm-accent);background:#eee3f6;border-radius:12px;place-items:center}.home-step--peach .home-step__icon{color:#d87945;background:#ffe2d3}.home-step--mint .home-step__icon{color:#2b9968;background:#def5e8}.home-step__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}

/* Templates */
.home-templates{padding:68px 0;background:#f8f5fb}.simple-template-grid{display:grid;gap:18px}.simple-template-card{display:block;padding:15px;background:#fff;border:1px solid #e5dee8;border-radius:16px;box-shadow:0 8px 24px rgba(50,30,80,.04);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}.simple-template-card:hover{border-color:#cdbbd8;box-shadow:0 14px 30px rgba(50,30,80,.08);transform:translateY(-3px)}.home-template-preview{min-height:310px;padding:20px;color:#28232b;background:#fff;border:1px solid #ded8e1;border-radius:5px}.home-template-preview--berlin{border-top:7px solid #68428a}.home-template-preview--wien{border-left:32px solid #3f536f}.home-template-preview--zuerich{border-top:7px solid #47776d}.home-template-preview__head{display:grid;grid-template-columns:36px 1fr;gap:9px;align-items:center;padding-bottom:14px;border-bottom:1px solid #ddd7df}.home-template-preview__head>span{width:36px;height:36px;background:#e3dee5;border-radius:50%}.home-template-preview__head b,.home-template-preview__head small{display:block}.home-template-preview__head b{font-size:.58rem}.home-template-preview__head small{margin-top:2px;color:#847c87;font-size:.38rem}.home-template-preview__body{display:grid;gap:5px;padding-top:13px}.home-template-preview__body b{margin-top:7px;color:#5f446f;font-size:.43rem;letter-spacing:.06em}.home-template-preview__body i{display:block;width:100%;height:4px;background:#ddd8df}.home-template-preview__body i.short{width:55%}.simple-template-card__meta{display:flex;justify-content:space-between;gap:12px;padding:12px 2px 1px}.simple-template-card__meta strong{font-size:.94rem}.simple-template-card__meta span{color:var(--lmm-muted);font-size:.8rem}

/* Market */
.home-market{padding:64px 0;background:#fff}.home-market__box{display:grid;gap:28px;padding:30px;background:#fbf7fd;border:1px solid #e8deed;border-radius:20px}.home-market__box h2{max-width:690px;margin-bottom:12px;font-size:clamp(1.85rem,4vw,2.55rem)}.home-market__box p:last-child{margin-bottom:0}.home-market__summary{display:grid;gap:8px}.home-market__summary>div{padding:14px 16px;background:#fff;border:1px solid #e8e1eb;border-radius:12px}.home-market__summary span,.home-market__summary strong{display:block}.home-market__summary span{margin-bottom:3px;color:#837987;font-size:.67rem;font-weight:780;text-transform:uppercase}.home-market__summary strong{font-size:.88rem}.home-market__summary .btn{margin-top:4px}

/* Benefits */
.home-benefits{padding:68px 0;background:#fff}.home-benefits__grid{display:grid;gap:34px}.home-benefit-list{display:grid;gap:8px}.home-benefit-list article{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:17px 18px;background:#fff;border:1px solid #ece6ee;border-radius:14px}.home-benefit-list article>span{display:grid;width:30px;height:30px;color:var(--lmm-accent);font-size:.73rem;font-weight:900;background:#f0e8f6;border-radius:50%;place-items:center}.home-benefit-list h3{margin:1px 0 4px;font-size:1.02rem;letter-spacing:-.015em}.home-benefit-list p{margin:0;font-size:.87rem}

/* Secondary product */
.home-extra{padding:20px 0 68px;background:#fff}.home-extra__box{display:flex;flex-direction:column;gap:22px;align-items:flex-start;padding:30px;background:#fff2e9;border:1px solid #f1dfd3;border-radius:20px}.home-extra__box h2{margin-bottom:9px;font-size:clamp(1.6rem,3.7vw,2.2rem)}.home-extra__box p:last-child{margin-bottom:0}

/* Trust */
.home-trust{padding:68px 0;background:#faf9fb}.home-trust__grid{display:grid;gap:14px;margin-top:30px}.home-trust__grid article{padding:22px;background:#fff;border:1px solid #e9e4eb;border-radius:14px}.home-trust__grid strong{display:block;margin-bottom:6px;font-size:.96rem}.home-trust__grid p{margin:0;font-size:.86rem}

/* Pricing */
.home-pricing{padding:68px 0;background:#fff}.home-pricing__box{display:grid;gap:25px;max-width:900px}.home-pricing__box h2{max-width:720px;margin-bottom:12px;font-size:clamp(1.9rem,4vw,2.65rem)}.home-pricing__options{display:grid;gap:10px}.home-pricing__options>div{display:grid;grid-template-columns:1fr auto;gap:3px 16px;padding:17px 18px;background:#fff;border:1px solid #e4dde7;border-radius:14px}.home-pricing__options>div:last-child{background:#fbf7fd;border-color:#d8c7e2}.home-pricing__options strong{font-size:.94rem}.home-pricing__options span{color:var(--lmm-brand);font-weight:900}.home-pricing__options small{grid-column:1/-1;color:#756d79}.home-pricing__box>.btn{justify-self:start}

/* Final */
.home-final{padding:48px 0;color:#fff;background:var(--lmm-brand)}.home-final__inner{display:flex;flex-direction:column;gap:22px;align-items:flex-start}.home-final h2{max-width:650px;margin-bottom:7px;color:#fff;font-size:clamp(1.75rem,4vw,2.45rem)}.home-final p{margin:0;color:rgba(255,255,255,.74)}

@media (min-width:640px){.home-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.home-step{grid-template-columns:34px 1fr;align-content:start}.home-step__icon{position:absolute;right:16px;bottom:16px}.home-step__content{grid-column:1/-1}.simple-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-pricing__options{grid-template-columns:repeat(2,minmax(0,1fr))}.home-extra__box,.home-final__inner{flex-direction:row;align-items:center;justify-content:space-between}.home-extra__box>div{max-width:680px}}
@media (min-width:900px){.home-hero__grid{grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr);gap:74px;min-height:520px;padding-top:50px;padding-bottom:56px}.home-hero__visual{order:1;min-height:420px}.home-hero__copy{order:2}.friendly-resume-scene{height:420px}.friendly-resume{width:350px;min-height:400px}.home-section-heading--split{flex-direction:row;align-items:end;justify-content:space-between}.home-section-heading--split>div{max-width:680px}.home-market__box{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:center;gap:50px;padding:38px 42px}.home-benefits__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:80px;align-items:start}.home-pricing__box{grid-template-columns:minmax(0,1fr);margin-inline:auto;text-align:center}.home-pricing__box>.btn{justify-self:center}.home-pricing__options{text-align:left}}
@media (max-width:480px){.home-hero__actions .btn{width:100%;min-width:0}.friendly-resume-scene{height:345px}.friendly-resume{width:286px;min-height:330px;padding:22px}.friendly-resume-scene__blob{inset:34px 12px 12px}.friendly-resume-scene__dots{left:-10px}.home-reassurance{gap:9px 14px}.home-reassurance li{font-size:.76rem}}

.home-page .home-pricing__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.home-tools{padding:68px 0;background:#faf8fb;border-block:1px solid #eee8f0}.home-tools__box{display:grid;gap:24px}.home-tools__grid{display:grid;gap:10px}.home-tools__grid a{display:flex;gap:8px 18px;align-items:center;justify-content:space-between;padding:17px 18px;background:#fff;border:1px solid #e8e1ec;border-radius:14px}.home-tools__grid a:hover{border-color:#c9b6d5}.home-tools__grid strong{font-size:.98rem}.home-tools__grid span{color:var(--lmm-muted);font-size:.84rem;text-align:right}@media(min-width:900px){.home-tools__box{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:60px}.home-tools__box>.home-secondary-link{grid-column:2}.home-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tools__grid a{display:grid;min-height:112px;align-content:center;justify-content:stretch}.home-tools__grid span{text-align:left}}@media(max-width:620px){.home-tools{padding:50px 0}.home-tools__grid a{display:grid}.home-tools__grid span{text-align:left}}
