:root{--cream:#fffaf1;--warm:#f7efe2;--terracotta:#e65324;--terracotta-dark:#c9441b;--teal:#083f4c;--teal-2:#0b6573;--blue:#217c98;--yellow:#f6c85f;--ink:#12333c;--muted:#5c7178;--white:#fff;--shadow:0 24px 60px rgba(8,63,76,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--warm);color:var(--ink);font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}button,select{font:inherit}.site{max-width:1280px;margin:24px auto;background:var(--cream);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.container{width:min(1120px,calc(100% - 40px));margin:auto}.serif{font-family:'Playfair Display',Georgia,serif}.eyebrow{margin:0 0 14px;color:var(--terracotta);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 23px;border:2px solid #fff0;border-radius:11px;font-size:14px;font-weight:900;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-primary{background:var(--terracotta);color:#fff;box-shadow:0 16px 32px rgb(230 83 36 / .25)}.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-2px)}.btn-secondary{background:#fff;color:var(--teal);border-color:rgb(8 63 76 / .14);box-shadow:0 14px 28px rgb(8 63 76 / .10)}.btn-secondary:hover{border-color:var(--terracotta);color:var(--terracotta);transform:translateY(-2px)}.btn-light{background:#fff;color:#083f4c}.btn-disabled{background:#dce6e8;color:#4b646b;box-shadow:none;cursor:not-allowed}.dialogues-hero{padding:78px 0 72px;background:var(--lp-web-theme-hero,linear-gradient(100deg,#fffaf1 0%,#fbefd7 52%,#cbeaf2 100%));overflow:hidden}.dialogues-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:64px;align-items:center}.dialogues-hero h1{margin:0 0 24px;color:var(--teal);font-size:68px;line-height:.96;letter-spacing:-.045em}.dialogues-intro{max-width:680px;margin:0;color:var(--muted,#526d75);font-size:18px;line-height:1.72}.dialogues-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.dialogues-benefits{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 0;padding:0;list-style:none}.dialogues-benefits li{padding:8px 12px;border:1px solid rgb(8 63 76 / .13);border-radius:999px;background:rgb(255 255 255 / .62);color:var(--teal);font-size:12px;font-weight:800}.conversation-stage{position:relative;min-height:470px;padding:42px 38px 98px;border:1px solid rgb(8 63 76 / .11);border-radius:32px;background:linear-gradient(155deg,rgb(255 255 255 / .92),rgb(255 255 255 / .65));box-shadow:0 30px 70px rgb(8 63 76 / .20)}.conversation-stage::before,.conversation-stage::after{content:"";position:absolute;border-radius:50%;opacity:.55}.conversation-stage::before{width:190px;height:190px;top:-70px;right:-60px;background:var(--yellow)}.conversation-stage::after{width:155px;height:155px;bottom:-45px;left:-55px;background:#9ed9e8}.conversation-person{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.conversation-person-left{top:28px;left:30px}.conversation-person-right{right:30px;bottom:94px;flex-direction:row-reverse}.conversation-avatar{display:grid;width:42px;height:42px;place-items:center;border:3px solid #fff;border-radius:50%;background:var(--teal);color:#fff;box-shadow:0 8px 18px rgb(8 63 76 / .20)}.conversation-person-right .conversation-avatar{background:var(--terracotta)}.conversation-bubbles{position:relative;z-index:2;display:flex;flex-direction:column;gap:18px;padding-top:66px}.speech-bubble{max-width:80%;padding:17px 19px;border-radius:18px;font-size:16px;font-weight:800;line-height:1.45;box-shadow:0 14px 28px rgb(8 63 76 / .10)}.speech-bubble-left{align-self:flex-start;border-bottom-left-radius:5px;background:var(--teal);color:#fff}.speech-bubble-right{align-self:flex-end;border-bottom-right-radius:5px;background:#fff0cc;color:#4b3a16}.dialogue-player-placeholder{position:absolute;z-index:3;right:24px;bottom:22px;left:24px;display:grid;grid-template-columns:46px 1fr auto;gap:14px;align-items:center;padding:14px 17px;border-radius:18px;background:var(--teal);color:#fff;box-shadow:0 18px 34px rgb(8 63 76 / .25)}.dialogue-play-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--terracotta);font-size:14px}.dialogue-wave{display:flex;align-items:center;gap:5px;height:34px}.dialogue-wave i{display:block;width:4px;border-radius:999px;background:var(--yellow)}.dialogue-wave i:nth-child(1),.dialogue-wave i:nth-child(8){height:10px}.dialogue-wave i:nth-child(2),.dialogue-wave i:nth-child(7){height:20px}.dialogue-wave i:nth-child(3),.dialogue-wave i:nth-child(6){height:28px}.dialogue-wave i:nth-child(4),.dialogue-wave i:nth-child(5){height:16px}.dialogue-player-label{font-size:12px;font-weight:800;white-space:nowrap}.featured-dialogue{padding:76px 0 24px}.featured-dialogue-card{display:grid;grid-template-columns:360px minmax(0,1fr);overflow:hidden;border:1px solid var(--lp-web-theme-border,rgb(8 63 76 / .10));border-radius:28px;background:var(--lp-web-theme-card,#fff);box-shadow:0 22px 55px rgb(8 63 76 / .12)}.featured-dialogue-visual{position:relative;display:grid;min-height:390px;place-items:center;overflow:hidden;background:linear-gradient(145deg,var(--teal),var(--teal-2))}.featured-dialogue-visual::before,.featured-dialogue-visual::after{content:"";position:absolute;border-radius:50%}.featured-dialogue-visual::before{width:250px;height:250px;top:-100px;right:-75px;background:rgb(246 200 95 / .28)}.featured-dialogue-visual::after{width:180px;height:180px;bottom:-80px;left:-65px;background:rgb(255 255 255 / .10)}.featured-icon{position:relative;z-index:2;display:grid;width:190px;height:190px;place-items:center;border:2px solid rgb(255 255 255 / .28);border-radius:50%;background:rgb(255 255 255 / .10);color:var(--yellow)}.featured-icon svg{width:112px;height:112px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.featured-stamp{position:absolute;z-index:2;bottom:24px;left:24px;padding:8px 12px;border-radius:999px;background:var(--yellow);color:#3a3118;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.featured-dialogue-copy{padding:48px}.dialogue-meta,.dialogue-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:var(--muted,#5c7178);font-size:12px;font-weight:800}.dialogue-meta span:not(.level-badge)::before,.dialogue-card-meta span:not(.level-badge)::before{content:"·";margin-right:9px;color:var(--terracotta)}.level-badge{display:inline-flex;min-width:40px;min-height:26px;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em}.level-a1{background:#2f8d65}.level-a2{background:#217c98}.level-b1{background:#8b5da9}.level-b2{background:#bd5a36}.featured-dialogue-copy h2{margin:18px 0 16px;color:var(--teal);font-size:44px;line-height:1.05;letter-spacing:-.025em}.featured-dialogue-copy h2 small{display:block;margin-top:9px;color:var(--terracotta);font-family:Inter,system-ui,sans-serif;font-size:15px;letter-spacing:.02em}.featured-dialogue-copy>p{max-width:670px;margin:0 0 24px;color:var(--muted,#526d75);font-size:17px;line-height:1.7}.featured-includes{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:27px}.featured-includes span{padding:8px 11px;border-radius:999px;background:rgb(8 63 76 / .07);color:var(--teal);font-size:12px;font-weight:800}.dialogue-library{padding:72px 0 92px;scroll-margin-top:90px}.dialogue-library-heading{display:flex;justify-content:space-between;gap:34px;align-items:flex-end;margin-bottom:27px}.dialogue-library-heading h2,.dialogues-method-heading h2{margin:0 0 12px;color:var(--teal);font-size:45px;line-height:1.08;letter-spacing:-.025em}.dialogue-library-heading p:not(.eyebrow),.dialogues-method-heading p:not(.eyebrow){margin:0;color:var(--muted,#526d75);line-height:1.65}.dialogue-result-count{flex:0 0 auto;padding:12px 15px;border-radius:999px;background:rgb(230 83 36 / .10);color:var(--terracotta)!important;font-size:12px;font-weight:800}.dialogue-filters{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px;padding:15px;border:1px solid rgb(8 63 76 / .09);border-radius:18px;background:rgb(255 255 255 / .70)}.dialogue-level-filters{display:flex;flex-wrap:wrap;gap:8px}.dialogue-filter{min-width:54px;min-height:42px;padding:8px 14px;border:1px solid rgb(8 63 76 / .13);border-radius:999px;background:#fff;color:var(--teal);font-weight:900;cursor:pointer}.dialogue-filter:hover,.dialogue-filter.is-active{border-color:var(--teal);background:var(--teal);color:#fff}.dialogue-topic-filter{display:flex;align-items:center;gap:10px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.dialogue-topic-filter select{min-height:42px;padding:8px 34px 8px 13px;border:1px solid rgb(8 63 76 / .14);border-radius:11px;background:#fff;color:#083f4c;font-weight:800}.dialogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.dialogue-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--lp-web-theme-border,rgb(8 63 76 / .09));border-radius:23px;background:var(--lp-web-theme-card,#fff);box-shadow:0 17px 40px rgb(8 63 76 / .10);transition:transform .22s ease,box-shadow .22s ease}.dialogue-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgb(8 63 76 / .17)}.dialogue-card[hidden]{display:none}.dialogue-card-visual{position:relative;display:grid;min-height:205px;place-items:center;overflow:hidden;color:#fff}.dialogue-card-visual::before,.dialogue-card-visual::after{content:"";position:absolute;border-radius:50%;background:rgb(255 255 255 / .12)}.dialogue-card-visual::before{width:155px;height:155px;top:-75px;right:-45px}.dialogue-card-visual::after{width:115px;height:115px;bottom:-52px;left:-35px}.dialogue-scene-cafe{background:linear-gradient(145deg,#0b6573,#083f4c)}.dialogue-scene-neighbour{background:linear-gradient(145deg,#e68c47,#b85233)}.dialogue-scene-shopping{background:linear-gradient(145deg,#2f8d65,#15533d)}.dialogue-scene-directions{background:linear-gradient(145deg,#397ca5,#20506f)}.dialogue-scene-health{background:linear-gradient(145deg,#b85b73,#733a58)}.dialogue-scene-weekend{background:linear-gradient(145deg,#7860aa,#493c79)}.dialogue-scene-icon{position:relative;z-index:2;color:var(--yellow)}.dialogue-scene-icon svg{width:100px;height:100px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.dialogue-status{position:absolute;z-index:2;top:16px;right:16px;padding:7px 10px;border:1px solid rgb(255 255 255 / .28);border-radius:999px;background:rgb(0 0 0 / .20);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}.dialogue-card-content{display:flex;flex:1;flex-direction:column;padding:24px}.dialogue-card-content h3{margin:17px 0 5px;color:var(--teal);font-size:27px;line-height:1.12}.dialogue-portuguese-title{margin:0 0 15px;color:var(--terracotta);font-size:13px;font-weight:900}.dialogue-card-description{margin:0 0 22px;color:var(--muted,#526d75);font-size:14px;line-height:1.65}.dialogue-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgb(8 63 76 / .10);color:var(--terracotta);font-size:13px;font-weight:900}.dialogue-card-link.is-disabled{color:var(--muted,#6d7f84)}.dialogue-empty{padding:46px;text-align:center;border:2px dashed rgb(8 63 76 / .16);border-radius:22px;background:rgb(255 255 255 / .55)}.dialogue-empty h3{margin:0 0 8px;color:var(--teal);font-size:29px}.dialogue-empty p{margin:0;color:var(--muted,#526d75)}.dialogues-method{padding:84px 0;background:linear-gradient(180deg,rgb(8 63 76 / .04),rgb(8 63 76 / .09))}.dialogues-method-heading{max-width:760px;margin:0 auto 36px;text-align:center}.dialogues-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.dialogues-method-grid article{padding:27px;border:1px solid var(--lp-web-theme-border,rgb(8 63 76 / .10));border-radius:21px;background:var(--lp-web-theme-card,#fff);box-shadow:0 15px 34px rgb(8 63 76 / .09)}.method-number{display:grid;width:43px;height:43px;place-items:center;margin-bottom:18px;border-radius:13px;background:var(--terracotta);color:#fff;font-weight:900}.dialogues-method-grid h3{margin:0 0 9px;color:var(--teal);font-size:19px}.dialogues-method-grid p{margin:0;color:var(--muted,#526d75);font-size:14px;line-height:1.65}.dialogues-editorial-note{padding:74px 0 20px}.editorial-note-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center;padding:40px 44px;border:1px solid rgb(8 63 76 / .10);border-radius:24px;background:linear-gradient(135deg,#fff,#fff2cf);box-shadow:0 18px 42px rgb(8 63 76 / .10)}.editorial-note-card h2{margin:0;color:#083f4c;font-size:35px;line-height:1.12}.editorial-note-card>p{margin:0;color:#526d75;line-height:1.75}.dialogues-cta{padding:72px 0 88px}.dialogues-cta-inner{display:flex;justify-content:space-between;gap:45px;align-items:center;padding:44px 48px;border-radius:27px;background:var(--lp-web-theme-band,linear-gradient(100deg,var(--teal),var(--teal-2)));color:#fff;box-shadow:0 24px 55px rgb(8 63 76 / .22)}.dialogues-cta .eyebrow{color:var(--yellow)}.dialogues-cta h2{margin:0 0 12px;color:#fff;font-size:39px;line-height:1.1}.dialogues-cta p:not(.eyebrow){max-width:650px;margin:0;color:rgb(255 255 255 / .82);line-height:1.65}.dialogues-cta-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:10px}html.lp-web-theme.lp-theme-night body .editorial-note-card{background:var(--lp-web-theme-panel,#fffaf1)}html.lp-web-theme.lp-theme-night body .editorial-note-card h2{color:var(--lp-web-theme-panel-text,#073744)}html.lp-web-theme.lp-theme-night body .editorial-note-card>p{color:var(--lp-web-theme-panel-muted,#506973)}html.lp-web-theme.lp-theme-night body .dialogue-filters,body.lp-native-android.lp-theme-night .dialogue-filters{background:rgb(17 43 54 / .88)}html.lp-web-theme.lp-theme-night body .dialogue-benefits li,body.lp-native-android.lp-theme-night .dialogue-benefits li{background:rgb(17 43 54 / .82);border-color:rgb(217 235 239 / .24)}@media(max-width:980px){.dialogues-hero-grid{grid-template-columns:1fr;gap:44px}.dialogues-hero-copy{text-align:center}.dialogues-intro{margin-inline:auto}.dialogues-hero-actions,.dialogues-benefits{justify-content:center}.dialogues-hero-art{width:min(620px,100%);margin:auto}.featured-dialogue-card{grid-template-columns:300px minmax(0,1fr)}.dialogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialogues-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialogues-cta-inner{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.site{margin:0;border-radius:0}.container{width:min(100% - 28px,1120px)}.dialogues-hero{padding:54px 0 58px}.dialogues-hero h1{font-size:48px}.dialogues-intro{font-size:16px}.conversation-stage{min-height:430px;padding-inline:20px}.conversation-person span:last-child{display:none}.speech-bubble{max-width:88%;font-size:14px}.dialogue-player-placeholder{grid-template-columns:42px 1fr}.dialogue-player-label{grid-column:1/-1;text-align:center;white-space:normal}.featured-dialogue{padding-top:54px}.featured-dialogue-card{grid-template-columns:1fr}.featured-dialogue-visual{min-height:280px}.featured-dialogue-copy{padding:30px 24px}.featured-dialogue-copy h2{font-size:36px}.dialogue-library{padding:58px 0 72px}.dialogue-library-heading{align-items:flex-start;flex-direction:column;gap:18px}.dialogue-library-heading h2,.dialogues-method-heading h2{font-size:36px}.dialogue-filters{align-items:stretch;flex-direction:column}.dialogue-level-filters{display:grid;grid-template-columns:repeat(5,1fr)}.dialogue-filter{min-width:0;padding-inline:7px}.dialogue-topic-filter{justify-content:space-between}.dialogue-topic-filter select{flex:1;max-width:230px}.dialogue-grid{grid-template-columns:1fr}.dialogues-method{padding:64px 0}.dialogues-method-grid{grid-template-columns:1fr}.editorial-note-card{grid-template-columns:1fr;gap:22px;padding:30px 24px}.editorial-note-card h2{font-size:30px}.dialogues-cta{padding:55px 0 68px}.dialogues-cta-inner{padding:34px 24px}.dialogues-cta h2{font-size:32px}.dialogues-cta-actions{width:100%}.dialogues-cta-actions .btn{width:100%}}@media(max-width:420px){.dialogues-hero h1{font-size:42px}.dialogues-hero-actions .btn{width:100%}.dialogue-level-filters{grid-template-columns:repeat(3,1fr)}}